JSP tag examples v. wiki snippets and Javadocs

2013-08-02 Thread Dave Newton
I think I brought this up once a long time ago. What would people think about moving the tag docs out of HTML and into either integration tests or onto the wiki? While the snippets are nice for some things, I'm not at all convinced they make sense when there's all that HTML etc. wrapped up in

Re: Add to ParameterNameAware JavaDoc Warning About Using?

2013-08-02 Thread bphill...@ku.edu
I think in the applications that use ParameterNameAware there are two use cases - use it to specify a blacklist of parameter names that Struts should not try to process or use it to specify a whitelist of parameter names that Struts should allow. If we change the OR to AND then the people who

Re: Add to ParameterNameAware JavaDoc Warning About Using?

2013-08-02 Thread Paul Benedict
If we changed ParameterNameAware interceptor so that it adheres to the filtering of the interceptor, then I think we did the right thing. That should be how the two work together. I would add how the two interact to BOTH javadoc headers. On Fri, Aug 2, 2013 at 9:47 AM, bphill...@ku.edu