Using 6.X snapshots

2014-12-09 Thread ChambreNoire
Hi, How can one work with the latest snapshot of a specific wicket module. I'm trying to use wicket-auth-roles 6.19.0-SNAPSHOT but Maven won't retrieve it... org.apache.wicket wicket-auth-roles 6.19-SNAPSHOT with the proper added repository as found on the wicket main site. Any id

Re: How to set cache scope for mapped resources

2014-12-09 Thread Martin Grigorov
Check http://wicketinaction.com/2011/07/wicket-1-5-mounting-resources/ It describes the idea. Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Tue, Dec 9, 2014 at 3:45 AM, Boris Goldowsky wrote: > The mapper maps a url path to a filesystem directory, so we can mo

Re: Wicket BootstrapDateTimePicker.

2014-12-09 Thread Martin Grigorov
We announce new Wicket Bootstrap releases both here at users@ and at wicket-bootst...@googlegroups.com. Make sure you are subscribed to either of them and you will see when this happens. Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Tue, Dec 9, 2014 at 2:00 AM,

Re: FormComponentFeedbackBorder / missing message display / Bug or Feature?

2014-12-09 Thread Patrick Davids
Ok, done, WICKET-5788. Thanx a lot... Patrick Am 08.12.2014 22:55, schrieb Martin Grigorov: Now the question is more clear! Thanks! I don't see anything in FormComponentFeedbackBorder code that consumes the feedback message, i.e. marks it as rendered. Please create a quickstart and attach it to

Re: Can't Get IAuthorizationStrategy Working

2014-12-09 Thread Richard W. Adams
I guess we're out of luck. Component#canCallListenerInterface() doesn't exist in 1.4.x & AbstractLink#isLinkEnabled() is final, so we can't override it. Will have to redesign our form class. Sigh. From: Martin Grigorov To: "users@wicket.apache.org" Date: 12/08/2014 03:55 PM Subject:

Re: [SOLVED] how to write Form html in separate Form.html file

2014-12-09 Thread Ernesto Reinaldo Barreiro
No problem :-) On Tue, Dec 9, 2014 at 12:41 PM, armandoxxx wrote: > oh .. didn't know that ... > > thank you > > regards > > > Armando > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/SOLVED-how-to-write-Form-html-in-separate-Form-html-file-tp4668691p4668696.ht

Re: [SOLVED] how to write Form html in separate Form.html file

2014-12-09 Thread armandoxxx
oh .. didn't know that ... thank you regards Armando -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/SOLVED-how-to-write-Form-html-in-separate-Form-html-file-tp4668691p4668696.html Sent from the Users forum mailing list archive at Nabble.com. ---

Re: [SOLVED] how to write Form html in separate Form.html file

2014-12-09 Thread Ernesto Reinaldo Barreiro
Some e-mail clients might get confused and the message might appear as another thread. Of course, you might keep doing it if you please so :-) On Tue, Dec 9, 2014 at 12:30 PM, armandoxxx wrote: > why is that ? > > Regards > > Armando > > -- > View this message in context: > http://apache-wicket.

Re: [SOLVED] how to write Form html in separate Form.html file

2014-12-09 Thread armandoxxx
why is that ? Regards Armando -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/SOLVED-how-to-write-Form-html-in-separate-Form-html-file-tp4668691p4668694.html Sent from the Users forum mailing list archive at Nabble.com. -

Re: [SOLVED] how to write Form html in separate Form.html file

2014-12-09 Thread Ernesto Reinaldo Barreiro
please do not change subject. On Tue, Dec 9, 2014 at 11:27 AM, armandoxxx wrote: > created upper SearchPanel and added form to it ... markup in > SearchPanel.html > ... > > regards > > Armando > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/SOLVED-how-to-write

Re: [SOLVED] how to write Form html in separate Form.html file

2014-12-09 Thread armandoxxx
created upper SearchPanel and added form to it ... markup in SearchPanel.html ... regards Armando -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/SOLVED-how-to-write-Form-html-in-separate-Form-html-file-tp4668691p4668692.html Sent from the Users forum mailing list a

how to write Form html in Form.html file

2014-12-09 Thread armandoxxx
Hey I have a form that I want to display on several pages .. SearchForm. I've put form fields into SearchForm.html file ... and whereever I want to use this form .. i create a tag I tried to put form tag where I want my form to be displayed and put fields into SearchForm.html file ... bu

How to call onResourceRequested for page behavior in ajax update (Atmosphere related)

2014-12-09 Thread Daniel Stoch
Hi, I have a behavior which implements IResourceListener (AtmosphereBehavior). The problem is when this behavior is added to page during ajax request (eg. some panel is dynamically added to page) - then onResourceRequested is not invoked for page. So when using AtmosphereBehavior the suspended con