RE: html:link action - how to append query string

2004-02-27 Thread Tomeu Vizoso
I would recommend using the html-el tag library, in which case the code should look like that: html:link action='/scopeAction?row={$value}' See here for an explanation on how to utilize the EL (expression language): http://javaboutique.internet.com/tutorials/Struts_EL/ Regards, Tomeu

RE: html:link action - how to append query string

2004-02-27 Thread Paul, R. Chip
You have I think three choices, in preferred order: 1. Use the paramName, paramScope, and paramProperty attributes of html:link (see http://jakarta.apache.org/struts/userGuide/struts-html.html#link) This may not work with the page scoped variable defined the way you've done it, I

RE: html:link action - how to append query string

2004-02-27 Thread Leticia Golubov
- From: Paul, R. Chip [mailto:[EMAIL PROTECTED] Sent: 27 February 2004 15:59 To: 'Struts Users Mailing List' Subject: RE: html:link action - how to append query string You have I think three choices, in preferred order: 1. Use the paramName, paramScope, and paramProperty attributes of html:link

RE: html:link action - how to append query string

2004-02-27 Thread Leticia Golubov
=/scopeAction.do?row='%= value %' and so on... regards -Original Message- From: Paul, R. Chip [mailto:[EMAIL PROTECTED] Sent: 27 February 2004 15:59 To: 'Struts Users Mailing List' Subject: RE: html:link action - how to append query string You have I think three choices, in preferred order: 1

RE: html:link action - how to append query string

2004-02-27 Thread Hubert Rabago
Mailing List' Subject: RE: html:link action - how to append query string You have I think three choices, in preferred order: 1. Use the paramName, paramScope, and paramProperty attributes of html:link (see http://jakarta.apache.org/struts/userGuide/struts-html.html#link

RE: html:link action - how to append query string

2004-02-27 Thread Leticia Golubov
Mailing List' Subject: RE: html:link action - how to append query string You have I think three choices, in preferred order: 1. Use the paramName, paramScope, and paramProperty attributes of html:link (see http://jakarta.apache.org/struts/userGuide/struts-html.html#link) This may