3 Replies Latest reply on Sep 13, 2008 12:13 AM by svadu

    Force Login for all pages ( seam gen ) problem with richfaces

    sudeval

      Hi,
      I need do force the user logon when trying to acess the site, i put in my pages.xml


      <page view-id="/*" login-required="true"/>



      but components of richfaces ( rich:panel, rich:menuDropDown... ) not inicialized.



      my source pages.xml



      <?xml version="1.0" encoding="UTF-8"?>
      <pages xmlns="http://jboss.com/products/seam/pages"
             xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
             xsi:schemaLocation="http://jboss.com/products/seam/pages http://jboss.com/products/seam/pages-2.0.xsd"
      
             no-conversation-view-id="/home.xhtml"
             login-view-id="/login.xhtml">
      <page view-id="/*" login-required="true"/>
      ...




      What i do ?
      What´s wrong ?



      Thanks!