i wonder now if ids should have wicket- removed at all. that might create namespace collisions with other ids in the html.
On Thu, 6 Jan 2005, SourceForge.net wrote: > Bugs item #1097047, was opened at 2005-01-06 10:50 > 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=1097047&group_id=119783 > > Category: core > Group: None > Status: Open > Resolution: None > Priority: 7 > Submitted By: Eelco Hillenius (eelco12) > Assigned to: Nobody/Anonymous (nobody) > Summary: Id's of panels do not have wicket- removed > > Initial Comment: > While the id's of components like labels have the > wicket prefix removed (e.g. <span > id="wicket-myLabel">blah</span> renders <span > id="myLabel">blah</span). > > This is not the case for panels. > > E.g. <div id="wicket-header"/> will render to: > > <div id="wicket-header"/><wicket:region name="panel"> ... > > while it should be: > > <div id="header"/><wicket:region name="panel"> ... > > ---------------------------------------------------------------------- > > You can respond by visiting: > https://sourceforge.net/tracker/?func=detail&atid=684975&aid=1097047&group_id=119783 > > > ------------------------------------------------------- > The SF.Net email is sponsored by: Beat the post-holiday blues > Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. > It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt > _______________________________________________ > Wicket-develop mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/wicket-develop > ------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ Wicket-develop mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-develop
