Re: Dealing with editing of nested objects in a multiple screens for a single entity

2020-01-20 Thread Peter Henderson
gt; I think it was ultimately refactored into something much simpler due to the > difficulty in maintaining it. > But alas, I cannot seem to find any mention of it anymore. > > Thank you all for reading and any input you can provide. > > Met vriendelijke groet, > Kind regards, > > Bas Gooren > -- Peter Henderson

Re: WebSockets and Page serialization, oddity.

2019-07-03 Thread Peter Henderson
t;wicket.configuration", "development"); >Server server = new Server(); > @@ -80,8 +84,8 @@ public class Start >// uncomment the next two lines if you want to start Jetty with > WebSocket (JSR-356) support >// you need org.apache.wic

WebSockets and Page serialization, oddity.

2019-07-02 Thread Peter Henderson
/src/main/java/com/mycompany/StartWebSocketPage.java [2] https://github.com/bollinger/WicketWebsocketsTest/blob/master/src/main/java/com/mycompany/BackgroundWorkPage.java -- Peter Henderson

Re: Wicket 8 GA for production

2017-10-10 Thread Peter Henderson
ering to move the whole our > platform to > >> > Java 8, but the main our dependency is Wicket:) > >> > > >> > >> You can use Wicket 7 with Java 8. I guess you already know this. > >> > >> I'd be interested to hear how it goes with the asynchronous rendering > >> (RxJava2 + Wicket)! > >> > >> > >> > > >> > Thanks, > >> > Ilia > >> > > >> > - > >> > Orienteer(http://orienteer.org) - open source Business Application > >> > Platform > >> > > >> > > > > -- > WBR > Maxim aka solomax > > - > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > > -- Peter Henderson

Re: Web socket connected event and onConfigure

2017-09-14 Thread Peter Henderson
t; > works as expected > Brilliant. Thanks > > > On Thu, Sep 14, 2017 at 4:24 PM, Peter Henderson > wrote: > > Hi All, > > > > I have a link on a panel which should only be enabled while there is a > > connected web socket. > > > > The link ov

Web socket connected event and onConfigure

2017-09-14 Thread Peter Henderson
/com/mycompany/MyPanel.java#L48 [2] https://github.com/bollinger/WsOnConnect/blob/ba7ec25a2843c64b3e436f6054b60944adb4114c/src/main/java/com/mycompany/MyPanel.java#L99 -- Peter Henderson

Re: Websocket replacing a panel which uses websockets

2017-08-30 Thread Peter Henderson
Done https://issues.apache.org/jira/browse/WICKET-6458 On 29 August 2017 at 18:29, Martin Grigorov wrote: > Hi, > > Please file a ticket! > It should be easy to implement it. > Thanks! > > On Aug 29, 2017 17:15, "Peter Henderson" > wrote: > > > H

Websocket replacing a panel which uses websockets

2017-08-29 Thread Peter Henderson
interesting class is https://github.com/bollinger/WebSocketPanelReplace/blob/master/src/main/scala/com/starjar/ws/WsLoadingPanel.scala Many thanks Peter. -- Peter Henderson

Re: Websocket redirect wrong url

2017-05-24 Thread Peter Henderson
On 24 May 2017 at 11:05, Peter Henderson wrote: > > > On 23 May 2017 at 22:24, Martin Grigorov wrote: > >> Hi, >> >> I'm afraid a quickstart would be needed to be able to tell what goes wrong >> there. >> > > Thanks for looking, I thou

Re: Websocket redirect wrong url

2017-05-24 Thread Peter Henderson
Grigorov > Wicket Training and Consulting > https://twitter.com/mtgrigorov > > On Tue, May 23, 2017 at 2:46 PM, Peter Henderson < > peter.hender...@starjar.com> wrote: > > > Hi all. > > > > > > I'm seeing a strange redirect problem which leads to a 404

Websocket redirect wrong url

2017-05-23 Thread Peter Henderson
protected/wicket/35883 val pageCls = classOf[PurchaseOrderDetailPage] val pp = new PageParameters() pp.set(WicketStarjarApplication.DetailPageIdParameterName, businessId.pk) throw new RestartResponseException(pageCls, pp) -- Peter Henderson

Quick Start Wicket version

2017-03-30 Thread Peter Henderson
oupId=org.apache.wicket -DarchetypeArtifactId=wicket-archetype-quickstart -DarchetypeVersion=7.6.0 -DgroupId=com.mycompany -DartifactId=redirect -DarchetypeRepository= https://repository.apache.org/ -DinteractiveMode=false -- Peter Henderson

Re: DiskDataStore exception at end of day

2017-02-08 Thread Peter Henderson
hould not affect the thread where the application reads/writes to > the websocket connection. > > Martin Grigorov > Wicket Training and Consulting > https://twitter.com/mtgrigorov > > On Wed, Feb 8, 2017 at 9:46 AM, Peter Henderson < > peter.hender...@starjar.com > &

DiskDataStore exception at end of day

2017-02-08 Thread Peter Henderson
at java.lang.Thread.run(Thread.java:745) -- Peter Henderson

Re: [ANNOUNCE] Apache Wicket 8.0.0-M4 Released

2017-02-08 Thread Peter Henderson
287] - Switch from json.org to open-json > * [WICKET-6304] - Remove Tomcat7 support in Native WebSockets > * [WICKET-6305] - Remove Atmosphere module > * [WICKET-6309] - Move the Native WebSocket demo to wicket-examples > module > > - > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > > -- Peter Henderson Director Starjar Ltd. www.starjar.com 0330 088 1662

Re: DropDownChoice models

2017-01-11 Thread Peter Henderson
@Override > public Object getDisplayValue(final Long id) { > return User.findOne(id); > } > } > ); > > Thanks for any pointers. > Zbynek > -- Peter Henderson

Re: Free library for barcode

2016-12-21 Thread Peter Henderson
On 21 December 2016 at 12:21, ganea iulia wrote: > Hello, > > I need to generate barcodes. > Do you know what is the best way in wicket? > Or can you indicate any good commercially free libraries? > > Thank you > Have a look at https://github.com/zxing/zxing -- Peter Henderson

Re: Annotation for detachable field

2016-12-06 Thread Peter Henderson
On 6 December 2016 at 10:05, Martin Grigorov wrote: > http://markmail.org/message/qttwc5kunubl6ieo Oh I'm glad auto detach was not included way back when I started learning Wicket. Coming from a legacy swing app which spoon fed components what to display and how/when to display it, I found wic

Re: WebSocket ConnectedMessage not Serializable

2016-11-19 Thread Peter Henderson
Ha! You've already fixed it. Ignore my pull request. (I spent too much time getting my scala -> java code compiling) Thanks Peter.

WebSocket ConnectedMessage not Serializable

2016-11-19 Thread Peter Henderson
-5670 [4] org.apache.wicket.core.util.objects.checker.CheckingObjectOutputStream$ObjectCheckException: The object type is not Serializable! A problem occurred while checking object with type: org.apache.wicket.protocol.ws.api.message.ConnectedMessage -- Peter Henderson

Re: What else do we want to do before 8.0.0 final ?

2016-11-10 Thread Peter Henderson
much experience with it, but both React and AngularJs > > communities use it to manage the state for their components. > > There are some Java impls, even a standard is coming: > https://github.com/ > > jvm-redux/jvm-redux-api > > > > What else ? > > > > Martin Grigorov > > Wicket Training and Consulting > > https://twitter.com/mtgrigorov > > > -- Peter Henderson

Re: Web Socket Exceptions.

2016-11-03 Thread Peter Henderson
> Wicket Training and Consulting > https://twitter.com/mtgrigorov > > On Wed, Nov 2, 2016 at 5:01 PM, Peter Henderson < > peter.hender...@starjar.com > > wrote: > > > Hi all. > > > > wicket 7.3 > > tomcat 8.5.5 > > > > > > I'm

Web Socket Exceptions.

2016-11-02 Thread Peter Henderson
nectionRegistry()) broadcaster.broadcastAll(application, buildLoggedInUserMessage) } Thanks Peter. -- Peter Henderson

Re: Repeat every 2 rows in a table

2016-10-14 Thread Peter Henderson
to it. > > > > Hope that helps > > Per > > > > > > Am 14.10.2016 um 09:16 schrieb ganea iulia: > > > >> Hello, > >> > >> I have in the html file, a table where I need to repeat every two rows. > >> So, my table is backed by a bean, where the bean values fill 2 rows of > the > >> table. > >> When new bean instance is created, I need to add new 2 rows to the > table. > >> > >> Thank you > >> > >> > > > > - > > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > > For additional commands, e-mail: users-h...@wicket.apache.org > > > > > -- Peter Henderson Director Starjar Ltd. www.starjar.com 0330 088 1662

Re: Style Sheet in page head

2016-07-07 Thread Peter Henderson
der item has attributes "id" and "type" and blindly adds them to the new DOM. Thanks François > François > > > > > Le 7 juil. 2016 à 13:12, Peter Henderson > a écrit : > > > > Thanks François > > > > > > > > On Thu

Re: Style Sheet in page head

2016-07-07 Thread Peter Henderson
mples without an id or type [1]. The examples shown by the html5 standards [2] page also don't have type and id for style sheets. [1]https://developer.mozilla.org/en-US/docs/Web/HTML/Element/link#Examples [2]https://www.w3.org/TR/html5/document-metadata.html#the-link-element > Fran

Style Sheet in page head

2016-07-07 Thread Peter Henderson
. Full page reload corrects the header link. Am I doing something wrong or is this a bug? I've created a quick start which is available https://github.com/bollinger/wicket-style-bug Thanks -- Peter Henderson Director Starjar Ltd. www.starjar.com 0330 088 1662

Re: Use a Factory to create a Panel (Yay or Nay)?

2016-02-21 Thread Peter Henderson
On Thu, Feb 18, 2016 at 9:15 AM, Martin Grigorov wrote: > On Thu, Feb 18, 2016 at 10:12 AM, Urbani, Edmund < > edmund.urb...@lilandit.com > > wrote: > > > Hello, > > > > I have at times used factories and then found that they made some simply > > things more complicated. Eg. I could no longer sim

Re: Wicket 7.1.0 breaks OnChangeAjaxBehavior on Select2

2015-10-28 Thread Peter Henderson
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 > > -- Peter Henderson Director Starjar Ltd. www.starjar.com 0330 088 1662

Re: Wicket 7.1.0 breaks OnChangeAjaxBehavior on Select2

2015-10-28 Thread Peter Henderson
t; > 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. > >> > >

Wicket 7.1.0 breaks OnChangeAjaxBehavior on Select2

2015-10-28 Thread Peter Henderson
ter.java:203) at org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:284) -- Peter Henderson Director Starjar Ltd. www.starjar.com 0330 088 1662

Re: HttpServlet vs ServletWebRequest vs AbstractResource

2015-07-19 Thread Peter Henderson
On Sun, Jul 19, 2015 at 9:57 PM, Martin Grigorov wrote: > Hi, > > Please read > http://wicketinaction.com/2011/07/wicket-1-5-mounting-resources/ > On Jul 19, 2015 5:00 PM, "Peter Henderson" > wrote: > > Thanks Marin, That's exactly what I described in my

Re: HttpServlet vs ServletWebRequest vs AbstractResource

2015-07-19 Thread Peter Henderson
m. Thanks Peter. > kind regards > > Tobias > > > Am 19.07.15 um 21:59 schrieb Peter Henderson: > >> Hi guys. >> >> I have a choice and I'm looking for advice on choosing the correct >> solution. >> >> >> I need to send images

HttpServlet vs ServletWebRequest vs AbstractResource

2015-07-19 Thread Peter Henderson
3188df9c) This approach is really nice from the image user point of view. add(new Image("img", new ActionImage(123)) Your help is appreciated. Peter. -- Peter Henderson Director Starjar Ltd. www.starjar.com 0330 088 1662

Re: [ANNOUNCE] Apache Wicket 6.20.0 adds InlineImage and CSRF prevention measure

2015-06-23 Thread Peter Henderson
On Wed, Jun 17, 2015 at 10:03 AM, Martijn Dashorst wrote: > The Apache Wicket PMC is proud to announce Apache Wicket 6.20.0! > > It looks like the main wicket.apache.org site needs an update to show that version 6.20.0 is out. Thanks for all the hard work guys Peter.

Re: Render a component in a background thread.

2015-05-29 Thread Peter Henderson
run the component outside of wicket. Peter. [1] https://demo.starjar.com:25000/Starjar/protected/project/1210005?rpp=25&fn1=Description+Contains&fn2=Date+%5Bmonth+year%5D&fv2=2015+1+1&tab=Time+Sheets > Am 28.05.2015 11:51, schrieb Peter Henderson: > >> Hi >&g

Render a component in a background thread.

2015-05-28 Thread Peter Henderson
a background thread? I've put a quick start on git hub. https://github.com/bollinger/wicket-ComponentRenderer -- Peter Henderson

Re: Not able to get Wicket Session even though WicketSessionFilter has been added

2014-07-17 Thread Peter Henderson
e.org > > For additional commands, e-mail: users-h...@wicket.apache.org > > > > > ​I was curious about when 1.3.5 was released. A little big of git magic. (thanks to http://stackoverflow.com/questions/6269927/how-can-i-list-all-tags-in-my-git-repository-by-the-date-they-were-created ) refs/tags/wicket-1.3.5 Wed Oct 15 21:16:22 2008 + Very old indeed. ​ -- Peter Henderson

Wicket 7 M1 different behaviour on

2014-05-16 Thread Peter Henderson
or AjaxLink) not the type attribute. I've attached a quick start -- Peter Henderson myproject.tar.gz Description: GNU Zip compressed data - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For addit

Re: Show textfield as plaintext when disabled?

2014-03-04 Thread Peter Henderson
Hi guys, On 4 March 2014 18:39, Entropy wrote: > What a great bunch of ideas. I'll be implementing at least one of them. > Thanks for all your ideas. Does anyone have similar techniques for > dropdowns? > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Show-t

Re: AjaxLazyLoadPanel loading asynchronously

2014-01-29 Thread Peter Henderson
-- > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > > ​You could try native web sockets​. Get your worker threads to broadcast a message to the page, it ends up being very similar to an ajax update. -- Peter Henderson

Re: AjaxFormComponentUpdatingBehavior works only on first element in a ListView

2014-01-04 Thread Peter Henderson
Hi Igor. Try calling listView.setReuseItems(true) Hope that helps Peter. On 4 January 2014 17:09, Igor Dvorzhak wrote: > I am attaching AjaxFormComponentUpdatingBehavior to a DropDownChoice > element in a ListView which displays a hidden panel on change event. It > works for the first el

Re: Wicket 6.12 and wicket-native-websocket-javax

2013-12-18 Thread Peter Henderson
t; > > Martin Grigorov > Wicket Training and Consulting > > > On Wed, Dec 18, 2013 at 1:09 PM, Peter Henderson < > peter.hender...@starjar.com> wrote: > > > Is there a 6.X branch I can use which contains native javax websockets? > > > > > > > > My git kung fu is letting me down. (Still only a white belt) > > > > Thanks > > > > Peter. > > >

Wicket 6.12 and wicket-native-websocket-javax

2013-12-18 Thread Peter Henderson
Is there a 6.X branch I can use which contains native javax websockets? My git kung fu is letting me down. (Still only a white belt) Thanks Peter.

Re: Thanks!

2013-12-06 Thread Peter Henderson
Totally agree too!. After trying several Java web frameworks, finally selected Wicket. ~2 years later and I've ported a huge legacy swing client to a very nice web app. (in Scala too. but that's another story). Many thanks guys. Peter. On 6 December 2013 13:49, Bas Gooren wrote: > Hi *, > >

Re: upgrade from 1.5 to Wicket 6 Form field issue and Ajax Link

2013-11-18 Thread Peter Henderson
4662497.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 > > > > > -- Peter Henderson Director Starjar Ltd. 0330 088 1662 www.starjar.com

Re: Bizarre undentified error resulting in blank page

2013-11-07 Thread Peter Henderson
following: > > PageParameters pageParameters = getBean().getParameters(); > > To my amazement, if i comment it out and replace it for, lets say... > > PageParameters pageParameters = new PageParameters(); > > everything goes smoothly... > > Has anyone ran across something similar? > > Thanks in advance! > Rafael > -- Peter Henderson Director Starjar Ltd. 0330 088 1662 www.starjar.com

Re: How to pre-populate a file in FileUpload field using wicket 6.9

2013-08-26 Thread Peter Henderson
--- > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > > -- Peter Henderson Director Starjar Ltd. 0330 088 1662 www.starjar.com

Re: Sharing Bookmarkable pages.

2013-07-22 Thread Peter Henderson
> sure the page classes matches. > > Sven > > > On 07/22/2013 01:38 PM, Peter Henderson wrote: > >> When a user emails a link to another user sometimes the wrong page is >> rendered. >> >> Alice sends >> http://starjar.com/Part/123?**111 <http

Sharing Bookmarkable pages.

2013-07-22 Thread Peter Henderson
ameters.get(0).toInt; Should I be mounting the pages differently to prevent the wicket page revision version overriding the mount path? -- Peter Henderson

Re: A Wicket in Ruby

2013-06-27 Thread Peter Henderson
this email message in > error, please advise the sender immediately by replying to this email and > delete the message and any associated attachments. Any views, opinions, > conclusions, advice or statements expressed in this email message are those > of the individual sender and should not be relied upon as the considered > view, opinion, conclusions, advice or statement of this company except > where the sender expressly, and with authority, states them to be the > considered view, opinion, conclusions, advice or statement of this company. > Every care is taken but we recommend that you scan any attachments for > viruses. > > > > - > > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > > For additional commands, e-mail: users-h...@wicket.apache.org > > > > > - > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > > -- Peter Henderson Director Starjar Ltd. 0330 088 1662 www.starjar.com

Field with OnChangeAjaxBehavior Not updating.

2012-05-04 Thread Peter Henderson
quired=True but no OnChangeAjaxBehavior Press Button, everything works fine empty the text field, then press button updates OK. Is this a bug or am I doing something wrong? -- Peter Henderson