Re: NullPointException in subclass of FormComponentFeedbackBorder

2009-09-27 Thread liny
cket.Component.render(Component.java:2457) >> at org.apache.wicket.Page.renderPage(Page.java:914) >> at >> org.apache.wicket.request.target.component.BookmarkablePageRequestTarget.respond(BookmarkablePageRequestTarget.java:262) >>

Re: NullPointException in subclass of FormComponentFeedbackBorder

2009-09-27 Thread Altuğ B . Altıntaş
! > > > Try above . Maybe error occurs because of hierarchy; i mean it your html; img is child of errorIndicator but i think in your java code site there is hierarchy like this. note: it is just a guess ! Regards. > > 2009/9/27 Anders > Hi, > > I'd like to customiz

NullPointException in subclass of FormComponentFeedbackBorder

2009-09-27 Thread Anders
Hi, I'd like to customize FormComponentFeedbackBorder class to provide a error icon, so I extend FormComponentFeedbackBorder class and copy FormComponentFeedbackBorder.html from wicket source. I modify FormComponentFeedbackBorder.html to add below: ! If I remove tag from my