facebook

Struts flow view should be tiles aware [Enhancement]

  1. MyEclipse IDE
  2.  > 
  3. Feature Requests
Viewing 15 posts - 1 through 15 (of 17 total)
  • Author
    Posts
  • #202210 Reply

    I use tiles a lot, and if you use a tiles-defs.xml file, you only see the forward to the definition. It would be great to have the outline show which jsp are contained in that definition. At least only the ones that are not inhearited from e.g. a default layout definition. Editing them, or a wizzard is the next step. A nice (exportable!?) image would be great

    e.g. a definition in tiles-defs.xml like

    <definition
    name=”layout”
    path=”/layout/layout.jsp”>
    <put name=”title” value=”${title}”/>
    <put name=”content” value=”${content}”/>
    <put name=”banner” value=”/tiles/banner.jsp”/>
    <put name=”header” value=”/tiles/header.jsp”/>
    <put name=”footer” value=”/tiles/footer.jsp”/>
    <put name=”menu” value=”/tiles/menu.jsp”/>
    </definition>

    and an extended definition of

    <definition name=”.messageerror” extends=”layout”>
    <put name=”title” value=”Message Error page”/>
    <put name=”content” value=”/messageerror.jsp”/>
    </definition>

    in combination with an action of

    <action
    attribute=”sendmessageForm”
    input=”sendmessage.jsp”
    name=”sendmessageForm”
    path=”/sendMessage”
    validate=”false”
    type=”net.vankuijk.messaging.ebxml.gui.action.SendMessageAction”>
    <forward name=”messagesent” path=”.messagesent” />
    <forward name=”messageerror” path=”.messageerror” />
    </action>

    Should show an image like i created on http://ronald.vankuijk.net/myeclipse/struts.png

    #202218 Reply

    Riyad Kalla
    Member

    Good suggestion, anybody else want this?

    #202235 Reply

    palvim
    Member

    It’s very important for us too (all users from Powerlogic -Brazil)!
    We think Tiles is one of the main reasons for using Struts – and we’ll still need it with JSF! We hope to have it in MyEclipse as soon as possible…

    #202247 Reply

    Paul
    Participant

    @support-rkalla wrote:

    Good suggestion, anybody else want this?

    Yes – very much so. I think that many struts developers would consider Tiles an integral part. Thanks, and keep up the good work.

    #202298 Reply

    jfergus
    Member

    +1

    #202303 Reply

    Dan Scovill
    Member

    This would be a great feature.

    #202588 Reply

    +1 here, tiles is pretty high on the essential ‘view’ priority list, here anyway.

    #202601 Reply

    sabbad
    Member

    +1, tiles is a great framework

    #203132 Reply

    paulhh
    Member

    ++1, Tiles is a key part of the framework

    #203277 Reply

    +1 – Tiles is an important piece of the framework. Especially for maintenance and reusability.

    #203368 Reply

    +1

    #203565 Reply

    Damian
    Member

    ++1 tiles is very important for us

    #203575 Reply

    Riyad Kalla
    Member

    Guys it looks like Tiles support is planned for 2.8 (May-ish time frame for GA, RC releases before that). Hopefully you can all give us feedback during the 2.8 RCs to help us really get you the support you need.

    #203874 Reply

    b0rg
    Member

    ++1 and my colleagues too. This is a must!
    Maybe this was the reason for my comment in https://www.genuitec.com/forums/topic/struts-config-xml-flow-view-does-not-display-forward-icon/, I wasn’t aware that tiles are ignored in the outline.

    #203881 Reply

    Riyad Kalla
    Member

    Actually, Borg your comment in that thread got us talking about making flow view more generic and allowing linking to ‘resources’ instead of just ‘jsp pages’, so as I hear now, 2.7 will have a totally overhauled Flow View and 2.8 will include even better support.

Viewing 15 posts - 1 through 15 (of 17 total)
Reply To: Struts flow view should be tiles aware [Enhancement]

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