Ryan,

Well, to answer your question specifically... you can't disable the sorting.

In folder /framework/base/src/base/org/ofbiz/base/component , see file 
ComponentConfig.java line 276.

All the webapp names are put into a java.util.TreeMap (webapp names are the keys). That TreeMap sorts its keys in "natural order", which is alphabetically in this case.

To disable the sorting, *and* to dictate the order you want, you would have to change the codes programmatically. Quite a bit of extending here.

Jonathon

Scott Gray wrote:
Here's the file you'll want to look at:
framework/common/webcommon/includes/appbar.ftl

Regards
Scott

On 11/12/2007, PH <[EMAIL PROTECTED]> wrote:
Dear Gurus/Experts,

I have noticed the module title on all page, such as "Accounting ....
Product...Webtool", the sequence of how they appear seems to be sorted.

May I know how can we 'disable' the sorting, or rather, how to arrange
them in sequence that we want?

Thanks in advance.


rgds,
Ryan



      ___________________________________________________________
Support the World Aids Awareness campaign this month with Yahoo! For Good
http://uk.promotions.yahoo.com/forgood/



------------------------------------------------------------------------

No virus found in this incoming message.
Checked by AVG Free Edition. Version: 7.5.503 / Virus Database: 269.17.0/1180 - Release Date: 12/10/2007 2:51 PM

Reply via email to