facebook

Small pageflow editor bug

  1. MyEclipse Archived
  2.  > 
  3. UML Development
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #232350 Reply

    Werner Punz
    Member

    There is a small visual bug in the JSF pageflow editor

    if you have a navigation case like:

    <navigation-case>
    <from-outcome>gocreate</from-outcome>
    <to-view-id>
    /usermanagementbe/UsersCreateForm.faces
    </to-view-id>
    </navigation-case>

    the pageflow editor takes the trailing spaces into the visual part and makes
    the page names too big because it shows the entire target name with all the spaces and tabs, the beautfier however seems also not to have the option of being able to format the source of the pageflow that way so that the trailing and ending spaces/tabs are removed

    <navigation-case>
    <from-outcome>gocreate</from-outcome>
    <to-view-id>/usermanagementbe/UsersCreateForm.faces</to-view-id>
    </navigation-case>
    like in this example
    it seems to linebreak it although I have given it a line length of 160 (the xml editor that is).

    #232352 Reply

    Werner Punz
    Member

    Also the faces-config editor seems to miss a grid view as well, which could be added probably very easily, after all it is just xml

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Small pageflow editor bug

You must be logged in to post in the forum log in