Bugs item #1528249, was opened at 2006-07-25 10:48
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=684975&aid=1528249&group_id=119783

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Johan Compagner (joco01)
Assigned to: Johan Compagner (joco01)
Summary: javascript markup id: escape _ with double __ and then use _

Initial Comment:
Johan Compagner wrote:
> Does a minus (-) sign work?
>
> for example if you would target that id in js:
>
> mypanel-mycomponent
>
> will that be parsed? A minus sign looks to me like it
could have the
> same problems as the divider (:)
> can't we escape _ with 2 __ ?
>
> so first all _ become __ and then seperate it with _

This one could work. The benefit would be that unless
you are having _
in your component's names, the javascript id will not
be any longer that
it's currently.

So if there really are problems with current approach,
I'm +1 for this.

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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=684975&aid=1528249&group_id=119783

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-develop mailing list
Wicket-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-develop

Reply via email to