I would like that someone explain me how can I call the action that recovers the info of the DBs directly on the JSP page where I want show the table data.
The JSP page must charge the table data directly on first execution.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
For execute an action directly from jsp:
In struts.xml you must write:
Now i will follow your indications and i’ll try to use display tag to show data into the Grid.
Thanks for your answer.