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
