Re: %@ include file=xyz.jsp %

2004-01-29 Thread Tim Funk
Yup - sort of. (But %@ include file=... % is a compile time include).

RequestDispatcher.include(request,response) is a run-time include.

-Tim

N.B.Bopanna wrote:

Hi all,
what is the equivalent of jsp directive 
%@ include file=super_adminmenu.htm % in servlets?

is it RequestDispatcher.include(request,response)?
thanks
bopanna


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


%@ include file=xyz.jsp %

2004-01-28 Thread N.B.Bopanna
Hi all,
what is the equivalent of jsp directive 
%@ include file=super_adminmenu.htm % in servlets?

is it RequestDispatcher.include(request,response)?
thanks
bopanna



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]