Re: How to print out method result called into execute() on a JSP page

2009-09-01 Thread Nils-Helge Garli Hegvik
Take a look at this tutorial: http://www.laliluna.de/first-steps-using-struts-tutorial.html There are more tutorials at http://wiki.apache.org/struts/StrutsTutorials Nils-H On Tue, Sep 1, 2009 at 12:34 PM, Hanen Ben Rhouma wrote: >  Hello there, > > I h

How to print out method result called into execute() on a JSP page

2009-09-01 Thread Hanen Ben Rhouma
Hello there, I have another question which is: How can I get the result of a method called into my execute() method and which I want to print out on my JSP page (I'm using Struts1.3 and want to call usersForm.getUsersList() for example and print them out