Re: problem with jsp:include

2004-08-31 Thread Nicolas De Loof
taglibs must be set in the included JSP when using tag : it includes JSP result, not JSP source code as does <%@ include %>. Nico. - Original Message - From: "vineesh . kumar" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, August 31, 2004 11

problem with jsp:include

2004-08-31 Thread vineesh . kumar
hi all, I had written the code in a.jsp like: Accounts Contacts Deals Tasks Reports and i included this page in another jsp file like (offcourse with apropriate taglibs) but the html:link tags are not rendered y this is happening? Thanks in advance vinu