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
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);
2 matches
Mail list logo