No i didn't find another solution for this 'problem'; Now, i've used, just as my first idea, the parameting passing way.
Maybe it's not the best solution, but in my case it works, and looking for another solutions will cost me more time. Jasper Matt Raible-3 wrote: > > Did you figure out a solution for this? You might try asking this > question > on the Struts User mailing list or WebWork forums. > > Matt > > On 1/15/07, Jasper Huzen <[EMAIL PROTECTED]> wrote: >> >> >> I've a problem with my action forwarding. >> >> I have a page and on that page I've a dojo tabbed panel with remote tabs. >> Each of the tab calls a new action. Until so far there is no problem. >> >> When I add a object (model) with a form inside of a tab, it must forward >> to >> the page with the tabbedpanel. This is no problem, but when i do this, >> the >> tab (wich is another call) has no id property and the result of the >> action >> will be a new and empty model. >> >> In the past i did use the session, to store the id of the the last >> mutated >> object, but in this case that's no solution, because when i load the page >> from the menu it must return an empty form. Only when saving a form it >> must >> return to the saved one. >> >> I was thinking that it's maybe possible to add a property with the GET of >> the page with the tabbedpanel, and use this property for calling the >> remote >> tab. >> >> But the problem is that i've sometimes more than 2 level tabs. >> (tabbedpanel >> in tab) and this isn't a very clear way. >> >> Are there other possible solutions? >> -- >> View this message in context: >> http://www.nabble.com/Problem-with-action-forwarding---Using-tabbed-panels-tf3014709s2369.html#a8371760 >> Sent from the AppFuse - User mailing list archive at Nabble.com. >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> > > > -- > http://raibledesigns.com > > -- View this message in context: http://www.nabble.com/Problem-with-action-forwarding---Using-tabbed-panels-tf3014709s2369.html#a8841369 Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
