hi all, im writing an application using a pattern where all pages are wrapped in actions, and a page can contain components, which are also actions, so i call stuff.action, which processes the input and have a success.jsp page which uses <webwork:include> to include another action (ie a calendar.action)
now my problem is this: the calendar action sees all the parameter sent to the original action in the querystring (so if i call stuff.action?month=1, the calendar.action gets its setMonth method called) however, if the stuff.action itself sets the month attribute (so i can do a <webwork:property name="month"/> in the jsp page and get the correct value) then the calendar.action does not get its setMonth method called. is this as expected, or am i doing something wrong? my goal here is to have a number of components that i can easily integrate into the pages, and that i can control from an action in front of the jsp page sincerely morten wilken ------------------------------------------------------- This SF.net email is sponsored by:Crypto Challenge is now open! Get cracking and register here for some mind boggling fun and the chance of winning an Apple iPod: http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en _______________________________________________ Opensymphony-webwork mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork