Hi, just a quick question:
I want to replace the following: javascript:newWindow('popup-faq.jsp?txt=date','350', '500') with the html:rewrite. So I added an entry into my struts-config and my tiles-def and changed it to: javascript:newWindow('<html:rewrite action="/popup/faq" />?txt=date','350', '500') Now a want to add the param dynamically as well. As I do not use forms in here, because I have multiple calls of the newWindow-function with different parameters I would like to add it manually. For example use the paramId attribute (e.g. paramId="txt") and add the value myself (e.g. value="date") and not through a formbean. Is this possible somehow? If not, what would be a good solution to solve this problem? I can stay with my current-solution so far, but I wonder if the ActionForward somehow saves the parameters in it's object, what I would need in my application. Does anyone have informations on this issue? Thanks so far Thomas --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]