We've got some pretty old code that I'm trying to port over to Struts2 and
if someone could point me in the right direction in how I can rewrite this
code that we subclassed in Struts1's RequestProcessor to handle the same
type of thing in Struts2, I'd really appreciate it.
Basically:
1) In Stru
4, at 5:12 PM, Paul Benedict wrote:
> It sounds like what you want is to create a new result type.
>
>
> Cheers,
> Paul
>
>
> On Tue, Jul 1, 2014 at 4:08 PM, Christopher Gokey wrote:
>
>> We've got some pretty old code that I'm trying to port over t
sponse response = ServletActionContext.getResponse();
RequestDispatcher dispatcher =
request.getRequestDispatcher("/HelloWorld2.jsp");
dispatcher.forward(request, response);
}
}
On Tue, Jul 1, 2014 at 5:35 PM, Christopher Gokey
wrote:
> Thanks Paul,
>
> So b
So I'm making progress in porting Struts1->Struts2, I've got a couple uses
of Struts tags that I'd like to convert over as well:
logic:iterate
logic:equal
logic:notEmpty
seem to be the most heavily used. Is there equivalents for these in
Struts2?
Thanks,
Chris
s,
> Paul
>
>
> On Wed, Jul 2, 2014 at 3:42 PM, Christopher Gokey
> wrote:
>
> > So I'm making progress in porting Struts1->Struts2, I've got a couple
> uses
> > of Struts tags that I'd like to convert over as well:
> > logic:iterate
> >
5 matches
Mail list logo