Re: Struts Popup window with session param

2007-10-03 Thread Diego Ezquerro
wow, i'm feeling so stupid. i realized that just in this moment. thank you. Diego Ezquerro Bailac Asturias, Spain - Mensaje original De: Dave Newton <[EMAIL PROTECTED]> Para: Struts Users Mailing List Enviado: miƩrcoles, 3 de octubre, 2007 17:09:12 Asunto: Re: Struts Popup

Re: Struts Popup window with session param

2007-10-03 Thread Antonio Petrelli
2007/10/3, Diego Ezquerro <[EMAIL PROTECTED]>: > > All that i want is to pass that session attribute (it isn't a String) to > fillTrazability action class. Since it is a session-scoped attribute, why don't you read it directly in your destination page, without passing any parameter? Antonio

Re: Struts Popup window with session param

2007-10-03 Thread Dave Newton
IIRC somebody asked why you couldn't just access the session parameter in the action rather than sending it as a request parameter. What was the answer to that question? d. --- Diego Ezquerro <[EMAIL PROTECTED]> wrote: > Hi to everybody. > > I have a problem with a JSP page, I think this is a >

Struts Popup window with session param

2007-10-03 Thread Diego Ezquerro
Hi to everybody. I have a problem with a JSP page, I think this is a stupid question but I was hours searching the Internet and found nothing. What i wanna do is to pre-process a session attribute and then show a popup window with the result. My code is as follows: Set Trazability "srd_tree"