Hello: I need to compose the label for a textfield.
Here is my JSP code: <[EMAIL PROTECTED] prefix="s" uri="/struts-tags"%> <% String label = "Address"; if( request.getAttribute("requireFullAddress") != null ) label += "*"; %> <s:textfield label="%{label}" name="address"/> This does not work, I get an empty label on the page. I also tried using: <s:textfield label="%{#label}" name="address"/> That did not work either. Any ideas how I may do this? Thanks, Neil -- Neil Aggarwal, (832)245-7314, www.JAMMConsulting.com Eliminate junk email and reclaim your inbox. Visit http://www.spammilter.com for details. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]