Re: Is wicket:message tag escape behaviour customizable?

2014-11-20 Thread Kees van Dieren
Also fixed the issue: wicket:message tag now supports escape attribute. Patch attached to the issue. 2014-11-20 21:02 GMT+01:00 Kees van Dieren : > Finally found time for it. > > https://issues.apache.org/jira/browse/WICKET-5771 > > Thanks for looking into it. > > 2014-

Re: Is wicket:message tag escape behaviour customizable?

2014-11-20 Thread Kees van Dieren
Finally found time for it. https://issues.apache.org/jira/browse/WICKET-5771 Thanks for looking into it. 2014-10-29 13:35 GMT+01:00 Martin Grigorov : > On Wed, Oct 29, 2014 at 1:59 PM, Kees van Dieren wrote: > > > Hi, > > > > Resource retrieved using wicket:messag

Re: Is wicket:message tag escape behaviour customizable?

2014-10-29 Thread Kees van Dieren
regards / Met vriendelijke groet, Kees van Dieren Squins IT Solutions BV Oranjestraat 30 2983 HS Ridderkerk The Netherlands Mobile: +31 (0)6 30413841 www.squins.com Chamber of commerce Rotterdam: 24435103 2014-10-29 9:39 GMT+01:00 Martin Grigorov : > Hi, > > I'm not sure why the tick

Is wicket:message tag escape behaviour customizable?

2014-10-29 Thread Kees van Dieren
Hi, We need the wicket:message tag to be able to escape its messages . One of our applications uses wicket:message with an escape attribute, e.g. A search gives a related wicket Jira issue which was resolved years ago: https://issues.apache.org/jira/browse/WICKET-369 However in Wicket

Re: Page rendering from quartz job

2014-05-19 Thread Kees van Dieren
Is it an option to use an http client library to call your own webapp / wicket page, fetch contents? Also makes it easier to test it in the browser. Best regards / Met vriendelijke groet, Kees van Dieren Squins IT Solutions BV Oranjestraat 30 2983 HS Ridderkerk The Netherlands Mobile: +31 (0)6

Re: Jetty, Wicket and getting live JavaScript changes?

2014-02-15 Thread Kees van Dieren
Create a new application using the Quickstart guide: http://wicket.apache.org/start/quickstart.html Run the Start.java application right from Eclipse in debug mode. Hot code replacement from src/main/webapp/* should work now. Best regards / Met vriendelijke groet, Kees van Dieren Squins IT

Re: WicketTester - asserting on HTML

2013-11-21 Thread Kees van Dieren
ntains("class", "another-class")); assertFalse(tester.getAttributeContains("class", "not-this-class")); Best regards / Met vriendelijke groet, Kees van Dieren Squins IT Solutions BV Oranjestraat 30 2983 HS Ridderkerk The Netherlands Mobile: +31 (0)6 30413841 www.

Re: How to unit test AttributeModifier

2013-05-08 Thread Kees van Dieren
Another option is to use the TagTester: TagTester tester = wicketTester.getTagByWicketId("containerId"); tester.getAttribute("name"); // returns: "anyDynamicValue" Best regards / Met vriendelijke groet, Kees van Dieren Squins IT Solutions BV Oranjest

Re: Why does my "HelloWorldPage" not work?

2013-02-18 Thread Kees van Dieren
Add http://repo1.maven.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.jarto you WEB-INF/lib Best regards / Met vriendelijke groet, Kees van Dieren Squins IT Solutions BV Oranjestraat 30 2983 HS Ridderkerk The Netherlands Mobile: +31 (0)6 30413841 www.squins.com Chamber of commerce

Re: documentation

2013-01-22 Thread Kees van Dieren
Justin Lee - http://antwerkz.com/wp/ > empty > > Geertjan - Geertjan Wielenga - http://blogs.sun.com/geertjan > http 404 ! > > Mystic Coders - Andrew Lombardi and > Wicket by Example - Community driven are pointing to the same address : > http://www.mysticcoders.com/blog/ &g

Re: what is Wicket 2.x?

2012-12-11 Thread Kees van Dieren
ch...@acm.org > > > - > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > > -- Best regards / Met vriendelijke groet, Kees

Re: What replaces Wicket 1.4 AbortException in Wicket 6.x?

2012-11-19 Thread Kees van Dieren
); } private void sendBinaryContents(WebResponse response) { response.reset(); response.setAttachmentHeader("somefilename.zip"); response.setContentType("application/zip"); response.write(getZipData()); } Best regards, Kees 2012/11/19 Kees

Re: What replaces Wicket 1.4 AbortException in Wicket 6.x?

2012-11-19 Thread Kees van Dieren
Found something that might help: org.apache.wicket.markup.html.link.DownloadLink.onClick() Will look at this, some tips still welcome :) 2012/11/19 Kees van Dieren > Hi, > > We have some code that returns zip output (e.g. downloads a file) in an > onsubmit of a wicket form. >

What replaces Wicket 1.4 AbortException in Wicket 6.x?

2012-11-19 Thread Kees van Dieren
user in a wicket form. However, AbortException does not exists any more. What is the best way to do it on Wicket 6? Thanks in advance! -- Best regards / Met vriendelijke groet, Kees van Dieren Squins | IT, Honestly Oranjestraat 23 2983 HL Ridderkerk The Netherlands Mobile: +31 (0)6 30413841

Re: The Apache Software Foundation Announces Apache Wicketâ„¢ 6.0.0

2012-09-06 Thread Kees van Dieren
Congratulations and thanks for all the effort! Best regards / Met vriendelijke groet, Kees van Dieren Squins | IT, Honestly Oranjestraat 23 2983 HL Ridderkerk The Netherlands Mobile: +31 (0)6 30413841 www.squins.com http://twitter.com/keesvandieren Chamber of commerce Rotterdam: 24435130 Boeken

Re: java pojo/Bean to generate html (textfield, dropdown,radio buttons)

2012-07-05 Thread Kees van Dieren
Stackoverflow post about wicket scaffolding: http://stackoverflow.com/questions/9997688/scaffolding-in-wicket Best regards / Met vriendelijke groet, Kees van Dieren Squins | IT, Honestly Oranjestraat 23 2983 HL Ridderkerk The Netherlands Phone: +31 (0)180 415559 Mobile: +31 (0)6 30413841

Re: VTD XML for wicket

2012-05-17 Thread Kees van Dieren
Its licenced GPL so wicket cannot depend on it. Best regards / Met vriendelijke groet, Kees van Dieren Squins | IT, Honestly Oranjestraat 23 2983 HL Ridderkerk The Netherlands Phone: +31 (0)180 415559 Mobile: +31 (0)6 30413841 www.squins.com http://twitter.com/keesvandieren Chamber of commerce

Hide component when instantiating component not authorized to

2009-08-25 Thread Kees van Dieren
way to achieve this? I'd like to not duplicate the complete class, but some kind of hook where I can implement this in. Is that possible? Thanks in advance! Best regards, Kees van Dieren -- Squins | IT, Honestly Oranjestraat 23 2983 HL Ridderkerk The Netherlands Phone: +31 (0)180 414520 Mobil