Yeah, there is an alternative, always. If you need only some specific write just use the <bean:write and stringing the href or whatever u want to it.
And there's always the way to create your own tag. -----Original Message----- From: Keith Chew [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 11, 2002 4:57 AM To: Struts Users Mailing List Subject: html:link Hi I was wondering if there is a tag to generate a url link from a map, and preserve the sessionid. Just like what html:link is doing. Ie <html:link page="somelink" name="someBean" property="someMap/> I want something like: <html:writelink page="somelink" name="someBean" property="someMap/> which will output the href part only, without the <a> tag. This is useful if I want to perform a link in Javascript. Or are there other alternatives? Thanks Keith -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

