Is'nt this the wrong order? Should'nt WebWork first try to use the appropriate setters and getters and only directly access parameters, if those methods don't exist?
Ralf Toby Hede wrote: > I think I have sorted my parameter issues, and because this is > probably documented somewhere I feel reather silly. My class variables > where all declared public so the parameters were being set directly > into the variables themselves, Bypassing my getter methods. A bit > weird, but declaring them private has solved my problems. > > Still need help chaining my Actions, but I am currently doing it in > the JSP page itself - having a simple <webwork:if test="lastpage"> and > assigning the action accordingly. _______________________________________________ Webwork-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webwork-user
