<FONT face="Default Sans Serif, Verdana, Arial, Helvetica, sans-serif" size=2><div>Hi.</div><DIV>&nbsp;</DIV><DIV>I assume there is a &lt;html&gt; tag in your JSP.</DIV><DIV>&nbsp;</DIV><DIV>So you can declare the namespace in this tag and use it afterwards.</DIV><DIV>&nbsp;</DIV><DIV>Example :</DIV><DIV>&nbsp;</DIV><DIV>&lt;html xmlns:javaCustomTag="myHost/myApplication"&gt;</DIV><DIV>&nbsp;</DIV><DIV>&lt;!-- All the classic tags you want --&gt;</DIV><DIV>&nbsp;</DIV><DIV>&lt;javaCustomTag:getName property="propertyName"/&gt;</DIV><DIV>&nbsp;</DIV><DIV>&lt;/html&gt;</DIV><DIV>&nbsp;</DIV><DIV>I have not tested this solution but I think this could work.</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>Hope that helps.</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Jean-Guillaume Battaglia.</DIV></FONT>