You can find the full source code for this website in the Seam package in the directory /examples/wiki. It is licensed under the LGPL.
| Online: | 22 Members of 4546 |
| Forum: Seam Users |
21. May 2008, 21:23 CET | Link |
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!
I decided do with separated pages...
...
Having the exact same issue, is there a work around besides declaring every view seperatly?
There were a number of related issues: JBSEAM-2186
Depending on your version you may want to upgrade...
Regards,
Siarhei