Hi,

I have a action class which get called by two ways in
two different pages.

1) As a href

2)As part of a form submission


In the action class I forward to another action
instead of a jsp via the forward, hence struts.xml
looks as follows.
(note: testSetup action defined in the struts.xml)

.....
<result
name="testHome">/test/testSetup.action</result>
.....


The issue is it get forward to the testSetup action in
above option 2 which form submission but in the href
it says the appl/test/testSetup.action resource not
found.

Can someone let us know why it behaves differently.

Thanks


      
____________________________________________________________________________________
Fussy? Opinionated? Impossible to please? Perfect.  Join Yahoo!'s user panel 
and lay it on us. http://surveylink.yahoo.com/gmrs/yahoo_panel_invite.asp?a=7 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to