Hello,

I am migrating some PHP application to struts to take advantage of MVC.

Check this situation:

I have a struts action in fooBarStrutsAction.java. After a request, this action perform a database transaction and arrange the final result in an array. Now I want to display this array in a browser.

How can I 'send' this array from fooBarStrutsAction.java, and its method: public ActionForward execute(...) TO a jsp file, let's say display.jsp? and by the way, how to access that array within the JSP file.

I think I am missing a crucial concept here, thanks for clarify this.

Best regards,

 ---
Fabio Andres Miranda
Ingenieria de sistemas informaticos
Universidad Latina - Costa Rica
http://ns.isi.ulatina.ac.cr/~fabmirha

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to