Re: No Configuration Error Struts2

2013-10-16 Thread Srimuralidharan S
my struts 2 version is 2.0.11 On 10/16/2013 12:51 PM, Lukasz Lenart wrote: Struts 2 version? 2013/10/16 Srimuralidharan S: Hi to all, I'm using struts 2 framework with the following configuration i received the following warning and my application doesn't works

No Configuration Error Struts2

2013-10-16 Thread Srimuralidharan S
Hi to all, I'm using struts 2 framework with the following configuration i received the following warning and my application doesn't works [Form] No configuration found for the specified action: '/' in namespace: ''. Form action defaulting to 'action' attribute's literal value.

how jsp form text field values are copied to action class instance fields

2013-10-11 Thread Srimuralidharan S
Hi, I have a form with two text fields rollnumber and name and also a submit button. My action class also contain two private instance fields rollnumber and name. I wondered how text field values are copied to the instance fields of action class. Please help me in understanding the proces