On 1/31/06, temp temp <[EMAIL PROTECTED]> wrote:
> Can I include ".do"using jsp include ?
Of course. But if your ".do" forwards to a JSP, then this combination
won't work as you expect ;-) The response will be closed after the
forward, so the rest of your main page will not be rendered:
http:
Can I include ".do"using jsp include ?
Thanks & Regards
Michael Jouravlev <[EMAIL PROTECTED]> wrote: On 1/31/06, temp temp wrote:
>
>
>
> Can I include multiple .do's using request dispathcer include?
Sure. Be careful with flushing though.
> or can I have
>
>
> <%request.getReq
On 1/31/06, temp temp <[EMAIL PROTECTED]> wrote:
>
>
>
> Can I include multiple .do's using request dispathcer include?
Sure. Be careful with flushing though.
> or can I have
>
>
> <%request.getRequestDispatcher("/action/budgetInformationRead.do?form=ndsp:budget.Information&object.ndsp
3 matches
Mail list logo