The wicket:id attributes can be useful during development. They're automatically stripped in "deployment" mode. You might also want to turn on the setting that tells Wicket to spit out the component path.
On Mon, Jul 13, 2009 at 5:55 PM, satar<[email protected]> wrote: > > James, is this similar to calling > getMarkupSettings().setStripWicketTags(boolean), which I am doing in the > application init for my app? I saw that in some example somewhere during my > reading and wondered why would you want to ever include wicket id's in the > generated html? Is there any good reason one my want the tags in the > rendered HTML? > -- > View this message in context: > http://www.nabble.com/Dynamic-links-in-inmethod-DataGrid-tp24424621p24470121.html > Sent from the Wicket - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
