You can use the <html:link> tag:

<html:link page="/listMailsToSend.do">
  <bean:message key="libelle.application.mail"/>
</html:link>
<html:link page="/listParamVL.do">
  <bean:message key="libelle.application.vl"/>
</html:link>

Best Regards
Patrice

----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, November 26, 2002 5:34 PM
Subject: make a call to external applications


> hi all,
>
> I have several struts applications that I would like to call mainly
> from a portal that users can access after a successful login.
>
> I do do it like the fragment code below.
>
> li><a href="http://localhost:8080/intranetMailAdmin/listMailsToSend.do";
> ><bean:message key="libelle.application.mail"/></a>
> <li><a
href="http://localhost:8080/intranetVL/listParamVL.do";><bean:message
> key="libelle.application.vl"/></a>
>
> How could I avoid hard coding these calls?
>
> Thankx in advance
>
> Meissa
>
>
>
>
>
>
> --
> 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]>

Reply via email to