Escaping dollar sign and curly brackets

2019-02-01 Thread Micael Carreira
Hey, In my action I'm using getText(myKey) to get a localized string. This string has some placeholders of mine, in ${placeholder} format. Consider my original key is defined as this in my properties file:     myKey = Some text ${placeholder} more text. I've read in Struts documentation that

Struts2 Checkboxlist

2019-02-01 Thread Prasanth
Hi, I am using a checkboxlist on a jsp page which corresponds to a ArrayList in the form class, which is used to store form data from a multi page wizard. I am using scope interceptor to store the form class in session so that the data persists as the user navigates the wizard. When the user se

Re: Struts2 Checkboxlist

2019-02-01 Thread Arjuna Bandara
Hi, As I understand, you need to modify previous Array before saving. Have you tried Session variable ? Regards Arjuna On Sat, 2 Feb 2019 3:18 am Prasanth, wrote: > Hi, > > I am using a checkboxlist on a jsp page which corresponds to a ArrayList > in the form class, which is used to store fo

Re: Struts2 Checkboxlist

2019-02-01 Thread Prasanth
The data class holding the array is in session, done using the scope interceptor. Thanks Prasanth On February 1, 2019 9:30:30 PM CST, Arjuna Bandara wrote: >Hi, > >As I understand, you need to modify previous Array before saving. > >Have you tried Session variable ? > >Regards > >Arjuna > >On S