Pani,
You have to specify the forward name parameter, if you haven't.
For example, if in struts-config.xml your forward is:
<forward name="success" path="/home.jsp" />
you have to use the following in your Action class:
return (mapping.getActionForward("success");
Best of luck,
Becky
--
Becky Norum <[EMAIL PROTECTED]>
On Tue, 2003-02-18 at 19:23, Pani Ramasami wrote:
> Hi:
>
> The below line:
>
> return (mapping.getInputForward()); // (in the ActionClass)
>
> is not taking me back to the form specified in the input attribute of
>stuts-config.xml
>
> Iam using <html:errors/> in my jsp to display the action errors (if any).
>
> Any advise wud be greatly appreciated.
>
> -Pani.
>
>
>
> _____________________________________________________________
> Get 25MB, POP3, Spam Filtering with LYCOS MAIL PLUS for $19.95/year.
> http://login.mail.lycos.com/brandPage.shtml?pageId=plus&ref=lmtplus
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]