taglibs must be set in the included JSP when using <jsp:include> 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:17 AM
Subject: problem with jsp:include


hi all,

I had written the code in a.jsp like:

<tr>
<td bgcolor="#ccccff" align=center width=20%><html:link page="/accountlisting.do"><font
color="#000000">Accounts</font></html:link></td>

<td bgcolor="#ccccff" align=center width=20%><html:link 
page="/ContactsListing.do"><font
color="#000000">Contacts</font></html:link></td>

<td bgcolor="#ccccff" align=center width=20%><html:link page="/dealslisting.do"><font
color="#000000">Deals</font></html:link></td>

<td
bgcolor="#ccccff" align=center width=20%><html:link page="TasksListView.jsp"><font
color="#000000">Tasks</font></html:link></td>

<td bgcolor="#ccccff" align=center width=20%><html:link page="Reports.jsp"><font
color="#000000">Reports</font></html:link></td>
</tr>




and i included this page in another jsp file like
      <jsp:include page="a.jsp"/>
(offcourse with apropriate taglibs)

but the html:link tags are not rendered

y this is happening?
      Thanks in advance
            vinu



Our name has changed.  Please update your address book to the following format: 
"[EMAIL PROTECTED]".

This message contains information that may be privileged or confidential and is the 
property of the Capgemini Group. It is intended only for the person to whom it is 
addressed. If you are not the intended recipient,  you are not authorized to read, 
print, retain, copy, disseminate,  distribute, or use this message or any part 
thereof. If you receive this  message in error, please notify the sender immediately 
and delete all  copies of this message.


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

Reply via email to