You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Onur Tokan <ot...@gmail.com> on 2005/11/23 15:34:30 UTC

question to: Alexander Smirnov -- ajax:form doesn't valid for ajax.tld

Hi,

I am evaluating  AJAX-JSF Framework framework. It has a great idea
behind. However I can't make it work. First jboss give exception that
it can't find ajax.tld file. Some how I managed to download it from
repository, but it gives me following exception:

===========================
javax.faces.FacesException: No tag "form" defined in tag library
associated with uri "http://myfaces.apache.org/ajax"
	org.apache.myfaces.context.servlet.ServletExternalContextImpl.dispatch(ServletExternalContextImpl.java:421)
	org.apache.myfaces.application.jsp.JspViewHandlerImpl.renderView(JspViewHandlerImpl.java:234)
	org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:352)
	javax.faces.webapp.FacesServlet.service(FacesServlet.java:107)
	org.apache.jasper.runtime.PageContextImpl.doForward(PageContextImpl.java:693)
	org.apache.jasper.runtime.PageContextImpl.forward(PageContextImpl.java:660)
	org.apache.jsp.index_jsp._jspService(org.apache.jsp.index_jsp:99)
	org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
	org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:322)
	org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
	org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
	org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:81)

===========================

I think maybe I am using wrong tld file. Looking for your help, thank
you very much...

Best regards...

Onur T.