I used the document you linked to implement the functionality.  I reviewed it 
again but I haven´t found a solution yet.  I continued troubleshooting 
from where the error is being raised, and found that it is in the xhml file 
search_simpleform.xhtml

Here is some sample code with the line in bold causing the error to be raised:

<tr>
<td class="labelColumn">
<h:outputText value="MyCustomField" />
</td>
<td class="fieldColumn" colspan="3">
*<h:inputText value="#{doc.searchschema.custfield}"*
styleClass="dataInputText" />
</td>
</tr>

Note that I am using Nuxeo 5.3.2.

Here is the exact error I am getting:

*+634 WARN [org.nuxeo.ecm.platform.el.DocumentModelResolver] Property not 
found: searchschema:custfield. Document 'null' with title 'null' and type 
'AdvancedSearch' does not have any schema with prefix 'searchschema'.+*

Any idea what else I can check?

Thank you.
--
Posted by "jmusu" at Nuxeo Discussions <http://nuxeo.org/discussions>
View the complete thread: 
<http://www.nuxeo.org/discussions/thread.jspa?threadID=2030#12860>
_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm
To unsubscribe, go to http://lists.nuxeo.com/mailman/options/ecm

Reply via email to