My vote: Page:SomePanel:SomeComponent

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Eelco
Hillenius
Sent: Tuesday, July 12, 2005 6:41 PM
To: Wicket User List
Subject: [Wicket-user] poll: what should we use as our component's path
seperator?

We have plans to replace the current dot ('.') seperator in component 
paths by another character. The main reason for wanting this, is to 
avoid conflicts with Ognl, and be able to use nested properties more 
easily. E.g., when that fix is done you could do:

add (new RequiredTextField("company.name"));

The first question is: does anyone object, and if so, why?

Next question is what should our seperator be? It should be a seperator 
that can not be used as Java variable names. Here's some examples:

Page.SomePanel.SomeComponent
Page-SomePanel-Somecomponent
Page:SomePanel:SomeComponent
Page#SomePanel#SomeComponent
Page$SomePanel$SomeComponent

Your votes please?

Eelco


-------------------------------------------------------
This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this free one hour event hosted by HP,
AMD, and NVIDIA.  To register visit http://www.hp.com/go/dualwebinar
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user



-------------------------------------------------------
This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this free one hour event hosted by HP,
AMD, and NVIDIA.  To register visit http://www.hp.com/go/dualwebinar
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to