Hello struts-user,

  I have a problem with the taglib <html:link> in struts.

  I have search results in a collection and I iterate over the
  results. But in the results is also a user email address and I want
  that this emailaddress is a link.
  e.g. <a href="mailto:[EMAIL PROTECTED]";>[EMAIL PROTECTED]</a>

  With <bean:write name="user" property="email" scope="request"/> I
  have the emailaddress, but how I make now a link???

  I tried it with this code, but it don't work!

  <html:link paramName="user"
             paramProperty="email"
             paramId=""
             paramScope="request"
             href="">
    <bean:write name="user" property="email" scope="request"/>
  </html:link>

  Someone any ideas?

-- 
Best regards,
 rg                          mailto:[EMAIL PROTECTED]


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to