On Wed, Jan 5, 2011 at 3:12 AM, Martin Grigorov <mgrigo...@apache.org> wrote: > Hi Jeremy, > > In the blog you use code as: > > > 1. final TextField name = new TextField("name", new > PropertyModel(productModel, "name")); > 2. name.setRequired(true); > 3. name.add(new FeedbackPanel("nameFeedback", new > ComponentFeedbackMessageFilter(name))); > > > I wonder what kind of .html do you use for that snippet ? > > <input wicket:id="name"><span wicket:id="nameFeedback"></span></input> is > not HTML valid. > > Sorry, for my fiddling criticism. I know this is not the main topic of the > blog article ;-)
Thanks Martin! I copied that example from a working example that I have... but in the working example, I have a border that adds the feedback panel and a css border for errors, etc. When I hastily stripped that out, I made a mistake writing that code in WordPress. It's corrected now. Thanks again! -- Jeremy Thomerson http://wickettraining.com Need a CMS for Wicket? Use Brix! http://brixcms.org --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org