History | Log In     View a printable version of the current page. Get help!  
Issue Details [XML]

Key: JSF-14
Type: Bug Bug
Status: Closed Closed
Resolution: Duplicate
Priority: Major Major
Assignee: Chad Brandon
Reporter: Wenhu Guan
Votes: (View)
Watchers: (View)
Operations

If you were logged in you would be able to see more operations.
JSF cartridge

adf command button does not function with firefox

Created: 04/Jul/06 08:47 PM   Updated: 05/Jul/06 09:21 PM
Component/s: None
Affects Version/s: None
Fix Version/s: None

Environment: 3.2-snapshot,jdk 1.5, firefox 1.5.0.4


 Description   
The following generated code does not work properly(click the command button, nothing happen) under firefox 1.5.0.4.
if removed the statement onsubmit="return validateHomeHomeStockingForm(this);" , it will work.

<h:form id="homeHomeStockingForm" onsubmit="return validateHomeHomeStockingForm(this);" enctype="multipart/form-data">
<af:panelForm>
<f:facet name="footer">
<af:panelButtonBar>
<af:commandButton text="#{messages['stocking']}" action="#{homeController.homeStocking}"/>
</af:panelButtonBar>
</f:facet>
</af:panelForm>
<a:validator/>
</h:form>

 All   Comments   Change History      Sort Order:
Comment by Chad Brandon [05/Jul/06 09:21 PM]
Duplicate of JSF-12