Re: mark bookmarkable Link as selected

2013-01-06 Thread Dirk Wichmann
Hi Per, sorry, but I dont understand?? what means "linksto(page) in bpl. Athen" I know the onconfigure method but what should I check there?? Thanks in advance Cheers Dirk Mit freundlichem Gruß *Dirk Wichmann* d...@team-wichmann.de Mobil: +49 163 569 2 563 Am 05.0

Re: mark bookmarkable Link as selected

2013-01-06 Thread Martin Grigorov
He means org.apache.wicket.markup.html.link.BookmarkablePageLink#linksTo(). By default Wicket disables any link in the current page which points to the same page. See org.apache.wicket.markup.html.link.Link#isEnabled() On Sun, Jan 6, 2013 at 2:30 PM, Dirk Wichmann wrote: > Hi Per, > > sorry,

Re: BeanValidation - IllegalStateException: Could not resolve Property from component

2013-01-06 Thread martin.dilger
Your Code does not show where the PropertyValidator is added. If you work with CompoundPropertyModels, you need to explicitely configure the Property, since no Model is available to retrieve the Information. Wicket expects a Model of Type IPropertyReflectionAwareModel to work. Just do the followi

Constructors take vararg of Component? (Enhancement RFC)

2013-01-06 Thread Zac Bedell
Greetings all, I was wondering what Wicket users & devs might thing of a possible API change for a future version (maybe Wicket 7?) of including a varargs array of Component as the final parameter of all of the various MarkupContainer subclasses? I find myself doing things like these a lot:

Re: Constructors take vararg of Component? (Enhancement RFC)

2013-01-06 Thread Robert Szmurlo
Hi, you can use something like this: RsvpPage.this.add( new Label("event.title"), new CssFeedbackPanel("feedback"), new Form("frmRsvp", cpm).add(pnlNoRsvp, pnlRsvp, pnlConfirm), pnlRsvpRules ); I am not dev, but I wouldn't break the API. BR, Robert Szmurlo

Re: Example of wicket atmosphere with channel

2013-01-06 Thread Noven
Emond, Sorry for my late reply. Just come back from holiday. I saw at contextAwareFilter and find it useful. But I have not tried it yet in my project. Currently I still depend on wicketstuff-push instead wicket-atmosphere. I was thinking to move to wicket-atmosphere  because it is more easy t