Well, I haven't tried custom tags in the properties file, but i know it takes any standard html tags. Could you use <a href=....> if <html:link .../> doesn't work? I'm curious to find out if the custom tags would work though.
~ Keith http://www.buffalo.edu/~kkamholz -----Original Message----- From: Richards, Devin N (Devin) [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 14, 2002 1:02 PM To: Users Mailing List Struts (E-mail) Subject: can you have <html:link> in your ApplicationResources.properties? I have the following using 1.1-b2 Ack.jsp <bean:message key="com.myco.myapp.sig" /> ApplicatoinResources.properties: com.myco.myapp.sig=Thank you for your inquiry. You may <html:link forward="question">submit</html:link> another question When the action displays the Tiles definition that contains Ack.jsp all of the text appears on the page, but the <html:link> was not "processed" and thus the link is not active. Any ideas on how to get this to work, with out having to put the <html:link> in the JSP? TIA -Devin -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

