Hello,                          
        I am having the following code in a JSP file.

      <html:select property="definition" onchange="formSubmit(this.form,
<%=s%>)">
          <html:options collection="<%=Constants.LIST%>" property="id"
labelProperty="name"/>
      </html:select>

in the resulted HTML code I have the Constants.LIST replaced with its
value, but 
the <%=s%> is not processed and is present as it is in the html. 
It look to me as a JSP compiler problem...
Does anyone knows a workaround.

Best Regards
Dragomir        

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

Reply via email to