Re: more than one parameter in a link

2006-12-05 Thread Mikolaj Rydzewski
Pierre Goupil wrote: Ho yes ! Here's a clean way to fill a map in a JSP ! By clean, I mean without a scriptlet that a Web developper wouldn't understand. Great ! I doubt whether web developer with no programming background would understand JSTL solution either... -- Mikolaj Rydzewski <[EMAIL P

more than one parameter in a link

2006-12-05 Thread Pierre Goupil
Hi all again, and thank you for the fast support ! ^ ^ link Ho yes ! Here's a clean way to fill a map in a JSP ! By clean, I mean without a scriptlet that a Web developper wouldn't understand. Great ! This is something t

Re: more than one parameter in a link

2006-12-05 Thread Nuwan Chandrasoma
- Original Message - From: "Pierre Goupil" <[EMAIL PROTECTED]> To: Sent: Tuesday, December 05, 2006 9:39 AM Subject: more than one parameter in a link Hi again ! Yes, of course, but it seems that doign things this way, you loose all other parameters of the request like, in

Re: more than one parameter in a link

2006-12-05 Thread Mikolaj Rydzewski
Pierre Goupil wrote: Yes, of course, but it seems that doign things this way, you loose all other parameters of the request like, in particular, the jsessionid. Am I right or wrong ? Wrong. c:url rewrites url if necessary. Unfortunately it's not xhtml aware and will produce & as param separato

more than one parameter in a link

2006-12-05 Thread Pierre Goupil
Hi again ! Yes, of course, but it seems that doign things this way, you loose all other parameters of the request like, in particular, the jsessionid. Am I right or wrong ? If right, is there a workaround ? Regards, Pierre eg: My Link Thanks, Nuwan -- "L'une des raisons pour les

Re: more than one parameter in a link

2006-12-05 Thread Mikolaj Rydzewski
Pierre Goupil wrote: http://localhost/myApp/myAction.do?type=2&id=12 Of course, I could use a Map from my bean. But the problem is that, in my case, the bean have no way to know which value to give to the JSP : it's the JSP and it only who knows the values... link -- Mikolaj Rydzewski <[E

Re: more than one parameter in a link

2006-12-04 Thread Nuwan Chandrasoma
use JSTL c:url tag. eg: My Link Thanks, Nuwan - Original Message - From: "Pierre Goupil" <[EMAIL PROTECTED]> To: Sent: Tuesday, December 05, 2006 6:51 AM Subject: more than one parameter in a link Hi, Strutsers ! For my first question here, I would lik

more than one parameter in a link

2006-12-04 Thread Pierre Goupil
Hi, Strutsers ! For my first question here, I would like to know how to make an which would contain more than one parameter without having to use a bean property. For example, I would like to be able to generate such a link : http://localhost/myApp/myAction.do?type=2&id=12 Of course, I could