you can pass categoryId and then show category name <display description>
(if you are using form widget) or
<option
value="${listVariableName.categoryId}">${listVariableName.get("fieldName",locale)}</option>
if you are using ftl
HTH
Regards
Ravindra Mandre
On Wed, May 5, 2010 at 1:16 PM, swetha <
[email protected]> wrote:
>
> Hi,
> I need to pass category name instead of category Id. In my application
> category Id is primary key. when i passed categoryname and send a request,
> it is giving error like "Category not found for Category ID !"
>
> Can u give an idea how to hide categoryId and have to display category
> name.
>
> --
> View this message in context:
> http://ofbiz.135035.n4.nabble.com/category-name-instead-category-id-tp2130570p2130570.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.
>