Hi All
I am trying to use the struts-bean.tld
the import statement i use in JSPs is
<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
In the web.xml i have given it as

<taglib>

  <taglib-uri>/WEB-INF/struts-bean.tld</taglib-uri>

   <taglib-location>/WEB-INF/struts-bean.tld</taglib-location>

</taglib>

whenever i use the above import the JSP does not show anything but a blank
HTML page.But when i comment the above import it works. I am not sure why
this thing is happening. Please help me out. the struts-bean.tld is here
GEST/web/GEST/WEB-INF/struts-bean.tld along wid the other tlds where is
the project name

thanx

--Mohan





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

Reply via email to