Hide component when instantiating component not authorized to

2009-08-25 Thread Kees van Dieren
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 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

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: 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

What replaces Wicket 1.4 AbortException in Wicket 6.x?

2012-11-19 Thread Kees van Dieren
in by the 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: 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 i...@squins.com Hi, We have some code that returns zip output (e.g. downloads a file) in an onsubmit of a wicket form. We

Re: what is Wicket 2.x?

2012-12-11 Thread Kees van Dieren
-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- 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

Re: documentation

2013-01-22 Thread Kees van Dieren
by Example - Community driven are pointing to the same address : http://www.mysticcoders.com/blog/ For a wider adoption of Wicket, Best regards to all of you Philippe Demaison -- Best regards / Met vriendelijke groet, Kees van Dieren Squins IT Solutions BV Oranjestraat 30 2983 HS Ridderkerk

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: 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 Oranjestraat 30 2983 HS Ridderkerk The Netherlands

Re: WicketTester - asserting on HTML

2013-11-21 Thread Kees van Dieren
(tester.getAttributeContains(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.squins.com Chamber

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

Re: Page rendering from quartz job

2014-05-20 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

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. wicket:message key=keyName escape=true / A search gives a related wicket Jira issue which was resolved years ago:

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 mgrigo...@apache.org: Hi, I'm not sure why

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 mgrigo...@apache.org: On Wed, Oct 29, 2014 at 1:59 PM, Kees van Dieren i...@squins.com wrote: Hi, Resource retrieved using wicket:message

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 keesvandie...@gmail.com: Finally found time for it. https://issues.apache.org/jira/browse/WICKET-5771 Thanks for looking into it. 2014-10-29 13