Isn't there a work-around for this ? I'm not a java expert, and I'm in a testing phase for my project where using xsp would be much more straight-forward, as in my case, the logic needs to make database and session-context accesses to set the parameter value.
----- Original Message ----- From: "Carmona Perez, David" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, December 31, 2003 1:48 PM Subject: RE: <map:select> parameter value from xsp? Use an action for this purpose. -------- David -----Mensaje original----- De: julien bloit [mailto:[EMAIL PROTECTED] Enviado el: mi�rcoles, 31 de diciembre de 2003 11:31 Para: [EMAIL PROTECTED] Asunto: <map:select> parameter value from xsp? Hi, Is there a simple way to set a sitemap parameter value from within an xsp page? For example in this case : <map:select type="parameter"> <map:parameter name="parameter-selector-test" value="{myValue}"/> ... </map:select> 'myValue' would be returned from a call to a specific xsp page. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
