Skip to content

Commit

Permalink
Fix combine errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ndkhanh-axonivy committed Dec 12, 2024
1 parent c0cdad1 commit 23bc454
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<h:form id="form">
<p:messages />
<p:panelGrid columns="5" layout="grid">
<p:panelGrid columns="6" layout="grid">
<f:facet name="header">
<h:outputText
value="Enter a search string, e.g. name or location." />
Expand All @@ -39,7 +39,7 @@
<p:outputLabel value="Where" for="Where" style="float:left" />
<p:inputText value="#{data.where}" id="Where" required="false"
style="float:left" />

<h:panelGroup/>
<p:commandButton id="Find" actionListener="#{logic.find}"
ajax="false" value="Find" update="form" icon="ui-icon-search" />

Expand Down
7 changes: 1 addition & 6 deletions tel-search-ch-connector-test/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,7 @@
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
<attributes>
<attribute name="module" value="true"/>
<attribute name="add-exports" value="java.xml/com.sun.org.apache.xerces.internal.dom=ALL-UNNAMED"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry exported="true" kind="con" path="IVY_CONTAINER"/>
<classpathentry kind="con" path="WEBAPP_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/>
Expand Down

0 comments on commit 23bc454

Please sign in to comment.