That 'popup' would be on the client browser end right? So it would have to be embedded jscript/javascript/vbscript/etc in the html. It has nothing to do with struts/servlets/jsp.
Originally posted by Bruno Mendonca: Hi Billy, but... i need information posted to my popup that I'll will get in my action. So, struts is involved.
Struts is not 'involved' per se. Ok, so you're executing a jsp or servlet or whatever, and returning some html page to the client right? And while generating that (dynamic) html, you generate the (dynamic) embedded javascript as well.
Man, i don't got it! Let me explain better... these are some code from my JSP page that will call the popup:
from my struts-config.xml:
from my Action LoadPopup:
But, this way will show my page "myPopup.jsp" on the same window, i need a popup, a new window... I don't know where (in the code) i have to implement this... could you help me?