Re: Confirmation on drag

2016-08-05 Thread Sebastien
(this).append(ui.draggable); %s}", super.getCallbackFunctionBody(parameters)); } }; } }; } Hope this helps :) Sebastien On Fri, Aug 5, 2016 at 2:16 PM, Maxim Solodovnik wrote: > Hello Sebastian, > > Is it possible to sho

Re: Showing images without wicket component

2016-07-22 Thread Sebastien
(out of scope) if you have other usages of kendo, maybe you can have a look at the wicket jquery ui project, it covers (quite?) all core components and some advanced/commercial ones... On Jul 22, 2016 9:53 AM, "ivan.cicevac" wrote: > Hi, > > That is a javascript framework (kendo) and I have poss

[ANNONCE] Wicket jQuery UI 8.0.0-M1 released

2016-07-17 Thread Sebastien
*question*, feel free to ask in the forum: http://groups.google.com/group/wicket-jquery-ui/ If you notice an *issue*, please report it here: https://github.com/sebfz1/wicket-jquery-ui/issues Enjoy! :) Sebastien. http://www.7thweb.net/wicket-jquery-ui

Re: Tool for finding missing translations in properties.xml

2016-07-11 Thread Sebastien
Hi, In Eclipse MarketPlace, you may find Eclipse ResourceBundle Editor https://marketplace.eclipse.org/content/eclipse-resourcebundle-editor I guess it works with .properties.xml too... Best regards, Sebastien

Re: Draggable multiple containment

2016-06-03 Thread Sebastien
// console.log('this', this); // this stands for the draggable // if (this.hasClass('file')) { return true; } }"); // true means "do revert" } }; } - html < div wicket:id="draggable1" class="file

Re: Draggable multiple containment

2016-05-31 Thread Sebastien
revert as a function seems to cancel drop event... weird (or i didn't paid attention) On May 31, 2016 19:34, "Maxim Solodovnik" wrote: > Hello Sebastien > > thanks for the reply :) > I'll try to describe my use case > > I do have file free panel, file/folder i

Re: Draggable multiple containment

2016-05-31 Thread Sebastien
e code snippet) http://api.jqueryui.com/droppable/#option-accept http://api.jqueryui.com/droppable/#option-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

Re: AjaxSubmitLink + setResponsePage = feedback message problem on new page

2016-05-19 Thread Sebastien
> but I am not getting feedback message when there is some error. In case of a redirection, you need to notify the message to the session, not to the page/component. ie: Session.get().warn(message); On Thu, May 19, 2016 at 11:04 AM, Martin Grigorov wrote: > Hi, > > If you use AjaxLink then

Re: wicket-async-task

2016-05-11 Thread Sebastien
Hi, If you would like to try out async websockets, here is some pointers: https://github.com/sebfz1/wicket-quickstart-cdi-async (uses notifications, but progressbar would work the same) https://github.com/cat1000/FutureProgressBar Best regards, Sebastien. On Wed, May 11, 2016 at 6:33 PM

[ANNONCE] Wicket jQuery UI 6.23.0 released

2016-05-09 Thread Sebastien
sues Enjoy! :) Sebastien.

[ANNONCE] Wicket jQuery UI 7.3.0 released

2016-05-09 Thread Sebastien
.3.0 com.googlecode.wicket-jquery-ui wicket-kendo-ui 7.3.0 If you have any *question*, feel free to ask in the forum: http://groups.google.com/group/wicket-jquery-ui/ If you notice an *issue*, please report it here: https://github.com/sebfz1/wicket-jquery-ui/issues Enjoy! :) Sebastien.

Re: Draggable multiple containment

2016-05-03 Thread Sebastien
omponent if is not on the correct Droppable Hope this helps, Sebastien [1] https://api.jqueryui.com/draggable/#option-revert

Re: Wicket jQuery UI - 4th anniversary!

2016-05-03 Thread Sebastien
Thank you Andrea & Tobias, glad to read you like the new site! :) @Tobias, I will test srcset :) Best regards, Sebastien. On Tue, May 3, 2016 at 7:48 AM, Tobias Soloschenko < tobiassolosche...@googlemail.com> wrote: > Congratulations also from me! Good to see that project is m

Wicket jQuery UI - 4th anniversary!

2016-05-02 Thread Sebastien
o her, the demo site has a brand new responsive skin :) It is not yet officially active, but you can still have a preview [2], your feedback is more than welcome! Thanks again for your confidence and, to whom is concerned, your very precious help! :) -Sebastien. [1] http://www.infoq.com/news/2016

Re: Use custom bootstrap.css/.js instead of bundled .css/.js

2016-04-28 Thread Sebastien
Hi, I guess you can override BootstrapSettings https://github.com/l0rdn1kk0n/wicket-bootstrap/wiki/BootstrapSettings Hope this helps, Sebastien On Thu, Apr 28, 2016 at 8:00 PM, Stefan Renz wrote: > Hi forum, > > for some parts of a web application I need to suppress delivering the

Re: Draggable multiple containment

2016-04-27 Thread Sebastien
Hi Maxim, I actually need to make a poc before giving an answer. Will try to do it asap... Thanks & best regards, Sebastien. On Wed, Apr 27, 2016 at 9:12 AM, Maxim Solodovnik wrote: > Ok > > Another question: > Currently Draggable has "revert" option > Is it

Re: Draggable multiple containment

2016-04-27 Thread Sebastien
Hi Maxim, On Wed, Apr 27, 2016 at 6:38 AM, Maxim Solodovnik wrote: > Hello Sebastien, > > It's about jqueryui draggable. > According to my tests it only works on first element being selected by > selector provided i.e. in case two elements on the page has class="drop

Re: Draggable multiple containment

2016-04-26 Thread Sebastien
Hi Maxim, Is it about jQuery or Kendo draggable? Sebastien. On Tue, Apr 26, 2016 at 7:06 PM, Maxim Solodovnik wrote: > Hello Sebastien, > > I'm trying to use Draggable, > everything works as expected as long as I'm using single selector for the > "containme

Re: Mix of Confirmable and Indicating buttons

2016-04-07 Thread Sebastien
Ok, please create the ticket and I will have a look. Please specify the urgency, I need to get organized these times!.. :p On Thu, Apr 7, 2016 at 2:12 PM, Maxim Solodovnik wrote: > Hello Sebastien, > > the question is about mix of ConfirmAjaxButton [1] and > IndicatingAjaxButton [2]

Re: Mix of Confirmable and Indicating buttons

2016-04-07 Thread Sebastien
Hi Maxim, On Thu, Apr 7, 2016 at 9:11 AM, Maxim Solodovnik wrote: > 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 o

Re: New sit for user guide examples.

2016-04-03 Thread Sebastien
Hi Andrea, On Sun, Apr 3, 2016 at 3:00 PM, Andrea Del Bene wrote: > Hi, > > I've finally found the time to work on a site with live examples from the > user guide. You can see the result here : > http://examples-wickettutorial.rhcloud.com/ > It's an early version so any feedback is welcome! > W

Re: Dateparsing error kendo AjaxDateTimePicker only in March, May, October

2016-03-01 Thread Sebastien
Ok, please reopen the issue bellow with a description (is it only for Dutch, is it repro with default/US locale for instance?) https://github.com/sebfz1/wicket-jquery-ui/issues/216 No need a quickstart for this case. I will try to look at this before the WE... Thanks in advance, Sebastien.

Re: Dateparsing error kendo AjaxDateTimePicker only in March, May, October

2016-03-01 Thread Sebastien
The EEE issue has been fixed some month ago (i had forgot) http://apache-wicket.1842946.n4.nabble.com/Bug-in-wicket-jqueryui-Kendo-DateTimePicker-td4673069.html But isn't it supposed to be 3 'E', not 4 ? http://docs.oracle.com/javase/tutorial/i18n/format/simpleDateFormat.html

Re: Dateparsing error kendo AjaxDateTimePicker only in March, May, October

2016-03-01 Thread Sebastien
IIRC, is not supported by kendi UI, try finding a previous post about this... (maybe in the wicket-jquery-ui forum) On Tue, Mar 1, 2016 at 3:11 PM, hfriederichs wrote: > That solved the problem, thank you Sebastian! > > By he way, when I use E in my date pattern, like in " d ",

Re: Dateparsing error kendo AjaxDateTimePicker only in March, May, October

2016-03-01 Thread Sebastien
I've added a todo to automatically register current culture and messages https://github.com/sebfz1/wicket-jquery-ui/issues/222 I still should debate if it's a good idea or not... :/

Re: Dateparsing error kendo AjaxDateTimePicker only in March, May, October

2016-03-01 Thread Sebastien
render(new KendoCultureHeaderItem(KendoCulture.FR)); // or KendoCulture.FR_FR response.render(new KendoCultureHeaderItem(Locale.FRENCH)); } On Tue, Mar 1, 2016 at 2:30 PM, Sebastien wrote: > Yes, that explains, you need to have kendo cultures: > > > com.go

Re: Dateparsing error kendo AjaxDateTimePicker only in March, May, October

2016-03-01 Thread Sebastien
() { super.init(); this.getHeaderContributorListenerCollection().add(new KendoCultureHeaderContributor(Locale.GERMANY)); } Bet regards, Sebastien On Tue, Mar 1, 2016 at 12:46 PM, hfriederichs wrote: > It's a Locale thing... >

Re: Dateparsing error kendo AjaxDateTimePicker only in March, May, October

2016-03-01 Thread Sebastien
I can make it work with: final DateTimePicker datetimepicker = new AjaxDateTimePicker("datetimepicker", Model.of(calendar.getTime()), "dd MMM ", "HH:mm") On Tue, Mar 1, 2016 at 10:43 AM, hfriederichs wrote: > It's not a DatePicker, but a AjaxDateTimePicker. > I discovered it is indeed a pa

Re: Dateparsing error kendo AjaxDateTimePicker only in March, May, October

2016-03-01 Thread Sebastien
& best regards, Sebastien.

[ANNONCE] Wicket jQuery UI 6.22.0 released

2016-02-25 Thread Sebastien
ease open an issue here: https://github.com/sebfz1/wicket-jquery-ui/issues Enjoy! :) Sebastien

Re: WicketStuff status and future; awesome-wicket project

2016-02-04 Thread Sebastien
best regards, Sebastien.

[ANNONCE] Wicket jQuery UI 7.2.0 released

2016-01-31 Thread Sebastien
njoy! :) Sebastien

Re: Wicket jQuery UI - Spinner for time

2015-12-30 Thread Sebastien
/issues I am already working on it, so it can be quick... Thanks & best regards, Sebastien. On Wed, Dec 30, 2015 at 12:31 PM, Ephraim Rosenfeld wrote: > Hello Wicket Team: > > I would like to use the Wicket jQuery UI "Spinner" widget, as shown here: > http://www

Re: Bug in wicket-jqueryui Kendo DateTimePicker?

2015-12-28 Thread Sebastien
Hi Hans, 6.21.1-SNAPSHOT & 7.1.1-SNAPSHOT have been deployed. Caution: if you are using a custom Kendo UI theme, version has been upgraded to v2015.3. Best regards, Sebastien. On Mon, Dec 28, 2015 at 11:46 AM, hfriederichs wrote: > Hello Sebastien, > > Thank you for your q

Re: Bug in wicket-jqueryui Kendo DateTimePicker?

2015-12-28 Thread Sebastien
Hi Hans, Kendo UI date pattern handles day names differently than java. I've fixed the issue and will deploy a snapshot tonight https://github.com/sebfz1/wicket-jquery-ui/issues/216 Thanks & best regards, Sebastien.

Re: Bug in wicket-jqueryui Kendo DateTimePicker?

2015-12-24 Thread Sebastien
Hi Hans, Lol, completely forgot this ! I am not really able to help today. Please check the forum and github issues, you should find some answers about this... If it still not helps, please create a quickstart and will have a look early next week. Merry Christmas, Sebastien On Dec 24, 2015 12

Re: Bug in wicket-jqueryui Kendo DateTimePicker?

2015-12-24 Thread Sebastien
Hi, What EEE stands for ? Java date patterns and kendo ui date patterns are very close, so a valid java pattern should make it work. Additionnally, you can use the culture option, please look at the samples... Hope this helps, Sebastien

Re: Wizard localization

2015-12-12 Thread Sebastien
Hi Maxim, Wicket jQuery UI 7.1.1-SNAPSHOT & 6.21.1-SNAPSHOT have been deployed. Enjoy! :) Sebastien. On Fri, Dec 11, 2015 at 4:29 PM, Maxim Solodovnik wrote: > Great, thanks a lot! > >

Re: Wizard localization

2015-12-11 Thread Sebastien
Fine, I will deploy snapshot this WE... On Fri, Dec 11, 2015 at 3:57 PM, Maxim Solodovnik wrote: > Snapshot is OK, > I guess 7.2.0 will be released in Dec,Jan :) > > WBR, Maxim > (from mobile, sorry for the typos) >

Re: Wizard localization

2015-12-11 Thread Sebastien
Hi Maxim, I have changed for AbstractWizard according to Martin's comment, it works very 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 wrote: > I actually don&#

Re: Wizard localization

2015-12-10 Thread Sebastien
u're are also right that the problem may arise in Wicket Extensions... If I have time this WE - and if the solution is agreed - I will try to change in Wicket Extension too... Thanks & best regards, Sebastien. On Thu, Dec 10, 2015 at 9:50 PM, Martin Grigorov wrote: > Hi Maxim,

Re: ExternalImage

2015-12-10 Thread Sebastien
Hi, ExternalImage will be available in 7.2.0. It is currently available in 7.2.0-SNAPSHOT. Best regards, Sebastien On Thu, Dec 10, 2015 at 10:17 AM, xesj.hu wrote: > Hi ! > > I use wicket 7.1 with this code, but I get compile error! > > org.apache.wicket.markup.html.image.

Re: behavior passing components during construction

2015-12-04 Thread Sebastien
Hi, see #bind()

Re: Image based on external url model object

2015-11-30 Thread Sebastien
nd, it would be nice to have some other opinions! :) https://github.com/klopfdreh/wicket-components-playground/blob/master/wicket-components-playground/src/main/java/org/apache/wicket/markup/html/image/ExternalImage.java Thanks & best regards, Sebastien. On Sat, Nov 28, 2015 at 8:10 AM,

Re: Image based on external url model object

2015-11-27 Thread Sebastien
r internal model array or ListModel? It would simplify the code and definitely ease the CPM case :) Thanks & best regards, Sebastien. On Fri, Nov 27, 2015 at 11:10 PM, Sebastien wrote: > Hi Tobias, > > Sorry for the delay for testing your new component! As a first feedback: > > 1/

Re: Image based on external url model object

2015-11-27 Thread Sebastien
ttribute(ExternalImage.java:168) at org.apache.wicket.markup.html.image.ExternalImage.onComponentTag(ExternalImage.java:142) at org.apache.wicket.Component.internalRenderComponent(Component.java:2521) 3/ There is no ctor for working with CPM, like: new ExternalImage("gravatarImageURL")

Re: Image based on external url model object

2015-11-24 Thread Sebastien
Hi Tobias, Thanks again, I will try to test this tonight... Best regards, Sebastien. On Tue, Nov 24, 2015 at 6:28 PM, Tobias Soloschenko < tobiassolosche...@googlemail.com> wrote: > Here they are: > > > https://github.com/klopfdreh/wicket-components-playground/wiki/19.-Ex

Re: Image based on external url model object

2015-11-24 Thread Sebastien
igate deeply the history of this right now. > > Martin Grigorov > Wicket Training and Consulting > https://twitter.com/mtgrigorov > > On Tue, Nov 24, 2015 at 2:20 PM, Tobias Soloschenko < > tobiassolosche...@googlemail.com> wrote: > > > Good point - mhh but the issue her

Re: Image based on external url model object

2015-11-24 Thread Sebastien
Hi Martin, Yes, but UrlResourceReference does not work with/like a [compound]model... Thanks & best regards, Sebastien. On Tue, Nov 24, 2015 at 2:11 PM, Martin Grigorov wrote: > Hi, > > Just to make it a little bit confusing: have you considered "new > Image("id&

Re: Image based on external url model object

2015-11-23 Thread Sebastien
gt; > Am 23.11.2015 um 15:45 schrieb Sebastien : > > > > Hi Tobias, > > > > Sorry for the late reply, busy day... > > > > Actually Image(String id, IModel model, String url) will not help in this > > case, I need the url to be in the model, but external url does

Re: Image based on external url model object

2015-11-23 Thread Sebastien
o you? Thanks & best regards, Sebastien. On Mon, Nov 23, 2015 at 6:05 AM, Tobias Soloschenko < 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 t

Re: Image based on external url model object

2015-11-22 Thread Sebastien
Forgot to mention I've read the following wiki, but as it was a little bit old I was wondering if there was nothing newer... https://cwiki.apache.org/confluence/display/WICKET/How+to+load+an+external+image On Sun, Nov 22, 2015 at 11:31 PM, Sebastien wrote: > Hi all, > > I cannot

Image based on external url model object

2015-11-22 Thread Sebastien
;));"... Isn't there any component that actually exists which could do this? Many thanks in advance, Sebastien

Re: Quetsion to nesting Forms and reflecting states of FormComponents after ajax refreshs

2015-11-22 Thread Sebastien
don't have deeply tested like you did, but if we can remove the call to getRootForm(), I'm +1! :) Best regards, Sebastien On Sun, Nov 22, 2015 at 7:37 PM, Andrea Del Bene wrote: > Hi, > > playing with the quickstart I've noticed something strange that might help > to

Re: Quetsion to nesting Forms and reflecting states of FormComponents after ajax refreshs

2015-11-20 Thread Sebastien
Hi, > In most cases it's not necessary to include a form in panels In most case, I agree, but sometime, there is no other choice: wizard steps for instance. Best regards, Sebastien On Fri, Nov 20, 2015 at 5:02 PM, Sven Meier wrote: > > When a nested form is submitted Wi

Re: PageParameters & mounted pages

2015-11-18 Thread Sebastien
uld be the default or not: from my point of view it would be yes. But I do not have the whole picture on this mapper topic and don't know what could be the drawback(s)... What does other devs think about this? Does it make sense to be the default? I will try your suggestion anyway, thanks agai

Re: Adding line breaks in MessageDialog

2015-11-18 Thread Sebastien
Hi, You have to override #newLabel like this: @Override protected Component newLabel(String id, IModel model) { return super.newLabel(id, model).setEscapeModelStrings(false); } Hope this helps, Sebastien. On Wed, Nov 18, 2015 at

PageParameters & mounted pages

2015-11-18 Thread Sebastien
I have access to the component class type, not the component/page instance so I cannot call #getPageParameters anyhow... Many thanks in advance, Sebastien

[ANNONCE] Wicket jQuery UI 6.21.0 released

2015-11-15 Thread Sebastien
have any *question*, feel free to ask in the forum: http://groups.google.com/group/wicket-jquery-ui/ If you notice any *problem*, please open an issue here: https://github.com/sebfz1/wicket-jquery-ui/issues Enjoy! :) Sebastien

[ANNONCE] Wicket jQuery UI 7.1.0 released

2015-10-26 Thread Sebastien
have any *question*, feel free to ask in the forum: http://groups.google.com/group/wicket-jquery-ui/ If you notice any problem, please open an issue here: https://github.com/sebfz1/wicket-jquery-ui/issues Enjoy! :) Sebastien

Re: [VOTE] Release Apache Wicket 7.1.0 (take 2)

2015-10-22 Thread Sebastien
[x] Yes, release Apache Wicket 7.1.0 Tested over Wicket jQuery UI On Tue, Oct 20, 2015 at 1:06 AM, Martijn Dashorst wrote: > This is the second vote to release Apache Wicket 7.1.0. > > NB: Make sure you test the right binaries (e.g. nuking your local m2 > repository, redownloading the binaries,

Re: Have a Heineken on me Wicket team!

2015-10-15 Thread Sebastien
Argh, is it open to US citizen only? On Thu, Oct 15, 2015 at 1:55 PM, Martijn Dashorst < martijn.dasho...@gmail.com> wrote: > aerated it's alive!!! > > dumdumdumdum taadaa taadaadaa > > On Tue, Sep 22, 2015 at 11:15 PM, Paul Bors wrote: > > Soon we will lunch a small little site for the new Jame

Wicket & OACC

2015-10-14 Thread Sebastien
advance, Sebastien. [1] http://oaccframework.org/index.html

Re: Components/Behaviour execution order

2015-10-01 Thread Sebastien
et; public AjaxPayload(AjaxRequestTarget target) { this.target = target; } public AjaxRequestTarget getTarget() { return this.target; } public void reload(Component... components) { this.getTarget().add(components); } } Hope this helps,

Re: Wicket jQuery UI 7.0.0 pre-release

2015-08-29 Thread Sebastien
Here is the changelog, sorry for the delay! https://github.com/sebfz1/wicket-jquery-ui/releases/tag/wicket-jquery-ui-7.0.0 On Mon, Aug 3, 2015 at 11:55 PM, Sebastien wrote: > Dear wicket-jquery-ui users, > > Wicket jQuery UI 7.0.0 based on Apache Wicket 7.0.0 is now pre-released.

Re: wicket-jquery-ui calendar locale question

2015-08-07 Thread Sebastien
Hi Sandor, On Fri, Aug 7, 2015 at 2:49 PM, Sandor Feher wrote: > Hi Sebastien, > > Thanks for the quick response. > Now the picture is getting clear :). > > So I need to use JavaScriptPackageResource to load corresponding > lang-all.js > in my panel do I ? > Rig

Re: wicket-jquery-ui calendar locale question

2015-08-07 Thread Sebastien
t; package, however the corresponding ResourceReference is not yet supplied, you have to reference it by yourself (see JavaScriptPackageResource) Hope this helps, Sebastien On Fri, Aug 7, 2015 at 11:56 AM, Sandor Feher wrote: > Hi, > > > Now I'm checking if calendar component

Wicket jQuery UI 7.0.0 pre-release

2015-08-03 Thread Sebastien
anks in advance & enjoy, Sebastien

Re: Wicket7: MediaComponent and Source classes

2015-07-14 Thread Sebastien
re! > Wicket Training and Consulting > https://twitter.com/mtgrigorov > > On Fri, Jul 10, 2015 at 10:53 AM, Sebastien wrote: > > > Hi Martin, > > > > On Fri, Jul 10, 2015 at 8:35 AM, Martin Grigorov > > wrote: > > > > > On Fri, Jul 10, 2015 at

Re: Wicket7: MediaComponent and Source classes

2015-07-10 Thread Sebastien
onse. > >>>>> This is what I meant as too disruptive change. If we change the type > of > >>>>> the > >>>>> parameter from ART to IPPRH then every application that uses > >>>>> ModalWindow > >>>>> will have to fix t

Re: Wicket7: MediaComponent and Source classes

2015-07-10 Thread Sebastien
Hi Sven, On Fri, Jul 10, 2015 at 12:27 AM, Sven Meier wrote: > Yes, an overriden method with ART parameter will be something to be > migrated :/. > > > We can try though! > > I've greped the Wicket's souce code once again, and only on*()- and > respond()-methods kept their ART. > All other 'act

Re: Wicket7: MediaComponent and Source classes

2015-07-08 Thread Sebastien
thers, plus 2 calls to #find(ART.class) to be taken into account... This is a new change since -M6 and we are very (very) close to release 7.0.0, that's why I am a little bit concerned (did I wrote "worried" previously? ;)). I hope I/we do not miss/forget something here... Thanks & best regards, Sebastien.

Re: Wicket7: MediaComponent and Source classes

2015-07-08 Thread Sebastien
ad to some unexpected behaviors, like for instance in Wicket jQuery UI where there is a "DestroyListener" (which handles the jquery #destroy of the widget)... Am I accurate on the analysis or did I missed a point? Thanks & best regards, Sebastien. (1) actually I never double c

Re: Webpage does not refresh when ListView is based on a List supplied by a database

2015-06-20 Thread Sebastien
Hi Ulrich, If not already done, you should read the wicket free guide, in particular the model section: http://ci.apache.org/projects/wicket/guide/6.x/guide/single.html#modelsforms_1 The PropertyModel paragraph will answer your question... Happy reading & best regards, Sebastien. On Sat,

Re: Webpage does not refresh when ListView is based on a List supplied by a database

2015-06-19 Thread Sebastien
uot;, new PropertyModel(this, "dataList")) Also please note that you should avoid unwraping a model (calling #getObject) in the constructor... Hope this helps, Sebastien. On Fri, Jun 19, 2015 at 9:03 PM, Ulrich wrote: > Want to refresh page and show curently added entry to data

Wicket jQuery UI 6.20.0 pre-release

2015-06-19 Thread Sebastien
6.20.0 Should you notice any issue/regression, please open an issue: https://github.com/sebfz1/wicket-jquery-ui/issues Feedbacks & votes are welcome! Thanks in advance & enjoy, Sebastien http://www.7thweb.net/wicket-jquery-ui/

Re: Wicket 6.20 release date?

2015-06-16 Thread Sebastien
Vote for 6.20.0 has closed today with success, it will be released in a couple of hours certainly... On Tue, Jun 16, 2015 at 4:43 PM, tomask79 wrote: > Martijn Dashorst wrote > > I'm not certain it will be today... Work intervened. Am working on the > > code as we speak. > > > > Martijn > > Ok,

Re: up to date Wicket presentation?

2015-06-15 Thread Sebastien
Thank you very much Andrea !! On Mon, Jun 15, 2015 at 11:30 PM, Tobias Soloschenko < tobiassolosche...@googlemail.com> wrote: > +1 > > :-D > > kind regards > > Tobias > > > Am 15.06.2015 um 21:46 schrieb Andrea Del Bene : > > > > yes, at the end of the course everyone was in love with wicket :D >

Re: up to date Wicket presentation?

2015-06-12 Thread Sebastien
lot outside slides... :). I will probably have to give others in a short future, so if you find something (like the one you mentioned, or Martijn's 2010 one), please tell me! :) Thanks & best regards, Sebastien. On Fri, Jun 12, 2015 at 1:39 PM, Ernesto Reinaldo Barreiro < reier...@

Re: Add a link to MessageDialog

2015-06-09 Thread Sebastien
Hi, You need to extend MessageDialog, provide a complete markup file (copied/inspired from MessageDialog.html), and supply the "link1" markup (A tag) in it... Hope this helps, Sebastien On Tue, Jun 9, 2015 at 5:53 PM, smoothe19 wrote: > I am trying to add a clickable link

Re: Graphing Framework for Wicket

2015-06-01 Thread Sebastien
c project... But if someone would like to dig into a wicket-vis project, and maintain it, I will be glad to help... In the meantime, will I try to publish a showcase in a week or two... Best regards, Sebastien On Mon, Jun 1, 2015 at 4:29 PM, Lois GreeneHernandez < lgreenehernan...@knoa.com> w

Re: Sortable

2015-05-18 Thread Sebastien
18, 2015 at 5:45 PM, Chris wrote: > > > >> I am using version 6.17.0. Do I need to upgrade? Do I need to upgrade? > >> When yes, can I upgrade only wicket-ui without wicket itself? > >> I am not using any authorization strategy. > >> > >> > >

Re: Sortable

2015-05-18 Thread Sebastien
Hi Chris, I just deployed 6.19.2-SNAPSHOT (warning, it is based on wicket-6.20.0-SNAPHOT) If you are based on 7, please let me know... Thanks to Martin for the update! Best regards, Sebastien. On Mon, May 18, 2015 at 4:27 PM, Martin Grigorov wrote: > Override #onConfigure(). > &g

Re: Drop Down Choice

2015-05-10 Thread Sebastien
icket-jquery-ui/issues Thanks & best regards, Sebastien. On Sun, May 10, 2015 at 7:10 PM, Chris wrote: > Hi all, > > is it possible to have a drop-down box without a list of choices (the list > is directly coded in html as and only the selected value should be >

Re: JQuery progressbar

2015-05-06 Thread Sebastien
Hi Chris, Glad to read this, good luck with your project! :) Best regards, Sebastien. On Wed, May 6, 2015 at 3:32 AM, Chris wrote: > Hi Sebastian, > > it works now. thanks, Chris > > > > Am 05.05.2015 um 22:43 schrieb Chris : > > > > Hi Sebastian, > > &

Re: JQuery progressbar

2015-05-05 Thread Sebastien
public RoutingListPanel(String id, final IModel> routingModel) { super(id, routingModel); also, you can remove this line: https://github.com/cat1000/FutureProgressBar/blob/ff0e9bda72ebc589a974103697baa5865719afcd/src/main/java/my/company/panels/MapPanel.java#L132 > > Thanks, C

Re: JQuery progressbar

2015-05-05 Thread Sebastien
Hi Chris, I had a quick look today, I just applied the suggestion I mentioned previously and I have now a result... https://github.com/cat1000/FutureProgressBar/pull/1 Best regards, Sebastien On Tue, May 5, 2015 at 1:52 AM, Chris wrote: > Hi Sebastian > > thanks for the update!

Re: JQuery progressbar

2015-05-04 Thread Sebastien
subsequent components, use a model (like a propertymodel) That explains why your model object seems to never be updated, actually the listview is pointing the the old model object... I will try to have a deeper look tomorrow... Best regards, Sebastien. On Mon, May 4, 2015 at 9:47 PM, Chris wrote

Re: JQuery progressbar

2015-05-04 Thread Sebastien
Hi Chris, I am using a heuristic for an optimization problem and this takes about > 5-10 seconds. > So it might be a good idea to use a future task to run this service, which > receives the data (list of object) in the end. > In the beginning, I would like to initialize the model with an empty li

Re: JQuery progressbar

2015-05-03 Thread Sebastien
not take time (2, or 3 sec max?). I think you should challenge why the model is so long to load... Anyhow, if you find a way to solve your original question without correcting the load duration, the feedback of the user will ever be: "it's slow". Best regards, Sebastien On Mon,

Re: JQuery progressbar

2015-05-03 Thread Sebastien
Hi Chris, One solution: If it is acceptable for you to replace the progress-bar by a spinner, then on-click you can add a AjaxLazyLoadPanel instance, which underneath loads subpanel b (#getLazyLoadComponent())... Hope this helps, Sebastien On Sun, May 3, 2015 at 11:37 PM, Chris wrote: >

Re: JQuery progressbar

2015-05-03 Thread Sebastien
; > > > thanks - I will have a look at it. > > > > Currently, I would like to run the example, however, only the feedback > panel is shown, but not the table. > > I have included the jquery-ui.css - what else might I be missing? > > > > Chris > > >

Re: JQuery progressbar

2015-05-03 Thread Sebastien
Hi Chris, Actually progressbar does not hold a timer, its a separate AbstractAjaxTimerBehavior. You can extend the AbstractAjaxTimerBehavior to control the progressbar - like in the demo - and add this custom behavior only when you need it (button click for instance) Hope this helps, Sebastien

Re: Generating a popup dialog in OnSubmit()

2015-04-27 Thread Sebastien
ajax component... Check out the demo for inspiration... Hope this helps, Sebastien. On Mon, Apr 27, 2015 at 8:56 PM, smoothe19 wrote: > protected void onSubmit() { >if (trainingmode()){ > AjaxRequestTarget target = > RequestCycle.get().find(AjaxRe

Re: Sortable, with Selectable; Exception evaluating javascript: TypeError: undefined is not a function

2015-04-26 Thread Sebastien
#renderHead: ResourceReference reference = new JQueryPluginResourceReference(MyComponent.class, "myjavascript.js"); response.render(JavaScriptHeaderItem.forReference(reference)); Best regards, Sebastien. On Sun, Apr 26, 2015 at 8:13 PM, Chris wrote: > Hi Sebastian, > > I just did this

Re: Sortable, with Selectable; Exception evaluating javascript: TypeError: undefined is not a function

2015-04-26 Thread Sebastien
Hi Chris, You cannot have 2 concurrent versions of jquery... If you need to upgrade jquery version, please use: this.getJavaScriptLibrarySettings().setJQueryReference(jQueryReference) - in MyApplication#init() Hope this helps, Sebastien On Sun, Apr 26, 2015 at 7:14 PM, Chris wrote: >

Re: Sortable, with Selectable; Exception evaluating javascript: TypeError: undefined is not a function

2015-04-26 Thread Sebastien
included the "calcHeight" function. If the scope is window then try window.calcHeight(); If it does not solve the issue or you suspect it comes from elsewhere please create a minimal quickstart that reproduce the issue and I will have a look... Thanks & best regards, Sebastien. (functi

Re: Browser back - reload page/panel

2015-04-22 Thread Sebastien
getName(): the latest being is an atomic call while the first is potentially time consuming. That's exactly one of the two reason why the LDM as been written :) (the second being it is automatically detached...) > > Thanks, Chris > > > Am 22.04.2015 um 23:16 schrieb Sebasti

Re: Browser back - reload page/panel

2015-04-22 Thread Sebastien
helps, Sebastien. On Wed, Apr 22, 2015 at 11:05 PM, Chris wrote: > Martin, thanks for the tip. > > I would like to use some dynamic List Model, but not a detachable one and > put following in the page’s initialization method: > > IModel> poisModel = new ListModel() { &g

Re: Simple message solution Wicket-Spring combined application

2015-04-22 Thread Sebastien
(java, cdi & ejb) https://github.com/sebfz1/wicket-quickstart-cdi-async Best regards, Sebastien On Wed, Apr 22, 2015 at 10:22 AM, Martin Grigorov wrote: > Hi, > > The session services could store messages to application scoped bean. > The Wicket components in either the W

<    1   2   3   4   5   >