[ http://issues.apache.org/jira/browse/GERONIMO-1411?page=comments#action_12414689 ]
David Jencks commented on GERONIMO-1411: ---------------------------------------- ported to 1.1 from dead-1.2 in rev 411661 ported to trunk in rev 411663 > servlet 2.3 context-param elements are not converted properly to servlet 2.4 > schema > ----------------------------------------------------------------------------------- > > Key: GERONIMO-1411 > URL: http://issues.apache.org/jira/browse/GERONIMO-1411 > Project: Geronimo > Type: Bug > Security: public(Regular issues) > Components: deployment > Versions: 1.0 > Reporter: David Jencks > Assignee: David Jencks > Fix For: 1.1, 1.2 > > a servlet 2.3 element like > <context-param> > <param-name>org.apache.myfaces.ALLOW_JAVASCRIPT</param-name> > <param-value>true</param-value> > <description> > This parameter tells MyFaces if javascript code should be allowed > in the > rendered HTML output. > If javascript is allowed, command_link anchors will have > javascript code > that submits the corresponding form. > If javascript is not allowed, the state saving info and nested > parameters > will be added as url parameters. > Default: "true" > </description> > </context-param> > should have the description element moved to the first position for the j2ee > 1.4/servlet 2.4 schema. It isn't getting moved. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
