Github user jogep commented on the pull request:
https://github.com/apache/struts/pull/45#issuecomment-120737377
PR is merged in master
---
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
Github user jogep commented on the pull request:
https://github.com/apache/struts/pull/24#issuecomment-53986012
Thank you for pull request. It is pushed to current develop version.
https://git-wip-us.apache.org/repos/asf?p=struts.git;h=fbf4113
---
If your project is set up
Github user jogep commented on the pull request:
https://github.com/apache/struts/pull/8#issuecomment-41649975
Is it possible to apply Get and Post together to one method in an action
and Delete to an other?
```
public class MyAction extends ActionSupport
Github user jogep commented on the pull request:
https://github.com/apache/struts/pull/8#issuecomment-41530761
Good point. :-)
+1 for merge this.
---
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
Github user jogep commented on the pull request:
https://github.com/apache/struts/pull/8#issuecomment-41374218
The DTD change should not be the problem because it is a compatible change
to previous releases.
The convention plugin applies the default values and all action related
Github user jogep commented on the pull request:
https://github.com/apache/struts/pull/8#issuecomment-41367189
Nice, but why not extending the current @Action annotation? May like this:
@Action(value="my-action", httpMethod=GET)
@Action(value="my-acti