well this time i am keen to answeryour questions.

i am using two jsp pages here namely index.jsp for getting inputs
HelloWorld.jsp-->for displaying the results..
 as indexs .jsp is being displayed on start up i have configuredit in
web.xml

helloWorld.jsp i have configured it in struts.xml like this--.
<struts>
    <package name="aum" extends="struts-default" namespace="/">
        <action name="TestExample" class="aum.TestExample">
            <result>/HelloWorld.jsp</result>
        </action>
         </package>
</struts>

this mean that i am not accessing it directly

Are you doing any validation?
no as  i know i have not validated the inputs not at client side not at my
action class.


-aum

On 3/11/08, Dave Newton <[EMAIL PROTECTED]> wrote:
>
> --- aum strut <[EMAIL PROTECTED]> wrote:
> > i hope this will help to find out the cause of the error.As its still
> > giving the error.error message from the console attached namely
> > consoleError when i am adding the "action extension to the action".
>
> Are you accessing the JSP directly (as opposed to through an action)?
>
> >> No result defined for action aum.TestExample and result input
>
> You're getting this because you don't have an input result defined;
> leading
> me to believe that some sort of validation is being attempted. Are you
> doing
> any validation?
>
> > if you need any other infomation please let me know
>
> I need you to answer my questions.
>
> Dave
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to