Re: [Wicket-user] Maven repository for wicket-dojo and wicket-scriptaculous?

2007-02-26 Thread Jean-Baptiste Quenot
t-contrib-dojo/1.3-incubating-SNAPSHOT/ http://wicketstuff.org/bamboo/browse/DOJO-CORE However bamboo is not accessible to all wicket-stuff maintainers yet. Is it possible to configure access control in Bamboo, so that XXX maintainer only has access to XXX? -- Jean-Baptiste Quenot aka Jo

Re: [Wicket-user] Maven repository for wicket-dojo and wicket-scriptaculous?

2007-02-26 Thread Jean-Baptiste Quenot
the Dojo build. Thanks again, -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq/ - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get

Re: [Wicket-user] WicketTester question

2007-03-04 Thread Jean-Baptiste Quenot
would be appreciated, I couldn't find the culprit yet. -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq/ - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Te

Re: [Wicket-user] Absolute minimal Hello World sample not working

2007-03-05 Thread Jean-Baptiste Quenot
he relative URL refactoring. Here's the whip. .-. | \ \ | |/_ '| /` |'._.' | | # # # # -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq/ - Take Surveys. Earn Cash. Influence the Fut

Re: [Wicket-user] URL problem in phonebook app

2007-03-06 Thread Jean-Baptiste Quenot
app > would have worked. But now I have reverted to 1.3 anyway... Hello John, Did you file a JIRA issue for this? -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq/ - Take Surveys. Earn Cash

Re: [Wicket-user] Pushing data to the Ajax client in wicket?

2007-03-06 Thread Jean-Baptiste Quenot
; implementation with you (I think I will even create an issue in > JIRA with the patch attached, even if it doesn't work with the > wicket 1.x branch right now). Hi Xavier, Yes please put it in JIRA and "Link" this issue mentioning it's blocked by WICKET-343.

Re: [Wicket-user] IMPORTANT: your opinion on the constructor change in 2.0

2007-03-07 Thread Jean-Baptiste Quenot
we should never reuse that version number to avoid any confusion. -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq/ [1] http://cwiki.apache.org/confluence/display/WICKET/To+Sync+Between+Branches -

Re: [Wicket-user] WicketTester message resolution

2007-03-07 Thread Jean-Baptiste Quenot
* Dmitry Kandalov: > To use application properties I extend WicketTester and have > this in constructor: Hi Dmitry, Nice code snippet, would you mind opening an issue, and providing your sample code as attachment? Thanks in advance, -- Jean-Baptiste Quenot aka John Banana

Re: [Wicket-user] Test of panels

2007-03-07 Thread Jean-Baptiste Quenot
any errors. I cant > retrieve the form element. Well i cant figure out how to > retrieve them :) Have you tried tester.newFormTester("form") -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq/ --

Re: [Wicket-user] WicketTester message resolution

2007-03-07 Thread Jean-Baptiste Quenot
* Dmitry Kandalov: > > > Jean-Baptiste Quenot-3 wrote: > > > > Nice code snippet, would you mind opening an issue, and providing > > your sample code as attachment? > > Sure, https://issues.apache.org/jira/browse/WICKET-368 Thanks! > Could yo

Re: [Wicket-user] IMPORTANT: your opinion on the constructor

2007-03-08 Thread Jean-Baptiste Quenot
rent. So it's not just about reverting the constructor change, it's also dealing with the delayed hierarchy setup that 1.x forces you to cope with. -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq/

Re: [Wicket-user] Wicket homepage Lucida Sans font

2007-03-08 Thread Jean-Baptiste Quenot
FWIW there is a JIRA issue for this already: http://issues.apache.org/jira/browse/WICKET-346 Nathan Hamblen's suggestion to have a fallback font is good: font-family: 'Lucida Sans', 'Helvetica', 'Sans-serif', 'sans'; Where shall we change that? -

Re: [Wicket-user] AJAX validation

2007-03-09 Thread Jean-Baptiste Quenot
n are you using? -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq/ - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to

Re: [Wicket-user] Instructions for using WICKET-126

2007-03-10 Thread Jean-Baptiste Quenot
ocol.http.ReloadingWicketFilter > Do I need to check out the 1.3 code from Subversion or is it > available from the wicketstuff.org maven respoitory (wha I'm > currently using for 1.3 SNAPSHOTS)? You can do both. Your feedback on the reloading feature will be appreciated.

Re: [Wicket-user] Instructions for using WICKET-126

2007-03-12 Thread Jean-Baptiste Quenot
* Kent Tong: > Jean-Baptiste Quenot apache.org> writes: > > > That's right, with this new feature you don't need to restart > > your webapp in most cases. > > Will it invalidate the session? No. In most cases you need to go back to a bookmarkable pa

Re: [Wicket-user] Instructions for using WICKET-126

2007-03-12 Thread Jean-Baptiste Quenot
You need to specify your own class. Maybe the Javadoc in ReloadingWicketFilter is not explicit enough, in that case an updated description would be more than welcome. Cheerio, -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq/ --

Re: [Wicket-user] Instructions for using WICKET-126

2007-03-12 Thread Jean-Baptiste Quenot
OK, I improved the documentation accordingly. I don't know if this is published anywhere in real time however. Wicket team? Do you have a magic URL on wicketstuff.org for API documentation? -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.co

Re: [Wicket-user] When you have tabs and forms, is it ok to have the tabs all inside one form,

2007-03-12 Thread Jean-Baptiste Quenot
tab. That depends on your code actually. -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq/ - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you&

Re: [Wicket-user] When you have tabs and forms, is it ok to have the tabs all inside one form,

2007-03-13 Thread Jean-Baptiste Quenot
vial: > http://www.stilbuero.de/jquery/tabs/ We have DojoTabContainer in Wicket Contrib Dojo that is client-side only. See an example at http://www.demay-fr.net:8080/Wicket-start/app?wicket:bookmarkablePage=:wicket.contrib.dojo.examples.TabContainerSample -- Jean-Baptiste Quenot aka John Banan

Re: [Wicket-user] When you have tabs and forms, is it ok to have the tabs all inside one form,

2007-03-14 Thread Jean-Baptiste Quenot
* Jean-Baptiste Quenot: > We have DojoTabContainer in Wicket Contrib Dojo that is > client-side only. > > See an example at > http://www.demay-fr.net:8080/Wicket-start/app?wicket:bookmarkablePage=:wicket.contrib.dojo.examples.TabContainerSample Sorry the right URL (more uptod

Re: [Wicket-user] Apache Con Amsterdam: wicket presence

2007-03-14 Thread Jean-Baptiste Quenot
* Martijn Dashorst: > Who is going to attend Apache Con in Amsterdam? We are planning > to host an evening session, but we would like to know how many > would be interested/attend. Me too. -- Jean-Baptiste Quenot aka John Banana Qwerty http://carald

Re: [Wicket-user] Reverting the constructor change of 2.0

2007-03-14 Thread Jean-Baptiste Quenot
lly if we push the model change into 1.3, no one will want > anything else to go in there and we can finally kick it out the door. I'm +1 with everything you say in the second part of your mail. I notice that you changed your mind during writing it, that's good to see you are open, an

Re: [Wicket-user] Joost uses Wicket

2007-03-18 Thread Jean-Baptiste Quenot
ther with a ResourceStreamRequestTarget to serve the content from an IResourceStream (can be a static file). -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq/ - Take Surveys. Earn Cash. Influence the Future

Re: [Wicket-user] Joost uses Wicket

2007-03-18 Thread Jean-Baptiste Quenot
URL fragment and gives it to the user as getURI(). To follow your advice, I will also add an example of how to combine this with a ResourceStreamRequestTarget, good idea. Stay tuned! -- Jean-Baptiste Quenot aka John Banana Qwerty htt

Re: [Wicket-user] Table with TextFields example (Dissapointed in Wicket)

2007-03-18 Thread Jean-Baptiste Quenot
ed the question below 2 days ago and still no response. Did you consider commercial/paid support? See http://cwiki.apache.org/WICKET/companies-that-provide-services.html Those companies would be more than happy to help you. -- Jean-Baptiste Quenot aka John Banana Qwerty http://

Re: [Wicket-user] Apologies from an anonymous coward

2007-03-20 Thread Jean-Baptiste Quenot
r nickname soon. I'm always wary of anonymous posts. -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq/ - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay

Re: [Wicket-user] ajax errors handling

2007-03-23 Thread Jean-Baptiste Quenot
e an uniform behavior for the expiration page http://issues.apache.org/jira/browse/WICKET-364 -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq/ - Take Surveys. Earn Cash. Influence the Futur

Re: [Wicket-user] Ajax error handling: deployment vs development mode

2007-03-23 Thread Jean-Baptiste Quenot
-stuff/branches/wicket-1.3/wicket-contrib-dojo/src/main/java/wicket/contrib/dojo/markup/html/floatingpane/AjaxErrorBehavior.java?revision=1755&view=markup Cheers, -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq/

Re: [Wicket-user] How to catch the error in custome error page?

2007-03-23 Thread Jean-Baptiste Quenot
InDataBase(e); return new MyExceptionPage(); } }; } You don't indicate which version of Wicket you're using, I assume the latest in this code snippet. -- Jean-Baptiste Quenot aka John Banana Qwerty

Re: [Wicket-user] Wicket and Flash not playing well together ?

2007-03-24 Thread Jean-Baptiste Quenot
hich doesn't seem to be the case. -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq/ - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the

Re: [Wicket-user] Ajax error handling: deployment vs developmentmode

2007-03-30 Thread Jean-Baptiste Quenot
* Apaar Trivedi: > What I would like is to be able to use both in either mode in > Wicket 1.2.4. Is this possible? The patch would need to be backported then. -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.c

Re: [Wicket-user] Custom XML markup

2007-03-31 Thread Jean-Baptiste Quenot
hat wicket version are you using? this might be a bug in our xml parser. > please open a jira issue. Indeed it's a problem in our XML parser. But the problem is already fixed, see: XmlPullParser does not respect the XML NCName syntax https://issues.apache.org/jira/browse/WICKET-350 --

Re: [Wicket-user] patch question: wicket 313

2007-04-05 Thread Jean-Baptiste Quenot
uestTarget in order to propagate the exception. In that case, it is necessarily handled by RequestCycle. Did you try to follow the exception handling step-by-step in the debugger? -- Jean-Baptiste Quenot aka John Banana Qwerty

Re: [Wicket-user] Testing trouble when backporting application from 2.0 to 1.2.5

2007-04-05 Thread Jean-Baptiste Quenot
orm fields https://issues.apache.org/jira/browse/WICKET-85 FormTester doesn't pass form components default values https://issues.apache.org/jira/browse/WICKET-258 Cheers, -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq/ -

Re: [Wicket-user] Adding code to moveUpLink, moveDownLink and removeLink on ListView

2007-04-05 Thread Jean-Baptiste Quenot
ve rows with ListView, you loose the whole user input, so make sure that you don't have editable fields in your ListView! -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq/ - Take Surveys. Ear

Re: [Wicket-user] Classloader for selectively reload web tier

2007-04-06 Thread Jean-Baptiste Quenot
nit: Wicket core library initializer INFO - WebApplication - [DashboardApp] Started Wicket in development mode -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq/ - Take Surveys.

Re: [Wicket-user] Help Me Improve Wicket Quickstart

2007-04-08 Thread Jean-Baptiste Quenot
Why not opening an issue on JIRA with the required patch to build.xml? And about the documentation, it's in Confluence, right? -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq/ - Take Su

[Wicket-user] HEADS-UP Some renaming in Wicket Stuff

2007-04-10 Thread Jean-Baptiste Quenot
our comments welcome, -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq/ - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chanc

Re: [Wicket-user] Classloader for selectively reload web tier

2007-04-12 Thread Jean-Baptiste Quenot
more than welcome. Oh, and BTW, even if I ported this feature to Wicket initially, all credits go to Apache Cocoon from where I borrowed most of the code, and more particularly Torsten Curdt who is the main author of these classloader hacks. Cheers, -- Jean-Baptiste Quenot aka

Re: [Wicket-user] Detecting timeout in an Ajax Submit

2007-04-13 Thread Jean-Baptiste Quenot
t. -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq/ - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinio

Re: [Wicket-user] allow vanilla html alternatives to wicket namespaced tags (Was: Multi page inheritance)

2007-04-13 Thread Jean-Baptiste Quenot
u explain a bit more about the parser's limitation? -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq/ - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techs

Re: [Wicket-user] switching back to WicketFilter from ReloadingWicketFilter in production

2007-04-14 Thread Jean-Baptiste Quenot
ack magic? Indeed, that's how I do it and it's not very convenient. We should modify ReloadingWicketFilter#getClassLoader() to return the reloadingClassLoader only when the application is in development mode, otherwise return super.getClassLoader(). Cheers, -- Jean-Bapt

Re: [Wicket-user] switching back to WicketFilter from ReloadingWicketFilter in production

2007-04-14 Thread Jean-Baptiste Quenot
duction, which is not good. -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq/ - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take

Re: [Wicket-user] Testing an External SubmitLink

2007-04-15 Thread Jean-Baptiste Quenot
the current Wicket? If not, can you test with a recent 1.3 snapshot, otherwise can you file a JIRA issue? -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq/ - This SF.net email is sponsored by DB2

Re: [Wicket-user] switching back to WicketFilter from ReloadingWicketFilter in production

2007-04-16 Thread Jean-Baptiste Quenot
r that usecase, but we may not check that change into Wicket, otherwise the instructions to use the reloading mechanism get too complicated. -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq/ - This

Re: [Wicket-user] ReloadingWicketFilter and Spring with annotation

2007-04-18 Thread Jean-Baptiste Quenot
. > TestFilter contains only a static block with this > line: > "ReloadingClassLoader.includePattern("test.wicket.*");" > Is possible this combination or something is wrong? Hi, Can you provide the relevant source code snippets? Thanks in advance, -- Jean-

Re: [Wicket-user] ReloadingWicketFilter and Spring with annotation

2007-04-18 Thread Jean-Baptiste Quenot
include the UI layer == Wicket application or components. -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq/ - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE

Re: [Wicket-user] logging exception with Sun Application Server and Examples

2007-04-19 Thread Jean-Baptiste Quenot
* NickCanada: > Commons-logging seems bring up gripes Unless you hack it to remove the damned shielding classloader ;-) -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq/ - This SF.net email

Re: [Wicket-user] Tree Node's Refresh Issue

2007-04-20 Thread Jean-Baptiste Quenot
* Sridhar.N: > I have a user interface which is having 2 frames. Frames are not really Web 2.0, I would use a SplitPane: http://www.demay-fr.net:8080/WCD13/app/?wicket:bookmarkablePage=%3Awicket.contrib.dojo.examples.SplitContainerSample -- Jean-Baptiste Quenot aka John Banana Qwe

Re: [Wicket-user] JIRA issue? Buggy behaviour in PageMap.access(IPageMapEntry, int). Wicket1.2.4

2007-04-20 Thread Jean-Baptiste Quenot
; or svn diff to create such a patch file. Thanks in advance, -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq/ - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE versio

Re: [Wicket-user] Text Correction

2007-04-21 Thread Jean-Baptiste Quenot
modal/res/modal.js: return "Reloading this page will cause the modal window to disappear."; Does it help? -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq/ - This SF.net email is spon

Re: [Wicket-user] FormComponent - HTML equivalent?

2007-04-21 Thread Jean-Baptiste Quenot
> @Override > protected void populateItem( ListItem item ) > { > Component component = itemresolver.resolve( item ); > > if( component != null ) > item.add( component ); Here you need to add a Panel, not any Component. -- Jean-Baptiste

Re: [Wicket-user] <-- change lang?

2007-04-21 Thread Jean-Baptiste Quenot
* Eelco Hillenius: > > is it possible to change the attributes of the > You should be able to attach a Wicket component to the tag. Or create an IMarkupFilter and register it using Application.getMarkupSettings().setMarkupParserFactory()? -- Jean-Baptiste Quenot aka John Banana

Re: [Wicket-user] Help: Creating a Apache-licensed Wysiwyg-Textarea for Wicket

2007-04-23 Thread Jean-Baptiste Quenot
wicket-stuff/trunk/wicket-contrib-dojo/src/main/java/org/wicketstuff/dojo/markup/html/richtexteditor/DojoRichTextEditorBehavior.java?view=markup Cheers, -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.c

Re: [Wicket-user] Help: Creating a Apache-licensed Wysiwyg-Textarea for Wicket

2007-04-23 Thread Jean-Baptiste Quenot
ience as yours, providing code snippets all the time, answering to every question with such accuracy :-) Congratulations, Igor! -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq/ - This SF.net em

Re: [Wicket-user] encoding problem

2007-04-26 Thread Jean-Baptiste Quenot
x27;s pages with 'sensitive' characters https://issues.apache.org/jira/browse/WICKET-40 -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq/ - This SF.net email is sponsored by DB2 Expr

Re: [Wicket-user] Contributing to wicket-contrib-yui

2007-04-27 Thread Jean-Baptiste Quenot
and let the user choose the script to load. That's what we do on WS Dojo. -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq/ - This SF.net email is sponsored by DB2 Express Download DB2 Express C

Re: [Wicket-user] encoding of AttributeModifier's model

2007-04-27 Thread Jean-Baptiste Quenot
quot;, true, new Model(url))); Please specify which Wicket version you are using. If this issue can also be reproduced on the latest and greatest Wicket (trunk, 1.3) would you be kind enough to open a JIRA issue? Thanks in advance, -- Jean-Baptiste Quenot aka John

Re: [Wicket-user] using wicket like sitemesh

2007-04-27 Thread Jean-Baptiste Quenot
ct rule or something to do > that? You can have a look at URIRequestTargetUrlCodingStrategy Examples at http://wicketstuff.org/wicket13/staticpages/ -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq/ --

Re: [Wicket-user] BookmarkablePageLink with multiple window support in 1.2.6

2007-05-05 Thread Jean-Baptiste Quenot
=wicket-0 > > the number become string array and this url is un-resolvable Can you file a JIRA issue, attaching a quickstart project? I can't reproduce this on 1.2.6. I tried with the "Click this BookmarkablePageLink to go to Page3" link in wicket-exa

Re: [Wicket-user] Button using button tag instead of input

2007-05-05 Thread Jean-Baptiste Quenot
* Ryan Sonnek: > Using the current Link object is *not* an option since it > doesn't disable buttons correctly. Yes it does it's fixed. -- Jean-Baptiste Quenot aka John Banana Qwerty http:/

Re: [Wicket-user] Button using button tag instead of input

2007-05-05 Thread Jean-Baptiste Quenot
e attribute of will not render anything. -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq/ - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 ex

Re: [Wicket-user] Button using button tag instead of input

2007-05-05 Thread Jean-Baptiste Quenot
* Ryan Sonnek: > So, now I'm confused. If Link is fixed, should I use it or the > updated Button object? Button is a form component, Link is not. It's up to you. -- Jean-Baptiste Quenot aka John Banana Qwerty http:/

Re: [Wicket-user] Difficulty with TextFields in ListView

2007-05-05 Thread Jean-Baptiste Quenot
tter use RefreshingView. -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq/ - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your

Re: [Wicket-user] Sending Emails Via Wicket?

2007-05-05 Thread Jean-Baptiste Quenot
See RequestCycle.setRequestTarget() -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq/ - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take co

Re: [Wicket-user] 1.2 to 1.3 migration problems (javax.crypto.IllegalBlockSizeException

2007-05-05 Thread Jean-Baptiste Quenot
nippet would help. Is there an example on http://wicketstuff.org/wicket13 that matches your usecase? -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq/ - This SF.net email is sponsored by

Re: [Wicket-user] AbstractRequestTargetUrlCodingStrategy is throwing an error now...

2007-05-05 Thread Jean-Baptiste Quenot
t gets called > with "mode/:/0" (not expected, and incorrect which is causing the > exception). Please track all HTTP requests made on Wicket. You probably have some weird static resource (image?) loading in your page that has a wrong relative path. -- Jean-Baptiste Quenot ak

Re: [Wicket-user] Formatting non-html templates

2007-05-05 Thread Jean-Baptiste Quenot
* David Leangen: > > and now component.setRenderBodyOnly(true) > > Looks like this approach does exactly what I want after all. :-D I guess you can also add a markup filter that will strip out the XML tags. -- Jean-Baptiste Quenot aka John Banana Qwerty http://car

Re: [Wicket-user] Back-button / versioning

2007-05-05 Thread Jean-Baptiste Quenot
Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq/ - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data.

Re: [Wicket-user] Forgot password feature

2007-05-05 Thread Jean-Baptiste Quenot
see http://issues.apache.org/jira/browse/WICKET-40 -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq/ - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2

Re: [Wicket-user] BookmarkablePageLink with multiple window support in 1.2.6

2007-05-06 Thread Jean-Baptiste Quenot
the problem persists, please reopen the issue. Thanks for reporting, -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq/ - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FRE

Re: [Wicket-user] 1.2 to 1.3 migration problems (javax.crypto.IllegalBlockSizeException

2007-05-06 Thread Jean-Baptiste Quenot
is causing you problems. Compare your template with SignInPanel.html, and avoid to change the fields if possible. -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq/ - This SF.net email is sponsored b

Re: [Wicket-user] Difficulty with TextFields in ListView

2007-05-06 Thread Jean-Baptiste Quenot
not run into those, so I don't agree > with JBQ that the support is broken. Indeed as long as you don't try to remove some rows, you don't notice how broken it is. A precise description of the issue is archived at Nabble: http://www.nabble.com/Removing-a-row-from-ListView-in-a-f

Re: [Wicket-user] wicket-contrib-dojo for wicket 1.3.0

2007-05-07 Thread Jean-Baptiste Quenot
lean the Maven repo! Several users are confused with the various leftovers. Should we just wipe out the whole stuff? Then we can fire Bamboo to rebuild everything. -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq/ ---

Re: [Wicket-user] 1.2 to 1.3 migration problems (javax.crypto.IllegalBlockSizeException

2007-05-08 Thread Jean-Baptiste Quenot
oes not match. For example I don't see the feedback component in your template. -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq/ - This SF.net email is sponsored by DB2 Express Download

Re: [Wicket-user] maven snapshot repo and javadocs

2007-05-08 Thread Jean-Baptiste Quenot
* Johan Compagner: > docs: http://www.wicketstuff.org/wicket13doc/ Johan, you rock! Thanks a lot for the online Javadocs! -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq/ - This SF.net em

Re: [Wicket-user] Bookmarkable images

2007-05-08 Thread Jean-Baptiste Quenot
p://wicketstuff.org/wicket13/staticpages/ No images are currently shown in the examples, but it works the same with any kind of data. Cheers, -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq/ - Th

Re: [Wicket-user] 1.2 to 1.3 migration problems (javax.crypto.IllegalBlockSizeException

2007-05-09 Thread Jean-Baptiste Quenot
put the javadocs in WEB-INF/lib ;-) Cheers, -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq/ - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of

Re: [Wicket-user] Question about WebApplication.mount(String path, PackageName packageName)

2007-05-10 Thread Jean-Baptiste Quenot
issue for this: PackageRequestTargetUrlCodingStrategy should interrupts the cycle and sends a 404 when a page/class cannot be found https://issues.apache.org/jira/browse/WICKET-293 -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq/ -

Re: [Wicket-user] wicket-contrib-push: bad dependency

2007-05-10 Thread Jean-Baptiste Quenot
* Xavier Hanin: > BTW, there is the same kind of problem on > wicket-contrib-push-examples, for the dependency on WCD and WCP. Hey Xavier, Do you already have a SourceForge account? Would you be interested in joining the team? ;-) -- Jean-Baptiste Quenot aka John Banana Qwert

Re: [Wicket-user] wicket-contrib-push: bad dependency

2007-05-10 Thread Jean-Baptiste Quenot
* Xavier Hanin: > On 5/10/07, Jean-Baptiste Quenot <[EMAIL PROTECTED]> wrote: > > > Would you be interested in joining the team? ;-) > > > I don't know if I'll have much time to contribute, but I'd be > happy to join though. Congratulations, you&#x

Re: [Wicket-user] BookmarkablePageLink converts String parameters to String[]? (Wicket 1.2.6)

2007-05-13 Thread Jean-Baptiste Quenot
ingStrategy https://issues.apache.org/jira/browse/WICKET-524 -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq/ - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE ver

Re: [Wicket-user] How to display applet in wicket?

2007-05-14 Thread Jean-Baptiste Quenot
URL that are made on your server? Can you list them? -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq/ - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version o

Re: [Wicket-user] How to display applet in wicket?

2007-05-14 Thread Jean-Baptiste Quenot
Oh, and by the way, why do you need Wicket for streaming a static resource from the server? Just specify the relative path of your static file in the web application. -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq

Re: [Wicket-user] BookmarkablePageLink converts String parameters to String[]? (Wicket 1.2.6)

2007-05-14 Thread Jean-Baptiste Quenot
* manuel barzi: > Unfortunatelly, I have to confirm you this is actually not true > in 1.2.6 (I guess the link provided by Jean-Baptiste Quenot is > explaining it all). > > In my case I just transfer independent key-values (never > repeated), and when recoveri

Re: [Wicket-user] BookmarkablePageLink converts String parameters to String[]? (Wicket 1.2.6)

2007-05-14 Thread Jean-Baptiste Quenot
which is the currently I am using in my > development. Or is that link valid for both cases? Apache's Jira is also used to track bugs for the 1.2.x maintenance branch indeed. -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq/ -

Re: [Wicket-user] Complete JavaDocs

2007-05-14 Thread Jean-Baptiste Quenot
* Rüdiger Schulz: > > I was wondering if there are complete Wicket Javadocs somewhere > available online. That is, all modules together in one. Same goes for > Wicketstuff. http://wicketstuff.org/wicket13doc/ If some javadocs are missing please file a JIRA issue. Thanks, -- J

Re: [Wicket-user] Need to reload app in tomcat aftering adding a variant markup

2007-05-15 Thread Jean-Baptiste Quenot
rceStreamLocator(resourceFinder)); I use it like this: getResourceSettings().setResourceFinder(new Path(new Folder("src/main/resources"))); Have you tried a relative path? Are you sure the path you mention is in the right form? What version of Wicket are you using? -- Jean-

Re: [Wicket-user] Need to reload app in tomcat aftering adding a variant markup

2007-05-15 Thread Jean-Baptiste Quenot
r fixed. Igor mentions it is done like this by design, but I think you've got a perfectly valid usecase that Wicket should address. -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq/ - This SF.net

Re: [Wicket-user] Need to reload app in tomcat aftering adding a variant markup

2007-05-16 Thread Jean-Baptiste Quenot
ough disabled in > deployment mode by default, he could enable it for his specific > application. Indeed, ModificationWatcher acting on previously not found files should be done only in development mode by default, and Chris will just have to enable it for his deployment. Cheers, -- J

Re: [Wicket-user] Need to reload app in tomcat aftering adding a variant markup

2007-05-17 Thread Jean-Baptiste Quenot
template is modified, the file handle leaking (caused by a bug in the JVM) has been fixed by only looking at the JAR file's modification time. But the current usecase is to look at a directory, not a JAR anyway. -- Jean-Baptiste Quenot aka John Banana Qwerty http:/

Re: [Wicket-user] Exception Strategy in 1.3

2007-05-22 Thread Jean-Baptiste Quenot
* craigdd: > I'm wondering if there are any other hooks that I can implement > that leaves the respond method alone but have the exception and > internal page available. Have a look at ExceptionErrorPage and IExceptionSettings -- Jean-Baptiste Quenot aka John Banana

Re: [Wicket-user] integrating wicket and cocoon

2007-05-28 Thread Jean-Baptiste Quenot
a complete rewrite compared to 2.1, so I'm not familiar with it. I won't be able to help much, unless you want to stick to Cocoon 2.1. -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq/ - Th

Re: [Wicket-user] Request attributes

2007-05-28 Thread Jean-Baptiste Quenot
PageParameters from the request attributes, just extend AbstractRequestTargetUrlCodingStrategy and override decodeParameters(). Then you can use the custom IRequestTargetUrlCodingStrategy by using Application.mount(). Cheers, -- Jean-Baptiste Quenot aka John Banana Qwerty htt

Re: [Wicket-user] Wicket & Acegi ?

2007-05-29 Thread Jean-Baptiste Quenot
pp? You can just add acegi filter in web.xml before wicket servlet, can't you? Going the "Wicket way" is not strictly necessary, I do it like this without integrating with Wicket authentication facilities. --

Re: [Wicket-user] How To Test with getApplication method

2007-05-31 Thread Jean-Baptiste Quenot
on their 1.2.x version. -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq/ - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control o

Re: [Wicket-user] Wicket & Acegi ?

2007-05-31 Thread Jean-Baptiste Quenot
ject. Thanks Erik! -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq/ - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of y

Re: [Wicket-user] Exception Strategy in 1.3

2007-05-31 Thread Jean-Baptiste Quenot
t; which does not exist in 1.3. I just fixed this. It would be nice if you could create a JIRA issue next time for that kind of problems, and if possible the updated documentation. -- Jean-Baptiste Quenot aka John Banana

Re: [Wicket-user] form silently failing to load data when template and pojo are different

2007-05-31 Thread Jean-Baptiste Quenot
known bug it sure took me a long time to resolve > it. I just fixed it by adding a check for the "textarea" tag. Please open an issue in JIRA when you encounter that kind of problems. -- Jean-Baptiste Quenot aka Jo

Re: [Wicket-user] Escaping German Umlauts

2007-05-31 Thread Jean-Baptiste Quenot
st place. Cheers, -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq/ - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control o

  1   2   3   >