You can however nest a jsp tag inside an HTML one: <a href="<bean:write ..../>">
It would be a problem if you needed to fix the URL via html:rewrite, but since you're using href instead of page in your link you're not doing that anyway. Doesn't <html:link> support getting the url from a bean anyway? Might look into that. Chip -----Original Message----- From: Ujwal Oswal [mailto:[EMAIL PROTECTED] Sent: Thursday, June 12, 2003 3:01 PM To: '[EMAIL PROTECTED]' Subject: Problem using html:link Tag Hello, I need to dynamically set the URL for html:link. Its giving me an exception for this. Here's what I am trying to do. <logic:iterate id="child" name="wm" property="children"> <html:link href="<bean:write name="child" property="url"/>" styleClass="plain"> <bean:write name="child" property="description"/> </html:link><BR> </logic:iterate> Has anyone tried something like that. Thanks Ujwal --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

