On Wed, Mar 23, 2011 at 5:52 AM, Okan Özeren wrote:
> You should use as this when action forwarding:
>
> // Passed arg0 parameter is an object which is created from ActionMapping
> return arg0.findForward("success");
Not sure how that's related; if the original poster *hadn't* been
doing like that
Hi,
You should use as this when action forwarding:
// Passed arg0 parameter is an object which is created from ActionMapping
return arg0.findForward("success");
Okan.
On Tue, Mar 22, 2011 at 9:07 PM, Dave Newton wrote:
> What *is* loginPage? A JSP? A Tile?
>
> Dave
>
> On Tue, Mar 22, 2011 at
What *is* loginPage? A JSP? A Tile?
Dave
On Tue, Mar 22, 2011 at 12:38 PM, Anjib Mulepati wrote:
> I have
> 1. web.xml
>
> action
> org.apache.struts.action.ActionServlet
>
> config
> /WEB-INF/struts-config.xml
>
>
> debug
> 2
>
>
> detail
> 2
>
> 2
>
> ...
>
> action
> *.do
>
I have
1. web.xml
action
org.apache.struts.action.ActionServlet
config
/WEB-INF/struts-config.xml
debug
2
detail
2
2
...
action
*.do
.
index.jsp
.
2. struts-config.xml as
type="gov.ma.itd.grouping.actions.GetAgencyListAction">
3. index.jsp
N
4 matches
Mail list logo