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
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
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
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