Re: Drop down menu with category and subCategory of the same problem

2011-02-22 Thread BJ Freeman
bash and a new "link" element. Am I missing something? I do not see that ftl has been "moved away from". Skip -Original Message- From: BJ Freeman [mailto:bjf...@free-man.net] Sent: Monday, February 21, 2011 10:09 PM To: user@ofbiz.apache.org Subject: Re: Drop down menu w

RE: Drop down menu with category and subCategory of the same problem

2011-02-22 Thread skip@thedevers
e that ftl has been "moved away from". Skip -Original Message- From: BJ Freeman [mailto:bjf...@free-man.net] Sent: Monday, February 21, 2011 10:09 PM To: user@ofbiz.apache.org Subject: Re: Drop down menu with category and subCategory of the same problem if you look in produc

Re: Drop down menu with category and subCategory of the same problem

2011-02-21 Thread BJ Freeman
ry category=subCat /> -Original Message----- From: BJ Freeman [mailto:bjf...@free-man.net] Sent: 22 February 2011 AM 11:16 To: user@ofbiz.apache.org Subject: Re: Drop down menu with category and subCategory of the same problem I as

Re: Drop down menu with category and subCategory of the same problem

2011-02-21 Thread David E Jones
>> <#list subCatList as subCat> >> <@categoryList parentCategory=category category=subCat >> /> >> >> >> >> >> >> >> >> >> >> >> >

RE: Drop down menu with category and subCategory of the same problem

2011-02-21 Thread Hardik Handa
gadgets ! -Original Message- From: BJ Freeman [mailto:bjf...@free-man.net] Sent: 22 February 2011 AM 11:39 To: user@ofbiz.apache.org Subject: Re: Drop down menu with category and subCategory of the same problem if you look in products/widgets (trunk or 10.4) you will see the code that

Re: Drop down menu with category and subCategory of the same problem

2011-02-21 Thread BJ Freeman
--- From: BJ Freeman [mailto:bjf...@free-man.net] Sent: 22 February 2011 AM 11:26 To: user@ofbiz.apache.org Subject: Re: Drop down menu with category and subCategory of the same problem Ok so your using an Ftl, and the pattern your using has been moved away from. I will let someone that may s

RE: Drop down menu with category and subCategory of the same problem

2011-02-21 Thread Hardik Handa
What are you using presently ??? -Original Message- From: BJ Freeman [mailto:bjf...@free-man.net] Sent: 22 February 2011 AM 11:26 To: user@ofbiz.apache.org Subject: Re: Drop down menu with category and subCategory of the same problem Ok so your using an Ftl, and the pattern your using

Re: Drop down menu with category and subCategory of the same problem

2011-02-21 Thread BJ Freeman
if subCatList?exists> <#list subCatList as subCat> <@categoryList parentCategory=category category=subCat /> -Original Message- From: BJ Freeman [mailto:bjf...@free-man.net] Sent: 22 February 2011

RE: Drop down menu with category and subCategory of the same problem

2011-02-21 Thread Hardik Handa
-Original Message- From: BJ Freeman [mailto:bjf...@free-man.net] Sent: 22 February 2011 AM 11:16 To: user@ofbiz.apache.org Subject: Re: Drop down menu with category and subCategory of the same problem I assume you are trying to work in the ofbiz patterns, so let you know where to loo

Re: Drop down menu with category and subCategory of the same problem

2011-02-21 Thread BJ Freeman
Subject: Re: Drop down menu with category and subCategory of the same problem the themes is where you defined how the screens renders to the end user. this is also defined for specific component/screens in its decorators = BJ Freeman Strategic Power Office with Supplier

RE: Drop down menu with category and subCategory of the same problem

2011-02-21 Thread Hardik Handa
with category and subCategory of the same problem the themes is where you defined how the screens renders to the end user. this is also defined for specific component/screens in its decorators = BJ Freeman Strategic Power Office with Supplier Automation

Re: Drop down menu with category and subCategory of the same problem

2011-02-21 Thread BJ Freeman
the themes is where you defined how the screens renders to the end user. this is also defined for specific component/screens in its decorators = BJ Freeman Strategic Power Office with Supplier Automation Sp

Drop down menu with category and subCategory of the same problem

2011-02-21 Thread Hardik Handa
I want to display drop down in my header with category and subcategory as drop down options, i was able to get the top level element i.e. category but the subcategory list is a bit dicey. For example whenever i click widgets all the elements in the menu bar on mousemove over give subcategory lis