Is it possible to do something like this:
<bean:message bundle="MyBundle" key="mytext.text"
arg0='<input type="text" name="text" value="<%=num %>"'/>
I know that it is possible to pass an HTML element, but I will end up with an input box with the value "<%=num%>
" instead the actual value of that variable. What am I missing?