Hi Vasu,
In ofbiz you can create html forms in two ways: using freemarker and
using form widget. When form widget is used all lookup fields have also
autocompleter, but in freemarker forms this feature is missing. That's
why there is no autocompleter in some fields as you noticed.
Hai,this is Vasu.I am a beginner with some knowledge in ofbiz.When i was
using ofbiz i found that :
Two fields named userlogin Id and customer is not giving autocomplete i.e
drop down list when i typed letter 'a' in those fields in the link:
https://localhost:8443/ordermgr/control/orderentry
The above form is created using freemarker, so there is no autocompleter
But i got autocomplete output when i typed letter 'a' in partyid field in
the link:
https://localhost:8443/humanres/control/FindEmplLeaves
The above form is created with form widget.
Similar,problems i found are in the links below:
https://localhost:8443/catalog/control/EditProdCatalogParties?prodCatalogId=DemoCatalog
https://localhost:8443/facility/control/EditFacility
The images to the right of that field is an indication.
Please,somebody help me what should i do to get autocomplete output in the
above links.
Thanks to Bruno, now https://issues.apache.org/jira/browse/OFBIZ-3541 is
completed, which means it is possible to replace all the freemarker
lookups with "new lookup macros" and have autocompleter also in
freemarker forms.
If you want to help us and also have autocompleter in all the places,
you should start from
http://cwiki.apache.org/confluence/display/OFBADMIN/OFBiz+Contributors+Best+Practices,
then create a jira issue and start replacing old lookups with new ones.
For an exmple on how to replace the old lookup with new ones (with
autocompleter support) you can check the attached patch in OFBIZ-3541
Internally autocompleters use scriptaculous library, you can read about
it here
http://cwiki.apache.org/confluence/display/OFBADMIN/OFBiz+Contributors+Best+Practices
HTH
Bilgin
URGENT
please..................................................................................................................................................