WG: Struts2 Dynamic Merge of two webform objects / join two objects in database

2010-09-06 Thread Nicolas Kopp
Sorry for interrupting again, but it seems that its even easier without the Scope plugin. What we did right now is just to implement preparable like this: public class UpdateProfileAction extends ActionSupport implements ServletRequestAware, SessionAware, Preparable{ .. } and added an

Re: WG: Struts2 Dynamic Merge of two webform objects / join two objects in database

2010-09-06 Thread Dale Newfield
On 9/6/10 8:06 AM, Nicolas Kopp wrote: Sorry for interrupting again, but it seems that its even easier without the Scope plugin. What we did right now is just to implement preparable Which is why someone earlier suggested the params-prepare-params technique. It allows you to have lots of