Yeah, that's what is so strange. The directive is there, and I know it is working because when I don't use the scriptlet in the code, the radio button is rendered properly.
I'm not sure in which order the scriptlet code and the tag code is rendered, but it's like the tag does not get rendered because it does not like the scriptlet code, the scriptlet gets executed and the proper string is inserted, then the HTML gets set to the browser. I've seen several other examples around the web where this should work though. ~Austin Lowry Cliff Rowley wrote: >>Everything is right in the resulting HTML, except that instead of an >>HTML radio tag, I get this: >><html:radio property="shipper" value="3345043516" /> >> >> > >Probably a daft question, but have you included the relevant directive >in your JSP page to use the Struts HTML tag library? This is the only >time I've seen the '<html:' appear in the generated HTML. > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

