Don't understand your problem well.
Doesn't [<a href="${fwdLink}">login</a>] fit your need?
DH
http://www.gaonline.com.cn
----- Original Message -----
From: "sameerkhare"
To: <[email protected]>
Sent: Wednesday, October 28, 2009 12:47 PM
Subject: how can i construct external url with querystring???
>
> I want to construct a URL as below and forward to that external URL through
> tapestry 5.
> My tml file contains link as below
>
> ${fwdLink} login
>
> and correspoinding java file contains getter method for it.
>
> public String getFwdLink() {
> return fwdLink= "Http://www.mysite.com?userId=abc&pass=ab";
> }
>
> My problem is that how can i construct url with querystring???
>
> Please let me know if any one has any idea on it.
>
> Thanks
> Sameer
> --
> View this message in context:
> http://www.nabble.com/how-can-i-construct-external-url-with-querystring----tp26089334p26089334.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>