Re: unable to set html-el:link parameters

2004-07-01 Thread Mark Lowe
Not in plain struts tags it wasn't , before jstl and el were on the screen paramId="id" page="/myaction.do" > its just now jstl is around you can brew a strange mix. You can achieve what you want with JSTL and you'd probably be better doing that.

Re: unable to set html-el:link parameters

2004-07-01 Thread Bryan Hunt
Cheers Mark, You were correct, it is now working. Here is the correct code snip= =snip I can't help but think that the workings of this tag are a little convoluted. --b Mark Lowe wrote: opps.. You need to access a method in you ForRentalProperty class if there's a ge

Re: unable to set html-el:link parameters

2004-07-01 Thread Mark Lowe
opps.. You need to access a method in you ForRentalProperty class if there's a getId() method then add paramProperty="id" On 1 Jul 2004, at 19:17, Mark Lowe wrote: Seeing as you're using jstl, there's more that one way but you might "> or perhaps But i haven't used the htm-el lib in

Re: unable to set html-el:link parameters

2004-07-01 Thread Mark Lowe
Seeing as you're using jstl, there's more that one way but you might "> or perhaps But i haven't used the htm-el lib in a while so could be wrong. Mark On 24 Jun 2004, at 19:06, Bryan Hunt wrote: Good evening list users. I have been trying to get html-el to work with JSTL in order to c

unable to set html-el:link parameters

2004-07-01 Thread Bryan Hunt
Good evening list users. I have been trying to get html-el to work with JSTL in order to create a hyperlink. I am getting the following error message [ServletException in:/client/basket.jsp] Cannot find bean [EMAIL PROTECTED] in any scope' Here is the code. snip=