You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by devsuvvari <de...@ujjivan.com> on 2012/09/14 12:53:40 UTC

ple help me out

hi i am configured the all details but still this error is coming in form
page action tag  url name and struts-config.xml page <action>  path are the
same and giving appropriate  

   Error 404:
com.ibm.ws.webcontainer.servlet.exception.NoTargetForURIException: No target
servlet configured for uri: /ujjivanInsurance 


<action input="/CheckInsurance.jsp"  path="/ujjivanInsurance"
scope="session" type="com.r2k.ujjivan.action.UjjivanInsurance">


            <forward name="Success" path="/DispayInsuranceReport.jsp" />   
            <forward name="Failure" path="/CheckInsurance.jsp" /> 


        </action>

<form  method="post" action="/ujjivanInsurance">

CustomerID:	<input type="text" name="CustomerID">
<input type="submit" value="Submit">

</form>

please give a solution



--
View this message in context: http://struts.1045723.n5.nabble.com/ple-help-me-out-tp5710625.html
Sent from the Struts - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: ple help me out

Posted by Alejandro <ap...@gmail.com>.
Sorry, try with action="ujjivanInsurance" in Form

2012/9/14 Alejandro <ap...@gmail.com>

> Try with path="ujjivanInsurance"
>
>
> 2012/9/14 devsuvvari <de...@ujjivan.com>
>
>> hi i am configured the all details but still this error is coming in form
>> page action tag  url name and struts-config.xml page <action>  path are
>> the
>> same and giving appropriate
>>
>>    Error 404:
>> com.ibm.ws.webcontainer.servlet.exception.NoTargetForURIException: No
>> target
>> servlet configured for uri: /ujjivanInsurance
>>
>>
>> <action input="/CheckInsurance.jsp"  path="/ujjivanInsurance"
>> scope="session" type="com.r2k.ujjivan.action.UjjivanInsurance">
>>
>>
>>             <forward name="Success" path="/DispayInsuranceReport.jsp" />
>>             <forward name="Failure" path="/CheckInsurance.jsp" />
>>
>>
>>         </action>
>>
>> <form  method="post" action="/ujjivanInsurance">
>>
>> CustomerID:     <input type="text" name="CustomerID">
>> <input type="submit" value="Submit">
>>
>> </form>
>>
>> please give a solution
>>
>>
>>
>> --
>> View this message in context:
>> http://struts.1045723.n5.nabble.com/ple-help-me-out-tp5710625.html
>> Sent from the Struts - User mailing list archive at Nabble.com.
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>> For additional commands, e-mail: user-help@struts.apache.org
>>
>>
>

Re: ple help me out

Posted by Alejandro <ap...@gmail.com>.
Try with path="ujjivanInsurance"

2012/9/14 devsuvvari <de...@ujjivan.com>

> hi i am configured the all details but still this error is coming in form
> page action tag  url name and struts-config.xml page <action>  path are the
> same and giving appropriate
>
>    Error 404:
> com.ibm.ws.webcontainer.servlet.exception.NoTargetForURIException: No
> target
> servlet configured for uri: /ujjivanInsurance
>
>
> <action input="/CheckInsurance.jsp"  path="/ujjivanInsurance"
> scope="session" type="com.r2k.ujjivan.action.UjjivanInsurance">
>
>
>             <forward name="Success" path="/DispayInsuranceReport.jsp" />
>             <forward name="Failure" path="/CheckInsurance.jsp" />
>
>
>         </action>
>
> <form  method="post" action="/ujjivanInsurance">
>
> CustomerID:     <input type="text" name="CustomerID">
> <input type="submit" value="Submit">
>
> </form>
>
> please give a solution
>
>
>
> --
> View this message in context:
> http://struts.1045723.n5.nabble.com/ple-help-me-out-tp5710625.html
> Sent from the Struts - User mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
>
>