Sorry, I asked my question to quickly.. I found a solution myself now. Solved it as followed - if anyone might need it:
<bean:define id="keyword" value="date" /><html:rewrite action="/popup/faq" paramId="txt" paramName="keyword" /> But anyways: does anybody know, if the parameters, given through paramId are saved in an ActionForward? This would help me a lot, because I have to remember the parameters - if any are used - together with my ActionForward for later references. Right know I'm trying a workaround with my own RequestProcessor, which tries to cut out the parameters and save it somewhere and add it later to the ActionForward, but that doesn't work that well. Thanks Thomas On Thursday 10 November 2005 12:13, Thomas Hamacher wrote: > 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]