3 Replies Latest reply on Sep 30, 2011 5:20 AM by bugbusta

    Richfaces 4 with jsp page

    tuan_20070904

      I have add richfaces 4 and run successfull  sample demo but How i add taglib in jsp page?

      if xhmln page : <xmlns:rich="http://richfaces.org/rich">  it's ok .

      But in jsp page:

      <%@taglib uri=""http://richfaces.org/rich"" prefix="rich" %>

      error: the absolute <%@taglib uri=""http://richfaces.org/rich"" prefix="rich" %> can not be resolved in either web.xml or the jar file deloyed with this

      Help me, please!