[jboss-user] [JBoss Seam] - Form reset button in Seam

terryb do-not-reply at jboss.com
Thu Oct 4 06:22:48 EDT 2007


I can't seem to get form Reset button working, to empty out text typed in search fields. It does nothing when clicked. I use default Seam mechanism to perform search, ie EntityList...EntityHome...

Do I must have a backing bean action method to somehow make it work?


  | <div class="actionButtons">
  | <h:commandButton id="search" value="Search" action="/OrganisationUserList.xhtml"/>
  | <h:commandButton value="Reset" type="reset"/>
  | <s:button view="/OrganisationUserEdit.xhtml" id="create" value="Create User">
  | <f:param name="organisationUserId"/>
  | </s:button>
  | </div>
  | 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4091438#4091438

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4091438



More information about the jboss-user mailing list