Re: [Wicket-user] Allow nested components in VelocityPanel

2006-06-28 Thread Jean-Baptiste Quenot
in PageParameters Basically it allows to pass arrays in the parameters of a page. Thanks in advance, -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq/ --- src/java/wicket/util/resource/FileResourceStream.java.orig Fri May 5 15:09:00 2006 +++ src/java/wicket/util

Re: [Wicket-user] Allow nested components in VelocityPanel

2006-06-29 Thread Jean-Baptiste Quenot
patch attached. -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq/ --- src/java/wicket/util/resource/FileResourceStream.java.orig Fri May 5 15:09:00 2006 +++ src/java/wicket/util/resource/FileResourceStream.java Thu Jun 29 16:23:03 2006 @@ -85,7 +85,9

Re: [Wicket-user] Allow nested components in VelocityPanel

2006-07-03 Thread Jean-Baptiste Quenot
* Johan Compagner: is this path an append on the previous one or one by itself? It's a brand new patch against 1.2-rc1. I just tested, it applies OK on 1.2 release. -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq/ Using Tomcat but need to do more? Need to support

Re: [Wicket-user] Allow nested components in VelocityPanel

2006-07-03 Thread Jean-Baptiste Quenot
* Johan Compagner: so the older one doesn't need to be applied? No, it doesn't. -- 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

Re: [Wicket-user] More CSS support in wicket?

2006-07-19 Thread Jean-Baptiste Quenot
-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 opinions on IT business topics

Re: [Wicket-user] java.io.NotSerializableException on my session object

2006-07-19 Thread Jean-Baptiste Quenot
the Wicket-Spring extension, is there a documentation available? -- 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] set static values on DropDownChoice

2006-07-19 Thread Jean-Baptiste Quenot
list, not an arbitrary String value. HTH, -- 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] java.io.NotSerializableException on my session object

2006-07-19 Thread Jean-Baptiste Quenot
* Eelco Hillenius: On 7/19/06, Jean-Baptiste Quenot [EMAIL PROTECTED] wrote: Why do we need Serializable here? I agree you don't need it for application. However, Application's meta data reuses the metadata classes that are used for pages and session, where meta data

Re: [Wicket-user] Apache Wicket!

2006-07-29 Thread Jean-Baptiste Quenot
*community*, i.e. a group of people knowing each other. Long life to Apache Wicket ;-) -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq/ - Take Surveys. Earn Cash. Influence the Future of IT Join

Re: [Wicket-user] wicket:message

2006-08-01 Thread Jean-Baptiste Quenot
-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 opinions on IT business topics

Re: [Wicket-user] wicket:message

2006-08-03 Thread Jean-Baptiste Quenot
already have such constructs allowed in Wicket? -- 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] VOTE: how should localized attributes work?

2006-08-04 Thread Jean-Baptiste Quenot
=my_value_key alt=my_alt_key wicket:message=value alt/ -- 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

Re: [Wicket-user] Performance/Scalability tips

2006-08-10 Thread Jean-Baptiste Quenot
(java.lang.Class, PageParameters) should be used in favour of setResponsePage(Page) when possible? -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq/ - Using Tomcat but need to do more? Need to support web

Re: [Wicket-user] Performance/Scalability tips

2006-08-10 Thread Jean-Baptiste Quenot
it. Thanks for your helpful answer. Shall I also use BookmarkablePageLink instead of PageLink when I don't have any parameter to pass, or is it the same? -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq

Re: [Wicket-user] Performance/Scalability tips

2006-08-11 Thread Jean-Baptiste Quenot
the result of our discussion on the Wiki page, to give concrete examples: http://www.wicket-wiki.org.uk/wiki/index.php/Stateless_pages -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq/ - Using Tomcat

Re: [Wicket-user] Performance/Scalability tips

2006-08-11 Thread Jean-Baptiste Quenot
() != null) + setResponsePage(pageLink.getPage()); + else + setResponsePage(pageLink.getPageIdentity()); } } With this patch I've got a failing test in wicket.markup.html.header.testing3.HeaderTest however. -- Jean-Baptiste Quenot aka

Re: [Wicket-user] Pretty URL for login page ?

2006-08-11 Thread Jean-Baptiste Quenot
for marking the session dirty. -- 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

Re: [Wicket-user] Best practice to clear a form ?

2006-08-11 Thread Jean-Baptiste Quenot
Do you mean that the form values should not be processed? In this case you should use a CancelButton: See http://www.wicket-wiki.org.uk/wiki/index.php/Multiple_submit_buttons_in_form -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq

Re: [Wicket-user] Pretty URL for login page ?

2006-08-11 Thread Jean-Baptiste Quenot
* Johan Compagner: Please make a RFE I created a patch because I need it too: See http://sourceforge.net/tracker/index.php?func=detailaid=1538810group_id=119783atid=684977 -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq

[Wicket-user] Handle String array in PageParameters

2006-08-19 Thread Jean-Baptiste Quenot
: PageParameters params = new PageParameters(); params.add(a, 1); params.add(a, 2); Gives the following URL: http://server/app?a=1 Instead of: http://server/app?a=1a=2 Can you please review it? -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq

[Wicket-user] Close input stream in AbstractResourceStream.asString()

2006-08-19 Thread Jean-Baptiste Quenot
Hi, Yet another « hack to make it work »: [ 1543247 ] Close input stream in AbstractResourceStream.asString() http://sourceforge.net/tracker/index.php?func=detailaid=1543247group_id=119783atid=684977 Thanks in advance, -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq

Re: [Wicket-user] Handle String array in PageParameters

2006-08-20 Thread Jean-Baptiste Quenot
that this patch breaks some unit tests, as the BOOKMARKABLE_PAGE_PARAMETER_NAME is now properly encoded, that was not the case before. Tell me if you want me to provide a patch for the testcases. All the best, -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq

Re: [Wicket-user] Handle String array in PageParameters

2006-08-20 Thread Jean-Baptiste Quenot
* Juergen Donnerstag: Ah, it is a 1.2 patch. I applied it on my laptop. Because it changes bookmarkable URL we'll definitely Yes it is in branch 1.2. But tell me, we'll definitely... what? -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq

Re: [Wicket-user] Handle String array in PageParameters

2006-08-20 Thread Jean-Baptiste Quenot
. But we can also keep the old behaviour if you wish, encoding the bookmarkable URLs is not necessary for passing String array in PageParameters. -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq/ Running wicket.markup.html.link.BookmarkableHomePageLinksTest

Re: [Wicket-user] Handle String array in PageParameters

2006-08-20 Thread Jean-Baptiste Quenot
or not Wicket should produce standards-compliant and properly-encoded URLs. If that is not an option, the patch can be reworked to keep the current behaviour for bookmarkable URLs. -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq

Re: [Wicket-user] Dynamic Markup

2006-08-20 Thread Jean-Baptiste Quenot
://wicket-stuff.sourceforge.net/wicket-velocity-panel/index.html -- 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

Re: [Wicket-user] Close input stream in AbstractResourceStream.asString()

2006-08-20 Thread Jean-Baptiste Quenot
in VelocityPanel http://sourceforge.net/tracker/index.php?func=detailaid=1485704group_id=119783atid=684977 Please come back to me if you feel that there is a more appropriate way to bring such a change. Thanks in advance, -- Jean-Baptiste Quenot aka John Banana Qwerty http

Re: [Wicket-user] Generate HTML file from page

2006-08-20 Thread Jean-Baptiste Quenot
* V. Jenks: Is there a slick way to do this? How can I generate a static HTML file of a Wicket WebPage? I suggest taking a look at WicketTester.dumpPage() -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq

Re: [Wicket-user] wicket CMS type components...

2006-08-30 Thread Jean-Baptiste Quenot
an abstraction of a storage API 2) the JCR nodes can have multi-valued properties, and they can also point to other nodes in the repository... That is not so easy to implement in a RDBMS. I'd be glad if Jackrabbit could make its way into Wicket Stuff! -- Jean-Baptiste Quenot aka John

Re: [Wicket-user] Developing a Wicket CMS

2006-09-13 Thread Jean-Baptiste Quenot
a wicket-contrib-jcr! -- 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

Re: [Wicket-user] Velocity rendering

2006-09-18 Thread Jean-Baptiste Quenot
to be able to reference Wicket components in the output. Maybe we should think to make an 1.1 release? We should also publish the slight documentation updates. -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq

Re: [Wicket-user] servlet-mapping

2006-11-16 Thread Jean-Baptiste Quenot
What is the context path of your webapp within the servlet container? Have you seen this issue: http://issues.apache.org/jira/browse/WICKET-66 All the best, -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq

Re: [Wicket-user] servlet-mapping

2006-11-17 Thread Jean-Baptiste Quenot
explain why we cannot use the url-pattern/*/url-pattern and have static resources loaded properly (with correct headers etc)? You can try that: servlet-mapping servlet-namedefault/servlet-name url-pattern*.css/url-pattern /servlet-mapping -- Jean-Baptiste Quenot aka John Banana Qwerty

Re: [Wicket-user] Just wonder how everybody manage the image path when using wicket?

2006-11-17 Thread Jean-Baptiste Quenot
* Erik van Oosten: I think you are looking for this information: http://cwiki.apache.org/WICKET/wicket-behind-a-front-end-proxy.html I don't think this is the right answer as the URL is not generated by Wicket in this usecase. -- Jean-Baptiste Quenot aka John Banana Qwerty http

Re: [Wicket-user] Just wonder how everybody manage the image path when using wicket?

2006-11-19 Thread Jean-Baptiste Quenot
wicket.extensions.util.resource.TextTemplate to replace $contextPath You don't need to specify the full URL with host name however, using an absolute path is sufficient. -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq

Re: [Wicket-user] Just wonder how everybody manage the image path when using wicket?

2006-11-19 Thread Jean-Baptiste Quenot
WebApplication.mount(), those links cease to reference the proper resource as in this case we need an absolute path, and thus referencing the context path. -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq

Re: [Wicket-user] Just wonder how everybody manage the image path when using wicket?

2006-11-19 Thread Jean-Baptiste Quenot
filters. » It suggests that I don't have to do anything to use it, but the next sentence indicates how to use it... -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq/ - Take Surveys. Earn Cash

Re: [Wicket-user] Just wonder how everybody manage the image path when using wicket?

2006-11-19 Thread Jean-Baptiste Quenot
* Juergen Donnerstag: That is added by default So, the links are already transformed automagically without the need to do anything more? I have to check that. -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq

Re: [Wicket-user] wicket stuff stuff

2006-11-22 Thread Jean-Baptiste Quenot
* James McLaughlin: I've started a topic ProjectMaintainers and populated it with the mails received today. Thanks James, I added WicketContribDojo and WicketContribVelocity. -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq

Re: [Wicket-user] Question about Hour and Minute selection

2006-11-24 Thread Jean-Baptiste Quenot
* Carfield Yim: Just wonder if there any hour and minute selection widget available? There is the Dojo TimePicker, but I don't know if it's already in wicket-contrib-dojo from the wicket-stuff project at SourceForge. -- Jean-Baptiste Quenot aka John Banana Qwerty http

Re: [Wicket-user] Too many open files

2006-11-27 Thread Jean-Baptiste Quenot
disable the shaky code that reloads templates from JARs (shaky not because of Wicket, but because of the JVM), and provide a setting to *optionally* re-activate it for the few users that really need this. -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq

Re: [Wicket-user] [ wicket-Patches-1562130 ] File descriptor leak in URLResourceStream

2006-11-27 Thread Jean-Baptiste Quenot
to address the needs of *most* users. And for most users it doesn't make any sense to reload templates from JAR files. -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq/ - Take Surveys. Earn Cash

Re: [Wicket-user] Timeline-component

2006-11-29 Thread Jean-Baptiste Quenot
 » Enjoy, -- 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 opinions

Re: [Wicket-user] wicket-scriptaculous release

2006-12-13 Thread Jean-Baptiste Quenot
-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 opinions on IT business topics

Re: [Wicket-user] How to get the Exception on the Exception page?

2006-12-13 Thread Jean-Baptiste Quenot
Hi Erik, Were you able to find a solution to be able to present the user with meaningful error page when an Ajax request fails? I'm also interested in that. Cheers, -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq

Re: [Wicket-user] Ajax DropDownChoice Question

2007-01-07 Thread Jean-Baptiste Quenot
. -- 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 opinions

Re: [Wicket-user] Wicket-stuff site (Was: Re: Jar forwicket-contrib-scriptaculous?)

2007-01-20 Thread Jean-Baptiste Quenot
, I'm catching up on wicket-users, since the last weeks were very busy. I don't understand the whole issue: the idea is to move wicket-stuff outside of Sourceforge? Why is the provided URL just an ip address? -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq

Re: [Wicket-user] Wicket-stuff site (Was: Re: Jar forwicket-contrib-scriptaculous?)

2007-01-20 Thread Jean-Baptiste Quenot
@dev list. And what about wicketstuff.org then? We could register it right now and point it to the afore-mentioned IP address. See http://www.nabble.com/Vote%3A-take-wicketframework.org-off-of-sf.net-servers-and-onto-our-own-box-tf3037015.html#a8440414 -- Jean-Baptiste Quenot aka John Banana

Re: [Wicket-user] Wicket-stuff site (Was: Re: Jar forwicket-contrib-scriptaculous?)

2007-01-20 Thread Jean-Baptiste Quenot
* Filippo Diotalevi: On 1/20/07, Martijn Dashorst [EMAIL PROTECTED] wrote: On 1/20/07, Jean-Baptiste Quenot [EMAIL PROTECTED] wrote: I don't understand the whole issue: the idea is to move wicket-stuff outside of Sourceforge? Why is the provided URL just an ip address

Re: [Wicket-user] SURVEY: Are you using Page.before/afterCallComponent

2007-01-23 Thread Jean-Baptiste Quenot
* Igor Vaynberg: are you using Page.before/afterCallComponent? and if so what is the usecase? Not at all. -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq/ - Take Surveys. Earn Cash

Re: [Wicket-user] Compound Property model and Palette

2007-01-23 Thread Jean-Baptiste Quenot
* Igor Vaynberg: there have been many changes to the palette in the recent past, give it another try. I would even say that the problem is fixed. See https://issues.apache.org/jira/browse/WICKET-222 -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq

Re: [Wicket-user] Ajax refreshing of DataTable

2007-02-04 Thread Jean-Baptiste Quenot
Hi PH, Can you please send the relevant HTML markup snippet? Did you try adding to AjaxRequestTarget an element that holds both the filter toolbar and the data table? -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq

Re: [Wicket-user] Right-click context menu

2007-02-04 Thread Jean-Baptiste Quenot
be nicely integrated to Wicket, please checkout wicket-contrib-dojo and see where the context menu would best fit. We'd be more than happy to integrate your contribution. http://wicketstuff.org/confluence/display/STUFFWIKI/wicket-contrib-dojo -- Jean-Baptiste Quenot aka John Banana Qwerty

Re: [Wicket-user] Right-click context menu

2007-02-04 Thread Jean-Baptiste Quenot
* Vincent Demay: I've just finished to integrate DojoMenu Hi Vincent, Great work! However in your MenuSample example, it's not clear how to intercept which particular menu item has been selected. Am I missing something? -- Jean-Baptiste Quenot aka John Banana Qwerty http

Re: [Wicket-user] How can I add some javascript to make sure the main page will occupy whole browser?

2007-02-09 Thread Jean-Baptiste Quenot
* Carfield Yim: How can I add that javascript to onload event of that main page? Use getBodyContainer().addOnLoadModifier() -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq/ - Using Tomcat

Re: [Wicket-user] Webby is cool

2007-02-13 Thread Jean-Baptiste Quenot
* nilo de roock: Today I looked at WebbyDB, it's a 'PHP-type-of-dump-classes-on-webpage' app, hibernate handles the persistency side. It depends on webby, wicket, databinder and hibernate. Do you have a pointer please? Or is it http://r8fe.net/webby/ -- Jean-Baptiste Quenot aka John

Re: [Wicket-user] low wicket performance - intensive file system usage

2007-02-13 Thread Jean-Baptiste Quenot
* Martijn Dashorst: Use the wicket filter instead. Can you please tell why it makes such a big performance difference between the servlet and the filter? I never noticed that. -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq

Re: [Wicket-user] low wicket performance - intensive file system usage

2007-02-13 Thread Jean-Baptiste Quenot
. Does it mean in Wicket 1.x there is code that streams static resources? That's interesting. Can you point me to the relevant class or method? -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq

Re: [Wicket-user] VOTE on wicket:component

2007-02-20 Thread Jean-Baptiste Quenot
Hi Jonathan, What is the result of the vote then? Or was it just a poll? Seems like many users expressed the wish to remove that feature. Is there a JIRA issue for that? Thanks, -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq

Re: [Wicket-user] Vertical Tabs

2007-02-20 Thread Jean-Baptiste Quenot
%3Awicket.contrib.dojo.examples.TabContainerSample But using this instruction you get vertical tabs: tabContainer.setTabPosition(DojoTabContainer.TAB_POS_LEFT) See http://wicketstuff.org/confluence/display/STUFFWEB/Home to access the source code. -- Jean-Baptiste Quenot aka John Banana

Re: [Wicket-user] Testing and sessions

2007-02-23 Thread Jean-Baptiste Quenot
! -- 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 opinions on IT business

Re: [Wicket-user] WicketTester and DropDownChoice.onSelectionChanged()

2007-02-23 Thread Jean-Baptiste Quenot
* Johan Compagner: something like this: setupRequestAndResponse(); getServletRequest().setRequestToComponent(DDC); processRequestCycle(); Since a few seconds in 1.3 you can also do directly: tester.executeListener(DDC); -- Jean-Baptiste Quenot aka John Banana

Re: [Wicket-user] [WCD] problem building examples

2007-02-25 Thread Jean-Baptiste Quenot
Hi Xavier, I removed the examples that require JDK 1.5. We'll need to rewrite them. And thanks for the patch to pom.xml, I applied it but with JDK 1.4. See http://wicketstuff.org/jira/browse/DOJO-21 Cheers, -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com

Re: [Wicket-user] [WCD] problem building examples

2007-02-25 Thread Jean-Baptiste Quenot
* Vincent Demay: Jean-Baptiste Quenot a écrit : I removed the examples that require JDK 1.5. We'll need to rewrite them. And thanks for the patch to pom.xml, I applied it but with JDK 1.4. See http://wicketstuff.org/jira/browse/DOJO-21 I fixed this bug. exemples are now 1.4

Re: [Wicket-user] temp / cache dirs won't remove?

2007-02-26 Thread Jean-Baptiste Quenot
-KILL, whereas using kill (default TERM signal) would invoke the shutdown hook correctly. -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq/ - Take Surveys. Earn Cash. Influence the Future of IT Join

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

2007-02-26 Thread Jean-Baptiste Quenot
/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 John Banana

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

2007-02-26 Thread Jean-Baptiste Quenot
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 the chance to share your opinions

Re: [Wicket-user] WicketTester question

2007-03-04 Thread Jean-Baptiste Quenot
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 Techsay panel

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

2007-03-05 Thread Jean-Baptiste Quenot
. .-. | \ \ | |/_ '| /` |'._.' | | # # # # -- 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

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

2007-03-06 Thread Jean-Baptiste Quenot
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. Influence the Future

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

2007-03-06 Thread Jean-Baptiste Quenot
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. Cheers, -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq

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

2007-03-07 Thread Jean-Baptiste Quenot
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 - Take Surveys. Earn Cash. Influence

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 Qwerty

Re: [Wicket-user] Test of panels

2007-03-07 Thread Jean-Baptiste Quenot
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/ - Take Surveys. Earn Cash

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 you please also take a look at https://issues.apache.org/jira

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

2007-03-08 Thread Jean-Baptiste Quenot
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/ - Take Surveys

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? -- Jean-Baptiste Quenot aka John Banana

Re: [Wicket-user] AJAX validation

2007-03-09 Thread Jean-Baptiste Quenot
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 share your opinions

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

2007-03-10 Thread Jean-Baptiste Quenot
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. Thanks in advance, -- Jean-Baptiste Quenot aka John Banana

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

2007-03-12 Thread Jean-Baptiste Quenot
* Kent Tong: Jean-Baptiste Quenot jbq at 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 page or home page to avoid page expired errors

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

2007-03-12 Thread Jean-Baptiste Quenot
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/ - Take Surveys. Earn Cash. Influence

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.com/jbq

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
. -- 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 opinions on IT business

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
://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 Banana Qwerty http

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 uptodate) was: http

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://caraldi.com/jbq

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

2007-03-14 Thread Jean-Baptiste Quenot
your mind during writing it, that's good to see you are open, and not narrow-minded at all ;-) -- 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
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 http://caraldi.com/jbq

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

2007-03-18 Thread Jean-Baptiste Quenot
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://caraldi.com/jbq

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

2007-03-20 Thread Jean-Baptiste Quenot
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 panel and you'll get the chance

Re: [Wicket-user] ajax errors handling

2007-03-23 Thread Jean-Baptiste Quenot
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 Future of IT Join

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

2007-03-23 Thread Jean-Baptiste Quenot
); 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 http://caraldi.com/jbq

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

2007-03-24 Thread Jean-Baptiste Quenot
-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 opinions on IT business topics

Re: [Wicket-user] Custom XML markup

2007-03-31 Thread Jean-Baptiste Quenot
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 -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq

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

2007-04-05 Thread Jean-Baptiste Quenot
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 http://caraldi.com/jbq

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

2007-04-05 Thread Jean-Baptiste Quenot
://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
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. Earn Cash. Influence the Future

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

2007-04-06 Thread Jean-Baptiste Quenot
- WebApplication - [DashboardApp] Started Wicket in development mode -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq/ - Take Surveys. Earn Cash. Influence the Future of IT Join

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 Surveys

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

2007-04-10 Thread Jean-Baptiste Quenot
, -- 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 opinions

  1   2   >