Hi,

I have an interface containing all my field size definitions and wish to use this info for setting the size of <html:text> tags, so that I don't have this hardcoded.
I get an error saying that this tag won't accept expressions if I do it the 'old fashioned' way with a scriptlet expression (i.e., size="<%=Field.MY_SIZE%>") and it just gets ignored if I use a jsp expression (i.e., size="<jsp:expression>Field.MY_SIZE</jsp:expression>").
What's the normal approach?


Thanks,
Andy

_________________________________________________________________
Use MSN Messenger to send music and pics to your friends http://www.msn.co.uk/messenger



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to