M build.xml
modify run.systest-per-webapp target to depend on "compile.test" target
M src/com/sun/faces/renderkit/html_basic/ButtonRenderer.java
Fix for JSFRI 63. Invoke a javascript function from "onclick" event
handler to clear
out all the hidden fields in the form before user specified script for
"onclick" is executed.
M src/com/sun/faces/renderkit/html_basic/CommandLinkRenderer.java
Fix for JSFRI 63. Invoke a javascript function from "onclick" event
handler to clear
out all the hidden fields in the form.
Fix for Issue 10: Set the target attribute on the form element using
javascript.
Because we treat commandLink as a button,setting target on it,
will not have the desired effect since we "return false" for onclick.
which would essentially cancel the click.
Fix for Issue 68: make clientId a local ivar in the encodeBegin method
instead
of a class ivar since it is not used anywhere else.
M src/com/sun/faces/renderkit/html_basic/FormRenderer.java
Generate a javascript function to clear out all the hidden fields in the
form.
M src/com/sun/faces/renderkit/html_basic/HtmlBasicRenderer.java
declare some public static constants.
M systest/build-tests.xml
M systest-per-webapp/build-tests.xml
Disable Javascript execution in HtmlUnit. HtmlUnit 1.2.3 doesn't have
sull support for Javascript yet. Since
none of the tests relies on the successful execution of javascript
(except the commandLink back button test)
disabling JS has no side effects.
M systest/web/golden/factoryFinder.txt
M systest/web/golden/managed04.txt
M systest/web/golden/taglib/commandButton_test.txt
M systest/web/golden/taglib/commandLink_multiform_test.txt
M systest/web/golden/taglib/commandLink_test.txt
A
systest-per-webapp/command-link-back-button/src/java/com/sun/faces/systest/Com
mandLinkBackButtonTestCase.java
M test/com/sun/faces/application/TestViewHandlerImpl.java
commeted a test that causes a different "action" attribute value to be
rendered on the form tag every time the test case is run. This test is
very similar
to testRender2(), so its not a problem to removing it to make golden
file generation easier.
M test/com/sun/faces/lifecycle/TestLifecycleImpl_initial.java
M web/test/RenderResponse_correct
M web/test/TestLifecycleImpl_initial_correct
M web/test/TestRenderResponsePhase.jsp
M web/test/TestViewHandlerImpl_correct
updated golden file.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_javaserverfaces.dev.java.net
For additional commands, e-mail: dev-help_at_javaserverfaces.dev.java.net