How do I put a JSP via a DispatchAction class into a tile?

2004-06-16 Thread bojke
I understand how to put a static page into a tile ... ... ... but how do I put a dymanic page ... that is, a JSP via a DispatchAction class into a tile? When I use the action path from struts-config.xml (i.e. "main.do"), It does not work. Thanks. --

user@struts.apache.org

2004-06-16 Thread bojke
Very polite from you, Thanks, dear evangelist Bojan. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

user@struts.apache.org

2004-06-16 Thread bojke
Hi, Do Tiles work with FRAMES ? Thank you, Bojan. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

user@struts.apache.org

2004-05-14 Thread bojke
Thanks dude, Bojan. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

user@struts.apache.org

2004-05-14 Thread bojke
Hi, I have the request parameter and that one has value par example BR&M. par example: doSomething.do?p1=BU&p2=BR&M&p3=bu2 I must use GET method for the as methodt. (I am launching the popup using window.open(url)). So, in the action, on the server side I am getting BR as the parameter value i