Re: JSON License and Apache Projects

2016-11-23 Thread Maxim Solodovnik
In case it is about this: org.json:json:jar:20090211 libarary I'm afraid wicketstuff is affected Could you please confirm it is about this library? On Wed, Nov 23, 2016 at 10:36 PM, Martijn Dashorst wrote: > FYI: the json.org library for parsing and generating JSON

Re: Is there any way to extend ClientProperties

2016-11-23 Thread Maxim Solodovnik
tin Grigorov > Wicket Training and Consulting > https://twitter.com/mtgrigorov > > On Wed, Nov 23, 2016 at 9:44 AM, Maxim Solodovnik <solomax...@gmail.com> > wrote: > > > OK, how can I help? > > > > On Wed, Nov 23, 2016 at 3:40 PM, Martin Grigorov <mgrigo

Re: Is there any way to extend ClientProperties

2016-11-23 Thread Maxim Solodovnik
Training and Consulting > https://twitter.com/mtgrigorov > > On Tue, Nov 22, 2016 at 7:02 PM, Maxim Solodovnik <solomax...@gmail.com> > wrote: > > > Does it make any sense? > > > > On Tue, Nov 22, 2016 at 10:25 AM, Maxim Solodovnik <soloma

Re: Is there any way to extend ClientProperties

2016-11-22 Thread Maxim Solodovnik
Does it make any sense? On Tue, Nov 22, 2016 at 10:25 AM, Maxim Solodovnik <solomax...@gmail.com> wrote: > And maybe protocol+context (or window.location.href) :) > mod_proxy, mod_rewrite can change the URL a lot :) > > On Tue, Nov 22, 2016 at 10:18 AM, Maxim Solodovnik <

Re: How to solve: Application and Wicket-select2 both use PageParameter 'q'.

2016-11-22 Thread Maxim Solodovnik
. > > Thanks for looking into this! > > -Rob > > On Tue, Nov 22, 2016 at 9:26 AM, Maxim Solodovnik <solomax...@gmail.com> > wrote: > > > Static mount would work, additional setting might help if it's not an > > option :) > > > > On Tue, Nov 22, 2016

Re: How to solve: Application and Wicket-select2 both use PageParameter 'q'.

2016-11-22 Thread Maxim Solodovnik
Static mount would work, additional setting might help if it's not an option :) On Tue, Nov 22, 2016 at 3:24 PM, Pi P314 wrote: > https://github.com/wicketstuff/core/blob/master/select2-parent/select2- >

Re: How to solve: Application and Wicket-select2 both use PageParameter 'q'.

2016-11-22 Thread Maxim Solodovnik
Never noticed that :( I can try to make this parameter configurable via ApplicationSettings [1] I believe this should solve the problem WDYT? [1] https://github.com/wicketstuff/core/blob/master/select2-parent/select2/src/main/java/org/wicketstuff/select2/ApplicationSettings.java On Tue,

Re: Is there any way to extend ClientProperties

2016-11-21 Thread Maxim Solodovnik
And maybe protocol+context (or window.location.href) :) mod_proxy, mod_rewrite can change the URL a lot :) On Tue, Nov 22, 2016 at 10:18 AM, Maxim Solodovnik <solomax...@gmail.com> wrote: > Hello All, > > I wonder is there any way to extend gathered or

Is there any way to extend ClientProperties

2016-11-21 Thread Maxim Solodovnik
Hello All, I wonder is there any way to extend gathered org.apache.wicket.protocol.http.ClientProperties? I would like to have port in addition to hostname Or maybe I can provide PR to wicket so it would have this info by default? WDYT? -- WBR Maxim aka solomax

Re: WebSocket close is being called if AjaxDownloader is used

2016-11-16 Thread Maxim Solodovnik
Done: https://github.com/apache/wicket/pull/190 https://github.com/apache/wicket/pull/191 On Wed, Nov 16, 2016 at 5:14 PM, Martin Grigorov <martin.grigo...@gmail.com> wrote: > Hi Maxim, > > Please do! > > Thank you! > > On Nov 16, 2016 10:58 AM, "Maxim Solodovn

Re: WebSocket close is being called if AjaxDownloader is used

2016-11-16 Thread Maxim Solodovnik
gt;>>> whether the iframes leak or not for example. >>>> Also I'd like to try to add events like beforeDownload/afterDownload so >>>> apps can show indicators that something is happening. >>>> >>>> Martin Grigorov >>>> Wicket T

Re: WebSocket close is being called if AjaxDownloader is used

2016-11-11 Thread Maxim Solodovnik
gt; Martin Grigorov >>> Wicket Training and Consulting >>> https://twitter.com/mtgrigorov >>> >>> On Wed, Nov 9, 2016 at 9:13 AM, Ernesto Reinaldo Barreiro < >>> reier...@gmail.com> wrote: >>> >>> Thanks for sharing. I just added a co

Re: WebSocket close is being called if AjaxDownloader is used

2016-11-11 Thread Maxim Solodovnik
at 9:13 AM, Ernesto Reinaldo Barreiro < >> reier...@gmail.com> wrote: >> >> Thanks for sharing. I just added a couple of comments/ >>> >>> On Wed, Nov 9, 2016 at 4:23 AM, Maxim Solodovnik <solomax...@gmail.com> >>> wrote: >>> >>>

Re: WebSocket close is being called if AjaxDownloader is used

2016-11-08 Thread Maxim Solodovnik
comments :) On Wed, Nov 9, 2016 at 5:02 AM, Martin Grigorov <mgrigo...@apache.org> wrote: > Hi Maxim, > > Do you have progress on this ? > > Martin Grigorov > Wicket Training and Consulting > https://twitter.com/mtgrigorov > > On Thu, Nov 3, 2016 at 9:46 AM, Maxim

Re: WebSocket close is being called if AjaxDownloader is used

2016-11-03 Thread Maxim Solodovnik
I was hoping to get answer like: in 7.x you should use .xxx :))) Going to create example on github and will send it for review :) On Thu, Nov 3, 2016 at 3:43 PM, Martin Grigorov <mgrigo...@apache.org> wrote: > On Thu, Nov 3, 2016 at 9:40 AM, Maxim Solodovnik <solomax...@gmail.

Re: WebSocket close is being called if AjaxDownloader is used

2016-11-03 Thread Maxim Solodovnik
- Set location to download URL > > 3- Close the new tab > > > > That way (maybe) page does not close WebSocket connection. It would still > > be "AJAX"... > > > > > > On Thu, Nov 3, 2016 at 9:04 AM, Maxim Solodovnik <solomax...@gmail.com> >

Re: WebSocket close is being called if AjaxDownloader is used

2016-11-03 Thread Maxim Solodovnik
; > Sven > > > > > > > > Am 03.11.2016 um 08:33 schrieb Martin Grigorov: > > > >> Hi Maxim, > >> > >> I don't see any relation between those. > >> If it is easy to reproduce please create a quickstart. > >> >

Re: WebSocket close is being called if AjaxDownloader is used

2016-11-03 Thread Maxim Solodovnik
I'm afraid It would be not really Ajax . On Thu, Nov 3, 2016 at 3:03 PM, Ernesto Reinaldo Barreiro < reier...@gmail.com> wrote: > maybe open a second browser tab and do the download there... > > On Thu, Nov 3, 2016 at 8:51 AM, Maxim Solodovnik <solomax...@gmail.com> &g

Re: WebSocket close is being called if AjaxDownloader is used

2016-11-03 Thread Maxim Solodovnik
I'll try to create quick-start ASAP On Thu, Nov 3, 2016 at 2:51 PM, Maxim Solodovnik <solomax...@gmail.com> wrote: > AjaxDownload was for wicket 1.5.x (or maybe 6.x) > maybe it can be enhanced to work without unload? > > On Thu, Nov 3, 2016 at 2:46 PM, Sven Meier <s

Re: WebSocket close is being called if AjaxDownloader is used

2016-11-03 Thread Maxim Solodovnik
Martin Grigorov >> Wicket Training and Consulting >> https://twitter.com/mtgrigorov >> >> On Thu, Nov 3, 2016 at 4:16 AM, Maxim Solodovnik <solomax...@gmail.com> >> wrote: >> >> Hello, >>> >>> Recently we found weird behavior of AjaxDownl

WebSocket close is being called if AjaxDownloader is used

2016-11-02 Thread Maxim Solodovnik
Hello, Recently we found weird behavior of AjaxDownloader (similar to this [1] one) For some reason at the moment download is initiated WebSocketBehavior::onClose is being called What is the reason for this?

Re: (Customizable) Fragment as String

2016-11-01 Thread Maxim Solodovnik
? On Mon, Oct 17, 2016 at 1:57 PM, Martin Grigorov <mgrigo...@apache.org> wrote: > - org.apache.wicket.markup.IMarkupResourceStreamProvider > - Component#setMarkup() > > Martin Grigorov > Wicket Training and Consulting > https://twitter.com/mtgrigorov > > On Mon, O

Re: (Customizable) Fragment as String

2016-10-17 Thread Maxim Solodovnik
Is there other option to have additional markup in the same file? WBR, Maxim (from mobile, sorry for the typos) On Oct 17, 2016 12:44, "Maxim Solodovnik" <solomax...@gmail.com> wrote: That's a pitty :( Thanks for your time It would be nice to have this functionality available

Re: (Customizable) Fragment as String

2016-10-16 Thread Maxim Solodovnik
mtgrigorov > > On Fri, Oct 14, 2016 at 9:14 AM, Maxim Solodovnik <solomax...@gmail.com> > wrote: > > > Many thanks :) > > > > On Fri, Oct 14, 2016 at 2:12 PM, Martin Grigorov <mgrigo...@apache.org> > > wrote: > > > > > I'll take a lo

Re: (Customizable) Fragment as String

2016-10-14 Thread Maxim Solodovnik
Many thanks :) On Fri, Oct 14, 2016 at 2:12 PM, Martin Grigorov <mgrigo...@apache.org> wrote: > I'll take a look at the weekend. > > Martin Grigorov > Wicket Training and Consulting > https://twitter.com/mtgrigorov > > On Fri, Oct 14, 2016 at 5:26 AM, Maxim Solod

Re: (Customizable) Fragment as String

2016-10-13 Thread Maxim Solodovnik
with markup not found exception Is it possible to create something like "wicket:visible" (or "om:visible") tag+attribute so it can act as I call setVisible in Java? On Fri, Oct 14, 2016 at 1:14 AM, Martin Grigorov <mgrigo...@apache.org> wrote: > On Thu, Oct 13, 2016

Re: (Customizable) Fragment as String

2016-10-13 Thread Maxim Solodovnik
Hello Martin, Thanks for the quick response! On Thu, Oct 13, 2016 at 11:39 PM, Martin Grigorov <mgrigo...@apache.org> wrote: > Hi Maxim, > > On Thu, Oct 13, 2016 at 6:10 PM, Maxim Solodovnik <solomax...@gmail.com> > wrote: > > > Hello All, > > >

(Customizable) Fragment as String

2016-10-13 Thread Maxim Solodovnik
Hello All, I'm successfully using following code [1] to get Panel as String Unfortunately It is not possible to get Fragment as String this way :( The goal I'm trying to achieve is: store email subject as wicket:fragment Another question is: is it possible to edit markup like this - to be

Re: Wicket-jQuery-UI vs. Kendo UI

2016-10-06 Thread Maxim Solodovnik
You can mix components based on your needs and free to mix it :) On Thu, Oct 6, 2016 at 6:48 PM, Bergmann Manfred wrote: > Hello. > > In the wicket-jquery-ui project there are two widget sets, jQuery UI and > Kendo UI. > What’s difference? Are they competing widgets

Re: Indicating dialog button don't stop

2016-09-18 Thread Maxim Solodovnik
Hello Sebastien, sorry for the late response was too busy to check :(( Everything works as expected in samples, will check my code Thanks a lot for the fix! On Tue, Sep 13, 2016 at 3:01 AM, Sebastien wrote: > Hi Maxim, > > This is not intended that the dialog flickers... This

Re: Indicating dialog button don't stop

2016-09-12 Thread Maxim Solodovnik
Thanks a lot for the SNAPSHOT It works as expected :) the only issue I was able to see is: dialog flickers while waiting ... is it expected? Thanks for the steps will try to use it to debug broken menu item, will write back :) On Mon, Sep 12, 2016 at 5:23 AM, Sebastien wrote:

Re: Indicating dialog button don't stop

2016-09-11 Thread Maxim Solodovnik
sorry, my bad :( On Sun, Sep 11, 2016 at 9:13 PM, Martin Grigorov <martin.grigo...@gmail.com> wrote: > Hi Maxim, > > Please use users@ for these questions. > Thanks! > > On Sep 11, 2016 2:59 PM, "Maxim Solodovnik" <solomax...@gmail.com> wrote: > &g

Re: Form from post to multipart

2016-09-05 Thread Maxim Solodovnik
Maybe you can use nested forms? On Mon, Sep 5, 2016 at 2:51 PM, Илья Нарыжный wrote: > Hello! > > Please help to figure out is there some good solution for the following > situation: > > There is a page with Form with in it. Form contains lots of components > underneath. And

Re: Question regarding WebSocketBehavior::onConnect message

2016-09-01 Thread Maxim Solodovnik
WebSocket connection > cannot a reference to a newly created one at later point of time. > > Martin Grigorov > Wicket Training and Consulting > https://twitter.com/mtgrigorov > > On Thu, Sep 1, 2016 at 9:25 AM, Maxim Solodovnik <solomax...@gmail.com> > wrote: > > > Th

Re: Question regarding WebSocketBehavior::onConnect message

2016-09-01 Thread Maxim Solodovnik
This only happen in case I'm using NoVersion page mapper On Thu, Sep 1, 2016 at 2:24 PM, Maxim Solodovnik <solomax...@gmail.com> wrote: > It works as expected with one minor change: > -- Wicket.Event.WebSocket.Opened > ++ Wicket.Event.Topic.WebSocket.Opened > > Thanks :)

Re: Question regarding WebSocketBehavior::onConnect message

2016-09-01 Thread Maxim Solodovnik
have weird behavior because of this: on Shift+F5 page continuously reloading all page parameters are duplicated in the URL until I got Bad Request On Thu, Sep 1, 2016 at 12:56 PM, Maxim Solodovnik <solomax...@gmail.com> wrote: > OK > Will try :) > > I had an idea lik

Re: Question regarding WebSocketBehavior::onConnect message

2016-08-31 Thread Maxim Solodovnik
to ask for the initial update. > Something like: Wicket.Event.subscribe(Wicket.Event.WebSocket.Opened, > function() { Wicket.WebSocket.send("initialRepaint") }) > > Martin Grigorov > Wicket Training and Consulting > https://twitter.com/mtgrigorov > > On Thu, Sep 1,

Re: Question regarding WebSocketBehavior::onConnect message

2016-08-31 Thread Maxim Solodovnik
ssible to write to the client at > that point. > But I might be wrong. > > Martin Grigorov > Wicket Training and Consulting > https://twitter.com/mtgrigorov > > On Thu, Sep 1, 2016 at 7:11 AM, Maxim Solodovnik <solomax...@gmail.com> > wrote: > > > Hello, &

Question regarding WebSocketBehavior::onConnect message

2016-08-31 Thread Maxim Solodovnik
Hello, I wonder why we don't have WebSocketRequestHandler in onConnect message handler. I would like to perform markup update on client connect, and it seems to be impossible without copy/pasting onEvent method code -- WBR Maxim aka solomax

Re: Confirmation on drag

2016-08-07 Thread Maxim Solodovnik
tement += "],"; > statement += "close: function(event, ui) { > $(this).dialog('destroy').remove(); }"; > statement += "});"; > > return statement; > >

Re: Confirmation on drag

2016-08-05 Thread Maxim Solodovnik
t; { > return String.format("if (confirm('Drop > here?')) { $(this).append(ui.draggable); %s}", > super.getCallbackFunctionBody(parameters)); > > } > }; > } > }; >

Confirmation on drag

2016-08-05 Thread Maxim Solodovnik
Hello Sebastian, Is it possible to show confirmation dialog on drop (even pure JS or Wicket) and "revert" file if user choose cancel? -- WBR Maxim aka solomax

Re: Draggable multiple containment

2016-07-20 Thread Maxim Solodovnik
e; } }"); // true > means "do revert" > } > }; > } > > - html > > < div wicket:id="draggable1" class="file"> > my file > < /div> > < di

Re: Draggable multiple containment

2016-06-03 Thread Maxim Solodovnik
rt is not supposed to > cancel the drop action. The element just go back to its original place but > onDrop should still be fired. I have to double check tomorrow because > implementing revert as a function seems to cancel drop event... weird (or i > didn't paid attention) > On May

Re: Draggable multiple containment

2016-05-31 Thread Maxim Solodovnik
tion-scope > > 2/ in case of no... then consider case 1/ ;) > > In you need additional help on this, please describe a simple/concrete > usecase so I can test further :) > > Best regards, > Sebastien. > > > On Thu, May 26, 2016 at 7:27 PM, Maxim Solodovnik <solomax.

Re: Draggable multiple containment

2016-05-26 Thread Maxim Solodovnik
Hello Sebastien, finally I found free time to continue this work :) Actually my question was regarding "Droppable#onDrop, where you can reject the Draggable item/component", how this can be achieved? On Wed, May 4, 2016 at 1:28 AM, Sebastien wrote: > Hi Maxim, > > "revert"

Re: Jqueryui tabs on dialog

2016-05-20 Thread Maxim Solodovnik
ay 20, 2016 at 12:37 PM, Martin Grigorov <mgrigo...@apache.org> wrote: > On Fri, May 20, 2016 at 4:16 AM, Maxim Solodovnik <solomax...@gmail.com> > wrote: > > > find out resolution myself > > > > sorry for the noise, I shouldn't send emails in the middle

Re: Jqueryui tabs on dialog

2016-05-19 Thread Maxim Solodovnik
find out resolution myself sorry for the noise, I shouldn't send emails in the middle of the night :(( On Fri, May 20, 2016 at 12:07 AM, Maxim Solodovnik <solomax...@gmail.com> wrote: > Hello Sebastien, > > I'm trying to add tabs to form dialog > > I'm add behavior to the c

Jqueryui tabs on dialog

2016-05-19 Thread Maxim Solodovnik
Hello Sebastien, I'm trying to add tabs to form dialog I'm add behavior to the constructor: add(new JQueryUIBehavior("#tabs", "tabs")); I'm adding JS code to onOpen handler handler.appendJavaScript("$('#tabs').tabs();"); no luck :( no tabs being displayed :( What am I doing wrong? -- WBR

Re: [ANNONCE] Wicket jQuery UI 7.3.0 released

2016-05-09 Thread Maxim Solodovnik
Thanks a lot Sebastien! On Mon, May 9, 2016 at 4:24 PM, Sebastien wrote: > Dear Wicket jQuery & Kendo UI users, > > Wicket jQuery UI 7.3.0 based on Apache Wicket 7.3.0 is now released. > > *Changelog:* > > >

Re: [ANNOUNCE] Apache Wicket 7.3.0 Released

2016-05-08 Thread Maxim Solodovnik
Thanks for the release! On Sat, May 7, 2016 at 9:06 PM, Martijn Dashorst wrote: > On 7 May 2016 at 15:59:04, Thorsten Schöning (tschoen...@am-soft.de) > wrote: > > Guten Tag Martijn Dashorst, > > am Samstag, 7. Mai 2016 um 15:00 schrieben Sie: > > > > > The Apache

Re: Wicket jQuery UI - 4th anniversary!

2016-05-08 Thread Maxim Solodovnik
Thanks a lot Sebastien for the great work! wicket-jquery-ui helps to make our application to work and look better :) I really appreciate your quick answers :) On Wed, May 4, 2016 at 1:32 AM, Sebastien wrote: > Thank you Andrea & Tobias, glad to read you like the new site! :) >

Re: Draggable multiple containment

2016-04-27 Thread Maxim Solodovnik
the item was dropped :) On Wed, Apr 27, 2016 at 1:06 PM, Sebastien <seb...@gmail.com> wrote: > Hi Maxim, > > > On Wed, Apr 27, 2016 at 6:38 AM, Maxim Solodovnik <solomax...@gmail.com> > wrote: > > > Hello Sebastien, > > > > It's about jqueryui dragg

Re: Draggable multiple containment

2016-04-26 Thread Maxim Solodovnik
.. On Wed, Apr 27, 2016 at 3:15 AM, Sebastien <seb...@gmail.com> wrote: > Hi Maxim, > > Is it about jQuery or Kendo draggable? > > Sebastien. > > On Tue, Apr 26, 2016 at 7:06 PM, Maxim Solodovnik <solomax...@gmail.com> > wrote: > > > Hello Sebastien, &g

Draggable multiple containment

2016-04-26 Thread Maxim Solodovnik
Hello Sebastien, I'm trying to use Draggable, everything works as expected as long as I'm using single selector for the "containment" (for ex: ".drop.target" or ".drop.target1") but fails if I'm using both ".drop.target, .drop.target1" Maybe you know are there any limitations? -- WBR Maxim

Re: Websocket message from Spring bean

2016-04-21 Thread Maxim Solodovnik
Finally was able to test it :) Everything works as expected! Thanks a lot for the hint! On Tue, Oct 7, 2014 at 5:49 PM, Maxim Solodovnik <solomax...@gmail.com> wrote: > Thanks a lot for the tip Martin! > will give it a try and write back :) > > On 7 October 2014 16:39, Marti

Re: Mix of Confirmable and Indicating buttons

2016-04-07 Thread Maxim Solodovnik
ed to get organized these times!.. :p >> >> On Thu, Apr 7, 2016 at 2:12 PM, Maxim Solodovnik <solomax...@gmail.com> >> wrote: >> >> > Hello Sebastien, >> > >> > the question is about mix of ConfirmAjaxButton [1] and >> > IndicatingAja

Re: Mix of Confirmable and Indicating buttons

2016-04-07 Thread Maxim Solodovnik
http://www.7thweb.net/wicket-jquery-ui/button/IndicatingAjaxButtonPage?2 On Thu, Apr 7, 2016 at 5:54 PM, Sebastien <seb...@gmail.com> wrote: > Hi Maxim, > > On Thu, Apr 7, 2016 at 9:11 AM, Maxim Solodovnik <solomax...@gmail.com> > wrote: > >> Hello Sebastien, >

Mix of Confirmable and Indicating buttons

2016-04-07 Thread Maxim Solodovnik
Hello Sebastien, I would like to have very specific button: on click confirmation dialog should raise, if OK was selected "work in progress" indicator should be displayed so it is mix of confirmable and Indicating buttons Is this possible? Additional question: kendo-indication button has option

Re: webRTC wickedstuff question

2016-03-25 Thread Maxim Solodovnik
Thanks a lot for clarifications Tobias :) I hope we will finally move to WebRTC :) I will ask for help and/or will provide patches :) On Fri, Mar 25, 2016 at 2:59 AM, Tobias Soloschenko wrote: > Hi Dmitry, > > I used SimpleWebRTC (https://simplewebrtc.com) to implement

Re: wicketstuff-select2 and Bootstrap 3

2016-01-15 Thread Maxim Solodovnik
I believe same fix (but different CSS) can be applied to wicket-6 On Fri, Jan 15, 2016 at 4:21 PM, Tom Götz wrote: > Any chance for a Bootstrap theme (backport) for wicketstuff 6.x (i.e. > select2 version 3.x) …? We are currently still using Wicket 6.x and can’t > update yet

Re: wicketstuff-select2 and Bootstrap 3

2016-01-15 Thread Maxim Solodovnik
Barreiro < > reier...@gmail.com> wrote: > > > Maybe for that we can use the CSS from the same project Gabriel > mentioned: > > as it was 3.x compatible. For the rest there isn't anything 7.X specific > I > > think. > > > > On Fri, Jan 15, 2016 at 11:

RequestCycle.urlFor weird behavior

2016-01-13 Thread Maxim Solodovnik
Hello All, I'm currently using wicket 7.2.0-SNAPSHOT have following code in my Application: mountResource("/recordings/mp4/${id}", new Mp4RecordingResourceReference()); mountResource("/recordings/ogg/${id}", new OggRecordingResourceReference()); mountResource("/recordings/jpg/${id}", new

Re: RequestCycle.urlFor weird behavior

2016-01-13 Thread Maxim Solodovnik
, 2016 at 11:33 AM, Ernesto Reinaldo Barreiro < > reier...@gmail.com> wrote: > > > Can you port the code of Mp4RecordingResourceReference? > > > > On Wed, Jan 13, 2016 at 11:31 AM, Maxim Solodovnik <solomax...@gmail.com > > > > wrote: > &

Re: RequestCycle.urlFor weird behavior

2016-01-13 Thread Maxim Solodovnik
il/Mp4RecordingResourceReference.java > > > > On Wed, Jan 13, 2016 at 4:34 PM, Ernesto Reinaldo Barreiro < > > reier...@gmail.com> wrote: > > > > > port -> paste > > > > > > On Wed, Jan 13, 2016 at 11:33 AM, Ernesto Reinaldo Barreiro < >

Re: RequestCycle.urlFor weird behavior

2016-01-13 Thread Maxim Solodovnik
Thanks a lot Ernesto! I have changed the name and now everything works as expected! On Wed, Jan 13, 2016 at 4:48 PM, Maxim Solodovnik <solomax...@gmail.com> wrote: > Thanks for the hint! > Will try > > On Wed, Jan 13, 2016 at 4:47 PM, Ernesto Reinaldo Barreiro < > r

Re: RequestCycle.urlFor weird behavior

2016-01-13 Thread Maxim Solodovnik
Mp4RecordingResourceReference, OggRecordingResourceReference and JpgRecordingResourceReference are subclasses of the same abstract class (not sure if it is important or not) On Wed, Jan 13, 2016 at 4:27 PM, Maxim Solodovnik <solomax...@gmail.com> wrote: > Hello All, > > I'm

Re: RequestCycle.urlFor weird behavior

2016-01-13 Thread Maxim Solodovnik
ou need to have custom names at least. > > Martin Grigorov > Wicket Training and Consulting > https://twitter.com/mtgrigorov > > On Wed, Jan 13, 2016 at 12:09 PM, Ernesto Reinaldo Barreiro < > reier...@gmail.com> wrote: > > > Glad to be of some help :-) >

Re: wrapper for http://www.eyecon.ro/bootstrap-slider/

2015-12-30 Thread Maxim Solodovnik
Thanks Ernesto I believe this will be useful component :) On Wed, Dec 30, 2015 at 5:20 PM, Ernesto Reinaldo Barreiro < reier...@gmail.com> wrote: > https://github.com/l0rdn1kk0n/wicket-bootstrap/pull/574 > > work in progress :-) > > On Wed, Dec 30, 2015 at 9:16 AM, Ernesto Reinaldo Barreiro < >

Re: contributing to wicketstuff-core, how to format file in IntelliJ IDEA?

2015-12-29 Thread Maxim Solodovnik
I believe it wouldn't be good idea to re-format the whole module while preparing PR. I would use formatters with care On Tue, Dec 29, 2015 at 7:02 PM, Zala Pierre GOUPIL wrote: > Hi, > > > On Tue, Dec 29, 2015 at 1:44 PM, Tobias Soloschenko < >

Re: Wizard localization

2015-12-12 Thread Maxim Solodovnik
t; > Hi Maxim, > > > > Wicket jQuery UI 7.1.1-SNAPSHOT & 6.21.1-SNAPSHOT have been deployed. > > > > Enjoy! :) > > Sebastien. > > > > On Fri, Dec 11, 20

Re: Wizard localization

2015-12-11 Thread Maxim Solodovnik
I actually don't really like the idea I can broke anything with changing resolver order :( Maybe it would be possible to modify Wizard? I believe this change will made it more flexible WDYT? On Fri, Dec 11, 2015 at 3:15 AM, Sebastien wrote: > Hi Martin, > > > I think

Re: Wizard localization

2015-12-11 Thread Maxim Solodovnik
Great, thanks a lot! WBR, Maxim (from mobile, sorry for the typos) On Dec 11, 2015 21:11, "Sebastien" <seb...@gmail.com> wrote: > Fine, I will deploy snapshot this WE... > > On Fri, Dec 11, 2015 at 3:57 PM, Maxim Solodovnik <solomax...@gmail.com> > wrote: >

Re: Wizard localization

2015-12-11 Thread Maxim Solodovnik
y well! :) > Will a snapshot version be ok for you or do you need a release (7.1.1)? > > Thanks & best regards, > Sebastien. > > > On Fri, Dec 11, 2015 at 3:06 PM, Maxim Solodovnik <solomax...@gmail.com> > wrote: > > > I actually don't really like the idea I ca

Re: Wizard localization

2015-12-10 Thread Maxim Solodovnik
mponent.properties*. Maybe this is a question for users@ ! :) > > Best regards, > Sebastien. > > > On Thu, Dec 10, 2015 at 5:03 AM, Maxim Solodovnik <solomax...@gmail.com> > wrote: > >> Hello Sebastien, >> >> not sure which list need to be CC here :( &

Re: Image based on external url model object

2015-12-04 Thread Maxim Solodovnik
unfortunately I was unable to test it or participate in discussion :( will try it in next available snapshot :) On Tue, Dec 1, 2015 at 2:17 AM, Tobias Soloschenko < tobiassolosche...@googlemail.com> wrote: > Hi Martin :-D, > > and here it is: > > https://github.com/apache/wicket/pull/143 > >

Re: Image based on external url model object

2015-11-24 Thread Maxim Solodovnik
; >>>> > >>>> Am 24.11.2015 um 14:11 schrieb Martin Grigorov <mgrigo...@apache.org > >: > >>>>> > >>>>> Hi, > >>>>> > >>>>> Just to make it a little bit confusing: have you considered "new >

Re: Image based on external url model object

2015-11-23 Thread Maxim Solodovnik
; tobiassolosche...@googlemail.com> wrote: > > > > > >> Hi, > > >> > > >> maybe we can extend the normal image and add a constructor > Image(String > > >> id, IModel model, String url) so that the url is used in the src > > attribu

Re: Image based on external url model object

2015-11-22 Thread Maxim Solodovnik
Actually I'm using "hacky" way: if (absolute) { profile.add(new WebMarkupContainer("img").add(AttributeModifier.append("alt", Application.getString(5L)), AttributeModifier.append("src", uri))); } else { profile.add(new Image("img", new ByteArrayResource("image/jpeg") { ..

Re: wicketstuff-select2 in wicket 7.1.0

2015-11-06 Thread Maxim Solodovnik
Main fixes are in https://github.com/wicketstuff/core/issues/411 Hopefully will address all issues this week On Fri, Nov 6, 2015 at 4:55 PM, Martin Grigorov wrote: > Hi, > > See https://github.com/wicketstuff/core/issues/429 and >

Re: How to set multi value in wicket tester

2015-11-06 Thread Maxim Solodovnik
t;) > > Martin Grigorov > Wicket Training and Consulting > https://twitter.com/mtgrigorov > > On Fri, Nov 6, 2015 at 12:56 PM, Maxim Solodovnik <solomax...@gmail.com> > wrote: > > > Actually I feel I need method like: > > formTester.setValue(page.count

How to set multi value in wicket tester

2015-11-06 Thread Maxim Solodovnik
Hello All, I'm currently trying to write tests for Select2MultiChoice wicketstuff component. Previously there was an option to set multiple values like this: formTester.setValue(page.country, "CA,BE"); In previous version this component was based on HiddenField and everything was working In

Re: How to set multi value in wicket tester

2015-11-06 Thread Maxim Solodovnik
The only issue with this approach: tester is private :( On Fri, Nov 6, 2015 at 6:22 PM, Maxim Solodovnik <solomax...@gmail.com> wrote: > Great, thanks a lot! > > On Fri, Nov 6, 2015 at 6:21 PM, Martin Grigorov <mgrigo...@apache.org> > wrote: > >> Hi Maxim, >&

Re: How to set multi value in wicket tester

2015-11-06 Thread Maxim Solodovnik
Actually I feel I need method like: formTester.setValue(page.country, new String[]{"CA","BE"}); Maybe someone knows how this can be done/work-arounded? On Fri, Nov 6, 2015 at 5:36 PM, Maxim Solodovnik <solomax...@gmail.com> wrote: > Hello All, > >

Re: How to set multi value in wicket tester

2015-11-06 Thread Maxim Solodovnik
achable > > Martin Grigorov > Wicket Training and Consulting > https://twitter.com/mtgrigorov > > On Fri, Nov 6, 2015 at 1:26 PM, Maxim Solodovnik <solomax...@gmail.com> > wrote: > > > The only issue with this approach: tester is private :( > > &

Re: Wicket 7.1.0 breaks OnChangeAjaxBehavior on Select2

2015-10-28 Thread Maxim Solodovnik
cketstuff" % "wicketstuff-select2" % "7.0.0" > withSources() withJavadoc() > and > libraryDependencies += "org.wicketstuff" % "wicketstuff-select2" % "7.1.0" > withSources() withJavadoc() > > > Wicket 7.0.0 with select2

Re: Wicket 7.1.0 breaks OnChangeAjaxBehavior on Select2

2015-10-28 Thread Maxim Solodovnik
Will try to check later today Please file ticket on the github, will try to address it ASAP On Wed, Oct 28, 2015 at 6:31 PM, Peter Henderson < peter.hender...@starjar.com> wrote: > Hi fellow users. > > A quick heads up. > > I've just upgraded from wicket 7.0.0 to 7.1.0. > > It looks like

Re: Wicket 7.1.0 breaks OnChangeAjaxBehavior on Select2

2015-10-28 Thread Maxim Solodovnik
BTW which wicket library for select2 are you using? On Wed, Oct 28, 2015 at 6:33 PM, Maxim Solodovnik <solomax...@gmail.com> wrote: > Will try to check later today > Please file ticket on the github, will try to address it ASAP > > On Wed, Oct 28, 2015 at 6:31 P

Re: Java 7 and 8 features

2015-10-27 Thread Maxim Solodovnik
We are just moved to java7 and start using new features I personally don't like the idea of moving all code to new java, I move the areas I currently work on On Tue, Oct 27, 2015 at 10:57 PM, Gary Gregory wrote: > Hi, > > What I see, is that most projects are struggling

Re: Wicket & OACC

2015-10-14 Thread Maxim Solodovnik
Sounds interesting :) Please share your work if possible :) WBR, Maxim (from mobile, sorry for the typos) On Oct 14, 2015 22:19, "Sebastien" wrote: > Hi all, > > I have the need to manage access control on objects/things and I would like > to give a try to OACC [1] which looks

Native Websockets under Tomcat8

2015-09-08 Thread Maxim Solodovnik
Hello All, I'm facing weird issue trying to run my Wicket6 web application under tomcat8 (it previously work as expected under tomcat7) Application uses Tomcat7WebSocketFilter and stacktrace I got: SEVERE: Exception starting filter OpenmeetingsApplication java.lang.NoSuchFieldError: ISO_8859_1

Re: Native Websockets under Tomcat8

2015-09-08 Thread Maxim Solodovnik
Thanks a lot Martin! On Wed, Sep 9, 2015 at 2:57 AM, Martin Grigorov <mgrigo...@apache.org> wrote: > Hi Maxim, > > On Tue, Sep 8, 2015 at 10:47 PM, Maxim Solodovnik <solomax...@gmail.com> > wrote: > > > Hello All, > > > > I'm facing weird issue t

Re: Wicket7: MediaComponent and Source classes

2015-07-06 Thread Maxim Solodovnik
Just have tried :) hopefully it'll help :) On Sun, Jul 5, 2015 at 1:40 PM, Tobias Soloschenko tobiassolosche...@googlemail.com wrote: May it helps when you add me to your contact list. kind regards Tobias Am 05.07.2015 um 07:40 schrieb Maxim Solodovnik solomax...@gmail.com: Hello

Re: Wicket7: MediaComponent and Source classes

2015-07-04 Thread Maxim Solodovnik
? Otherwise I am going to vote +1 kind regards Tobias Am 03.07.2015 um 07:43 schrieb Maxim Solodovnik solomax...@gmail.com: OK, will try Thanks On Fri, Jul 3, 2015 at 11:38 AM, Martin Grigorov mgrigo...@apache.org wrote: HI Maxim, This will lead to a big API break. If we change

Re: Wicket7: MediaComponent and Source classes

2015-07-02 Thread Maxim Solodovnik
, 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

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 solomax...@gmail.com wrote: Thanks a lot Tobias! On Thu

Re: Wicket7: MediaComponent and Source classes

2015-07-02 Thread Maxim Solodovnik
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

Re: Wicket7: MediaComponent and Source classes

2015-07-02 Thread Maxim Solodovnik
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

Re: Wicket7: MediaComponent and Source classes

2015-07-02 Thread Maxim Solodovnik
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

Re: Wicket7: MediaComponent and Source classes

2015-07-02 Thread Maxim Solodovnik
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

<    1   2   3   4   5   6   7   >