I have a problem in my Struts 2 app.
I read the content of an iterator of an array.
The array elements are written out by an iterator:
<s:text name="#wApps.title"/>
The tag finds the correct element and evaluates it, but the resulting expression has a +
character (e.g: the array element has value: "Weather+ Free"
'), and it continues to evaluate it. Finally, it writes out value: nullnull
.
How can I skip this second evaluation?
Here is the log:
Jun 18, 2013 5:29:40 AM com.opensymphony.xwork2.util.logging.commons.CommonsLogger warn
WARNING: The first TextProvider in the ValueStack (rs.plusnet.android.market.AndroidMarket.UI.ListCategory) could not locate the message resource with key '**Weather+ Free**'
Jun 18, 2013 5:29:40 AM com.opensymphony.xwork2.util.logging.commons.CommonsLogger warn
WARNING: The default value expression 'Weather+ Free' evaluated to '**nullnull**'