Hi,

I'm using Struts 1.1 on WebLogic 9.2.2.  I have this tag

<html:text property="userName" value="<%= (newUser != null ?
newUser.getNewName() : "") %>" size="20" maxlength="50" readonly="<%= exists
%>" />

but when my JSP is rendered, the expression, "<%= (newUser != null ?
newUser.getNewName() : "") %>" actually appears in the browser.  Anyone know
how to make the actual value of the expression appear?

oddly, if I have

<html:text property="userName" value="<%= name %>" size="20" maxlength="50"
readonly="<%= exists %>" />

everything renders fine. - Dave
-- 
View this message in context: 
http://www.nabble.com/Why-doesn%27t-struts-evaluate-the-Java-code--tp20505588p20505588.html
Sent from the Struts - User mailing list archive at Nabble.com.


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

Reply via email to