Skip to content

Commit

Permalink
Merge pull request #53 from nicolasmoreau/dev
Browse files Browse the repository at this point in the history
correction in clear function call in formtitle form
  • Loading branch information
nicolasmoreau committed Jan 11, 2016
2 parents 72ce984 + f938729 commit c4d83fc
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions portal.war/src/main/webapp/xhtml/query/forms/formTitle.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,17 @@
<h:outputText value=" (#{form.prefix}) " rendered="#{form.prefix.length()>0}" />
</rich:toolBarGroup>
<rich:toolBarGroup location="right">
<a4j:commandLink
reRender="form#{form.id},formPanel,nodeTree,buttonArea"
action="#{form.clear}"
value="Clear">
</a4j:commandLink>
<a4j:commandLink id="form#{form.id}Remove"
reRender="formPanel,nodeTree,buttonArea"
action="#{form.delete}"
value="Remove form" immediate="true">
<rich:componentControl for="form#{form.id}" attachTo="form#{form.id}Remove" operation="hide" event="onclick"/>
</a4j:commandLink>
<a4j:commandLink
reRender="form#{form.id},nodeTree,buttonArea"
action="#{form.clear}"
value="Clear">
<rich:componentControl for="form#{form.id}" attachTo="form#{form.id}Remove"
operation="hide" event="onclick"/>
</a4j:commandLink>

</rich:toolBarGroup>
</rich:toolBar>
Expand Down

0 comments on commit c4d83fc

Please sign in to comment.