Dan, I'd like to help, but there just wasn't enough information in your
original post. I don't see any way that one request that returns a
StreamingResolution can affect the parameters of a later request. But that's
basically what is happening. Somehow, you are sending both printVisitRx and
printCMSForm as parameters in the request that is failing. I don't know
whether that's happening in an Ajax submit, form post or link so I can't
tell you why that might be.

-Ben

On Thu, May 13, 2010 at 3:51 AM, Richard Hauswald <
richard.hausw...@googlemail.com> wrote:

> Dan,
>
> > public Resolution printVisitRx()  {
> >    return new
> RedirectResolution(PrintVisitRxActionBean.class).addParameter("pid",
> getPid()).addParameter("vid", getVid());
> > }
> Just a blind shot: Try adding a event to the redirect target:
>
> RedirectResolution(Class<? extends ActionBean> beanType, String event)
>          Constructs a RedirectResolution that will redirect to the
> URL appropriate for the ActionBean supplied.
> @See:
> http://stripes.sourceforge.net/docs/current/javadoc/net/sourceforge/stripes/action/RedirectResolution.html
>
> Regards,
> Richard
>
>
>
> On Thu, May 13, 2010 at 2:53 AM, Daniel Cane <daniel.c...@gmail.com>
> wrote:
> >> Freddy Daoud <xf2...@...> writes:
> >>
> >> >
> >> > Try putting @DefaultHandler on the event handler that you want to be
> >> > the default for the Action Bean.
> >> >
> >
> > Folks - any other thoughts on this issue? I already have a default
> handler.. It
> > seems that when the StreamingResoultion triggers it correctly streams the
> bytes,
> > but does not "drop" the resolution in the request. Then when a second
> Resoultion
> > is posted / get both get submitted. How, when I run the
> StreamingResoltion can I
> > nuke the variable from the request so it does not get resubmitted?
> >
> > Dan
> >
> >
> >
> ------------------------------------------------------------------------------
> >
> > _______________________________________________
> > Stripes-users mailing list
> > Stripes-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/stripes-users
> >
>
>
>
> --
> Richard Hauswald
> Blog: http://tnfstacc.blogspot.com/
> LinkedIn: http://www.linkedin.com/in/richardhauswald
> Xing: http://www.xing.com/profile/Richard_Hauswald
>
>
> ------------------------------------------------------------------------------
>
> _______________________________________________
> Stripes-users mailing list
> Stripes-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/stripes-users
>
------------------------------------------------------------------------------

_______________________________________________
Stripes-users mailing list
Stripes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to