Re: [appfuse-user] How do I reuse a view(jsp) through SpringMVC

2007-03-12 Thread Jonathan Tse
Ivan, It works! Thanks. Best regards, Jonathan Ivancho wrote: You can set a new request variable named "order" before you do the include: Ivan Jonathan Tse wrote: Hi all, I don't know if my question make sense or not. I got a jsp (say, ViewOrder.jsp) displaying an order sum

Re: [appfuse-user] How do I reuse a view(jsp) through SpringMVC

2007-03-08 Thread Ivancho
You can set a new request variable named "order" before you do the include: Ivan Jonathan Tse wrote: > > Hi all, > > I don't know if my question make sense or not. I got a jsp (say, > ViewOrder.jsp) displaying an order summary, i want to reuse it everytime > I want to display someth

Re: [appfuse-user] How do I reuse a view(jsp) through SpringMVC

2007-03-08 Thread Michael Horwitz
You can pass in the element in the include as a parameter. Something like: " /> Mike On 3/8/07, Jonathan Tse <[EMAIL PROTECTED]> wrote: Hi all, I don't know if my question make sense or not. I got a jsp (say, ViewOrder.jsp) displaying an order summary, i want to

[appfuse-user] How do I reuse a view(jsp) through SpringMVC

2007-03-07 Thread Jonathan Tse
Hi all, I don't know if my question make sense or not. I got a jsp (say, ViewOrder.jsp) displaying an order summary, i want to reuse it everytime I want to display something together with this order summary by using In this jsp it take a variable at path "order". In one controller wh