I guess this question was asked several times ago, but I don't find the solution - sorry to ask again:
I have an URL stored within a database and would like to generate <a href="xyz">. Therefore I try to use <html:link> but this tag does not accept form bean properties. As a work around I used an idea I've read in another post using <bean:define> to store the url value in a variable and use this one with <%= variable %>. Does anybod know where there is a more struts like solution using the value out of the form bean? TIA Rene -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

