RE: populating multiple action forms

2004-10-14 Thread Fedor Smirnoff
: Thursday, October 14, 2004 12:17 PM To: Struts Users Mailing List Subject: Re: populating multiple action forms He he he, I just thought up a nasty hack to attempt this, though I haven't tried it yet to see if it would work. It involves a BeanValidatorForm that wraps another BeanValidatorForm. Ca

RE: populating multiple action forms

2004-10-14 Thread Fedor Smirnoff
: Thursday, October 14, 2004 12:17 PM To: Struts Users Mailing List Subject: Re: populating multiple action forms He he he, I just thought up a nasty hack to attempt this, though I haven't tried it yet to see if it would work. It involves a BeanValidatorForm that wraps another BeanValidatorForm. Ca

Re: populating multiple action forms

2004-10-14 Thread Hubert Rabago
He he he, I just thought up a nasty hack to attempt this, though I haven't tried it yet to see if it would work. It involves a BeanValidatorForm that wraps another BeanValidatorForm. Calling Niall, would this work? =p I wonder if I'll be able to find the time to do it tonight. Sorry, Fedor, I'm

populating multiple action forms

2004-10-14 Thread Fedor Smirnoff
Can I populate multiple action forms form one jsp file/ one action. I know I can access other forms with session and pull variables from request to populate secondary action form, however, is there a better way to do it? Thanks Fedor --

populating multiple action forms

2004-10-14 Thread Fedor Smirnoff
Can I populate multiple action forms form one jsp file/ one action. I know I can access other forms with session and pull variables from request to populate secondary action form, however, is there a better way to do it? Thanks Fedor --