[Wicket-user] [Wicket-User] How I selected Wicket

2007-02-04 Thread nilo de roock
( A bit off-topic but not too far ) Maybe it's interesting to know how I found Wicket. This was my startpoint ( i think ) http://www.java-source.net/open-source/web-frameworks ( I really like that site btw ) Apply a few criteria... otherwise I simply can't advise it to a client. ( I already

Re: [Wicket-user] Ajax DropDownChoice - retain selected value when choices are refreshed

2007-02-04 Thread Frank Bille
You have to submit the entire form using AjaxFormSubmitBehavior to also get the value of B. AjaxFormComponentUpdatingBehavior only submit the form component which it is attached to. Frank On 2/3/07, Peter Thomas [EMAIL PROTECTED] wrote: Hi, I have these two DropDownChoices (A and B) and I

Re: [Wicket-user] [Wicket-User] How I selected Wicket

2007-02-04 Thread Eelco Hillenius
What worries me is that I haven't started coding my app yet. That worries me too, especially considering the amount of emails you sent this week ;) Seriously, just start coding in the alternatives you like and see what fits you best. Eelco

Re: [Wicket-user] How to download Wicket Javadoc ?

2007-02-04 Thread ZedroS Schwart
You're right, thanks a lot :) ZedroS On 2/4/07, Matthew Kwong [EMAIL PROTECTED] wrote: If it is 1.2.4, the apidoc is in wicket-1.2.4.zip\docs\apidocs folder. Matthew Kwong ZedroS Schwart wrote: Hi all Where could I download the Wicket Javadoc ? Thanks in advance ZedroS

Re: [Wicket-user] [wicket 1.2.4] JIRA issue? Ampersand char problem in wicket.markup.html.link.ExternalLink.java

2007-02-04 Thread Johan Compagner
this has to be fixed different later on. Because this is horrible. Everywhere we have those special url encoding char replacing of urls. That should go into one place (at moment of constructing and rendering the url) johan On 2/2/07, Eelco Hillenius [EMAIL PROTECTED] wrote: Fixed, see

Re: [Wicket-user] problem with wicket dtd in IDEA

2007-02-04 Thread Timo Rantalaiho
On Sat, 03 Feb 2007, Dmitry Kandalov wrote: I define namespace like this html xmlns=http://www.w3.org/1999/xhtml; xmlns:wicket=http://wicket.sourceforge.net/; and use wicket-xhtml1-strict.dtd. But IDEA says wicket:id is not allowed and can't recognize wicket tags. I wrote simple xsd for wicket

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
* Bruce Fraser: We are looking for something similar to the Dojo one (http://dojotoolkit.org/ General Widgets - Menu - ContextMenu), and that will most likely be what we'll use if we can't find a Wicket alternative. If you think the Dojo ContextMenu could be

Re: [Wicket-user] [Wicket-User] How I selected Wicket

2007-02-04 Thread Igor Vaynberg
On 2/4/07, Eelco Hillenius [EMAIL PROTECTED] wrote: What worries me is that I haven't started coding my app yet. That worries me too, especially considering the amount of emails you sent this week ;) Seriously, just start coding in the alternatives you like and see what fits you best.

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

2007-02-04 Thread Vincent Demay
Jean-Baptiste Quenot a écrit : * Bruce Fraser: We are looking for something similar to the Dojo one (http://dojotoolkit.org/ General Widgets - Menu - ContextMenu), and that will most likely be what we'll use if we can't find a Wicket alternative. If you

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

Re: [Wicket-user] ApacheCon Europe 2007

2007-02-04 Thread Erik van Oosten
Ballpark: EUR 850. Erik. nilo de roock wrote: My office tried to register me, but the site is still closed. You haven't registered yet either? Any idea of the entrance fee (for the entire week)? Ballpark is fine. - nilo -- Erik van Oosten http://day-to-day-stuff.blogspot.com/

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

2007-02-04 Thread Vincent Demay
Jean-Baptiste Quenot a écrit : * 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? Thanks JB Yes you miss

[Wicket-user] wicket-contrib-tinymce textareas

2007-02-04 Thread Francisco Treacy
Hi wicketers, I'm having a problem/ doubt with a particular TinyMCE setting and its implementation in the wicket-contrib-tinymce project. How can I change tinyMCE.init({ mode : textareas, ... }); for tinyMCE.init({ ... mode : exact, elements : elm1,elm2 }); or mode : specific_textareas

Re: [Wicket-user] wicket-contrib-tinymce textareas

2007-02-04 Thread Igor Vaynberg
i dont know about the integration in wicket-stuff project, but i wrote my own very simple one. the idea is to use a behavior to enable tinymce for a textfield. see attached behavior, might help you get a head start. the usage is pretty basic TextArea textarea=new TextArea(...); textarea.add(new

[Wicket-user] property expression language

2007-02-04 Thread Scott Swank
A quick point of curiosity, does the property expression language support expressions beyond foo.bar? I searched the wiki and couldn't find any more information that that in the models page under PropertyModel and CompoundPropertyModel. Thank you. -- Scott Swank reformed mathematician

[Wicket-user] setting model for FileUploadField explicitly

2007-02-04 Thread Prashant Khanal
Hello all, How to set the model for the file upload field explicitly? Need Mail bonding? Go to the Yahoo! Mail QA for great tips from Yahoo! Answers users. http://answers.yahoo.com/dir/?link=listsid=396546091

Re: [Wicket-user] property expression language

2007-02-04 Thread Igor Vaynberg
we support array/map access a[0] or a[foo] and i believe (not sure) method invocation a.foo() -igor On 2/4/07, Scott Swank [EMAIL PROTECTED] wrote: A quick point of curiosity, does the property expression language support expressions beyond foo.bar? I searched the wiki and couldn't find any

Re: [Wicket-user] property expression language

2007-02-04 Thread Eelco Hillenius
Not much. See http://wicket.sourceforge.net/apidocs/wicket/util/lang/PropertyResolver.html We started out with OGNL in the past but: 1) OGNL at one point took about 30% processor time of the whole request. We simplified and optimized and wrote OGNL out. 2) We feel it's not the recommended way of

Re: [Wicket-user] Form Post Issues in IE, not Mozilla

2007-02-04 Thread dukejansen
I figured this out, and it definitely had nothing to do with Wicket. For anyone who cares: It has to do with IE behavior relating to our NTML authentication filter (JCIFS). Essentially, once IE is forced to negotiate for a page (the first time it hits the site), it assumes that all subsequent

Re: [Wicket-user] Ajax components failing within DataView

2007-02-04 Thread dukejansen
Haven't had a chance but will try to get you a quickstart reproduction this week... igor.vaynberg wrote: can you reproduce in quickstart please? -igor On 2/1/07, dukejansen [EMAIL PROTECTED] wrote: I have a DataView. Within this DataView I have multiple items. Each item

Re: [Wicket-user] property expression language

2007-02-04 Thread Scott Swank
Thank you both. That seems like a reasonable compromise between functionality and the desire to keep the code in Java instead of EL. Scott On 2/4/07, Eelco Hillenius [EMAIL PROTECTED] wrote: Not much. See http://wicket.sourceforge.net/apidocs/wicket/util/lang/PropertyResolver.html We

Re: [Wicket-user] How do I add custom javascript to wicket application

2007-02-04 Thread Carfield Yim
Sorry of get back late, I geuss I know why. For my application there are some authentication logic, some pages can view before login, some pages cannot. For the pages that can only view after login, that investigation code work properly. But for the pages that can view before login, that code