Can you please explain how you override the source page resolution in an ActionBean? I can't figure out how to do that.
Thank you!!! -----Original Message----- From: Kai Grabfelder [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 28, 2008 2:50 PM To: Stripes Users List Subject: Re: [Stripes-users] Ajax Form Submit and validation Hi Gregg, why don't you override the sourcePageResolution in your ActionBean and set it to the jsp (fragment) you want to return by the ajax call? Regards Kai --- Original Nachricht --- Absender: Gregg Bolinger Datum: 28.10.2008 07:42 > Alright, so what I ended up doing is getting the form via ajax using > load() rather than putting it on the page to begin with. So problem solved. > Thanks. > > Gregg > > On Tue, Oct 28, 2008 at 1:37 AM, Gregg Bolinger > <[EMAIL PROTECTED]>wrote: > >> Alright, so I moved the form into its own JSP and have included it on >> the page. The form is submitted via ajax but when validation fails, >> it is returning the parent page as the sourcePageResolution, vs the >> JSP fragment (partial page). I've tried jsp:include <%@ include and >> c:import all with the same results. >> >> Any thoughts? >> >> Gregg >> >> >> On Tue, Oct 28, 2008 at 1:22 AM, Oscar Westra van Holthe - Kind < >> [EMAIL PROTECTED]> wrote: >> >>> On 28-10-2008 at 01:13, Gregg Bolinger wrote: >>> > Thanks Oscar. It took me a bit of rereading to get what you were >>> > saying >>> but >>> > it is really late here in the midwest. :) I think the partial >>> > page >>> thing >>> > will work. >>> >>> It could also be that it's kinda early here in europe. I wasn't >>> fully awake yet. ;) >>> >>> >>> Oscar >>> >>> -- >>> ,-_ >>> /() ) If it works, it must be obsolete >>> (__ ( -- Otto Date >>> =/ () >>> >>> -------------------------------------------------------------------- >>> ----- This SF.Net email is sponsored by the Moblin Your Move >>> Developer's challenge Build the coolest Linux based applications >>> with Moblin SDK & win great prizes Grand prize is a trip for two to >>> an Open Source event anywhere in the world >>> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >>> _______________________________________________ >>> Stripes-users mailing list >>> [email protected] >>> https://lists.sourceforge.net/lists/listinfo/stripes-users >>> >> >> > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------ - > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > > > ------------------------------------------------------------------------ > > _______________________________________________ > Stripes-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/stripes-users ------------------------------------------------------------------------ - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Stripes-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/stripes-users This e-mail message is being sent solely for use by the intended recipient(s) and may contain confidential information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by phone or reply by e-mail, delete the original message and destroy all copies. Thank you. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Stripes-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/stripes-users
