From: "Murray Collingwood" <[EMAIL PROTECTED]>
Has anybody successfully used Stuts tags and Custom tags together?
For example:
Consider a custom tag with the following code:
out.println("<html:link action=\"Update.do\">" + entry[ix] +
"</html:link>");
I haven't done anything with custom tags in a while, but isn't this the same
as writing (in a JSP):
<my:tag attr="<other:tag action="abc"/>"/>
? Which, as you've noted, won't work.
What does your custom tag do? The 'entry[ix]' looks like it might be
iterating. If so... can you do it with <c:forEach> and <html:link> alone?
Alternately, do you really need the <html:link> or can you just write an <a
href="..."> directly?
--
Wendy Smoak
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]