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

Reply via email to