Hii all
Can someone tell me this ....
Iam trying to create a search form as in findExample..
For that service name=”performfind” is used in findExample
form
<serviceservice-name="performFind"result-map-name="result"result-map-list-name="listIt">
<field-mapfield-name="inputFields"env-name="exampleFeatureCtx"/>
<field-mapfield-name="entityName"value="ExampleFeature"/>
</service>
(What is env-name referring to..)
For my application
also do I have to use performfind for search form. If so where do I define the
“performfind”
service in context.and do I need script/*services.xml
Thankyou