Re: Struts 2 Sample application look for index() method

2009-04-15 Thread SanJ.SANJAY
don't guess. newton.dave wrote: > > SanJ.SANJAY wrote: >> No its not truncated. > > Oh, that's too bad. > >> The application is very simple helloworld application. > > It's not so simple we can guess what your code and configuration looks > like with any degree of accuracy. > > Dave > >

RE: Struts 2 Sample application look for index() method

2009-04-15 Thread Security Management
: Re: Struts 2 Sample application look for index() method No its not truncated. The application is very simple helloworld application. newton.dave wrote: > > SanJ.SANJAY wrote: >> I have a struts 2 sample application integrated with my struts 1. >> Everything >> is fine

Re: Struts 2 Sample application look for index() method

2009-04-15 Thread SanJ.SANJAY
The problem is resolved, I had to remove the struts2-rest plugin. SanJ.SANJAY wrote: > > No its not truncated. > The application is very simple helloworld application. > > > > newton.dave wrote: >> >> SanJ.SANJAY wrote: >>> I have a struts 2 sample application integrated with my struts 1.

Re: Struts 2 Sample application look for index() method

2009-04-15 Thread Dave Newton
SanJ.SANJAY wrote: No its not truncated. Oh, that's too bad. The application is very simple helloworld application. It's not so simple we can guess what your code and configuration looks like with any degree of accuracy. Dave

Re: Struts 2 Sample application look for index() method

2009-04-15 Thread SanJ.SANJAY
No its not truncated. The application is very simple helloworld application. newton.dave wrote: > > SanJ.SANJAY wrote: >> I have a struts 2 sample application integrated with my struts 1. >> Everything >> is fine but the filter complains that it did not find index() method on >> the >> action.

Re: Struts 2 Sample application look for index() method

2009-04-15 Thread Dave Newton
SanJ.SANJAY wrote: I have a struts 2 sample application integrated with my struts 1. Everything is fine but the filter complains that it did not find index() method on the action. I have only one method execute() in the action class. The application is very simple one why does it says java.lang

Struts 2 Sample application look for index() method

2009-04-15 Thread SanJ.SANJAY
I have a struts 2 sample application integrated with my struts 1. Everything is fine but the filter complains that it did not find index() method on the action. I have only one method execute() in the action class. The application is very simple one why does it says java.lang.NoSuchMethodExcepti