XSP page - dynamic link generation

2003-06-27 Thread Stephen Greene
Title: XSP page - dynamic link generation Hi all, I'm trying to create a dynamic link generated by a xsp page. Inside the html code: a href="">insert linkLink to some page/a I want to replace the insert link with a value passed back by a object method. E.g. This is

Re: XSP page - dynamic link generation

2003-06-27 Thread Alexandre Victoor
Hello If think you should use xsp:attribute : a xsp:attribute name=href xsp:expr.../xsp:expr /xsp:attribute /a Alex At 11:09 27/06/2003 +0100, you wrote: Hi all, I'm trying to create a dynamic link generated by a xsp page. Inside the html code: a href=insert linkLink to some

RE: XSP page - dynamic link generation

2003-06-27 Thread Stephen Greene
attribute? Thanks Stephen -Original Message- From: Alexandre Victoor [mailto:[EMAIL PROTECTED] Sent: 27 June 2003 11:17 To: [EMAIL PROTECTED] Subject: Re: XSP page - dynamic link generation Hello If think you should use xsp:attribute : a xsp:attribute name=href xsp:expr.../xsp:expr

AW: XSP page - dynamic link generation

2003-06-27 Thread Markus Heussen
-Ursprungliche Nachricht- Von: Stephen Greene [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 27. Juni 2003 12:31 An: [EMAIL PROTECTED] Betreff: RE: XSP page - dynamic link generation It's getting there but I'm getting some junk in the link aswell. The method getURL() returns a string which

RE: XSP page - dynamic link generation

2003-06-27 Thread Stephen Greene
It works a treat. Thanks Markus Stephen -Original Message- From: Markus Heussen [mailto:[EMAIL PROTECTED] Sent: 27 June 2003 13:37 To: [EMAIL PROTECTED] Subject: AW: XSP page - dynamic link generation Hi Stephen, when you set the link in the following way a xsp:attribute name=href