facebook

Struts custom superclass

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

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

    Johan
    Member

    Currently when you create a struts action, you can enter a custom class or choose a superclass among the following:

    org.apache.struts.action.Action
    org.apache.struts.actions.DispatchAction
    org.apache.struts.actions.LookupDispatchAction
    org.apache.struts.actions.MappingDispatchAction

    Is it possible to add some custom superclasses to this list ? It would be very useful and practical because we have a class that inherits org.apache.struts.action.Action that we would like to use for all our actions…

    #223835

    Riyad Kalla
    Member

    Moving to Feature Requests.

    Are you asking to have your own class in this drop down just for convenience as opposed to typing it each time? If so, I don’t believe this is supported as the list (I believe) is populated using reflection from classes contained in the plugin’s JAR file…

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

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