Re: using requestDispatcher.inlude()

2006-01-31 Thread Michael Jouravlev
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:

Re: using requestDispatcher.inlude()

2006-01-31 Thread temp temp
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

Re: using requestDispatcher.inlude()

2006-01-31 Thread Michael Jouravlev
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