Re: Wicket graduation proposal passes the Incubator PMC

2007-05-28 Thread Paolo Di Tommaso
My biggest congratulation and good luck! Paolo DI Tommaso On 5/27/07, Martijn Dashorst <[EMAIL PROTECTED]> wrote: All, I just wanted to let you know that the Wicket graduation proposal has passed the Incuabator Project Committee and we will now propose the Board to establish Apache

Wicket & JavaFX

2007-05-14 Thread Paolo Di Tommaso
Could have recently announced JavaFX script some impact on Wicket development? If JavaFX replaces the (X)HTML/DOM/CSS presentation stuff it would be possible to have Wicket rendering JavaFX script instead HTML ... What do you think about? Is JavaFX interesting from a Wicket perspective? Regard

Ext js

2007-04-22 Thread Paolo Di Tommaso
Guys, have someone played with Ext-js? It appears to be an impressive collection of UI Ajax components. http://extjs.com/deploy/ext/docs/index.html Among the other things controls are skinnable with a theme and you can choose the underling library between Yahoo UI Library or jQuery or Prototype

Re: [vote] rename packages in 1.3 from wicket.* to org.apache.wicket.* now

2007-03-21 Thread Paolo Di Tommaso
+1 On 3/21/07, Juergen Donnerstag <[EMAIL PROTECTED]> wrote: +1 Juergen On 3/21/07, Frank Bille <[EMAIL PROTECTED]> wrote: > +1 > > Frank > > > On 3/20/07, Martijn Dashorst <[EMAIL PROTECTED]> wrote: > > > > Like the subject says. > > > > Martijn > > > > -- > > Learn Wicket at ApacheCon Europ

AutoCompleteTextField issue

2007-02-22 Thread Paolo Di Tommaso
The AutoCompleteTextField does not invoke the registered post call handlers after the ajax request has been completed. http://issues.apache.org/jira/browse/WICKET-310 Regards, Paolo Di Tommaso

Re: compressing javascript and css header contributions by default

2007-02-09 Thread Paolo Di Tommaso
I've read about a lot of browser problems handling JavaScript zip-compressed resources. http://support.microsoft.com/kb/871205 http://www.thinkvitamin.com/features/webapps/serving-javascript-fast Are you sure to don't have side effect enabling compression by default? - Paolo On 2/8/07, Eel

Re: VOTE: include WICKET-218 in 1.2.5

2007-01-19 Thread Paolo Di Tommaso
+1 On 1/18/07, Al Maw <[EMAIL PROTECTED]> wrote: Igor Vaynberg wrote: > include https://issues.apache.org/jira/browse/WICKET-218 in 1.2.5 I've only seen this once before, but why not? +1

Re: VOTE 1.2 Modal Window fixes

2007-01-18 Thread Paolo Di Tommaso
+1 On 1/18/07, Frank Bille <[EMAIL PROTECTED]> wrote: +1 On 1/17/07, Matej Knopp <[EMAIL PROTECTED]> wrote: > > I've got couple of modal window fixes for 1.2, can I commit it in? > > -Matej > >

Ajax failure message on connection error does not work in Mozilla Firefox

2006-12-22 Thread Paolo Di Tommaso
I would like to display an alert message when the user is performing an ajax operation but the connection is down. The wicketGlobalFailureHandler should work for this, and it does on IE but it does not on Firefox (1.5.0.9). Debugging JavaScript with FireBug I've found that there is a JavaScript

Re: [VOTE] Release Wicket 1.2.4

2006-12-19 Thread Paolo Di Tommaso
Yes On 12/19/06, Martijn Dashorst <[EMAIL PROTECTED]> wrote: We have solved several issues in 1.2.4 and I think it is time to ship it. This would be a non-Apache release, so no licensing issues need, or have been resolved in this particular branch. If you want/need an issue fixed in this branc

Re: Dinamically change header title

2006-12-19 Thread Paolo Di Tommaso
Just the Wicket way .. obviously .. Thanks to all Paolo On 12/18/06, Igor Vaynberg <[EMAIL PROTECTED]> wrote: add(new Label("title", "hello")); -igor

Dinamically change header title

2006-12-18 Thread Paolo Di Tommaso
How to change an page header title? Is it possible to make something like this: my dinamic title But how to map then in code? Or does exist another API method? Thank you, Paolo

Re: [Wicket-user] Link#setEnabled( false ) does not disable button element

2006-12-13 Thread Paolo Di Tommaso
Can anyone (you?) provide a rock-solid patch for this and/ or open up an issue at JIRA? Eelco On 12/12/06, Paolo Di Tommaso <[EMAIL PROTECTED]> wrote: > I disagree about that. > > Methods semantics for components should be uniform, this is the most > important rule for API simpl

Re: [Wicket-user] Link#setEnabled( false ) does not disable button element

2006-12-12 Thread Paolo Di Tommaso
thing. Regards, Erik. Paolo Di Tommaso schreef: > > Invoking the Link#setEnabled( false ) on a > element will not disable the component. > > The onclick handler will not be invoked (disabled) but it does not > apper as a disabled component. > > Instead invoking Button#s

Re: Wicket site v2.0

2006-12-11 Thread Paolo Di Tommaso
Very nice +1 - Paolo On 12/11/06, Martijn Dashorst <[EMAIL PROTECTED]> wrote: Vincent delivered, and came up with a nice follow up to the previous design. http://issues.apache.org/jira/secure/attachment/12346927/wicket_v2.png Any feedback on this one? Can we move forward and rework http://

Re: Service point publishing

2006-12-08 Thread Paolo Di Tommaso
tateful model as web interfaces do. Theoretically, you can use Wicket for anything that generates markup, but Wicket is not the golden hammer. Eelco On 12/6/06, Paolo Di Tommaso <[EMAIL PROTECTED]> wrote: > Wicket is a wonderful framework for handle web pages request. But I'm &g

Re: ModalWindow example

2006-12-08 Thread Paolo Di Tommaso
Wow .. amazing! Thanks, - Paolo On 12/8/06, Stefan Lindner <[EMAIL PROTECTED]> wrote: Look into section AJAX: http://www.wicket-library.com/wicket-examples/ajax?wicket:bookmarkablePage=:wicket.examples.ajax.builtin.modal.ModalWindowPage Von: Pa

ModalWindow example

2006-12-08 Thread Paolo Di Tommaso
Is there a Wicket ModalWindow example somewhere? I've looked on Wicket live examples but it seems missing? Thank you, - Paolo

Re: VOTE: Backport support for replacing td, td,th, thead and tbody for 1.2.4

2006-12-08 Thread Paolo Di Tommaso
+1 On 12/5/06, Matej Knopp <[EMAIL PROTECTED]> wrote: Hi, I've just committed a fix that allows td, tr, th, thead and tbody replaced by AJAX. Should I backport this to 1.2.4? +1 (binding) -Matej -- get professional wicket training and consultation http://www.wicket-support.com

Service point publishing

2006-12-06 Thread Paolo Di Tommaso
Wicket is a wonderful framework for handle web pages request. But I'm thinking that it would be nice too to publish general "web" service without any visual component associated. In other word would be very useful to use Wicket to expose a server side services in protocol agnostic way. For examp

Re: Almost 100,000 downloads for Wicket!

2006-12-04 Thread Paolo Di Tommaso
congratulations! On 12/2/06, Martijn Dashorst <[EMAIL PROTECTED]> wrote: And that is only counting the sourceforge downloads. http://sourceforge.net/project/stats/detail.php?group_id=119783&ugn=wicket&type=prdownload&mode=alltime&package_id=0 Martijn -- http://www.thebeststuffintheworld.com

Fires ajax event

2006-12-01 Thread Paolo Di Tommaso
Is there in wicket an easy way to fire a custom ajax event from a javascript function? In other words I would like to invoke a server side behaviour from a client page using JavaScript. This is very easy to do for standard events like "onchange", "onclick" on components. But I don't have any co

Re: VOTE Modal window fix in 1.2.4

2006-11-23 Thread Paolo Di Tommaso
+1 On 11/23/06, Martijn Dashorst <[EMAIL PROTECTED]> wrote: +1 Is this the same bug that crashes safari when the modal window (using panel content) submits form data? Martijn On 11/23/06, Matej Knopp <[EMAIL PROTECTED]> wrote: > Hi, > > there's a serious bug in firefox that makes it crash un

Re: XForms & Wicket (was: Nested forms)

2006-11-07 Thread Paolo Di Tommaso
I would like, but I'm not an XForm expert :) Anyway I will try to take a look on it. Paolo On 11/6/06, Eelco Hillenius <[EMAIL PROTECTED]> wrote: That should be doable, but someone with enough knowledge of XForms, and preferably someone who is actually going to use that should implement it.

Re: AW: Nested forms

2006-11-06 Thread Paolo Di Tommaso
Maybe is off topic in this thread, but what about XForm in wicket? http://ibm.com/developerworks/xml/library/x-xformstipmultipleforms/index.html?ca=drs- Do plan to support it in future releases? Bye - Paolo On 11/5/06, Eelco Hillenius <[EMAIL PROTECTED]> wrote: > the idea of me was that th

Re: [VOTE] Release Wicket 1.2.3 coming sunday

2006-10-27 Thread Paolo Di Tommaso
+1 On 10/27/06, Martijn Dashorst <[EMAIL PROTECTED]> wrote: All, After the luke warm responses on outstanding bugs for Wicket 1.2, I want to move to release 1.2.3.

Google Co-op

2006-10-24 Thread Paolo Di Tommaso
Have you heard about google custom search engine (http://google.com/coop/) ? What about having a Google based Wicket search engine? - Paolo

Re: OnError does not work on file upload exceding max size

2006-10-23 Thread Paolo Di Tommaso
It would be nice, if it will be fixed for 1.2.3 also ... - Paolo On 10/23/06, Johan Compagner <[EMAIL PROTECTED]> wrote: i fixed this in my code base, but i don't know if we can do that for 1.2.x (suddenly onError is called for more things) will commit this for 1.3 and 2.0, or if nobody sees a

OnError does not work on file upload exceding max size

2006-10-16 Thread Paolo Di Tommaso
The Form#onError method is not invoked when a user is uploading a file bigger than the max size attribute specified. This is a strange behaviour because an error message is set correctly but is not possible to intercept the reasing error event. I would like to intercept onError event to redirect

Re: Wicket JMX

2006-10-16 Thread Paolo Di Tommaso
That's right. Thanks Paolo On 10/16/06, Johan Compagner <[EMAIL PROTECTED]> wrote: we moved to apache see list. https://svn.apache.org/repos/asf/incubator/wicket On 10/16/06, Paolo Di Tommaso <[EMAIL PROTECTED]> wrote: > > Which repository? > > I&#

Re: Wicket JMX

2006-10-16 Thread Paolo Di Tommaso
Which repository? I'm unable to find it on https://svn.sourceforge.net/svnroot/wicket/branches/wicket-1.x Thanks. - Paolo On 10/14/06, Eelco Hillenius <[EMAIL PROTECTED]> wrote: Hi folks, I just added project wicket-jmx in the wicket-1.x branch which provides JMX support for Wicket. It cur

Re: Wicket JMX

2006-10-15 Thread Paolo Di Tommaso
Wow really interesting ... I will try it as soon as possible! Regards, - Paolo On 10/14/06, Eelco Hillenius <[EMAIL PROTECTED]> wrote: Hi folks, I just added project wicket-jmx in the wicket-1.x branch which provides JMX support for Wicket. It currently exposes most of the application prope

Re: Wicket website design for Apache site

2006-10-12 Thread Paolo Di Tommaso
Wow .. very aggressive! Paolo On 10/11/06, Martijn Dashorst <[EMAIL PROTECTED]> wrote: All, We are going to move to Apache, and with that we want to take a moment and redesign our website. I think that Wicket's current website is already much prettier than any of the TLP's websites features

Two validation rule set in a form

2006-10-12 Thread Paolo Di Tommaso
I have a form with two submitting buttons. Is it possibile have two different validation rule set, one for each submitting button? Thanks for helping. Paolo

Re: AjaxFormSubmitBehavior to upload a file

2006-10-05 Thread Paolo Di Tommaso
ile and not to reload whole page is to use a hidden iframe as a form target, but there's no direct support in wicket for that. -Matej Paolo Di Tommaso wrote: > I'm trying to upload a file using AjaxFormSubmitBehavior using code like > the > following : > > fil

AjaxFormSubmitBehavior to upload a file

2006-10-05 Thread Paolo Di Tommaso
I'm trying to upload a file using AjaxFormSubmitBehavior using code like the following : fileUploadField = new FileUploadField("fileUpload"); fileUploadField.add( new AjaxFormSubmitBehavior(form,"onchange") { protected void onSubmit(AjaxRequestTarget arg0) { FileUpload file = fileUploa