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