Help

Controls

PermLinkWikiLink

Built with Seam

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.

Forum: Seam Users Forum ListTopic List
20. Mar 2008, 12:36 CET | Link

Hi guys,

I'm using seam 1.2.1 GA, jboss 4.0.5 GA and urlrewrite 2.6.

My urlrewrite.xml configuration is fine but URLs are not rewritten when there are in pages.xml

I have to use this fashion

    <exception class="org.jboss.seam.security.NotLoggedInException">
        <redirect view-id="/community/login.xhtml">
        </redirect>
    </exception>

which displays url like http://www.mysite.com/community/login.seam

instead of http://www.mysite.com/login (as it should be)

Please let me know if you know the trick to make it work also using pages.xml ?

Best,

Romain