the problem was that i was not clear about the struts.xml file which was
creating the problem..
i was putting struts.xml in wrong location..

about adding the .action extension i have to add this extension to my action
like this
<s: form action ="test.action">
while if i am using
<s: form action="test">
it is still giving me the problem.


On 3/9/08, Dave Newton <[EMAIL PROTECTED]> wrote:
>
> --- aum strut <[EMAIL PROTECTED]> wrote:
> > it was really a silly mistake from my side which was causing the
> problem...
>
> What was the problem?
>
> > only question i want to ask is while writing the name of the action in
> <s:
> > form> tage do we need to add action extension,
>
> No.
>
> Dave
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to