Hi
I have added a text box in advanced search by overriding the
search_simpleform.xhtml file... this is the snippet
<tr>
<td class="labelColumn">
<h:outputText value="#{messages['label.book.organisation']}"/>
</td>
<td class="fieldColumn" colspan="3">
<h:inputText value="#{doc.book.organisation}"
styleClass="dataInputText" />
</td>
</tr>
II have defined the docType AdvancedSearchCustom.
<doctype name="AdvancedSearchCustom" extends="Document">
<schema name="advanced_search"/>
<schema name="book"/>
</doctype>
When I enter any search key in my custom text area [in advance search] I get
the following warning
WARN:There is no book:organisation with prefix book in AdvancedSearch
Eventhough I have mentioned AdvancedSearchCustom it is looking for
AdvancedSearch doctype
My document type is not getting displayed in the advancedsearch
help me out in this issue
ThankYou
--
Posted by "Elakkiya" at Nuxeo Discussions <http://nuxeo.org/discussions>
View the complete thread:
<http://www.nuxeo.org/discussions/thread.jspa?threadID=2030#10410>
_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm
To unsubscribe, go to http://lists.nuxeo.com/mailman/options/ecm