facebook

Struts ForwardAction

  1. MyEclipse IDE
  2.  > 
  3. Java EE Development (EJB, JSP, Struts, XDoclet, etc.)
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #255727 Reply

    thp
    Member

    <action path=”/whatEver”
    type=”org.apache.struts.actions.ForwardAction”
    parameter=”/lwhatEverElse.do”/>

    is a valid action description in a struts-config.xml.

    I’m not able to create such an action via Designer. Would be nice if i could. But ok.

    In the Designer it shows up as an usual action. This means it allows double clicking. If i do so, Struts.jar is opend in a text editor, I’m allowed to edit the file. 😯

    I did not try to save that changed file, sorry! 😀

    have a nice WE

    thp

    (Build ID 20060309-4.1.1 GA, Eclipse 3.1)

    #255740 Reply

    Riyad Kalla
    Member

    In the Designer it shows up as an usual action. This means it allows double clicking. If i do so, Struts.jar is opend in a text editor, I’m allowed to edit the file. 😯

    I did not try to save that changed file, sorry! 😀

    I believe it’s opened in read-only mode.

    I believe that this behavior is this way incase you used a custom forward implementation, so double click always opens source if available. In the case of you opening it, it just opened the default source.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Struts ForwardAction

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