[S2] Collections Validation (For Dynamic Form Fields)

2011-03-24 Thread Burton Rhodes
I am trying to think through creating a page that allows the users to dynamically add "phone" form fields for a "contact" (Contact model has a collection on Phone objects). The method is similiar to this example: http://www.quackfuzed.com/demos/jQuery/dynamicField/generalUse.cfm Where I am havin

Re: Problem in display message using html:message

2011-03-24 Thread vivek mishra
I was more interested to know if there is any way avail in struts for doing this instead of going for hack. Thanks Dave! -- Vivek On Thu, Mar 24, 2011 at 9:44 PM, Dave Newton wrote: > On Thu, Mar 24, 2011 at 11:56 AM, vivek mishra > wrote: > > Yes Dave. Can you please give any suggestion to a

Re: Problem in display message using html:message

2011-03-24 Thread Dave Newton
On Thu, Mar 24, 2011 at 11:56 AM, vivek mishra wrote: > Yes Dave. Can you please give any suggestion to acheive this requirement or > is there any other way available through which I could forward this > ActionForward. You'd want to implement a so-called "flash" scope, or "message" scope, where s

Re: Problem in display message using html:message

2011-03-24 Thread vivek mishra
Yes Dave. Can you please give any suggestion to acheive this requirement or is there any other way available through which I could forward this ActionForward. Thanks for the help. -- Vivek On Thu, Mar 24, 2011 at 10:50 AM, Dave Newton wrote: > It's a redirect, of course you lost the request ob

Re: Problem in display message using html:message

2011-03-24 Thread Dave Newton
It's a redirect, of course you lost the request object. Dave On Thu, Mar 24, 2011 at 11:40 AM, vivek mishra wrote: > Hi list, > > I am trying to send additional parameter in action mapping, so that I have > written this code: > public ActionForward addParameterToForward( >            ActionForwa