Github user swiftelan commented on the pull request:

    https://github.com/apache/struts/pull/75#issuecomment-172880314
  
    Annotations allow multivalued attributes in the form of arrays. Using this 
makes it obvious that you can supply multiple result names for a single result 
configuration.
    
    @Action(results = {
        @Result(name={"error", "input"}, location="input-form.jsp"),
        @Result(name="success", location="success.jsp")
    })
    



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to