Re: Mapped Properties in Struts 2

2014-09-02 Thread Lukasz Lenart
2014-09-02 9:41 GMT+02:00 Harish Panwar : > Hi All, > > We are migrating our website from Struts 1 to Struts 2. Everything is > working fine except the mapped properties. > > Lets say we have text-field in our jsp: > > > > Getter-Setter for this field were like this in struts1: > > public String g

Mapped Properties in Struts 2

2014-09-02 Thread Harish Panwar
Hi All, We are migrating our website from Struts 1 to Struts 2. Everything is working fine except the mapped properties. Lets say we have text-field in our jsp: Getter-Setter for this field were like this in struts1: public String getArp(String key) { int index=Integer.parseInt(key);