Search:

Type: Posts; User: tarkal

Search: Search took 0.19 seconds.

  1. Replies
    9
    Views
    1,924

    Re: JSF directory structur

    After 3 hours I have finally found the answer... If you have ever read "the hitchhiker's guide to the galaxy" you'll know what I mean when I say that the answer is on par with "THE ANSWER". In...
  2. Replies
    9
    Views
    1,924

    Re: JSF directory structur

    Brace yourself, its pretty hard core...



    <h:commandButton value="admintest" action="admintest" />
    <h:commandButton value="admin" action="admin" />


    I have been experimenting with other...
  3. Replies
    9
    Views
    1,924

    Re: JSF directory structur

    This is my problem:

    This works:


    <navigation-case>
    <from-outcome>admintest</from-outcome>
    <to-view-id>/pages/dashboard.xhtml</to-view-id>
    ...
  4. Replies
    9
    Views
    1,924

    Re: JSF directory structur

    Yes sorry...



    <?xml version="1.0" encoding="UTF-8"?>
    <faces-config version="2.0" xmlns="http://java.sun.com/xml/ns/javaee"
    xmlns:xi="http://www.w3.org/2001/XInclude"...
  5. Replies
    9
    Views
    1,924

    Re: JSF directory structur

    BTW this is my web.xml:



    <?xml version="1.0" encoding="UTF-8"?>
    <web-app version="3.0" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"...
  6. Replies
    9
    Views
    1,924

    JSF directory structur

    Can somebody tell me if there is a requirement for JSF pages to be in a directory called "pages"? I have created an application and when all the pages are either in the root or in a file called...
Results 1 to 6 of 6