OGNL Iterator/Array Expression Question

2009-09-14 Thread ets04uga
I have the following code: based on example code provided in the OGNL guide to get the startDate from the first object in a returned array from the iterator. I would like to make the 0 dynamic based on the 'wno' property so that I could do something such as: where wno might be the value 0

Re: Struts2 s:textfield to formatted html

2009-06-19 Thread ets04uga
So yes, the label piece I was looking for was farther down the pipeline in xhtml/controlheader-core.ftl -E -- View this message in context: http://www.nabble.com/Struts2-s%3Atextfield-to-formatted-html-tp24113259p24118045.html Sent from the Struts - User mailing list archive at Nabble.com. -

Struts2 s:textfield to formatted html

2009-06-19 Thread ets04uga
In looking at the code for the s:textfield tag and it uses the template/simple/text.ftl file as the template. The text.ftl file starts with the html input tag and I'm not understanding where the label, td and tr tags come from such that becomes First Name: