
|
If you were logged in you would be able to see more operations.
|
|
JSF cartridge
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
|
|
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>
|
|
|
|