Re: Using a tag as an attribute value

2007-06-04 Thread yitzle
Shouldn't that be jsp:attribute rather than jsp:param?... L. Erm... Maybe? I got it working -> - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Using a tag as an attribute value

2007-06-04 Thread Laurie Harper
yitzle wrote: I got a linkIf.tag file that's working well. It checks the test and either creates a link the the url with the body as the link content (ie < a href="<%=url%>" >) or just shows the body sans link. I want to set the test attribute to be , and that's where I run into trouble.

Using a tag as an attribute value

2007-06-01 Thread yitzle
I got a linkIf.tag file that's working well. It checks the test and either creates a link the the url with the body as the link content (ie < a href="<%=url%>" >) or just shows the body sans link. I want to set the test attribute to be , and that's where I run into trouble. I tried: