Re: Portlets

2014-09-02 Thread tkofford
No, I don't remember running into either of those 2 issues, and we have a lot of struts2 portlets running. However, we mainly only use the "view" portlet mode and don't do much with the "edit" and "help" portlet modes. The namespace issue is one that I haven't seen, and we do namespace our portlets

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);