Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

h:commandButton /a4j:commandbutton with a4j:support

843844Jun 4 2009 — edited Jun 9 2009
<a4j:commandButton image="#{msgs[\'button.edit\']}" alt="#{msgs[\'button.edit.alt\']}"
type="button"
rendered="#{backing_bean_managechemspecdetails.m_bShowEditButton}" >
<a4j:support event="onclick" action="#{backing_bean_managechemspecdetails.editInstruction}" onsubmit="return radioCheck()"
reRender="manageinstructiontable,table5,table6" >
</a4j:support>
</a4j:commandButton>

but on click of this button the page refreshes.

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jul 7 2009
Added on Jun 4 2009
2 comments
222 views