default attribute OGNL issue

2009-01-16 Thread abhijit . sulhyan
I am encountering a strange issue with tag. e.g: Assume the property set in the resource bundle as name.input=Input Name Now, when I use and assuming name is null, I am expecting the result from the bundle - 'Input Name', some how the OGNL is not being forced even after usage of '%{}' . Has a

Re: Dynamic s:checkbox name?

2009-01-17 Thread abhijit . sulhyan
Licco: Try as: - Abhijit Sulhyan On 1/18/09, KE LI wrote: > Dear All, I am confusing about how to write dynamic s:checkbox names in s2. > For example, > > > > > I want to achieve the result as: > > > > > > etc

Re: Dynamic s:checkbox name?

2009-01-18 Thread abhijit . sulhyan
Makes perfect sense if interested in matching the values from checkbox list. Another variation, I think in that case would be to use the 'fieldValue' instead of name; that way the set values can be easier to retrieve as a list using the name encapsulator. - Abhijit Sulhya