Re: [Wicket-develop] File descriptor leak in DEVELOPMENT mode

2006-09-16 Thread Jean-Baptiste Quenot
. We can do that right now in Wicket, no need to wait for a new version of the JVM. WDYT? -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq/ - Using Tomcat but need to do more? Need to support web

Re: [Wicket-develop] File descriptor leak in DEVELOPMENT mode... and in DEPLOYMENT as well

2006-09-16 Thread Jean-Baptiste Quenot
x27;s worth, I'll add it to the SF tracker. -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq/ Index: src/java/wicket/util/resource/UrlResourceStream.java === --- src/java/wicket/util/resource/UrlResou

[Wicket-develop] File descriptor leak in DEVELOPMENT mode

2006-09-15 Thread Jean-Baptiste Quenot
gs.sun.com/bugdatabase/view_bug.do;:YfiG?bug_id=4386865 Thanks for your help, -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq/ Index: src/java/wicket/util/resource/UrlResourceStream.java === --- src/java/w

Re: [Wicket-develop] Bordered Pages (or transparent borders)

2006-09-12 Thread Jean-Baptiste Quenot
borders, and not Page inheritance. However we don't use the transparent resolver stuff. What is the conclusion of this thread? Just to break support for transparent resolving? -- Jean-Baptiste Quenot aka John Banana Qwerty

[Wicket-develop] Wicket 1.2 servlet mapping

2006-09-09 Thread Jean-Baptiste Quenot
the end of the URL. I tested the patch only with Jetty 5, but if you feel it is necessary, I can take the time to test on other servlet containers too. Thanks for reading up to the end! -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq/ --- src/java

Re: [Wicket-develop] Deprecate WicketTester and promote WebApplicationTester

2006-09-09 Thread Jean-Baptiste Quenot
func=detail&aid=1493672&group_id=119783&atid=684977 BTW this bug report has been submitted in May, without any comment in nearly four months. Am I the only one to use WicketTester intensively? And the only one using String arrays in Wicket? I can't believe it :-) -- Jean-Ba

Re: [Wicket-develop] fixing wicket-contrib-dojo and wicket-contrib-scriptaculous

2006-09-08 Thread Jean-Baptiste Quenot
7;m a bit worried as I wanted to use dojo in Wicket 1.2, but that's another story. -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq/ - Using Tomcat but need to do more? Need to support web s

[Wicket-develop] Deprecate WicketTester and promote WebApplicationTester

2006-09-08 Thread Jean-Baptiste Quenot
x.php?func=detail&aid=1547935&group_id=119783&atid=684977 Thanks in advance, -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq/ [1] http://www.nabble.com/WicketTester-and-AuthenticatedWebApplication-tf2144

Re: [Wicket-develop] About VelocityPanel, and dynamic markup in Wicket 1.2

2006-08-30 Thread Jean-Baptiste Quenot
doesn't break the old behaviour for the sake of backwards compatibility. If it is OK, releasing wicket-contrib-velocity 1.1 would be great, tell me how to proceed. I also slightly updated the xdocs, what is the procedure to have the website updated? Thanks in advance, -- Jean-Bap

Re: [Wicket-develop] About VelocityPanel, and dynamic markup in Wicket 1.2

2006-08-29 Thread Jean-Baptiste Quenot
-- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq/ - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job e

Re: [Wicket-develop] About VelocityPanel, and dynamic markup in Wicket 1.2

2006-08-29 Thread Jean-Baptiste Quenot
and trunk, as IIUC your improved patch with newMarkupStream() can only work in trunk, being the only development tree where cache can be disabled. Can you confirm that? I think an update to the [1]home page will also be necessary to reflect the changes. Are web pages managed in Subversion a

Re: [Wicket-develop] WicketTester and AuthenticatedWebApplication

2006-08-28 Thread Jean-Baptiste Quenot
forge.net/tracker/index.php?func=detail&aid=1547935&group_id=119783&atid=684977 Your comments will be greatly appreciated. -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq/ - Using Tomcat

[Wicket-develop] About VelocityPanel, and dynamic markup in Wicket 1.2

2006-08-28 Thread Jean-Baptiste Quenot
s many users seem to be interested in dynamic generation. Users did not mention Velocity, but personnally I think it's better than writing String result = "" + ... directly in the Java code. I can't believe it's just me? Anyway, thank you very much for your time on the user-su

[Wicket-develop] WicketTester and AuthenticatedWebApplication

2006-08-22 Thread Jean-Baptiste Quenot
work when doing the tests with WicketTester. WDYT? -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq/ - Using Tomcat but need to do more? Need to support web services, security? Get stuff done q

Re: [Wicket-develop] VOTE: incubation at Apache

2006-08-21 Thread Jean-Baptiste Quenot
Here's my non-binding vote: > [XX] Yes, let's go Apache > [ ] No, let's not do that and look for other alternatives -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq/ - Using

Re: [Wicket-develop] Generic Converter for Domain Model

2006-08-19 Thread Jean-Baptiste Quenot
; } Does Wicket 2.0 already handle conversion errors? Does it even catch exceptions at all? -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq/ [1] http://svn.apache.org/viewvc/cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/main/java/org/apache/cocoon/form

Re: [Wicket-develop] Rendering driven by component structure, not by markup ?

2006-08-19 Thread Jean-Baptiste Quenot
Every referenced wicket component is a Panel. Cheers, -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq/ - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly w