Re: Google Map using Wicket

2015-07-02 Thread Martin Grigorov
Hi,

http://wicketstuff.org/ - this is the official site for WicketStuff. It has
link to the Wiki page with all projects.

You can create an issue at Google's bug tracker blaming them for not
listing those :-)

Martin Grigorov
Freelancer. Available for hire!
Wicket Training and Consulting
https://twitter.com/mtgrigorov

On Fri, Jul 3, 2015 at 1:47 AM, nazeem  wrote:

> Thank you for pointing. I found so many other projects which are good ones.
> But no way to reach these links from wicket site ?
>
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/Google-Map-using-Wicket-tp4671468p4671476.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>


Re: Wicket7: MediaComponent and Source classes

2015-07-02 Thread Maxim Solodovnik
OK, will try
Thanks

On Fri, Jul 3, 2015 at 11:38 AM, Martin Grigorov 
wrote:

> HI Maxim,
>
> This will lead to a big API break.
> If we change this signature then we will have to change many more to keep
> it consistent, and this will lead to a lot of work for the application
> developers to change AjaxRequestTarget with IPartialPageRequestHandler.
>
> We may need to make this change for Wicket 8.x if there are many users
> wanting this change, but for now I'd suggest you to create an adapter.
>
> Martin Grigorov
> Freelancer. Available for hire!
> Wicket Training and Consulting
> https://twitter.com/mtgrigorov
>
> On Fri, Jul 3, 2015 at 7:46 AM, Maxim Solodovnik 
> wrote:
>
> > Hello Martin,
> >
> > I guess following method need to be additionally updated:
> >
> > org.apache.wicket.ajax.AbstractAjaxTimerBehavior.onTimer
> >
> > On Thu, Jul 2, 2015 at 6:11 PM, Martin Grigorov 
> > wrote:
> >
> > > The change is rather big:
> > >
> > >
> >
> https://github.com/sebfz1/wicket-jquery-ui/commit/e94f89d8f07f2b1af2b327a4aaec5ddd4b1400af
> > > I guess many other methods will need to be changed too if one needs to
> > use
> > > them with WebSocket.
> > > The improvement in the Wicket API looked so innocent ...
> > >
> > > Martin Grigorov
> > > Freelancer. Available for hire!
> > > Wicket Training and Consulting
> > > https://twitter.com/mtgrigorov
> > >
> > > On Thu, Jul 2, 2015 at 2:28 PM, Maxim Solodovnik  >
> > > wrote:
> > >
> > > > Done: https://github.com/sebfz1/wicket-jquery-ui/issues/177
> > > > Sorry, forgot about Sebastians vacation :(
> > > >
> > > > On Thu, Jul 2, 2015 at 5:23 PM, Martin Grigorov <
> mgrigo...@apache.org>
> > > > wrote:
> > > >
> > > > > @Maxim: Please create an issue at Wicket jQuery UI github.
> > > > > Sebastien is on vacation. I can do it but first I need a good
> reason
> > > for
> > > > > the change :-)
> > > > >
> > > > > Martin Grigorov
> > > > > Freelancer. Available for hire!
> > > > > Wicket Training and Consulting
> > > > > https://twitter.com/mtgrigorov
> > > > >
> > > > > On Thu, Jul 2, 2015 at 12:33 PM, Maxim Solodovnik <
> > > solomax...@gmail.com>
> > > > > wrote:
> > > > >
> > > > > > @Sebastian could you please modify AbstractDialog.open method to
> be
> > > > > >
> > > > > > public final void open(IPartialPageRequestHandler target)
> > > > > > instead of
> > > > > > public final void open(AjaxRequestTarget target)
> > > > > >
> > > > > > Thanks in advance!
> > > > > >
> > > > > >
> > > > > > On Thu, Jul 2, 2015 at 2:58 PM, Martin Grigorov <
> > > mgrigo...@apache.org>
> > > > > > wrote:
> > > > > >
> > > > > > > Yes, another minor cleanup: there is now
> > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> https://github.com/apache/wicket/blob/master/wicket-core/src/main/java/org/apache/wicket/core/request/handler/IPartialPageRequestHandler.java
> > > > > > > A base interface for Ajax and WebSocket.
> > > > > > >
> > > > > > > Martin Grigorov
> > > > > > > Freelancer. Available for hire!
> > > > > > > Wicket Training and Consulting
> > > > > > > https://twitter.com/mtgrigorov
> > > > > > >
> > > > > > > On Thu, Jul 2, 2015 at 11:45 AM, Maxim Solodovnik <
> > > > > solomax...@gmail.com>
> > > > > > > wrote:
> > > > > > >
> > > > > > > > Additionally it looks like WebSocketRequestHandler can not be
> > > used
> > > > > > > > as AjaxRequestTarget any longer
> > > > > > > > Previously it was possible to use WebSocketRequestHandler to
> > push
> > > > > > updated
> > > > > > > > component .
> > > > > > > >
> > > > > > > > On Thu, Jul 2, 2015 at 2:42 PM, Maxim Solodovnik <
> > > > > solomax...@gmail.com
> > > > > > >
> > > > > > > > wrote:
> > > > > > > >
> > > > > > > > > Thanks a lot Tobias!
> > > > > > > > >
> > > > > > > > > On Thu, Jul 2, 2015 at 1:03 PM, Tobias Soloschenko <
> > > > > > > > > tobiassolosche...@googlemail.com> wrote:
> > > > > > > > >
> > > > > > > > >> Hi Maxim,
> > > > > > > > >>
> > > > > > > > >> no problem I am going to add the getter this evening.
> Thank
> > > you
> > > > > for
> > > > > > > your
> > > > > > > > >> suggestions! :-)
> > > > > > > > >>
> > > > > > > > >> Maybe the SNAPSHOT isn't refreshed because of the downtime
> > of
> > > > the
> > > > > > > > >> buildbot server. However the build was triggered already.
> > > > > > > > >>
> > > > > > > > >> kind regards
> > > > > > > > >>
> > > > > > > > >> Tobias
> > > > > > > > >>
> > > > > > > > >> > Am 02.07.2015 um 08:45 schrieb Maxim Solodovnik <
> > > > > > > solomax...@gmail.com
> > > > > > > > >:
> > > > > > > > >> >
> > > > > > > > >> > Thanks a lot for the changes Tobias,
> > > > > > > > >> > Unfortunately I'm unable to test it due to latest
> > > > 7.0.0-SNAPSHOT
> > > > > > > seems
> > > > > > > > >> > doesn't contain it :(
> > > > > > > > >> >
> > > > > > > > >> > And one more question: I would like to be able to modify
> > > > > > > > PageParameters
> > > > > > > > >> > passed to source, maybe it would be possible to add
> public
> > > > > getter
> > > > > >

Re: Wicket7: MediaComponent and Source classes

2015-07-02 Thread Martin Grigorov
HI Maxim,

This will lead to a big API break.
If we change this signature then we will have to change many more to keep
it consistent, and this will lead to a lot of work for the application
developers to change AjaxRequestTarget with IPartialPageRequestHandler.

We may need to make this change for Wicket 8.x if there are many users
wanting this change, but for now I'd suggest you to create an adapter.

Martin Grigorov
Freelancer. Available for hire!
Wicket Training and Consulting
https://twitter.com/mtgrigorov

On Fri, Jul 3, 2015 at 7:46 AM, Maxim Solodovnik 
wrote:

> Hello Martin,
>
> I guess following method need to be additionally updated:
>
> org.apache.wicket.ajax.AbstractAjaxTimerBehavior.onTimer
>
> On Thu, Jul 2, 2015 at 6:11 PM, Martin Grigorov 
> wrote:
>
> > The change is rather big:
> >
> >
> https://github.com/sebfz1/wicket-jquery-ui/commit/e94f89d8f07f2b1af2b327a4aaec5ddd4b1400af
> > I guess many other methods will need to be changed too if one needs to
> use
> > them with WebSocket.
> > The improvement in the Wicket API looked so innocent ...
> >
> > Martin Grigorov
> > Freelancer. Available for hire!
> > Wicket Training and Consulting
> > https://twitter.com/mtgrigorov
> >
> > On Thu, Jul 2, 2015 at 2:28 PM, Maxim Solodovnik 
> > wrote:
> >
> > > Done: https://github.com/sebfz1/wicket-jquery-ui/issues/177
> > > Sorry, forgot about Sebastians vacation :(
> > >
> > > On Thu, Jul 2, 2015 at 5:23 PM, Martin Grigorov 
> > > wrote:
> > >
> > > > @Maxim: Please create an issue at Wicket jQuery UI github.
> > > > Sebastien is on vacation. I can do it but first I need a good reason
> > for
> > > > the change :-)
> > > >
> > > > Martin Grigorov
> > > > Freelancer. Available for hire!
> > > > Wicket Training and Consulting
> > > > https://twitter.com/mtgrigorov
> > > >
> > > > On Thu, Jul 2, 2015 at 12:33 PM, Maxim Solodovnik <
> > solomax...@gmail.com>
> > > > wrote:
> > > >
> > > > > @Sebastian could you please modify AbstractDialog.open method to be
> > > > >
> > > > > public final void open(IPartialPageRequestHandler target)
> > > > > instead of
> > > > > public final void open(AjaxRequestTarget target)
> > > > >
> > > > > Thanks in advance!
> > > > >
> > > > >
> > > > > On Thu, Jul 2, 2015 at 2:58 PM, Martin Grigorov <
> > mgrigo...@apache.org>
> > > > > wrote:
> > > > >
> > > > > > Yes, another minor cleanup: there is now
> > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> https://github.com/apache/wicket/blob/master/wicket-core/src/main/java/org/apache/wicket/core/request/handler/IPartialPageRequestHandler.java
> > > > > > A base interface for Ajax and WebSocket.
> > > > > >
> > > > > > Martin Grigorov
> > > > > > Freelancer. Available for hire!
> > > > > > Wicket Training and Consulting
> > > > > > https://twitter.com/mtgrigorov
> > > > > >
> > > > > > On Thu, Jul 2, 2015 at 11:45 AM, Maxim Solodovnik <
> > > > solomax...@gmail.com>
> > > > > > wrote:
> > > > > >
> > > > > > > Additionally it looks like WebSocketRequestHandler can not be
> > used
> > > > > > > as AjaxRequestTarget any longer
> > > > > > > Previously it was possible to use WebSocketRequestHandler to
> push
> > > > > updated
> > > > > > > component .
> > > > > > >
> > > > > > > On Thu, Jul 2, 2015 at 2:42 PM, Maxim Solodovnik <
> > > > solomax...@gmail.com
> > > > > >
> > > > > > > wrote:
> > > > > > >
> > > > > > > > Thanks a lot Tobias!
> > > > > > > >
> > > > > > > > On Thu, Jul 2, 2015 at 1:03 PM, Tobias Soloschenko <
> > > > > > > > tobiassolosche...@googlemail.com> wrote:
> > > > > > > >
> > > > > > > >> Hi Maxim,
> > > > > > > >>
> > > > > > > >> no problem I am going to add the getter this evening. Thank
> > you
> > > > for
> > > > > > your
> > > > > > > >> suggestions! :-)
> > > > > > > >>
> > > > > > > >> Maybe the SNAPSHOT isn't refreshed because of the downtime
> of
> > > the
> > > > > > > >> buildbot server. However the build was triggered already.
> > > > > > > >>
> > > > > > > >> kind regards
> > > > > > > >>
> > > > > > > >> Tobias
> > > > > > > >>
> > > > > > > >> > Am 02.07.2015 um 08:45 schrieb Maxim Solodovnik <
> > > > > > solomax...@gmail.com
> > > > > > > >:
> > > > > > > >> >
> > > > > > > >> > Thanks a lot for the changes Tobias,
> > > > > > > >> > Unfortunately I'm unable to test it due to latest
> > > 7.0.0-SNAPSHOT
> > > > > > seems
> > > > > > > >> > doesn't contain it :(
> > > > > > > >> >
> > > > > > > >> > And one more question: I would like to be able to modify
> > > > > > > PageParameters
> > > > > > > >> > passed to source, maybe it would be possible to add public
> > > > getter
> > > > > > for
> > > > > > > >> it?
> > > > > > > >> >
> > > > > > > >> > Thanks in advance
> > > > > > > >> >
> > > > > > > >> > On Mon, Jun 29, 2015 at 9:41 PM, Tobias Soloschenko <
> > > > > > > >> > tobiassolosche...@googlemail.com> wrote:
> > > > > > > >> >
> > > > > > > >> >> Hi Maxim,
> > > > > > > >> >>
> > > > > > > >> >> hope the change is like you wanted it to be:
> > > > > > > >> >>
> > > > > > > >

Re: Wicket7: MediaComponent and Source classes

2015-07-02 Thread Maxim Solodovnik
Hello Martin,

I guess following method need to be additionally updated:

org.apache.wicket.ajax.AbstractAjaxTimerBehavior.onTimer

On Thu, Jul 2, 2015 at 6:11 PM, Martin Grigorov 
wrote:

> The change is rather big:
>
> https://github.com/sebfz1/wicket-jquery-ui/commit/e94f89d8f07f2b1af2b327a4aaec5ddd4b1400af
> I guess many other methods will need to be changed too if one needs to use
> them with WebSocket.
> The improvement in the Wicket API looked so innocent ...
>
> Martin Grigorov
> Freelancer. Available for hire!
> Wicket Training and Consulting
> https://twitter.com/mtgrigorov
>
> On Thu, Jul 2, 2015 at 2:28 PM, Maxim Solodovnik 
> wrote:
>
> > Done: https://github.com/sebfz1/wicket-jquery-ui/issues/177
> > Sorry, forgot about Sebastians vacation :(
> >
> > On Thu, Jul 2, 2015 at 5:23 PM, Martin Grigorov 
> > wrote:
> >
> > > @Maxim: Please create an issue at Wicket jQuery UI github.
> > > Sebastien is on vacation. I can do it but first I need a good reason
> for
> > > the change :-)
> > >
> > > Martin Grigorov
> > > Freelancer. Available for hire!
> > > Wicket Training and Consulting
> > > https://twitter.com/mtgrigorov
> > >
> > > On Thu, Jul 2, 2015 at 12:33 PM, Maxim Solodovnik <
> solomax...@gmail.com>
> > > wrote:
> > >
> > > > @Sebastian could you please modify AbstractDialog.open method to be
> > > >
> > > > public final void open(IPartialPageRequestHandler target)
> > > > instead of
> > > > public final void open(AjaxRequestTarget target)
> > > >
> > > > Thanks in advance!
> > > >
> > > >
> > > > On Thu, Jul 2, 2015 at 2:58 PM, Martin Grigorov <
> mgrigo...@apache.org>
> > > > wrote:
> > > >
> > > > > Yes, another minor cleanup: there is now
> > > > >
> > > > >
> > > >
> > >
> >
> https://github.com/apache/wicket/blob/master/wicket-core/src/main/java/org/apache/wicket/core/request/handler/IPartialPageRequestHandler.java
> > > > > A base interface for Ajax and WebSocket.
> > > > >
> > > > > Martin Grigorov
> > > > > Freelancer. Available for hire!
> > > > > Wicket Training and Consulting
> > > > > https://twitter.com/mtgrigorov
> > > > >
> > > > > On Thu, Jul 2, 2015 at 11:45 AM, Maxim Solodovnik <
> > > solomax...@gmail.com>
> > > > > wrote:
> > > > >
> > > > > > Additionally it looks like WebSocketRequestHandler can not be
> used
> > > > > > as AjaxRequestTarget any longer
> > > > > > Previously it was possible to use WebSocketRequestHandler to push
> > > > updated
> > > > > > component .
> > > > > >
> > > > > > On Thu, Jul 2, 2015 at 2:42 PM, Maxim Solodovnik <
> > > solomax...@gmail.com
> > > > >
> > > > > > wrote:
> > > > > >
> > > > > > > Thanks a lot Tobias!
> > > > > > >
> > > > > > > On Thu, Jul 2, 2015 at 1:03 PM, Tobias Soloschenko <
> > > > > > > tobiassolosche...@googlemail.com> wrote:
> > > > > > >
> > > > > > >> Hi Maxim,
> > > > > > >>
> > > > > > >> no problem I am going to add the getter this evening. Thank
> you
> > > for
> > > > > your
> > > > > > >> suggestions! :-)
> > > > > > >>
> > > > > > >> Maybe the SNAPSHOT isn't refreshed because of the downtime of
> > the
> > > > > > >> buildbot server. However the build was triggered already.
> > > > > > >>
> > > > > > >> kind regards
> > > > > > >>
> > > > > > >> Tobias
> > > > > > >>
> > > > > > >> > Am 02.07.2015 um 08:45 schrieb Maxim Solodovnik <
> > > > > solomax...@gmail.com
> > > > > > >:
> > > > > > >> >
> > > > > > >> > Thanks a lot for the changes Tobias,
> > > > > > >> > Unfortunately I'm unable to test it due to latest
> > 7.0.0-SNAPSHOT
> > > > > seems
> > > > > > >> > doesn't contain it :(
> > > > > > >> >
> > > > > > >> > And one more question: I would like to be able to modify
> > > > > > PageParameters
> > > > > > >> > passed to source, maybe it would be possible to add public
> > > getter
> > > > > for
> > > > > > >> it?
> > > > > > >> >
> > > > > > >> > Thanks in advance
> > > > > > >> >
> > > > > > >> > On Mon, Jun 29, 2015 at 9:41 PM, Tobias Soloschenko <
> > > > > > >> > tobiassolosche...@googlemail.com> wrote:
> > > > > > >> >
> > > > > > >> >> Hi Maxim,
> > > > > > >> >>
> > > > > > >> >> hope the change is like you wanted it to be:
> > > > > > >> >>
> > > > > > >> >>
> > > > > > >> >>
> > > > > > >>
> > > > > >
> > > > >
> > > >
> > >
> >
> https://github.com/apache/wicket/commit/e20bfa738aa64f35b668f05866e0c0b7ca71c1f4
> > > > > > >> >>
> > > > > > >> >> But again: The PackageResourceReference is best practice,
> > > because
> > > > > you
> > > > > > >> also
> > > > > > >> >> can use "readBuffered(false)" of it - with this option the
> > > > resource
> > > > > > is
> > > > > > >> >> streamed directly without loading it into memory. For more
> > > > > > information
> > > > > > >> >> refer to the Javadoc of the method.
> > > > > > >> >>
> > > > > > >> >> kind regards
> > > > > > >> >>
> > > > > > >> >> Tobias
> > > > > > >> >>
> > > > > > >> >>> Am 29.06.15 um 10:22 schrieb Maxim Solodovnik:
> > > > > > >> >>>
> > > > > > >> >>> Thanks a lot!
> > > > > > >> >>> It was gmail SPAM filter :(((
> > > > 

Re: Google Map using Wicket

2015-07-02 Thread Shengche Hsiao
Try https://github.com/wicketstuff/core/wiki

On 07:10, Fri, Jul 3, 2015 nazeem  wrote:

> Thank you for pointing. I found so many other projects which are good ones.
> But no way to reach these links from wicket site ?
>
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/Google-Map-using-Wicket-tp4671468p4671476.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>


Re: Google Map using Wicket

2015-07-02 Thread nazeem
Thank you for pointing. I found so many other projects which are good ones.
But no way to reach these links from wicket site ? 

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Google-Map-using-Wicket-tp4671468p4671476.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: problem submitting a form twice - quickstart joined

2015-07-02 Thread Francois Meillet
Wicket version is 7.0.M6


Le 2 juil. 2015 à 23:47, Francois Meillet  a écrit :

> Description
> -
> In the quickstart, the HomePage contains a form.
> 
> The form's model is a CompoundPropertyModel<>(new QuestionUnit(Boolean.TRUE));
> The QuestionUnit class has 2 properties, one is mandatory (string 'question').
> Properties use validation annotations.
> 
> The validation is done with javax.validation.Validator, 
> so a call to BeanValidationConfiguration().configure(this) is done in the 
> application init.
> 
> The form contains 2 formcomponents (1 TextField 'question' mandatory and 1 
> CheckBox 'onoff' ) + 1 FeedbackLabel (extends Label).
> If an error occurs when the form is submitted, a call from within the 
> AjaxButton's onError method 
> to the FormFieldEnlighter helper class is done.
> 
> The FormFieldEnlighter updates the FeedbackLabel's model's value,
> and add an AttributeModifier to the TextField to modify the 'title' attribute.
> Then the textfield and the feedbackLabel are resent via ajax.
> 
> When this form is submitted, for the first time, with nothing typed, an error 
> occurs.
> Which is normal.
> The FeedbackLabel displays an error message.
> 
> If some characters are typed in the textfield and the form submitted again,
> the textfield is still invalid.
> Which is the problem.
> 
> But if, at the first submit with the error, the helper class 
> FormFieldEnlighter does not resent the invalid textfield, 
> the second submit works correctly, the form is valid and the ResultPage is 
> displayed.
> 
> 
> 
> What I have found
> -
> Looking at FormComponent - line 755 
> List list = 
> getRequest().getRequestParameters().getParameterValues(getInputName());
> list is null
> The textfield id is not in the parameters name.
> 
> 
> 
> environnement
> -
> mac osx / jdk 8 / safari & firefox
> 
> 
> Thanks for your help
> François
> 
> 
> 


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Wicket7: MediaComponent and Source classes

2015-07-02 Thread Tobias Soloschenko

Hi,

just wanted to mention that there are getter / setter for the 
PageParameters, now.


kind regards

Tobias

Am 02.07.15 um 16:21 schrieb Maxim Solodovnik:

I also doing this regularly :)

WBR, Maxim
(from mobile, sorry for the typos)
On Jul 2, 2015 8:09 PM, "Ernesto Reinaldo Barreiro" 
wrote:


Doing it all the time :-)

On Thu, Jul 2, 2015 at 3:56 PM, Tobias Soloschenko <
tobiassolosche...@googlemail.com> wrote:


Hi,

I send a request to the google forum and they answered that I have to
bring enought users to unmark my Mails as Spam.

So if all who receiving my mails please click at "this is not a Spam

Mail"

kind regards

Tobias


Am 02.07.2015 um 11:25 schrieb Ernesto Reinaldo Barreiro <

reier...@gmail.com>:

@Tobias,

OT: For some obscure reason your massages always goo into my Span

account

at gmail...

On Thu, Jul 2, 2015 at 9:03 AM, Tobias Soloschenko <
tobiassolosche...@googlemail.com> wrote:


Hi Maxim,

no problem I am going to add the getter this evening. Thank you for

your

suggestions! :-)

Maybe the SNAPSHOT isn't refreshed because of the downtime of the

buildbot

server. However the build was triggered already.

kind regards

Tobias


Am 02.07.2015 um 08:45 schrieb Maxim Solodovnik <

solomax...@gmail.com

:

Thanks a lot for the changes Tobias,
Unfortunately I'm unable to test it due to latest 7.0.0-SNAPSHOT

seems

doesn't contain it :(

And one more question: I would like to be able to modify

PageParameters

passed to source, maybe it would be possible to add public getter for

it?

Thanks in advance

On Mon, Jun 29, 2015 at 9:41 PM, Tobias Soloschenko <
tobiassolosche...@googlemail.com> wrote:


Hi Maxim,

hope the change is like you wanted it to be:

https://github.com/apache/wicket/commit/e20bfa738aa64f35b668f05866e0c0b7ca71c1f4

But again: The PackageResourceReference is best practice, because

you

also

can use "readBuffered(false)" of it - with this option the resource

is

streamed directly without loading it into memory. For more

information

refer to the Javadoc of the method.

kind regards

Tobias


Am 29.06.15 um 10:22 schrieb Maxim Solodovnik:

Thanks a lot!
It was gmail SPAM filter :(((
will do migration and examine examples

On Mon, Jun 29, 2015 at 2:18 PM, Martin Grigorov <

mgrigo...@apache.org

wrote:

For some reason Tobias' mails are marked as SPAM by GMail...

Martin Grigorov
Freelancer. Available for hire!
Wicket Training and Consulting
https://twitter.com/mtgrigorov

On Mon, Jun 29, 2015 at 11:15 AM, Maxim Solodovnik <

solomax...@gmail.com

wrote:

sorry, most probably missed that email

Thanks!

On Mon, Jun 29, 2015 at 2:14 PM, Martin Grigorov <

mgrigo...@apache.org>

wrote:

Tobias already explained that it was an oversight and he is going

to

improve it tonight.

Martin Grigorov
Freelancer. Available for hire!
Wicket Training and Consulting
https://twitter.com/mtgrigorov

On Mon, Jun 29, 2015 at 11:10 AM, Maxim Solodovnik <

solomax...@gmail.com
wrote:

Thanks Martin :)

will look through sources :)

can you please tell me why PackageResourceReference is being

used

in

MediaComponent and not ResourceReference? Or maybe Tobias can

answer

this
question?

On Mon, Jun 29, 2015 at 2:00 PM, Martin Grigorov <

mgrigo...@apache.org

wrote:

Everything is possible.

All I need is longer day. 24 hours are not enough...

Martin Grigorov
Freelancer. Available for hire!
Wicket Training and Consulting
https://twitter.com/mtgrigorov

On Mon, Jun 29, 2015 at 10:53 AM, Maxim Solodovnik <

solomax...@gmail.com
wrote:

Is it possible update http://www.wicket-library.com/ to have
wicket7

examples as well?

I believe this might be very useful :)

On Mon, Jun 29, 2015 at 1:49 PM, andrea del bene <

an.delb...@gmail.com

wrote:

Hi,

in wicket-examples take a look at the project in
org.apache.wicket.examples.media

Andrea.


On 29/06/2015 06:47, Maxim Solodovnik wrote:

Hello All,

Recently I have upgraded to Wicket+wicketstuff 7.0.0-M6 and

found

lots

of

improvements:

1) AbstractResource is now supports "content-range" and

"accept-range"

which is great! I'll remove my custom code for this :)

2) HTML5 Video is supported by wicket itself (was removed

from

wicketstuff)
which is great :))

3) MediaComponent requires *PackageResourceReference* as

resourceReference
:(( why it can't be ResourceReference?

Are there any examples in wicket7 regarding new Video

Component?

Thanks in advance!

-

To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org

For additional commands, e-mail:

users-h...@wicket.apache.org

--
WBR
Maxim aka solomax

--
WBR
Maxim aka solomax

--
WBR
Maxim aka solomax



-

To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org


--
WBR
Maxim aka solomax

-
To unsubscrib

Re: Wicket7: MediaComponent and Source classes

2015-07-02 Thread Maxim Solodovnik
I also doing this regularly :)

WBR, Maxim
(from mobile, sorry for the typos)
On Jul 2, 2015 8:09 PM, "Ernesto Reinaldo Barreiro" 
wrote:

> Doing it all the time :-)
>
> On Thu, Jul 2, 2015 at 3:56 PM, Tobias Soloschenko <
> tobiassolosche...@googlemail.com> wrote:
>
> > Hi,
> >
> > I send a request to the google forum and they answered that I have to
> > bring enought users to unmark my Mails as Spam.
> >
> > So if all who receiving my mails please click at "this is not a Spam
> Mail"
> >
> > kind regards
> >
> > Tobias
> >
> > > Am 02.07.2015 um 11:25 schrieb Ernesto Reinaldo Barreiro <
> > reier...@gmail.com>:
> > >
> > > @Tobias,
> > >
> > > OT: For some obscure reason your massages always goo into my Span
> account
> > > at gmail...
> > >
> > > On Thu, Jul 2, 2015 at 9:03 AM, Tobias Soloschenko <
> > > tobiassolosche...@googlemail.com> wrote:
> > >
> > >> Hi Maxim,
> > >>
> > >> no problem I am going to add the getter this evening. Thank you for
> your
> > >> suggestions! :-)
> > >>
> > >> Maybe the SNAPSHOT isn't refreshed because of the downtime of the
> > buildbot
> > >> server. However the build was triggered already.
> > >>
> > >> kind regards
> > >>
> > >> Tobias
> > >>
> > >>> Am 02.07.2015 um 08:45 schrieb Maxim Solodovnik <
> solomax...@gmail.com
> > >:
> > >>>
> > >>> Thanks a lot for the changes Tobias,
> > >>> Unfortunately I'm unable to test it due to latest 7.0.0-SNAPSHOT
> seems
> > >>> doesn't contain it :(
> > >>>
> > >>> And one more question: I would like to be able to modify
> PageParameters
> > >>> passed to source, maybe it would be possible to add public getter for
> > it?
> > >>>
> > >>> Thanks in advance
> > >>>
> > >>> On Mon, Jun 29, 2015 at 9:41 PM, Tobias Soloschenko <
> > >>> tobiassolosche...@googlemail.com> wrote:
> > >>>
> >  Hi Maxim,
> > 
> >  hope the change is like you wanted it to be:
> > >>
> >
> https://github.com/apache/wicket/commit/e20bfa738aa64f35b668f05866e0c0b7ca71c1f4
> > 
> >  But again: The PackageResourceReference is best practice, because
> you
> > >> also
> >  can use "readBuffered(false)" of it - with this option the resource
> is
> >  streamed directly without loading it into memory. For more
> information
> >  refer to the Javadoc of the method.
> > 
> >  kind regards
> > 
> >  Tobias
> > 
> > > Am 29.06.15 um 10:22 schrieb Maxim Solodovnik:
> > >
> > > Thanks a lot!
> > > It was gmail SPAM filter :(((
> > > will do migration and examine examples
> > >
> > > On Mon, Jun 29, 2015 at 2:18 PM, Martin Grigorov <
> > mgrigo...@apache.org
> > >>>
> > > wrote:
> > >
> > > For some reason Tobias' mails are marked as SPAM by GMail...
> > >>
> > >> Martin Grigorov
> > >> Freelancer. Available for hire!
> > >> Wicket Training and Consulting
> > >> https://twitter.com/mtgrigorov
> > >>
> > >> On Mon, Jun 29, 2015 at 11:15 AM, Maxim Solodovnik <
> > >> solomax...@gmail.com
> > >> wrote:
> > >>
> > >> sorry, most probably missed that email
> > >>> Thanks!
> > >>>
> > >>> On Mon, Jun 29, 2015 at 2:14 PM, Martin Grigorov <
> > >> mgrigo...@apache.org>
> > >>> wrote:
> > >>>
> > >>> Tobias already explained that it was an oversight and he is going
> > to
> >  improve it tonight.
> > 
> >  Martin Grigorov
> >  Freelancer. Available for hire!
> >  Wicket Training and Consulting
> >  https://twitter.com/mtgrigorov
> > 
> >  On Mon, Jun 29, 2015 at 11:10 AM, Maxim Solodovnik <
> > >>> solomax...@gmail.com
> > >>
> > >>> wrote:
> > 
> >  Thanks Martin :)
> > > will look through sources :)
> > >
> > > can you please tell me why PackageResourceReference is being
> used
> > >> in
> > > MediaComponent and not ResourceReference? Or maybe Tobias can
> > >> answer
> >  this
> > >>>
> >  question?
> > >
> > > On Mon, Jun 29, 2015 at 2:00 PM, Martin Grigorov <
> >  mgrigo...@apache.org
> > >>
> > >>> wrote:
> > >
> > > Everything is possible.
> > >> All I need is longer day. 24 hours are not enough...
> > >>
> > >> Martin Grigorov
> > >> Freelancer. Available for hire!
> > >> Wicket Training and Consulting
> > >> https://twitter.com/mtgrigorov
> > >>
> > >> On Mon, Jun 29, 2015 at 10:53 AM, Maxim Solodovnik <
> > > solomax...@gmail.com
> > 
> > > wrote:
> > >>
> > >> Is it possible update http://www.wicket-library.com/ to have
> > >> wicket7
> > >>>
> >  examples as well?
> > >>> I believe this might be very useful :)
> > >>>
> > >>> On Mon, Jun 29, 2015 at 1:49 PM, andrea del bene <
> > >> an.delb...@gmail.com
> > 
> > > wrote:
> > >>>
> > >>> Hi,
> 

Re: Wicket7: MediaComponent and Source classes

2015-07-02 Thread Ernesto Reinaldo Barreiro
Doing it all the time :-)

On Thu, Jul 2, 2015 at 3:56 PM, Tobias Soloschenko <
tobiassolosche...@googlemail.com> wrote:

> Hi,
>
> I send a request to the google forum and they answered that I have to
> bring enought users to unmark my Mails as Spam.
>
> So if all who receiving my mails please click at "this is not a Spam Mail"
>
> kind regards
>
> Tobias
>
> > Am 02.07.2015 um 11:25 schrieb Ernesto Reinaldo Barreiro <
> reier...@gmail.com>:
> >
> > @Tobias,
> >
> > OT: For some obscure reason your massages always goo into my Span account
> > at gmail...
> >
> > On Thu, Jul 2, 2015 at 9:03 AM, Tobias Soloschenko <
> > tobiassolosche...@googlemail.com> wrote:
> >
> >> Hi Maxim,
> >>
> >> no problem I am going to add the getter this evening. Thank you for your
> >> suggestions! :-)
> >>
> >> Maybe the SNAPSHOT isn't refreshed because of the downtime of the
> buildbot
> >> server. However the build was triggered already.
> >>
> >> kind regards
> >>
> >> Tobias
> >>
> >>> Am 02.07.2015 um 08:45 schrieb Maxim Solodovnik  >:
> >>>
> >>> Thanks a lot for the changes Tobias,
> >>> Unfortunately I'm unable to test it due to latest 7.0.0-SNAPSHOT seems
> >>> doesn't contain it :(
> >>>
> >>> And one more question: I would like to be able to modify PageParameters
> >>> passed to source, maybe it would be possible to add public getter for
> it?
> >>>
> >>> Thanks in advance
> >>>
> >>> On Mon, Jun 29, 2015 at 9:41 PM, Tobias Soloschenko <
> >>> tobiassolosche...@googlemail.com> wrote:
> >>>
>  Hi Maxim,
> 
>  hope the change is like you wanted it to be:
> >>
> https://github.com/apache/wicket/commit/e20bfa738aa64f35b668f05866e0c0b7ca71c1f4
> 
>  But again: The PackageResourceReference is best practice, because you
> >> also
>  can use "readBuffered(false)" of it - with this option the resource is
>  streamed directly without loading it into memory. For more information
>  refer to the Javadoc of the method.
> 
>  kind regards
> 
>  Tobias
> 
> > Am 29.06.15 um 10:22 schrieb Maxim Solodovnik:
> >
> > Thanks a lot!
> > It was gmail SPAM filter :(((
> > will do migration and examine examples
> >
> > On Mon, Jun 29, 2015 at 2:18 PM, Martin Grigorov <
> mgrigo...@apache.org
> >>>
> > wrote:
> >
> > For some reason Tobias' mails are marked as SPAM by GMail...
> >>
> >> Martin Grigorov
> >> Freelancer. Available for hire!
> >> Wicket Training and Consulting
> >> https://twitter.com/mtgrigorov
> >>
> >> On Mon, Jun 29, 2015 at 11:15 AM, Maxim Solodovnik <
> >> solomax...@gmail.com
> >> wrote:
> >>
> >> sorry, most probably missed that email
> >>> Thanks!
> >>>
> >>> On Mon, Jun 29, 2015 at 2:14 PM, Martin Grigorov <
> >> mgrigo...@apache.org>
> >>> wrote:
> >>>
> >>> Tobias already explained that it was an oversight and he is going
> to
>  improve it tonight.
> 
>  Martin Grigorov
>  Freelancer. Available for hire!
>  Wicket Training and Consulting
>  https://twitter.com/mtgrigorov
> 
>  On Mon, Jun 29, 2015 at 11:10 AM, Maxim Solodovnik <
> >>> solomax...@gmail.com
> >>
> >>> wrote:
> 
>  Thanks Martin :)
> > will look through sources :)
> >
> > can you please tell me why PackageResourceReference is being used
> >> in
> > MediaComponent and not ResourceReference? Or maybe Tobias can
> >> answer
>  this
> >>>
>  question?
> >
> > On Mon, Jun 29, 2015 at 2:00 PM, Martin Grigorov <
>  mgrigo...@apache.org
> >>
> >>> wrote:
> >
> > Everything is possible.
> >> All I need is longer day. 24 hours are not enough...
> >>
> >> Martin Grigorov
> >> Freelancer. Available for hire!
> >> Wicket Training and Consulting
> >> https://twitter.com/mtgrigorov
> >>
> >> On Mon, Jun 29, 2015 at 10:53 AM, Maxim Solodovnik <
> > solomax...@gmail.com
> 
> > wrote:
> >>
> >> Is it possible update http://www.wicket-library.com/ to have
> >> wicket7
> >>>
>  examples as well?
> >>> I believe this might be very useful :)
> >>>
> >>> On Mon, Jun 29, 2015 at 1:49 PM, andrea del bene <
> >> an.delb...@gmail.com
> 
> > wrote:
> >>>
> >>> Hi,
> 
>  in wicket-examples take a look at the project in
>  org.apache.wicket.examples.media
> 
>  Andrea.
> 
> 
>  On 29/06/2015 06:47, Maxim Solodovnik wrote:
> 
>  Hello All,
> >
> > Recently I have upgraded to Wicket+wicketstuff 7.0.0-M6 and
>  found
> >>>
>  lots
> >
> >> of
> >>>
>  impro

Re: Wicket7: MediaComponent and Source classes

2015-07-02 Thread Tobias Soloschenko
Hi,

I send a request to the google forum and they answered that I have to bring 
enought users to unmark my Mails as Spam. 

So if all who receiving my mails please click at "this is not a Spam Mail"

kind regards

Tobias

> Am 02.07.2015 um 11:25 schrieb Ernesto Reinaldo Barreiro :
> 
> @Tobias,
> 
> OT: For some obscure reason your massages always goo into my Span account
> at gmail...
> 
> On Thu, Jul 2, 2015 at 9:03 AM, Tobias Soloschenko <
> tobiassolosche...@googlemail.com> wrote:
> 
>> Hi Maxim,
>> 
>> no problem I am going to add the getter this evening. Thank you for your
>> suggestions! :-)
>> 
>> Maybe the SNAPSHOT isn't refreshed because of the downtime of the buildbot
>> server. However the build was triggered already.
>> 
>> kind regards
>> 
>> Tobias
>> 
>>> Am 02.07.2015 um 08:45 schrieb Maxim Solodovnik :
>>> 
>>> Thanks a lot for the changes Tobias,
>>> Unfortunately I'm unable to test it due to latest 7.0.0-SNAPSHOT seems
>>> doesn't contain it :(
>>> 
>>> And one more question: I would like to be able to modify PageParameters
>>> passed to source, maybe it would be possible to add public getter for it?
>>> 
>>> Thanks in advance
>>> 
>>> On Mon, Jun 29, 2015 at 9:41 PM, Tobias Soloschenko <
>>> tobiassolosche...@googlemail.com> wrote:
>>> 
 Hi Maxim,
 
 hope the change is like you wanted it to be:
>> https://github.com/apache/wicket/commit/e20bfa738aa64f35b668f05866e0c0b7ca71c1f4
 
 But again: The PackageResourceReference is best practice, because you
>> also
 can use "readBuffered(false)" of it - with this option the resource is
 streamed directly without loading it into memory. For more information
 refer to the Javadoc of the method.
 
 kind regards
 
 Tobias
 
> Am 29.06.15 um 10:22 schrieb Maxim Solodovnik:
> 
> Thanks a lot!
> It was gmail SPAM filter :(((
> will do migration and examine examples
> 
> On Mon, Jun 29, 2015 at 2:18 PM, Martin Grigorov >> 
> wrote:
> 
> For some reason Tobias' mails are marked as SPAM by GMail...
>> 
>> Martin Grigorov
>> Freelancer. Available for hire!
>> Wicket Training and Consulting
>> https://twitter.com/mtgrigorov
>> 
>> On Mon, Jun 29, 2015 at 11:15 AM, Maxim Solodovnik <
>> solomax...@gmail.com
>> wrote:
>> 
>> sorry, most probably missed that email
>>> Thanks!
>>> 
>>> On Mon, Jun 29, 2015 at 2:14 PM, Martin Grigorov <
>> mgrigo...@apache.org>
>>> wrote:
>>> 
>>> Tobias already explained that it was an oversight and he is going to
 improve it tonight.
 
 Martin Grigorov
 Freelancer. Available for hire!
 Wicket Training and Consulting
 https://twitter.com/mtgrigorov
 
 On Mon, Jun 29, 2015 at 11:10 AM, Maxim Solodovnik <
>>> solomax...@gmail.com
>> 
>>> wrote:
 
 Thanks Martin :)
> will look through sources :)
> 
> can you please tell me why PackageResourceReference is being used
>> in
> MediaComponent and not ResourceReference? Or maybe Tobias can
>> answer
 this
>>> 
 question?
> 
> On Mon, Jun 29, 2015 at 2:00 PM, Martin Grigorov <
 mgrigo...@apache.org
>> 
>>> wrote:
> 
> Everything is possible.
>> All I need is longer day. 24 hours are not enough...
>> 
>> Martin Grigorov
>> Freelancer. Available for hire!
>> Wicket Training and Consulting
>> https://twitter.com/mtgrigorov
>> 
>> On Mon, Jun 29, 2015 at 10:53 AM, Maxim Solodovnik <
> solomax...@gmail.com
 
> wrote:
>> 
>> Is it possible update http://www.wicket-library.com/ to have
>> wicket7
>>> 
 examples as well?
>>> I believe this might be very useful :)
>>> 
>>> On Mon, Jun 29, 2015 at 1:49 PM, andrea del bene <
>> an.delb...@gmail.com
 
> wrote:
>>> 
>>> Hi,
 
 in wicket-examples take a look at the project in
 org.apache.wicket.examples.media
 
 Andrea.
 
 
 On 29/06/2015 06:47, Maxim Solodovnik wrote:
 
 Hello All,
> 
> Recently I have upgraded to Wicket+wicketstuff 7.0.0-M6 and
 found
>>> 
 lots
> 
>> of
>>> 
 improvements:
> 1) AbstractResource is now supports "content-range" and
 "accept-range"
> 
>> which is great! I'll remove my custom code for this :)
> 2) HTML5 Video is supported by wicket itself (was removed from
> wicketstuff)
> which is great :))
> 
> 3) MediaComponent requires *PackageResourceReference* as
 resourceReference

Re: Google Map using Wicket

2015-07-02 Thread Martin Grigorov
Hi,

Please see https://github.com/wicketstuff/core/wiki/Gmap3
http://repo1.maven.org/maven2/org/wicketstuff/wicketstuff-gmap3/6.20.0/

Have fun!

Martin Grigorov
Freelancer. Available for hire!
Wicket Training and Consulting
https://twitter.com/mtgrigorov

On Thu, Jul 2, 2015 at 3:00 PM, nazeem  wrote:

> Hi
>
> I found all wicketstuff project related to google map not maintained any
> more .. When i search forum i saw posts back to 2010, 2009 .. no recent
> posts on this topic.  So I thought of posting one here to check what is the
> way to go forward for embedding google maps on wicket application.
>
> Regards
> Nazeem
>
>
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/Google-Map-using-Wicket-tp4671468.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>


Google Map using Wicket

2015-07-02 Thread nazeem
Hi 

I found all wicketstuff project related to google map not maintained any
more .. When i search forum i saw posts back to 2010, 2009 .. no recent
posts on this topic.  So I thought of posting one here to check what is the
way to go forward for embedding google maps on wicket application.

Regards
Nazeem


--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Google-Map-using-Wicket-tp4671468.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Wicket7: MediaComponent and Source classes

2015-07-02 Thread Maxim Solodovnik
Thanks a million!
Could you please publish SNAPSHOT so I can test it?

On Thu, Jul 2, 2015 at 6:11 PM, Martin Grigorov 
wrote:

> The change is rather big:
>
> https://github.com/sebfz1/wicket-jquery-ui/commit/e94f89d8f07f2b1af2b327a4aaec5ddd4b1400af
> I guess many other methods will need to be changed too if one needs to use
> them with WebSocket.
> The improvement in the Wicket API looked so innocent ...
>
> Martin Grigorov
> Freelancer. Available for hire!
> Wicket Training and Consulting
> https://twitter.com/mtgrigorov
>
> On Thu, Jul 2, 2015 at 2:28 PM, Maxim Solodovnik 
> wrote:
>
> > Done: https://github.com/sebfz1/wicket-jquery-ui/issues/177
> > Sorry, forgot about Sebastians vacation :(
> >
> > On Thu, Jul 2, 2015 at 5:23 PM, Martin Grigorov 
> > wrote:
> >
> > > @Maxim: Please create an issue at Wicket jQuery UI github.
> > > Sebastien is on vacation. I can do it but first I need a good reason
> for
> > > the change :-)
> > >
> > > Martin Grigorov
> > > Freelancer. Available for hire!
> > > Wicket Training and Consulting
> > > https://twitter.com/mtgrigorov
> > >
> > > On Thu, Jul 2, 2015 at 12:33 PM, Maxim Solodovnik <
> solomax...@gmail.com>
> > > wrote:
> > >
> > > > @Sebastian could you please modify AbstractDialog.open method to be
> > > >
> > > > public final void open(IPartialPageRequestHandler target)
> > > > instead of
> > > > public final void open(AjaxRequestTarget target)
> > > >
> > > > Thanks in advance!
> > > >
> > > >
> > > > On Thu, Jul 2, 2015 at 2:58 PM, Martin Grigorov <
> mgrigo...@apache.org>
> > > > wrote:
> > > >
> > > > > Yes, another minor cleanup: there is now
> > > > >
> > > > >
> > > >
> > >
> >
> https://github.com/apache/wicket/blob/master/wicket-core/src/main/java/org/apache/wicket/core/request/handler/IPartialPageRequestHandler.java
> > > > > A base interface for Ajax and WebSocket.
> > > > >
> > > > > Martin Grigorov
> > > > > Freelancer. Available for hire!
> > > > > Wicket Training and Consulting
> > > > > https://twitter.com/mtgrigorov
> > > > >
> > > > > On Thu, Jul 2, 2015 at 11:45 AM, Maxim Solodovnik <
> > > solomax...@gmail.com>
> > > > > wrote:
> > > > >
> > > > > > Additionally it looks like WebSocketRequestHandler can not be
> used
> > > > > > as AjaxRequestTarget any longer
> > > > > > Previously it was possible to use WebSocketRequestHandler to push
> > > > updated
> > > > > > component .
> > > > > >
> > > > > > On Thu, Jul 2, 2015 at 2:42 PM, Maxim Solodovnik <
> > > solomax...@gmail.com
> > > > >
> > > > > > wrote:
> > > > > >
> > > > > > > Thanks a lot Tobias!
> > > > > > >
> > > > > > > On Thu, Jul 2, 2015 at 1:03 PM, Tobias Soloschenko <
> > > > > > > tobiassolosche...@googlemail.com> wrote:
> > > > > > >
> > > > > > >> Hi Maxim,
> > > > > > >>
> > > > > > >> no problem I am going to add the getter this evening. Thank
> you
> > > for
> > > > > your
> > > > > > >> suggestions! :-)
> > > > > > >>
> > > > > > >> Maybe the SNAPSHOT isn't refreshed because of the downtime of
> > the
> > > > > > >> buildbot server. However the build was triggered already.
> > > > > > >>
> > > > > > >> kind regards
> > > > > > >>
> > > > > > >> Tobias
> > > > > > >>
> > > > > > >> > Am 02.07.2015 um 08:45 schrieb Maxim Solodovnik <
> > > > > solomax...@gmail.com
> > > > > > >:
> > > > > > >> >
> > > > > > >> > Thanks a lot for the changes Tobias,
> > > > > > >> > Unfortunately I'm unable to test it due to latest
> > 7.0.0-SNAPSHOT
> > > > > seems
> > > > > > >> > doesn't contain it :(
> > > > > > >> >
> > > > > > >> > And one more question: I would like to be able to modify
> > > > > > PageParameters
> > > > > > >> > passed to source, maybe it would be possible to add public
> > > getter
> > > > > for
> > > > > > >> it?
> > > > > > >> >
> > > > > > >> > Thanks in advance
> > > > > > >> >
> > > > > > >> > On Mon, Jun 29, 2015 at 9:41 PM, Tobias Soloschenko <
> > > > > > >> > tobiassolosche...@googlemail.com> wrote:
> > > > > > >> >
> > > > > > >> >> Hi Maxim,
> > > > > > >> >>
> > > > > > >> >> hope the change is like you wanted it to be:
> > > > > > >> >>
> > > > > > >> >>
> > > > > > >> >>
> > > > > > >>
> > > > > >
> > > > >
> > > >
> > >
> >
> https://github.com/apache/wicket/commit/e20bfa738aa64f35b668f05866e0c0b7ca71c1f4
> > > > > > >> >>
> > > > > > >> >> But again: The PackageResourceReference is best practice,
> > > because
> > > > > you
> > > > > > >> also
> > > > > > >> >> can use "readBuffered(false)" of it - with this option the
> > > > resource
> > > > > > is
> > > > > > >> >> streamed directly without loading it into memory. For more
> > > > > > information
> > > > > > >> >> refer to the Javadoc of the method.
> > > > > > >> >>
> > > > > > >> >> kind regards
> > > > > > >> >>
> > > > > > >> >> Tobias
> > > > > > >> >>
> > > > > > >> >>> Am 29.06.15 um 10:22 schrieb Maxim Solodovnik:
> > > > > > >> >>>
> > > > > > >> >>> Thanks a lot!
> > > > > > >> >>> It was gmail SPAM filter :(((
> > > > > > >> >>> will do migration and examine examples
> > > > > >

Re: Wicket7: MediaComponent and Source classes

2015-07-02 Thread Martin Grigorov
The change is rather big:
https://github.com/sebfz1/wicket-jquery-ui/commit/e94f89d8f07f2b1af2b327a4aaec5ddd4b1400af
I guess many other methods will need to be changed too if one needs to use
them with WebSocket.
The improvement in the Wicket API looked so innocent ...

Martin Grigorov
Freelancer. Available for hire!
Wicket Training and Consulting
https://twitter.com/mtgrigorov

On Thu, Jul 2, 2015 at 2:28 PM, Maxim Solodovnik 
wrote:

> Done: https://github.com/sebfz1/wicket-jquery-ui/issues/177
> Sorry, forgot about Sebastians vacation :(
>
> On Thu, Jul 2, 2015 at 5:23 PM, Martin Grigorov 
> wrote:
>
> > @Maxim: Please create an issue at Wicket jQuery UI github.
> > Sebastien is on vacation. I can do it but first I need a good reason for
> > the change :-)
> >
> > Martin Grigorov
> > Freelancer. Available for hire!
> > Wicket Training and Consulting
> > https://twitter.com/mtgrigorov
> >
> > On Thu, Jul 2, 2015 at 12:33 PM, Maxim Solodovnik 
> > wrote:
> >
> > > @Sebastian could you please modify AbstractDialog.open method to be
> > >
> > > public final void open(IPartialPageRequestHandler target)
> > > instead of
> > > public final void open(AjaxRequestTarget target)
> > >
> > > Thanks in advance!
> > >
> > >
> > > On Thu, Jul 2, 2015 at 2:58 PM, Martin Grigorov 
> > > wrote:
> > >
> > > > Yes, another minor cleanup: there is now
> > > >
> > > >
> > >
> >
> https://github.com/apache/wicket/blob/master/wicket-core/src/main/java/org/apache/wicket/core/request/handler/IPartialPageRequestHandler.java
> > > > A base interface for Ajax and WebSocket.
> > > >
> > > > Martin Grigorov
> > > > Freelancer. Available for hire!
> > > > Wicket Training and Consulting
> > > > https://twitter.com/mtgrigorov
> > > >
> > > > On Thu, Jul 2, 2015 at 11:45 AM, Maxim Solodovnik <
> > solomax...@gmail.com>
> > > > wrote:
> > > >
> > > > > Additionally it looks like WebSocketRequestHandler can not be used
> > > > > as AjaxRequestTarget any longer
> > > > > Previously it was possible to use WebSocketRequestHandler to push
> > > updated
> > > > > component .
> > > > >
> > > > > On Thu, Jul 2, 2015 at 2:42 PM, Maxim Solodovnik <
> > solomax...@gmail.com
> > > >
> > > > > wrote:
> > > > >
> > > > > > Thanks a lot Tobias!
> > > > > >
> > > > > > On Thu, Jul 2, 2015 at 1:03 PM, Tobias Soloschenko <
> > > > > > tobiassolosche...@googlemail.com> wrote:
> > > > > >
> > > > > >> Hi Maxim,
> > > > > >>
> > > > > >> no problem I am going to add the getter this evening. Thank you
> > for
> > > > your
> > > > > >> suggestions! :-)
> > > > > >>
> > > > > >> Maybe the SNAPSHOT isn't refreshed because of the downtime of
> the
> > > > > >> buildbot server. However the build was triggered already.
> > > > > >>
> > > > > >> kind regards
> > > > > >>
> > > > > >> Tobias
> > > > > >>
> > > > > >> > Am 02.07.2015 um 08:45 schrieb Maxim Solodovnik <
> > > > solomax...@gmail.com
> > > > > >:
> > > > > >> >
> > > > > >> > Thanks a lot for the changes Tobias,
> > > > > >> > Unfortunately I'm unable to test it due to latest
> 7.0.0-SNAPSHOT
> > > > seems
> > > > > >> > doesn't contain it :(
> > > > > >> >
> > > > > >> > And one more question: I would like to be able to modify
> > > > > PageParameters
> > > > > >> > passed to source, maybe it would be possible to add public
> > getter
> > > > for
> > > > > >> it?
> > > > > >> >
> > > > > >> > Thanks in advance
> > > > > >> >
> > > > > >> > On Mon, Jun 29, 2015 at 9:41 PM, Tobias Soloschenko <
> > > > > >> > tobiassolosche...@googlemail.com> wrote:
> > > > > >> >
> > > > > >> >> Hi Maxim,
> > > > > >> >>
> > > > > >> >> hope the change is like you wanted it to be:
> > > > > >> >>
> > > > > >> >>
> > > > > >> >>
> > > > > >>
> > > > >
> > > >
> > >
> >
> https://github.com/apache/wicket/commit/e20bfa738aa64f35b668f05866e0c0b7ca71c1f4
> > > > > >> >>
> > > > > >> >> But again: The PackageResourceReference is best practice,
> > because
> > > > you
> > > > > >> also
> > > > > >> >> can use "readBuffered(false)" of it - with this option the
> > > resource
> > > > > is
> > > > > >> >> streamed directly without loading it into memory. For more
> > > > > information
> > > > > >> >> refer to the Javadoc of the method.
> > > > > >> >>
> > > > > >> >> kind regards
> > > > > >> >>
> > > > > >> >> Tobias
> > > > > >> >>
> > > > > >> >>> Am 29.06.15 um 10:22 schrieb Maxim Solodovnik:
> > > > > >> >>>
> > > > > >> >>> Thanks a lot!
> > > > > >> >>> It was gmail SPAM filter :(((
> > > > > >> >>> will do migration and examine examples
> > > > > >> >>>
> > > > > >> >>> On Mon, Jun 29, 2015 at 2:18 PM, Martin Grigorov <
> > > > > >> mgrigo...@apache.org>
> > > > > >> >>> wrote:
> > > > > >> >>>
> > > > > >> >>> For some reason Tobias' mails are marked as SPAM by GMail...
> > > > > >> 
> > > > > >>  Martin Grigorov
> > > > > >>  Freelancer. Available for hire!
> > > > > >>  Wicket Training and Consulting
> > > > > >>  https://twitter.com/mtgrigorov
> > > > > >> 
> > > > > >>  On Mon, Jun 29, 2

Re: Wicket7: MediaComponent and Source classes

2015-07-02 Thread Maxim Solodovnik
Done: https://github.com/sebfz1/wicket-jquery-ui/issues/177
Sorry, forgot about Sebastians vacation :(

On Thu, Jul 2, 2015 at 5:23 PM, Martin Grigorov 
wrote:

> @Maxim: Please create an issue at Wicket jQuery UI github.
> Sebastien is on vacation. I can do it but first I need a good reason for
> the change :-)
>
> Martin Grigorov
> Freelancer. Available for hire!
> Wicket Training and Consulting
> https://twitter.com/mtgrigorov
>
> On Thu, Jul 2, 2015 at 12:33 PM, Maxim Solodovnik 
> wrote:
>
> > @Sebastian could you please modify AbstractDialog.open method to be
> >
> > public final void open(IPartialPageRequestHandler target)
> > instead of
> > public final void open(AjaxRequestTarget target)
> >
> > Thanks in advance!
> >
> >
> > On Thu, Jul 2, 2015 at 2:58 PM, Martin Grigorov 
> > wrote:
> >
> > > Yes, another minor cleanup: there is now
> > >
> > >
> >
> https://github.com/apache/wicket/blob/master/wicket-core/src/main/java/org/apache/wicket/core/request/handler/IPartialPageRequestHandler.java
> > > A base interface for Ajax and WebSocket.
> > >
> > > Martin Grigorov
> > > Freelancer. Available for hire!
> > > Wicket Training and Consulting
> > > https://twitter.com/mtgrigorov
> > >
> > > On Thu, Jul 2, 2015 at 11:45 AM, Maxim Solodovnik <
> solomax...@gmail.com>
> > > wrote:
> > >
> > > > Additionally it looks like WebSocketRequestHandler can not be used
> > > > as AjaxRequestTarget any longer
> > > > Previously it was possible to use WebSocketRequestHandler to push
> > updated
> > > > component .
> > > >
> > > > On Thu, Jul 2, 2015 at 2:42 PM, Maxim Solodovnik <
> solomax...@gmail.com
> > >
> > > > wrote:
> > > >
> > > > > Thanks a lot Tobias!
> > > > >
> > > > > On Thu, Jul 2, 2015 at 1:03 PM, Tobias Soloschenko <
> > > > > tobiassolosche...@googlemail.com> wrote:
> > > > >
> > > > >> Hi Maxim,
> > > > >>
> > > > >> no problem I am going to add the getter this evening. Thank you
> for
> > > your
> > > > >> suggestions! :-)
> > > > >>
> > > > >> Maybe the SNAPSHOT isn't refreshed because of the downtime of the
> > > > >> buildbot server. However the build was triggered already.
> > > > >>
> > > > >> kind regards
> > > > >>
> > > > >> Tobias
> > > > >>
> > > > >> > Am 02.07.2015 um 08:45 schrieb Maxim Solodovnik <
> > > solomax...@gmail.com
> > > > >:
> > > > >> >
> > > > >> > Thanks a lot for the changes Tobias,
> > > > >> > Unfortunately I'm unable to test it due to latest 7.0.0-SNAPSHOT
> > > seems
> > > > >> > doesn't contain it :(
> > > > >> >
> > > > >> > And one more question: I would like to be able to modify
> > > > PageParameters
> > > > >> > passed to source, maybe it would be possible to add public
> getter
> > > for
> > > > >> it?
> > > > >> >
> > > > >> > Thanks in advance
> > > > >> >
> > > > >> > On Mon, Jun 29, 2015 at 9:41 PM, Tobias Soloschenko <
> > > > >> > tobiassolosche...@googlemail.com> wrote:
> > > > >> >
> > > > >> >> Hi Maxim,
> > > > >> >>
> > > > >> >> hope the change is like you wanted it to be:
> > > > >> >>
> > > > >> >>
> > > > >> >>
> > > > >>
> > > >
> > >
> >
> https://github.com/apache/wicket/commit/e20bfa738aa64f35b668f05866e0c0b7ca71c1f4
> > > > >> >>
> > > > >> >> But again: The PackageResourceReference is best practice,
> because
> > > you
> > > > >> also
> > > > >> >> can use "readBuffered(false)" of it - with this option the
> > resource
> > > > is
> > > > >> >> streamed directly without loading it into memory. For more
> > > > information
> > > > >> >> refer to the Javadoc of the method.
> > > > >> >>
> > > > >> >> kind regards
> > > > >> >>
> > > > >> >> Tobias
> > > > >> >>
> > > > >> >>> Am 29.06.15 um 10:22 schrieb Maxim Solodovnik:
> > > > >> >>>
> > > > >> >>> Thanks a lot!
> > > > >> >>> It was gmail SPAM filter :(((
> > > > >> >>> will do migration and examine examples
> > > > >> >>>
> > > > >> >>> On Mon, Jun 29, 2015 at 2:18 PM, Martin Grigorov <
> > > > >> mgrigo...@apache.org>
> > > > >> >>> wrote:
> > > > >> >>>
> > > > >> >>> For some reason Tobias' mails are marked as SPAM by GMail...
> > > > >> 
> > > > >>  Martin Grigorov
> > > > >>  Freelancer. Available for hire!
> > > > >>  Wicket Training and Consulting
> > > > >>  https://twitter.com/mtgrigorov
> > > > >> 
> > > > >>  On Mon, Jun 29, 2015 at 11:15 AM, Maxim Solodovnik <
> > > > >> solomax...@gmail.com
> > > > >> >
> > > > >>  wrote:
> > > > >> 
> > > > >>  sorry, most probably missed that email
> > > > >> > Thanks!
> > > > >> >
> > > > >> > On Mon, Jun 29, 2015 at 2:14 PM, Martin Grigorov <
> > > > >> mgrigo...@apache.org>
> > > > >> > wrote:
> > > > >> >
> > > > >> > Tobias already explained that it was an oversight and he is
> > > going
> > > > to
> > > > >> >> improve it tonight.
> > > > >> >>
> > > > >> >> Martin Grigorov
> > > > >> >> Freelancer. Available for hire!
> > > > >> >> Wicket Training and Consulting
> > > > >> >> https://twitter.com/mtgrigorov
> > > > >> >>
> > > > >> 

Re: Wicket7: MediaComponent and Source classes

2015-07-02 Thread Martin Grigorov
@Maxim: Please create an issue at Wicket jQuery UI github.
Sebastien is on vacation. I can do it but first I need a good reason for
the change :-)

Martin Grigorov
Freelancer. Available for hire!
Wicket Training and Consulting
https://twitter.com/mtgrigorov

On Thu, Jul 2, 2015 at 12:33 PM, Maxim Solodovnik 
wrote:

> @Sebastian could you please modify AbstractDialog.open method to be
>
> public final void open(IPartialPageRequestHandler target)
> instead of
> public final void open(AjaxRequestTarget target)
>
> Thanks in advance!
>
>
> On Thu, Jul 2, 2015 at 2:58 PM, Martin Grigorov 
> wrote:
>
> > Yes, another minor cleanup: there is now
> >
> >
> https://github.com/apache/wicket/blob/master/wicket-core/src/main/java/org/apache/wicket/core/request/handler/IPartialPageRequestHandler.java
> > A base interface for Ajax and WebSocket.
> >
> > Martin Grigorov
> > Freelancer. Available for hire!
> > Wicket Training and Consulting
> > https://twitter.com/mtgrigorov
> >
> > On Thu, Jul 2, 2015 at 11:45 AM, Maxim Solodovnik 
> > wrote:
> >
> > > Additionally it looks like WebSocketRequestHandler can not be used
> > > as AjaxRequestTarget any longer
> > > Previously it was possible to use WebSocketRequestHandler to push
> updated
> > > component .
> > >
> > > On Thu, Jul 2, 2015 at 2:42 PM, Maxim Solodovnik  >
> > > wrote:
> > >
> > > > Thanks a lot Tobias!
> > > >
> > > > On Thu, Jul 2, 2015 at 1:03 PM, Tobias Soloschenko <
> > > > tobiassolosche...@googlemail.com> wrote:
> > > >
> > > >> Hi Maxim,
> > > >>
> > > >> no problem I am going to add the getter this evening. Thank you for
> > your
> > > >> suggestions! :-)
> > > >>
> > > >> Maybe the SNAPSHOT isn't refreshed because of the downtime of the
> > > >> buildbot server. However the build was triggered already.
> > > >>
> > > >> kind regards
> > > >>
> > > >> Tobias
> > > >>
> > > >> > Am 02.07.2015 um 08:45 schrieb Maxim Solodovnik <
> > solomax...@gmail.com
> > > >:
> > > >> >
> > > >> > Thanks a lot for the changes Tobias,
> > > >> > Unfortunately I'm unable to test it due to latest 7.0.0-SNAPSHOT
> > seems
> > > >> > doesn't contain it :(
> > > >> >
> > > >> > And one more question: I would like to be able to modify
> > > PageParameters
> > > >> > passed to source, maybe it would be possible to add public getter
> > for
> > > >> it?
> > > >> >
> > > >> > Thanks in advance
> > > >> >
> > > >> > On Mon, Jun 29, 2015 at 9:41 PM, Tobias Soloschenko <
> > > >> > tobiassolosche...@googlemail.com> wrote:
> > > >> >
> > > >> >> Hi Maxim,
> > > >> >>
> > > >> >> hope the change is like you wanted it to be:
> > > >> >>
> > > >> >>
> > > >> >>
> > > >>
> > >
> >
> https://github.com/apache/wicket/commit/e20bfa738aa64f35b668f05866e0c0b7ca71c1f4
> > > >> >>
> > > >> >> But again: The PackageResourceReference is best practice, because
> > you
> > > >> also
> > > >> >> can use "readBuffered(false)" of it - with this option the
> resource
> > > is
> > > >> >> streamed directly without loading it into memory. For more
> > > information
> > > >> >> refer to the Javadoc of the method.
> > > >> >>
> > > >> >> kind regards
> > > >> >>
> > > >> >> Tobias
> > > >> >>
> > > >> >>> Am 29.06.15 um 10:22 schrieb Maxim Solodovnik:
> > > >> >>>
> > > >> >>> Thanks a lot!
> > > >> >>> It was gmail SPAM filter :(((
> > > >> >>> will do migration and examine examples
> > > >> >>>
> > > >> >>> On Mon, Jun 29, 2015 at 2:18 PM, Martin Grigorov <
> > > >> mgrigo...@apache.org>
> > > >> >>> wrote:
> > > >> >>>
> > > >> >>> For some reason Tobias' mails are marked as SPAM by GMail...
> > > >> 
> > > >>  Martin Grigorov
> > > >>  Freelancer. Available for hire!
> > > >>  Wicket Training and Consulting
> > > >>  https://twitter.com/mtgrigorov
> > > >> 
> > > >>  On Mon, Jun 29, 2015 at 11:15 AM, Maxim Solodovnik <
> > > >> solomax...@gmail.com
> > > >> >
> > > >>  wrote:
> > > >> 
> > > >>  sorry, most probably missed that email
> > > >> > Thanks!
> > > >> >
> > > >> > On Mon, Jun 29, 2015 at 2:14 PM, Martin Grigorov <
> > > >> mgrigo...@apache.org>
> > > >> > wrote:
> > > >> >
> > > >> > Tobias already explained that it was an oversight and he is
> > going
> > > to
> > > >> >> improve it tonight.
> > > >> >>
> > > >> >> Martin Grigorov
> > > >> >> Freelancer. Available for hire!
> > > >> >> Wicket Training and Consulting
> > > >> >> https://twitter.com/mtgrigorov
> > > >> >>
> > > >> >> On Mon, Jun 29, 2015 at 11:10 AM, Maxim Solodovnik <
> > > >> >>
> > > >> > solomax...@gmail.com
> > > >> 
> > > >> > wrote:
> > > >> >>
> > > >> >> Thanks Martin :)
> > > >> >>> will look through sources :)
> > > >> >>>
> > > >> >>> can you please tell me why PackageResourceReference is being
> > > used
> > > >> in
> > > >> >>> MediaComponent and not ResourceReference? Or maybe Tobias
> can
> > > >> answer
> > > >> >>>
> > > >> >> this
> > > >> >
> > > >> >

Re: Wicket7: MediaComponent and Source classes

2015-07-02 Thread Maxim Solodovnik
@Sebastian could you please modify AbstractDialog.open method to be

public final void open(IPartialPageRequestHandler target)
instead of
public final void open(AjaxRequestTarget target)

Thanks in advance!


On Thu, Jul 2, 2015 at 2:58 PM, Martin Grigorov 
wrote:

> Yes, another minor cleanup: there is now
>
> https://github.com/apache/wicket/blob/master/wicket-core/src/main/java/org/apache/wicket/core/request/handler/IPartialPageRequestHandler.java
> A base interface for Ajax and WebSocket.
>
> Martin Grigorov
> Freelancer. Available for hire!
> Wicket Training and Consulting
> https://twitter.com/mtgrigorov
>
> On Thu, Jul 2, 2015 at 11:45 AM, Maxim Solodovnik 
> wrote:
>
> > Additionally it looks like WebSocketRequestHandler can not be used
> > as AjaxRequestTarget any longer
> > Previously it was possible to use WebSocketRequestHandler to push updated
> > component .
> >
> > On Thu, Jul 2, 2015 at 2:42 PM, Maxim Solodovnik 
> > wrote:
> >
> > > Thanks a lot Tobias!
> > >
> > > On Thu, Jul 2, 2015 at 1:03 PM, Tobias Soloschenko <
> > > tobiassolosche...@googlemail.com> wrote:
> > >
> > >> Hi Maxim,
> > >>
> > >> no problem I am going to add the getter this evening. Thank you for
> your
> > >> suggestions! :-)
> > >>
> > >> Maybe the SNAPSHOT isn't refreshed because of the downtime of the
> > >> buildbot server. However the build was triggered already.
> > >>
> > >> kind regards
> > >>
> > >> Tobias
> > >>
> > >> > Am 02.07.2015 um 08:45 schrieb Maxim Solodovnik <
> solomax...@gmail.com
> > >:
> > >> >
> > >> > Thanks a lot for the changes Tobias,
> > >> > Unfortunately I'm unable to test it due to latest 7.0.0-SNAPSHOT
> seems
> > >> > doesn't contain it :(
> > >> >
> > >> > And one more question: I would like to be able to modify
> > PageParameters
> > >> > passed to source, maybe it would be possible to add public getter
> for
> > >> it?
> > >> >
> > >> > Thanks in advance
> > >> >
> > >> > On Mon, Jun 29, 2015 at 9:41 PM, Tobias Soloschenko <
> > >> > tobiassolosche...@googlemail.com> wrote:
> > >> >
> > >> >> Hi Maxim,
> > >> >>
> > >> >> hope the change is like you wanted it to be:
> > >> >>
> > >> >>
> > >> >>
> > >>
> >
> https://github.com/apache/wicket/commit/e20bfa738aa64f35b668f05866e0c0b7ca71c1f4
> > >> >>
> > >> >> But again: The PackageResourceReference is best practice, because
> you
> > >> also
> > >> >> can use "readBuffered(false)" of it - with this option the resource
> > is
> > >> >> streamed directly without loading it into memory. For more
> > information
> > >> >> refer to the Javadoc of the method.
> > >> >>
> > >> >> kind regards
> > >> >>
> > >> >> Tobias
> > >> >>
> > >> >>> Am 29.06.15 um 10:22 schrieb Maxim Solodovnik:
> > >> >>>
> > >> >>> Thanks a lot!
> > >> >>> It was gmail SPAM filter :(((
> > >> >>> will do migration and examine examples
> > >> >>>
> > >> >>> On Mon, Jun 29, 2015 at 2:18 PM, Martin Grigorov <
> > >> mgrigo...@apache.org>
> > >> >>> wrote:
> > >> >>>
> > >> >>> For some reason Tobias' mails are marked as SPAM by GMail...
> > >> 
> > >>  Martin Grigorov
> > >>  Freelancer. Available for hire!
> > >>  Wicket Training and Consulting
> > >>  https://twitter.com/mtgrigorov
> > >> 
> > >>  On Mon, Jun 29, 2015 at 11:15 AM, Maxim Solodovnik <
> > >> solomax...@gmail.com
> > >> >
> > >>  wrote:
> > >> 
> > >>  sorry, most probably missed that email
> > >> > Thanks!
> > >> >
> > >> > On Mon, Jun 29, 2015 at 2:14 PM, Martin Grigorov <
> > >> mgrigo...@apache.org>
> > >> > wrote:
> > >> >
> > >> > Tobias already explained that it was an oversight and he is
> going
> > to
> > >> >> improve it tonight.
> > >> >>
> > >> >> Martin Grigorov
> > >> >> Freelancer. Available for hire!
> > >> >> Wicket Training and Consulting
> > >> >> https://twitter.com/mtgrigorov
> > >> >>
> > >> >> On Mon, Jun 29, 2015 at 11:10 AM, Maxim Solodovnik <
> > >> >>
> > >> > solomax...@gmail.com
> > >> 
> > >> > wrote:
> > >> >>
> > >> >> Thanks Martin :)
> > >> >>> will look through sources :)
> > >> >>>
> > >> >>> can you please tell me why PackageResourceReference is being
> > used
> > >> in
> > >> >>> MediaComponent and not ResourceReference? Or maybe Tobias can
> > >> answer
> > >> >>>
> > >> >> this
> > >> >
> > >> >> question?
> > >> >>>
> > >> >>> On Mon, Jun 29, 2015 at 2:00 PM, Martin Grigorov <
> > >> >>>
> > >> >> mgrigo...@apache.org
> > >> 
> > >> > wrote:
> > >> >>>
> > >> >>> Everything is possible.
> > >>  All I need is longer day. 24 hours are not enough...
> > >> 
> > >>  Martin Grigorov
> > >>  Freelancer. Available for hire!
> > >>  Wicket Training and Consulting
> > >>  https://twitter.com/mtgrigorov
> > >> 
> > >>  On Mon, Jun 29, 2015 at 10:53 AM, Maxim Solodovnik <
> > >> 
> > >> >>> solomax...@gmail.co

Re: Wicket7: MediaComponent and Source classes

2015-07-02 Thread Ernesto Reinaldo Barreiro
@Tobias,

OT: For some obscure reason your massages always goo into my Span account
at gmail...

On Thu, Jul 2, 2015 at 9:03 AM, Tobias Soloschenko <
tobiassolosche...@googlemail.com> wrote:

> Hi Maxim,
>
> no problem I am going to add the getter this evening. Thank you for your
> suggestions! :-)
>
> Maybe the SNAPSHOT isn't refreshed because of the downtime of the buildbot
> server. However the build was triggered already.
>
> kind regards
>
> Tobias
>
> > Am 02.07.2015 um 08:45 schrieb Maxim Solodovnik :
> >
> > Thanks a lot for the changes Tobias,
> > Unfortunately I'm unable to test it due to latest 7.0.0-SNAPSHOT seems
> > doesn't contain it :(
> >
> > And one more question: I would like to be able to modify PageParameters
> > passed to source, maybe it would be possible to add public getter for it?
> >
> > Thanks in advance
> >
> > On Mon, Jun 29, 2015 at 9:41 PM, Tobias Soloschenko <
> > tobiassolosche...@googlemail.com> wrote:
> >
> >> Hi Maxim,
> >>
> >> hope the change is like you wanted it to be:
> >>
> >>
> >>
> https://github.com/apache/wicket/commit/e20bfa738aa64f35b668f05866e0c0b7ca71c1f4
> >>
> >> But again: The PackageResourceReference is best practice, because you
> also
> >> can use "readBuffered(false)" of it - with this option the resource is
> >> streamed directly without loading it into memory. For more information
> >> refer to the Javadoc of the method.
> >>
> >> kind regards
> >>
> >> Tobias
> >>
> >>> Am 29.06.15 um 10:22 schrieb Maxim Solodovnik:
> >>>
> >>> Thanks a lot!
> >>> It was gmail SPAM filter :(((
> >>> will do migration and examine examples
> >>>
> >>> On Mon, Jun 29, 2015 at 2:18 PM, Martin Grigorov  >
> >>> wrote:
> >>>
> >>> For some reason Tobias' mails are marked as SPAM by GMail...
> 
>  Martin Grigorov
>  Freelancer. Available for hire!
>  Wicket Training and Consulting
>  https://twitter.com/mtgrigorov
> 
>  On Mon, Jun 29, 2015 at 11:15 AM, Maxim Solodovnik <
> solomax...@gmail.com
> >
>  wrote:
> 
>  sorry, most probably missed that email
> > Thanks!
> >
> > On Mon, Jun 29, 2015 at 2:14 PM, Martin Grigorov <
> mgrigo...@apache.org>
> > wrote:
> >
> > Tobias already explained that it was an oversight and he is going to
> >> improve it tonight.
> >>
> >> Martin Grigorov
> >> Freelancer. Available for hire!
> >> Wicket Training and Consulting
> >> https://twitter.com/mtgrigorov
> >>
> >> On Mon, Jun 29, 2015 at 11:10 AM, Maxim Solodovnik <
> >>
> > solomax...@gmail.com
> 
> > wrote:
> >>
> >> Thanks Martin :)
> >>> will look through sources :)
> >>>
> >>> can you please tell me why PackageResourceReference is being used
> in
> >>> MediaComponent and not ResourceReference? Or maybe Tobias can
> answer
> >>>
> >> this
> >
> >> question?
> >>>
> >>> On Mon, Jun 29, 2015 at 2:00 PM, Martin Grigorov <
> >>>
> >> mgrigo...@apache.org
> 
> > wrote:
> >>>
> >>> Everything is possible.
>  All I need is longer day. 24 hours are not enough...
> 
>  Martin Grigorov
>  Freelancer. Available for hire!
>  Wicket Training and Consulting
>  https://twitter.com/mtgrigorov
> 
>  On Mon, Jun 29, 2015 at 10:53 AM, Maxim Solodovnik <
> 
> >>> solomax...@gmail.com
> >>
> >>> wrote:
> 
>  Is it possible update http://www.wicket-library.com/ to have
> >
>  wicket7
> >
> >> examples as well?
> > I believe this might be very useful :)
> >
> > On Mon, Jun 29, 2015 at 1:49 PM, andrea del bene <
> >
>  an.delb...@gmail.com
> >>
> >>> wrote:
> >
> > Hi,
> >>
> >> in wicket-examples take a look at the project in
> >> org.apache.wicket.examples.media
> >>
> >> Andrea.
> >>
> >>
> >> On 29/06/2015 06:47, Maxim Solodovnik wrote:
> >>
> >> Hello All,
> >>>
> >>> Recently I have upgraded to Wicket+wicketstuff 7.0.0-M6 and
> >>>
> >> found
> >
> >> lots
> >>>
>  of
> >
> >> improvements:
> >>> 1) AbstractResource is now supports "content-range" and
> >>>
> >> "accept-range"
> >>>
>  which is great! I'll remove my custom code for this :)
> >>> 2) HTML5 Video is supported by wicket itself (was removed from
> >>> wicketstuff)
> >>> which is great :))
> >>>
> >>> 3) MediaComponent requires *PackageResourceReference* as
> >>>
> >> resourceReference
> >
> >> :(( why it can't be ResourceReference?
> >>>
> >>> Are there any examples in wicket7 regarding new Video
> >>>
> >> Component?
> 
> > Thanks in advance!
> >>>
> >>>
> >

Re: Wicket7: MediaComponent and Source classes

2015-07-02 Thread Martin Grigorov
Yes, another minor cleanup: there is now
https://github.com/apache/wicket/blob/master/wicket-core/src/main/java/org/apache/wicket/core/request/handler/IPartialPageRequestHandler.java
A base interface for Ajax and WebSocket.

Martin Grigorov
Freelancer. Available for hire!
Wicket Training and Consulting
https://twitter.com/mtgrigorov

On Thu, Jul 2, 2015 at 11:45 AM, Maxim Solodovnik 
wrote:

> Additionally it looks like WebSocketRequestHandler can not be used
> as AjaxRequestTarget any longer
> Previously it was possible to use WebSocketRequestHandler to push updated
> component .
>
> On Thu, Jul 2, 2015 at 2:42 PM, Maxim Solodovnik 
> wrote:
>
> > Thanks a lot Tobias!
> >
> > On Thu, Jul 2, 2015 at 1:03 PM, Tobias Soloschenko <
> > tobiassolosche...@googlemail.com> wrote:
> >
> >> Hi Maxim,
> >>
> >> no problem I am going to add the getter this evening. Thank you for your
> >> suggestions! :-)
> >>
> >> Maybe the SNAPSHOT isn't refreshed because of the downtime of the
> >> buildbot server. However the build was triggered already.
> >>
> >> kind regards
> >>
> >> Tobias
> >>
> >> > Am 02.07.2015 um 08:45 schrieb Maxim Solodovnik  >:
> >> >
> >> > Thanks a lot for the changes Tobias,
> >> > Unfortunately I'm unable to test it due to latest 7.0.0-SNAPSHOT seems
> >> > doesn't contain it :(
> >> >
> >> > And one more question: I would like to be able to modify
> PageParameters
> >> > passed to source, maybe it would be possible to add public getter for
> >> it?
> >> >
> >> > Thanks in advance
> >> >
> >> > On Mon, Jun 29, 2015 at 9:41 PM, Tobias Soloschenko <
> >> > tobiassolosche...@googlemail.com> wrote:
> >> >
> >> >> Hi Maxim,
> >> >>
> >> >> hope the change is like you wanted it to be:
> >> >>
> >> >>
> >> >>
> >>
> https://github.com/apache/wicket/commit/e20bfa738aa64f35b668f05866e0c0b7ca71c1f4
> >> >>
> >> >> But again: The PackageResourceReference is best practice, because you
> >> also
> >> >> can use "readBuffered(false)" of it - with this option the resource
> is
> >> >> streamed directly without loading it into memory. For more
> information
> >> >> refer to the Javadoc of the method.
> >> >>
> >> >> kind regards
> >> >>
> >> >> Tobias
> >> >>
> >> >>> Am 29.06.15 um 10:22 schrieb Maxim Solodovnik:
> >> >>>
> >> >>> Thanks a lot!
> >> >>> It was gmail SPAM filter :(((
> >> >>> will do migration and examine examples
> >> >>>
> >> >>> On Mon, Jun 29, 2015 at 2:18 PM, Martin Grigorov <
> >> mgrigo...@apache.org>
> >> >>> wrote:
> >> >>>
> >> >>> For some reason Tobias' mails are marked as SPAM by GMail...
> >> 
> >>  Martin Grigorov
> >>  Freelancer. Available for hire!
> >>  Wicket Training and Consulting
> >>  https://twitter.com/mtgrigorov
> >> 
> >>  On Mon, Jun 29, 2015 at 11:15 AM, Maxim Solodovnik <
> >> solomax...@gmail.com
> >> >
> >>  wrote:
> >> 
> >>  sorry, most probably missed that email
> >> > Thanks!
> >> >
> >> > On Mon, Jun 29, 2015 at 2:14 PM, Martin Grigorov <
> >> mgrigo...@apache.org>
> >> > wrote:
> >> >
> >> > Tobias already explained that it was an oversight and he is going
> to
> >> >> improve it tonight.
> >> >>
> >> >> Martin Grigorov
> >> >> Freelancer. Available for hire!
> >> >> Wicket Training and Consulting
> >> >> https://twitter.com/mtgrigorov
> >> >>
> >> >> On Mon, Jun 29, 2015 at 11:10 AM, Maxim Solodovnik <
> >> >>
> >> > solomax...@gmail.com
> >> 
> >> > wrote:
> >> >>
> >> >> Thanks Martin :)
> >> >>> will look through sources :)
> >> >>>
> >> >>> can you please tell me why PackageResourceReference is being
> used
> >> in
> >> >>> MediaComponent and not ResourceReference? Or maybe Tobias can
> >> answer
> >> >>>
> >> >> this
> >> >
> >> >> question?
> >> >>>
> >> >>> On Mon, Jun 29, 2015 at 2:00 PM, Martin Grigorov <
> >> >>>
> >> >> mgrigo...@apache.org
> >> 
> >> > wrote:
> >> >>>
> >> >>> Everything is possible.
> >>  All I need is longer day. 24 hours are not enough...
> >> 
> >>  Martin Grigorov
> >>  Freelancer. Available for hire!
> >>  Wicket Training and Consulting
> >>  https://twitter.com/mtgrigorov
> >> 
> >>  On Mon, Jun 29, 2015 at 10:53 AM, Maxim Solodovnik <
> >> 
> >> >>> solomax...@gmail.com
> >> >>
> >> >>> wrote:
> >> 
> >>  Is it possible update http://www.wicket-library.com/ to have
> >> >
> >>  wicket7
> >> >
> >> >> examples as well?
> >> > I believe this might be very useful :)
> >> >
> >> > On Mon, Jun 29, 2015 at 1:49 PM, andrea del bene <
> >> >
> >>  an.delb...@gmail.com
> >> >>
> >> >>> wrote:
> >> >
> >> > Hi,
> >> >>
> >> >> in wicket-examples take a look at the project in
> >> >> org.apache.wicket.examples.media
> >> >>
> >

Re: Broken URL on Wicket Homepage

2015-07-02 Thread Martin Grigorov
Thanks!
We are aware of this: https://issues.apache.org/jira/browse/INFRA-9899.
The CI build fails and the javadoc and the guide cannot be copied.
Due to
https://blogs.apache.org/infra/entry/buildbot_master_currently_off_line the
old artefacts have been deleted.

Martin Grigorov
Freelancer. Available for hire!
Wicket Training and Consulting
https://twitter.com/mtgrigorov

On Thu, Jul 2, 2015 at 11:53 AM, Urbani, Edmund 
wrote:

> Currently on http://wicket.apache.org/ under "New and noteworthy" there's
> this (non-linked and broken) URL:
>
> http://ci.apache.org/projects/wicket/apidocs/6.x/org/apache/wicket/markup/html/image/InlineImage.html
>
> This URL (pointing to the 7.x API) would actually work and make sense:
>
> http://ci.apache.org/projects/wicket/apidocs/7.x/org/apache/wicket/markup/html/image/InlineImage.html
>
> Kind regards,
>  Edmund
>
> --
>
> Edmund Urbani
> Liland IT Team
>
> Email: edmund.urb...@lilandit.com 
>
> Liland IT GmbH ...does IT better
> Tel: +43 463 220111
> Fax: +43 463 220111-33
> Tel(GER): +49 221 65028588
>
>
>


Re: Broken URL on Wicket Homepage

2015-07-02 Thread andrea del bene

Hi,

we had an issue with the CI infrastructure and it's not completely 
solved yet for 6.x version. That's why docs for 6.x are not available.


Andrea.

On 02/07/2015 10:53, Urbani, Edmund wrote:
Currently on http://wicket.apache.org/ under "New and noteworthy" 
there's this (non-linked and broken) URL:
http://ci.apache.org/projects/wicket/apidocs/6.x/org/apache/wicket/markup/html/image/InlineImage.html 



This URL (pointing to the 7.x API) would actually work and make sense:
http://ci.apache.org/projects/wicket/apidocs/7.x/org/apache/wicket/markup/html/image/InlineImage.html 



Kind regards,
 Edmund




-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Broken URL on Wicket Homepage

2015-07-02 Thread Urbani, Edmund
Currently on http://wicket.apache.org/ under "New and noteworthy" there's this 
(non-linked and broken) URL:

http://ci.apache.org/projects/wicket/apidocs/6.x/org/apache/wicket/markup/html/image/InlineImage.html

This URL (pointing to the 7.x API) would actually work and make sense:
http://ci.apache.org/projects/wicket/apidocs/7.x/org/apache/wicket/markup/html/image/InlineImage.html

Kind regards,
 Edmund

--

Edmund Urbani
Liland IT Team

Email: edmund.urb...@lilandit.com 

Liland IT GmbH ...does IT better
Tel: +43 463 220111
Fax: +43 463 220111-33
Tel(GER): +49 221 65028588




Re: Wicket7: MediaComponent and Source classes

2015-07-02 Thread Martin Grigorov
Please see http://markmail.org/message/ji4nixgscvnbgi7z

Martin Grigorov
Freelancer. Available for hire!
Wicket Training and Consulting
https://twitter.com/mtgrigorov

On Thu, Jul 2, 2015 at 11:41 AM, Maxim Solodovnik 
wrote:

> Thanks for the clarifications Martin
> This seems to be caching issue on my side
>
> Could you please answer additional question regarding ListView
> It seems to be impossible in latest snapshot to create ListView("list",
> new List())
> It was working as expected in M6 and previous versions 
>
> On Thu, Jul 2, 2015 at 1:14 PM, Martin Grigorov 
> wrote:
>
> > There is a new build. The snapshots should be updated.
> >
> > Martin Grigorov
> > Freelancer. Available for hire!
> > Wicket Training and Consulting
> > https://twitter.com/mtgrigorov
> >
> > On Thu, Jul 2, 2015 at 10:03 AM, Tobias Soloschenko <
> > tobiassolosche...@googlemail.com> wrote:
> >
> > > Hi Maxim,
> > >
> > > no problem I am going to add the getter this evening. Thank you for
> your
> > > suggestions! :-)
> > >
> > > Maybe the SNAPSHOT isn't refreshed because of the downtime of the
> > buildbot
> > > server. However the build was triggered already.
> > >
> > > kind regards
> > >
> > > Tobias
> > >
> > > > Am 02.07.2015 um 08:45 schrieb Maxim Solodovnik <
> solomax...@gmail.com
> > >:
> > > >
> > > > Thanks a lot for the changes Tobias,
> > > > Unfortunately I'm unable to test it due to latest 7.0.0-SNAPSHOT
> seems
> > > > doesn't contain it :(
> > > >
> > > > And one more question: I would like to be able to modify
> PageParameters
> > > > passed to source, maybe it would be possible to add public getter for
> > it?
> > > >
> > > > Thanks in advance
> > > >
> > > > On Mon, Jun 29, 2015 at 9:41 PM, Tobias Soloschenko <
> > > > tobiassolosche...@googlemail.com> wrote:
> > > >
> > > >> Hi Maxim,
> > > >>
> > > >> hope the change is like you wanted it to be:
> > > >>
> > > >>
> > > >>
> > >
> >
> https://github.com/apache/wicket/commit/e20bfa738aa64f35b668f05866e0c0b7ca71c1f4
> > > >>
> > > >> But again: The PackageResourceReference is best practice, because
> you
> > > also
> > > >> can use "readBuffered(false)" of it - with this option the resource
> is
> > > >> streamed directly without loading it into memory. For more
> information
> > > >> refer to the Javadoc of the method.
> > > >>
> > > >> kind regards
> > > >>
> > > >> Tobias
> > > >>
> > > >>> Am 29.06.15 um 10:22 schrieb Maxim Solodovnik:
> > > >>>
> > > >>> Thanks a lot!
> > > >>> It was gmail SPAM filter :(((
> > > >>> will do migration and examine examples
> > > >>>
> > > >>> On Mon, Jun 29, 2015 at 2:18 PM, Martin Grigorov <
> > mgrigo...@apache.org
> > > >
> > > >>> wrote:
> > > >>>
> > > >>> For some reason Tobias' mails are marked as SPAM by GMail...
> > > 
> > >  Martin Grigorov
> > >  Freelancer. Available for hire!
> > >  Wicket Training and Consulting
> > >  https://twitter.com/mtgrigorov
> > > 
> > >  On Mon, Jun 29, 2015 at 11:15 AM, Maxim Solodovnik <
> > > solomax...@gmail.com
> > > >
> > >  wrote:
> > > 
> > >  sorry, most probably missed that email
> > > > Thanks!
> > > >
> > > > On Mon, Jun 29, 2015 at 2:14 PM, Martin Grigorov <
> > > mgrigo...@apache.org>
> > > > wrote:
> > > >
> > > > Tobias already explained that it was an oversight and he is going
> > to
> > > >> improve it tonight.
> > > >>
> > > >> Martin Grigorov
> > > >> Freelancer. Available for hire!
> > > >> Wicket Training and Consulting
> > > >> https://twitter.com/mtgrigorov
> > > >>
> > > >> On Mon, Jun 29, 2015 at 11:10 AM, Maxim Solodovnik <
> > > >>
> > > > solomax...@gmail.com
> > > 
> > > > wrote:
> > > >>
> > > >> Thanks Martin :)
> > > >>> will look through sources :)
> > > >>>
> > > >>> can you please tell me why PackageResourceReference is being
> used
> > > in
> > > >>> MediaComponent and not ResourceReference? Or maybe Tobias can
> > > answer
> > > >>>
> > > >> this
> > > >
> > > >> question?
> > > >>>
> > > >>> On Mon, Jun 29, 2015 at 2:00 PM, Martin Grigorov <
> > > >>>
> > > >> mgrigo...@apache.org
> > > 
> > > > wrote:
> > > >>>
> > > >>> Everything is possible.
> > >  All I need is longer day. 24 hours are not enough...
> > > 
> > >  Martin Grigorov
> > >  Freelancer. Available for hire!
> > >  Wicket Training and Consulting
> > >  https://twitter.com/mtgrigorov
> > > 
> > >  On Mon, Jun 29, 2015 at 10:53 AM, Maxim Solodovnik <
> > > 
> > > >>> solomax...@gmail.com
> > > >>
> > > >>> wrote:
> > > 
> > >  Is it possible update http://www.wicket-library.com/ to have
> > > >
> > >  wicket7
> > > >
> > > >> examples as well?
> > > > I believe this might be very useful :)
> > > >
> > > > On Mon, Jun 29, 2015 at 1:49 PM, andrea de

Re: Wicket7: MediaComponent and Source classes

2015-07-02 Thread Maxim Solodovnik
Additionally it looks like WebSocketRequestHandler can not be used
as AjaxRequestTarget any longer
Previously it was possible to use WebSocketRequestHandler to push updated
component .

On Thu, Jul 2, 2015 at 2:42 PM, Maxim Solodovnik 
wrote:

> Thanks a lot Tobias!
>
> On Thu, Jul 2, 2015 at 1:03 PM, Tobias Soloschenko <
> tobiassolosche...@googlemail.com> wrote:
>
>> Hi Maxim,
>>
>> no problem I am going to add the getter this evening. Thank you for your
>> suggestions! :-)
>>
>> Maybe the SNAPSHOT isn't refreshed because of the downtime of the
>> buildbot server. However the build was triggered already.
>>
>> kind regards
>>
>> Tobias
>>
>> > Am 02.07.2015 um 08:45 schrieb Maxim Solodovnik :
>> >
>> > Thanks a lot for the changes Tobias,
>> > Unfortunately I'm unable to test it due to latest 7.0.0-SNAPSHOT seems
>> > doesn't contain it :(
>> >
>> > And one more question: I would like to be able to modify PageParameters
>> > passed to source, maybe it would be possible to add public getter for
>> it?
>> >
>> > Thanks in advance
>> >
>> > On Mon, Jun 29, 2015 at 9:41 PM, Tobias Soloschenko <
>> > tobiassolosche...@googlemail.com> wrote:
>> >
>> >> Hi Maxim,
>> >>
>> >> hope the change is like you wanted it to be:
>> >>
>> >>
>> >>
>> https://github.com/apache/wicket/commit/e20bfa738aa64f35b668f05866e0c0b7ca71c1f4
>> >>
>> >> But again: The PackageResourceReference is best practice, because you
>> also
>> >> can use "readBuffered(false)" of it - with this option the resource is
>> >> streamed directly without loading it into memory. For more information
>> >> refer to the Javadoc of the method.
>> >>
>> >> kind regards
>> >>
>> >> Tobias
>> >>
>> >>> Am 29.06.15 um 10:22 schrieb Maxim Solodovnik:
>> >>>
>> >>> Thanks a lot!
>> >>> It was gmail SPAM filter :(((
>> >>> will do migration and examine examples
>> >>>
>> >>> On Mon, Jun 29, 2015 at 2:18 PM, Martin Grigorov <
>> mgrigo...@apache.org>
>> >>> wrote:
>> >>>
>> >>> For some reason Tobias' mails are marked as SPAM by GMail...
>> 
>>  Martin Grigorov
>>  Freelancer. Available for hire!
>>  Wicket Training and Consulting
>>  https://twitter.com/mtgrigorov
>> 
>>  On Mon, Jun 29, 2015 at 11:15 AM, Maxim Solodovnik <
>> solomax...@gmail.com
>> >
>>  wrote:
>> 
>>  sorry, most probably missed that email
>> > Thanks!
>> >
>> > On Mon, Jun 29, 2015 at 2:14 PM, Martin Grigorov <
>> mgrigo...@apache.org>
>> > wrote:
>> >
>> > Tobias already explained that it was an oversight and he is going to
>> >> improve it tonight.
>> >>
>> >> Martin Grigorov
>> >> Freelancer. Available for hire!
>> >> Wicket Training and Consulting
>> >> https://twitter.com/mtgrigorov
>> >>
>> >> On Mon, Jun 29, 2015 at 11:10 AM, Maxim Solodovnik <
>> >>
>> > solomax...@gmail.com
>> 
>> > wrote:
>> >>
>> >> Thanks Martin :)
>> >>> will look through sources :)
>> >>>
>> >>> can you please tell me why PackageResourceReference is being used
>> in
>> >>> MediaComponent and not ResourceReference? Or maybe Tobias can
>> answer
>> >>>
>> >> this
>> >
>> >> question?
>> >>>
>> >>> On Mon, Jun 29, 2015 at 2:00 PM, Martin Grigorov <
>> >>>
>> >> mgrigo...@apache.org
>> 
>> > wrote:
>> >>>
>> >>> Everything is possible.
>>  All I need is longer day. 24 hours are not enough...
>> 
>>  Martin Grigorov
>>  Freelancer. Available for hire!
>>  Wicket Training and Consulting
>>  https://twitter.com/mtgrigorov
>> 
>>  On Mon, Jun 29, 2015 at 10:53 AM, Maxim Solodovnik <
>> 
>> >>> solomax...@gmail.com
>> >>
>> >>> wrote:
>> 
>>  Is it possible update http://www.wicket-library.com/ to have
>> >
>>  wicket7
>> >
>> >> examples as well?
>> > I believe this might be very useful :)
>> >
>> > On Mon, Jun 29, 2015 at 1:49 PM, andrea del bene <
>> >
>>  an.delb...@gmail.com
>> >>
>> >>> wrote:
>> >
>> > Hi,
>> >>
>> >> in wicket-examples take a look at the project in
>> >> org.apache.wicket.examples.media
>> >>
>> >> Andrea.
>> >>
>> >>
>> >> On 29/06/2015 06:47, Maxim Solodovnik wrote:
>> >>
>> >> Hello All,
>> >>>
>> >>> Recently I have upgraded to Wicket+wicketstuff 7.0.0-M6 and
>> >>>
>> >> found
>> >
>> >> lots
>> >>>
>>  of
>> >
>> >> improvements:
>> >>> 1) AbstractResource is now supports "content-range" and
>> >>>
>> >> "accept-range"
>> >>>
>>  which is great! I'll remove my custom code for this :)
>> >>> 2) HTML5 Video is supported by wicket itself (was removed from
>> >>> wicketstuff)
>> >>> which is great :))
>> >>>

Re: Wicket7: MediaComponent and Source classes

2015-07-02 Thread Maxim Solodovnik
Thanks a lot Tobias!

On Thu, Jul 2, 2015 at 1:03 PM, Tobias Soloschenko <
tobiassolosche...@googlemail.com> wrote:

> Hi Maxim,
>
> no problem I am going to add the getter this evening. Thank you for your
> suggestions! :-)
>
> Maybe the SNAPSHOT isn't refreshed because of the downtime of the buildbot
> server. However the build was triggered already.
>
> kind regards
>
> Tobias
>
> > Am 02.07.2015 um 08:45 schrieb Maxim Solodovnik :
> >
> > Thanks a lot for the changes Tobias,
> > Unfortunately I'm unable to test it due to latest 7.0.0-SNAPSHOT seems
> > doesn't contain it :(
> >
> > And one more question: I would like to be able to modify PageParameters
> > passed to source, maybe it would be possible to add public getter for it?
> >
> > Thanks in advance
> >
> > On Mon, Jun 29, 2015 at 9:41 PM, Tobias Soloschenko <
> > tobiassolosche...@googlemail.com> wrote:
> >
> >> Hi Maxim,
> >>
> >> hope the change is like you wanted it to be:
> >>
> >>
> >>
> https://github.com/apache/wicket/commit/e20bfa738aa64f35b668f05866e0c0b7ca71c1f4
> >>
> >> But again: The PackageResourceReference is best practice, because you
> also
> >> can use "readBuffered(false)" of it - with this option the resource is
> >> streamed directly without loading it into memory. For more information
> >> refer to the Javadoc of the method.
> >>
> >> kind regards
> >>
> >> Tobias
> >>
> >>> Am 29.06.15 um 10:22 schrieb Maxim Solodovnik:
> >>>
> >>> Thanks a lot!
> >>> It was gmail SPAM filter :(((
> >>> will do migration and examine examples
> >>>
> >>> On Mon, Jun 29, 2015 at 2:18 PM, Martin Grigorov  >
> >>> wrote:
> >>>
> >>> For some reason Tobias' mails are marked as SPAM by GMail...
> 
>  Martin Grigorov
>  Freelancer. Available for hire!
>  Wicket Training and Consulting
>  https://twitter.com/mtgrigorov
> 
>  On Mon, Jun 29, 2015 at 11:15 AM, Maxim Solodovnik <
> solomax...@gmail.com
> >
>  wrote:
> 
>  sorry, most probably missed that email
> > Thanks!
> >
> > On Mon, Jun 29, 2015 at 2:14 PM, Martin Grigorov <
> mgrigo...@apache.org>
> > wrote:
> >
> > Tobias already explained that it was an oversight and he is going to
> >> improve it tonight.
> >>
> >> Martin Grigorov
> >> Freelancer. Available for hire!
> >> Wicket Training and Consulting
> >> https://twitter.com/mtgrigorov
> >>
> >> On Mon, Jun 29, 2015 at 11:10 AM, Maxim Solodovnik <
> >>
> > solomax...@gmail.com
> 
> > wrote:
> >>
> >> Thanks Martin :)
> >>> will look through sources :)
> >>>
> >>> can you please tell me why PackageResourceReference is being used
> in
> >>> MediaComponent and not ResourceReference? Or maybe Tobias can
> answer
> >>>
> >> this
> >
> >> question?
> >>>
> >>> On Mon, Jun 29, 2015 at 2:00 PM, Martin Grigorov <
> >>>
> >> mgrigo...@apache.org
> 
> > wrote:
> >>>
> >>> Everything is possible.
>  All I need is longer day. 24 hours are not enough...
> 
>  Martin Grigorov
>  Freelancer. Available for hire!
>  Wicket Training and Consulting
>  https://twitter.com/mtgrigorov
> 
>  On Mon, Jun 29, 2015 at 10:53 AM, Maxim Solodovnik <
> 
> >>> solomax...@gmail.com
> >>
> >>> wrote:
> 
>  Is it possible update http://www.wicket-library.com/ to have
> >
>  wicket7
> >
> >> examples as well?
> > I believe this might be very useful :)
> >
> > On Mon, Jun 29, 2015 at 1:49 PM, andrea del bene <
> >
>  an.delb...@gmail.com
> >>
> >>> wrote:
> >
> > Hi,
> >>
> >> in wicket-examples take a look at the project in
> >> org.apache.wicket.examples.media
> >>
> >> Andrea.
> >>
> >>
> >> On 29/06/2015 06:47, Maxim Solodovnik wrote:
> >>
> >> Hello All,
> >>>
> >>> Recently I have upgraded to Wicket+wicketstuff 7.0.0-M6 and
> >>>
> >> found
> >
> >> lots
> >>>
>  of
> >
> >> improvements:
> >>> 1) AbstractResource is now supports "content-range" and
> >>>
> >> "accept-range"
> >>>
>  which is great! I'll remove my custom code for this :)
> >>> 2) HTML5 Video is supported by wicket itself (was removed from
> >>> wicketstuff)
> >>> which is great :))
> >>>
> >>> 3) MediaComponent requires *PackageResourceReference* as
> >>>
> >> resourceReference
> >
> >> :(( why it can't be ResourceReference?
> >>>
> >>> Are there any examples in wicket7 regarding new Video
> >>>
> >> Component?
> 
> > Thanks in advance!
> >>>
> >>>
> >>>
> >>
> >>
> 

Re: Wicket7: MediaComponent and Source classes

2015-07-02 Thread Maxim Solodovnik
Thanks for the clarifications Martin
This seems to be caching issue on my side

Could you please answer additional question regarding ListView
It seems to be impossible in latest snapshot to create ListView("list",
new List())
It was working as expected in M6 and previous versions 

On Thu, Jul 2, 2015 at 1:14 PM, Martin Grigorov 
wrote:

> There is a new build. The snapshots should be updated.
>
> Martin Grigorov
> Freelancer. Available for hire!
> Wicket Training and Consulting
> https://twitter.com/mtgrigorov
>
> On Thu, Jul 2, 2015 at 10:03 AM, Tobias Soloschenko <
> tobiassolosche...@googlemail.com> wrote:
>
> > Hi Maxim,
> >
> > no problem I am going to add the getter this evening. Thank you for your
> > suggestions! :-)
> >
> > Maybe the SNAPSHOT isn't refreshed because of the downtime of the
> buildbot
> > server. However the build was triggered already.
> >
> > kind regards
> >
> > Tobias
> >
> > > Am 02.07.2015 um 08:45 schrieb Maxim Solodovnik  >:
> > >
> > > Thanks a lot for the changes Tobias,
> > > Unfortunately I'm unable to test it due to latest 7.0.0-SNAPSHOT seems
> > > doesn't contain it :(
> > >
> > > And one more question: I would like to be able to modify PageParameters
> > > passed to source, maybe it would be possible to add public getter for
> it?
> > >
> > > Thanks in advance
> > >
> > > On Mon, Jun 29, 2015 at 9:41 PM, Tobias Soloschenko <
> > > tobiassolosche...@googlemail.com> wrote:
> > >
> > >> Hi Maxim,
> > >>
> > >> hope the change is like you wanted it to be:
> > >>
> > >>
> > >>
> >
> https://github.com/apache/wicket/commit/e20bfa738aa64f35b668f05866e0c0b7ca71c1f4
> > >>
> > >> But again: The PackageResourceReference is best practice, because you
> > also
> > >> can use "readBuffered(false)" of it - with this option the resource is
> > >> streamed directly without loading it into memory. For more information
> > >> refer to the Javadoc of the method.
> > >>
> > >> kind regards
> > >>
> > >> Tobias
> > >>
> > >>> Am 29.06.15 um 10:22 schrieb Maxim Solodovnik:
> > >>>
> > >>> Thanks a lot!
> > >>> It was gmail SPAM filter :(((
> > >>> will do migration and examine examples
> > >>>
> > >>> On Mon, Jun 29, 2015 at 2:18 PM, Martin Grigorov <
> mgrigo...@apache.org
> > >
> > >>> wrote:
> > >>>
> > >>> For some reason Tobias' mails are marked as SPAM by GMail...
> > 
> >  Martin Grigorov
> >  Freelancer. Available for hire!
> >  Wicket Training and Consulting
> >  https://twitter.com/mtgrigorov
> > 
> >  On Mon, Jun 29, 2015 at 11:15 AM, Maxim Solodovnik <
> > solomax...@gmail.com
> > >
> >  wrote:
> > 
> >  sorry, most probably missed that email
> > > Thanks!
> > >
> > > On Mon, Jun 29, 2015 at 2:14 PM, Martin Grigorov <
> > mgrigo...@apache.org>
> > > wrote:
> > >
> > > Tobias already explained that it was an oversight and he is going
> to
> > >> improve it tonight.
> > >>
> > >> Martin Grigorov
> > >> Freelancer. Available for hire!
> > >> Wicket Training and Consulting
> > >> https://twitter.com/mtgrigorov
> > >>
> > >> On Mon, Jun 29, 2015 at 11:10 AM, Maxim Solodovnik <
> > >>
> > > solomax...@gmail.com
> > 
> > > wrote:
> > >>
> > >> Thanks Martin :)
> > >>> will look through sources :)
> > >>>
> > >>> can you please tell me why PackageResourceReference is being used
> > in
> > >>> MediaComponent and not ResourceReference? Or maybe Tobias can
> > answer
> > >>>
> > >> this
> > >
> > >> question?
> > >>>
> > >>> On Mon, Jun 29, 2015 at 2:00 PM, Martin Grigorov <
> > >>>
> > >> mgrigo...@apache.org
> > 
> > > wrote:
> > >>>
> > >>> Everything is possible.
> >  All I need is longer day. 24 hours are not enough...
> > 
> >  Martin Grigorov
> >  Freelancer. Available for hire!
> >  Wicket Training and Consulting
> >  https://twitter.com/mtgrigorov
> > 
> >  On Mon, Jun 29, 2015 at 10:53 AM, Maxim Solodovnik <
> > 
> > >>> solomax...@gmail.com
> > >>
> > >>> wrote:
> > 
> >  Is it possible update http://www.wicket-library.com/ to have
> > >
> >  wicket7
> > >
> > >> examples as well?
> > > I believe this might be very useful :)
> > >
> > > On Mon, Jun 29, 2015 at 1:49 PM, andrea del bene <
> > >
> >  an.delb...@gmail.com
> > >>
> > >>> wrote:
> > >
> > > Hi,
> > >>
> > >> in wicket-examples take a look at the project in
> > >> org.apache.wicket.examples.media
> > >>
> > >> Andrea.
> > >>
> > >>
> > >> On 29/06/2015 06:47, Maxim Solodovnik wrote:
> > >>
> > >> Hello All,
> > >>>
> > >>> Recently I have upgraded to Wicket+wicketstuff 7.0.0-M6 and
> > >>>
> > >> found
> > >
> > >> lots
> > 

Re: Wicket7: MediaComponent and Source classes

2015-07-02 Thread Martin Grigorov
There is a new build. The snapshots should be updated.

Martin Grigorov
Freelancer. Available for hire!
Wicket Training and Consulting
https://twitter.com/mtgrigorov

On Thu, Jul 2, 2015 at 10:03 AM, Tobias Soloschenko <
tobiassolosche...@googlemail.com> wrote:

> Hi Maxim,
>
> no problem I am going to add the getter this evening. Thank you for your
> suggestions! :-)
>
> Maybe the SNAPSHOT isn't refreshed because of the downtime of the buildbot
> server. However the build was triggered already.
>
> kind regards
>
> Tobias
>
> > Am 02.07.2015 um 08:45 schrieb Maxim Solodovnik :
> >
> > Thanks a lot for the changes Tobias,
> > Unfortunately I'm unable to test it due to latest 7.0.0-SNAPSHOT seems
> > doesn't contain it :(
> >
> > And one more question: I would like to be able to modify PageParameters
> > passed to source, maybe it would be possible to add public getter for it?
> >
> > Thanks in advance
> >
> > On Mon, Jun 29, 2015 at 9:41 PM, Tobias Soloschenko <
> > tobiassolosche...@googlemail.com> wrote:
> >
> >> Hi Maxim,
> >>
> >> hope the change is like you wanted it to be:
> >>
> >>
> >>
> https://github.com/apache/wicket/commit/e20bfa738aa64f35b668f05866e0c0b7ca71c1f4
> >>
> >> But again: The PackageResourceReference is best practice, because you
> also
> >> can use "readBuffered(false)" of it - with this option the resource is
> >> streamed directly without loading it into memory. For more information
> >> refer to the Javadoc of the method.
> >>
> >> kind regards
> >>
> >> Tobias
> >>
> >>> Am 29.06.15 um 10:22 schrieb Maxim Solodovnik:
> >>>
> >>> Thanks a lot!
> >>> It was gmail SPAM filter :(((
> >>> will do migration and examine examples
> >>>
> >>> On Mon, Jun 29, 2015 at 2:18 PM, Martin Grigorov  >
> >>> wrote:
> >>>
> >>> For some reason Tobias' mails are marked as SPAM by GMail...
> 
>  Martin Grigorov
>  Freelancer. Available for hire!
>  Wicket Training and Consulting
>  https://twitter.com/mtgrigorov
> 
>  On Mon, Jun 29, 2015 at 11:15 AM, Maxim Solodovnik <
> solomax...@gmail.com
> >
>  wrote:
> 
>  sorry, most probably missed that email
> > Thanks!
> >
> > On Mon, Jun 29, 2015 at 2:14 PM, Martin Grigorov <
> mgrigo...@apache.org>
> > wrote:
> >
> > Tobias already explained that it was an oversight and he is going to
> >> improve it tonight.
> >>
> >> Martin Grigorov
> >> Freelancer. Available for hire!
> >> Wicket Training and Consulting
> >> https://twitter.com/mtgrigorov
> >>
> >> On Mon, Jun 29, 2015 at 11:10 AM, Maxim Solodovnik <
> >>
> > solomax...@gmail.com
> 
> > wrote:
> >>
> >> Thanks Martin :)
> >>> will look through sources :)
> >>>
> >>> can you please tell me why PackageResourceReference is being used
> in
> >>> MediaComponent and not ResourceReference? Or maybe Tobias can
> answer
> >>>
> >> this
> >
> >> question?
> >>>
> >>> On Mon, Jun 29, 2015 at 2:00 PM, Martin Grigorov <
> >>>
> >> mgrigo...@apache.org
> 
> > wrote:
> >>>
> >>> Everything is possible.
>  All I need is longer day. 24 hours are not enough...
> 
>  Martin Grigorov
>  Freelancer. Available for hire!
>  Wicket Training and Consulting
>  https://twitter.com/mtgrigorov
> 
>  On Mon, Jun 29, 2015 at 10:53 AM, Maxim Solodovnik <
> 
> >>> solomax...@gmail.com
> >>
> >>> wrote:
> 
>  Is it possible update http://www.wicket-library.com/ to have
> >
>  wicket7
> >
> >> examples as well?
> > I believe this might be very useful :)
> >
> > On Mon, Jun 29, 2015 at 1:49 PM, andrea del bene <
> >
>  an.delb...@gmail.com
> >>
> >>> wrote:
> >
> > Hi,
> >>
> >> in wicket-examples take a look at the project in
> >> org.apache.wicket.examples.media
> >>
> >> Andrea.
> >>
> >>
> >> On 29/06/2015 06:47, Maxim Solodovnik wrote:
> >>
> >> Hello All,
> >>>
> >>> Recently I have upgraded to Wicket+wicketstuff 7.0.0-M6 and
> >>>
> >> found
> >
> >> lots
> >>>
>  of
> >
> >> improvements:
> >>> 1) AbstractResource is now supports "content-range" and
> >>>
> >> "accept-range"
> >>>
>  which is great! I'll remove my custom code for this :)
> >>> 2) HTML5 Video is supported by wicket itself (was removed from
> >>> wicketstuff)
> >>> which is great :))
> >>>
> >>> 3) MediaComponent requires *PackageResourceReference* as
> >>>
> >> resourceReference
> >
> >> :(( why it can't be ResourceReference?
> >>>
> >>> Are there any examples in wicket7 regarding new Video
> >>>
> >> Component

Re: Wicket7: MediaComponent and Source classes

2015-07-02 Thread Tobias Soloschenko
Hi Maxim,

no problem I am going to add the getter this evening. Thank you for your 
suggestions! :-)

Maybe the SNAPSHOT isn't refreshed because of the downtime of the buildbot 
server. However the build was triggered already.

kind regards

Tobias

> Am 02.07.2015 um 08:45 schrieb Maxim Solodovnik :
> 
> Thanks a lot for the changes Tobias,
> Unfortunately I'm unable to test it due to latest 7.0.0-SNAPSHOT seems
> doesn't contain it :(
> 
> And one more question: I would like to be able to modify PageParameters
> passed to source, maybe it would be possible to add public getter for it?
> 
> Thanks in advance
> 
> On Mon, Jun 29, 2015 at 9:41 PM, Tobias Soloschenko <
> tobiassolosche...@googlemail.com> wrote:
> 
>> Hi Maxim,
>> 
>> hope the change is like you wanted it to be:
>> 
>> 
>> https://github.com/apache/wicket/commit/e20bfa738aa64f35b668f05866e0c0b7ca71c1f4
>> 
>> But again: The PackageResourceReference is best practice, because you also
>> can use "readBuffered(false)" of it - with this option the resource is
>> streamed directly without loading it into memory. For more information
>> refer to the Javadoc of the method.
>> 
>> kind regards
>> 
>> Tobias
>> 
>>> Am 29.06.15 um 10:22 schrieb Maxim Solodovnik:
>>> 
>>> Thanks a lot!
>>> It was gmail SPAM filter :(((
>>> will do migration and examine examples
>>> 
>>> On Mon, Jun 29, 2015 at 2:18 PM, Martin Grigorov 
>>> wrote:
>>> 
>>> For some reason Tobias' mails are marked as SPAM by GMail...
 
 Martin Grigorov
 Freelancer. Available for hire!
 Wicket Training and Consulting
 https://twitter.com/mtgrigorov
 
 On Mon, Jun 29, 2015 at 11:15 AM, Maxim Solodovnik  
 wrote:
 
 sorry, most probably missed that email
> Thanks!
> 
> On Mon, Jun 29, 2015 at 2:14 PM, Martin Grigorov 
> wrote:
> 
> Tobias already explained that it was an oversight and he is going to
>> improve it tonight.
>> 
>> Martin Grigorov
>> Freelancer. Available for hire!
>> Wicket Training and Consulting
>> https://twitter.com/mtgrigorov
>> 
>> On Mon, Jun 29, 2015 at 11:10 AM, Maxim Solodovnik <
>> 
> solomax...@gmail.com
 
> wrote:
>> 
>> Thanks Martin :)
>>> will look through sources :)
>>> 
>>> can you please tell me why PackageResourceReference is being used in
>>> MediaComponent and not ResourceReference? Or maybe Tobias can answer
>>> 
>> this
> 
>> question?
>>> 
>>> On Mon, Jun 29, 2015 at 2:00 PM, Martin Grigorov <
>>> 
>> mgrigo...@apache.org
 
> wrote:
>>> 
>>> Everything is possible.
 All I need is longer day. 24 hours are not enough...
 
 Martin Grigorov
 Freelancer. Available for hire!
 Wicket Training and Consulting
 https://twitter.com/mtgrigorov
 
 On Mon, Jun 29, 2015 at 10:53 AM, Maxim Solodovnik <
 
>>> solomax...@gmail.com
>> 
>>> wrote:
 
 Is it possible update http://www.wicket-library.com/ to have
> 
 wicket7
> 
>> examples as well?
> I believe this might be very useful :)
> 
> On Mon, Jun 29, 2015 at 1:49 PM, andrea del bene <
> 
 an.delb...@gmail.com
>> 
>>> wrote:
> 
> Hi,
>> 
>> in wicket-examples take a look at the project in
>> org.apache.wicket.examples.media
>> 
>> Andrea.
>> 
>> 
>> On 29/06/2015 06:47, Maxim Solodovnik wrote:
>> 
>> Hello All,
>>> 
>>> Recently I have upgraded to Wicket+wicketstuff 7.0.0-M6 and
>>> 
>> found
> 
>> lots
>>> 
 of
> 
>> improvements:
>>> 1) AbstractResource is now supports "content-range" and
>>> 
>> "accept-range"
>>> 
 which is great! I'll remove my custom code for this :)
>>> 2) HTML5 Video is supported by wicket itself (was removed from
>>> wicketstuff)
>>> which is great :))
>>> 
>>> 3) MediaComponent requires *PackageResourceReference* as
>>> 
>> resourceReference
> 
>> :(( why it can't be ResourceReference?
>>> 
>>> Are there any examples in wicket7 regarding new Video
>>> 
>> Component?
 
> Thanks in advance!
>>> 
>>> 
>>> 
>> 
>> -
>> 
>>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>> For additional commands, e-mail: users-h...@wicket.apache.org
>> 
>> 
>> 
> --
> WBR
> Maxim aka solomax
> 
> 
>>> 
>>> --
>>> WBR
>>> Maxim aka solomax
>>> 
>>> 
> 
> --
> WBR
> Maxim aka solomax
> 
> 
>>> 
>>> 
>> 
>>