Is wicketstuff-scriptaculous still active?

2008-01-07 Thread Lan Boon Ping
Hi, Is wicketstuff-scriptaculous still active? Regards Boon Ping. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: how to send ajax request handle it

2008-01-07 Thread Michael Sparer
take a look at: http://www.wicketstuff.org/wicket13/ajax/ Kevin Liu-4 wrote: Hi guys, Could you tell me how to send ajax request , e.g. Ext.Ajax.request({ url: 'what to input here??', method : 'get'

Re: [Wicket 1.2.6] How to get Wizard's form from inside a WizardStep?

2008-01-07 Thread Fabio Fioretti
Thanks everybody for the precious help, a custom lazy AjaxFormSubmitBehavior was the way to go. Fabio Fioretti - WindoM - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: DropDownChoice always on the top

2008-01-07 Thread dariusz.holda
With Modal window it's actualy ok. sorry for confusion. I've noticed that if you show modal window the dropdowns disappear. With the list from the AutoCompleteTextField it's not but only if the last row in the list overlaps the dropdownchoice. I discovered that if I detach a column from a table

Re: Is it possible to use wicket without having any html page?

2008-01-07 Thread Nino Saturnino Martinez Vazquez Wael
Hi Martijn First of all I did not want to start a discussion. get rid of markup files, could be interpreted in serveral ways. One could be that he was wondering on having excess html pages, and I just wanted to tell him of panels and markup inheritance. And as I stated I do not know echo 2.

Re: Jetty, images and 404 http

2008-01-07 Thread Al Maw
Wicket special-cases URLs that start with /resources/*. You therefore can't use that as a directory for your images. Regards, Al On 04/01/2008, Fernando Wermus [EMAIL PROTECTED] wrote: Michael, I have changed the images to another directory and it is working right now. I don't know

Re: [Wicket 1.2.6] How to get Wizard's form from inside a WizardStep?

2008-01-07 Thread Paolo Di Tommaso
I would propose the following patch to AjaxFormSubmitBehavior. Basically adding a form-less constructor so that when the form obejct is not specified it will discovered using the findParent(Form.class) method. Core developers what do you think about it ? Paolo abstract public class

Re: Old Wicket QuickStart

2008-01-07 Thread Kjetil Paulsen
Where can I find this blog? :) On Jan 3, 2008 11:17 AM, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: Yes I think so, dates anyone? Currently im free, although in the start of next week our car has to go to the mechanic.. And what about topics? Should we have one about testing

required for Checkbox

2008-01-07 Thread Kent Tong
Hi, I observed that if required is set to true for a Checkbox, Wicket will ensure that the Checkbox is checked. If it is cleared by the user, it will be treated as an error. See https://issues.apache.org/jira/browse/WICKET-1221 and https://issues.apache.org/jira/browse/WICKET-1260 for some

Re: Jetty, images and 404 http

2008-01-07 Thread Peter Thomas
On 1/7/08, Al Maw [EMAIL PROTECTED] wrote: Wicket special-cases URLs that start with /resources/*. You therefore can't use that as a directory for your images. Regards, Al Al: can you provide more details / links / rationale on this? I keep images, css, js etc. under /resources relative

Re: consistent layout ( layout manager )

2008-01-07 Thread Frank Bille
Hi, Try to take a look at this example: http://wicket.apache.org/examplemarkupinheritance.html Frank On Jan 7, 2008 4:05 AM, Danilo Barsotti [EMAIL PROTECTED] wrote: Hi all! I have a question about how to create a consistent layout with wicket. now I have a index class and all other

Re: Websphere Portal 6 + Wicket Portlet Experience

2008-01-07 Thread fapereira
Any feedback please? Thanks! fapereira wrote: Hello everyone, i'm currently research the best way to use framework that can do clean as possible development for normal web apps and portlets. What i understand the way that wicket do that, its using Apache Portals Bridges, but that

Re: Is wicketstuff-scriptaculous still active?

2008-01-07 Thread Nino Saturnino Martinez Vazquez Wael
Hi Lan There was a discussion about it being a couple of versions behind, im not sure if Ryan's active? Whats the problem? Lan Boon Ping wrote: Hi, Is wicketstuff-scriptaculous still active? Regards Boon Ping. - To

Re: Websphere Portal 6 + Wicket Portlet Experience

2008-01-07 Thread Martijn Dashorst
Ate or Janne may be the ones to provide feedback. As it has been a vacation in the Netherlands, it may take a while for them to catch up. Martijn On Jan 7, 2008 12:13 PM, fapereira [EMAIL PROTECTED] wrote: Any feedback please? Thanks! fapereira wrote: Hello everyone, i'm currently

Re: Old Wicket QuickStart

2008-01-07 Thread Nino Saturnino Martinez Vazquez Wael
i'll create a page for it on the wiki... and post the link here... Kjetil Paulsen wrote: Where can I find this blog? :) On Jan 3, 2008 11:17 AM, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: Yes I think so, dates anyone? Currently im free, although in the start of next week

Re: consistent layout ( layout manager )

2008-01-07 Thread Danilo Barsotti
Exist other method do make this, Without using *inheritance of objects.* Like tiles, sitemash or other method. thanks! 2008/1/7, Frank Bille [EMAIL PROTECTED]: Hi, Try to take a look at this example: http://wicket.apache.org/examplemarkupinheritance.html Frank On Jan 7, 2008

Re: PagingNavigation and submit to save state

2008-01-07 Thread Maurice Marrink
I would also like to see the method return type change to AbstractLink, that way both can be used. Maurice On Jan 7, 2008 12:20 PM, Alan Romaniuc [EMAIL PROTECTED] wrote: Hi all, I have a tipical scenario with pagination, combobox in a dataview and submit buttons. I would like to save the

Re: PagingNavigation and submit to save state

2008-01-07 Thread Martijn Dashorst
The paging navigator is one of those components I plan to revise next release, as it is a 1.0 component. I think we should take a closer look at our component hierarchy and try to make it more consistent. At the very least make an inventory of the inconsistencies and see what we can do about it in

HTTP header + javascript problem in IE 6

2008-01-07 Thread marcus dickerhof
Hi, I have AJAX-javascript problems (ModalWindow and Datepicker) that might be linked to the HTTP Headers. Somehow the Internet Explorer does not execute the Javascript, and I think this is because he does not save the .js files properly. I want to force IE by setting the Headers

RE: [wicket-security] LDAP integration?

2008-01-07 Thread William Hoover
The only issue I have with proposed solution 1 is that there is duplication of code, but I cannot see a simple way around it. Is it plausible to adopt the same strategy that we mount pages? I was thinking that doing something like: mountSecurePage(MySecureWebPage.class) ...may be a nice

RE: [wicket-security] LDAP integration?

2008-01-07 Thread William Hoover
oops!!! *definitely* -Original Message- From: William Hoover Sent: Monday, January 07, 2008 9:23 AM To: 'users@wicket.apache.org' Subject: RE: [wicket-security] LDAP integration? The only issue I have with proposed solution 1 is that there is duplication of code, but I cannot see a

Referring Page links to a deployed context

2008-01-07 Thread mbelarbi
Hi, If my app (MyTest) is the root context everything runs smoothly. This is because in my MyTestApplication class, in the constructor i have mount(new IndexedParamUrlCodingStrategy(/firstPage, FirstPage.class, null)); mount(new IndexedParamUrlCodingStrategy(/secondPage, SecondPage.class,

Disable compression for CSS and JS files

2008-01-07 Thread marcus dickerhof
Hi, how can I turn of the compression for CSS and JS files? Best regards Marcus

Re: consistent layout ( layout manager )

2008-01-07 Thread Eelco Hillenius
On Jan 7, 2008 7:01 PM, Danilo Barsotti [EMAIL PROTECTED] wrote: Exist other method do make this, Without using *inheritance of objects.* Like tiles, sitemash or other method. Yeah, using panels. See the template example. Other than that... you can use sitemash if you want, but it is not how

Re: Is it possible to use wicket without having any html page?

2008-01-07 Thread Sam Hough
Nino.Martinez wrote: Using markup inheritance: one super class with a corresponding html and a sub class with corrosponding html, extending the super class to the special need. And maybe a mounted page that redirects to the wanted sub based on parameters. Dear Nino, Can you do

Re: Referring Page links to a deployed context

2008-01-07 Thread Erik van Oosten
Try this first: mount(new IndexedParamUrlCodingStrategy(firstPage, FirstPage.class, null)); (no slash in front of firstPage) Regards, Erik. mbelarbi wrote: Hi, If my app (MyTest) is the root context everything runs smoothly. This is because in my MyTestApplication class, in the constructor

Re: [wicket-security] LDAP integration?

2008-01-07 Thread Maurice Marrink
Do you mean that little bit of insignificant code in the Secure(Web)Page ? All that does is redirect to the SecureComponentHelper so i would not call that code duplication. Even more all SecureComponents i create use the same oneliners to redirect to SecureComponentHelper. Regarding the mount, i

Re: DropDownChoice always on the top

2008-01-07 Thread Igor Vaynberg
you should probably try a css mailing list... -igor On Jan 7, 2008 12:48 AM, dariusz.holda [EMAIL PROTECTED] wrote: With Modal window it's actualy ok. sorry for confusion. I've noticed that if you show modal window the dropdowns disappear. With the list from the AutoCompleteTextField it's

Re: [Wicket 1.2.6] How to get Wizard's form from inside a WizardStep?

2008-01-07 Thread Igor Vaynberg
jira is a better place for this... -igor On Jan 7, 2008 1:32 AM, Paolo Di Tommaso [EMAIL PROTECTED] wrote: I would propose the following patch to AjaxFormSubmitBehavior. Basically adding a form-less constructor so that when the form obejct is not specified it will discovered using the

Re: HTTP header + javascript problem in IE 6

2008-01-07 Thread Igor Vaynberg
override webpage.setheaders() -igor On Jan 7, 2008 6:11 AM, marcus dickerhof [EMAIL PROTECTED] wrote: Hi, I have AJAX-javascript problems (ModalWindow and Datepicker) that might be linked to the HTTP Headers. Somehow the Internet Explorer does not execute the Javascript, and I think this

Re: Disable compression for CSS and JS files

2008-01-07 Thread Igor Vaynberg
application.init() { getresourcesettings().setdisablegzipcompression(true); } -igor On Jan 7, 2008 7:26 AM, marcus dickerhof [EMAIL PROTECTED] wrote: Hi, how can I turn of the compression for CSS and JS files? Best regards Marcus

Re: DropDownChoice always on the top

2008-01-07 Thread dariusz.holda
I'm trying to hide it with javascript. But I'll check the css solutions as well Thx, Dariusz igor.vaynberg wrote: you should probably try a css mailing list... -igor On Jan 7, 2008 12:48 AM, dariusz.holda [EMAIL PROTECTED] wrote: With Modal window it's actualy ok. sorry for confusion.

Re: Referring Page links to a deployed context

2008-01-07 Thread Igor Vaynberg
when you say www.anotherapp.com/MyTest is mytest a context and your filter is mounted on /* or is mytest the filter mapping and you are running in the root context? -igor On Jan 7, 2008 7:23 AM, mbelarbi [EMAIL PROTECTED] wrote: Hi, If my app (MyTest) is the root context everything runs

Re: Wicket copies my object!

2008-01-07 Thread Johan Compagner
This is exactly what i explained above!! Why tell that i was wrong? again you cant have 1 instance of something (lets say a model) share that between 2 pages and then expect that to always be the same instance when 1 or both pages are serialized. Again this will NOT work and can't easily be

Re: Referring Page links to a deployed context

2008-01-07 Thread mbelarbi
Yes MyTest is a context filter is mounted on /*. igor.vaynberg wrote: when you say www.anotherapp.com/MyTest is mytest a context and your filter is mounted on /* or is mytest the filter mapping and you are running in the root context? -igor On Jan 7, 2008 7:23 AM, mbelarbi [EMAIL

Re: Referring Page links to a deployed context

2008-01-07 Thread mbelarbi
Tried itno luck:-( Erik van Oosten wrote: Try this first: mount(new IndexedParamUrlCodingStrategy(firstPage, FirstPage.class, null)); (no slash in front of firstPage) Regards, Erik. mbelarbi wrote: Hi, If my app (MyTest) is the root context everything runs smoothly. This

Re: Referring Page links to a deployed context

2008-01-07 Thread mbelarbi
It's ok i solved the problem. It had nothing to do with the mount code. It was more specific to what calls this links, for example firstPage is called from another page in the following way: add(new ExternalLink(firstPage, /firstPage)); the solution is exactly what Erik Van saidremove the

Re: Wicket copies my object!

2008-01-07 Thread Matej Knopp
On Jan 7, 2008 5:34 PM, Johan Compagner [EMAIL PROTECTED] wrote: This is exactly what i explained above!! Why tell that i was wrong? Sorry, i might not have read your response properly :) again you cant have 1 instance of something (lets say a model) share that between 2 pages and then expect

RE: Wicket Session and threading

2008-01-07 Thread Dan Kaplan
Is there an example somewhere that shows how to do this? Or can someone paste a snippet here of how to do this? I assume a lot of webapps have the concept of a User object. -Original Message- From: Martijn Dashorst [mailto:[EMAIL PROTECTED] Sent: Saturday, January 05, 2008 5:17 AM To:

RE: [wicket-security] LDAP integration?

2008-01-07 Thread William Hoover
My only worry about copying the onliners from Secure(Web)Page into MySecurePage is if they change. Every new wicket-security release we would have to check to make sure that nothing changed in Secure(Web)Page to prevent possible issues. I understand that the code is trivial and probably will

Re: Wicket Session and threading

2008-01-07 Thread Igor Vaynberg
class MySession extends WebSession { private Long userId; private transient User user; public SYNCHRONIZED void setUser(User user) { user=user; userId=(user==null)?null:user.getId(); } public SYNCHRONIZED void getUser() { if (user==null) { if (userId!=null) {

RE: required for Checkbox

2008-01-07 Thread Dan Kaplan
But another way to look at it is this: When a checkbox is unchecked, it has a value of unchecked. Therefore, if you setRequired=true on a checkbox, it's always satisfied. In otherwords, a checkbox always has a value so setRequired=true has no effect on a checkbox. -Original Message-

RE: [wicket-security] LDAP integration?

2008-01-07 Thread William Hoover
One other question... Is it necessary to increase visibility of all the WebPage constructors (protected - public) for SecureWebPage impls? -Original Message- From: William Hoover [mailto:[EMAIL PROTECTED] Sent: Monday, January 07, 2008 2:24 PM To: users@wicket.apache.org Subject: RE:

RE: Wicket Session and threading

2008-01-07 Thread Dan Kaplan
Ok, thanks -Original Message- From: Igor Vaynberg [mailto:[EMAIL PROTECTED] Sent: Monday, January 07, 2008 11:32 AM To: users@wicket.apache.org Subject: Re: Wicket Session and threading class MySession extends WebSession { private Long userId; private transient User user; public

AjaxEditableLabel in 1.3.0

2008-01-07 Thread givp
Hello, I'm having some problems with AjaxEditableLabel that seem to happen in Wicket 1.3.0 only. When I roll back to rc1, everything works fine. I have used the example code from: http://www.wicket-library.com/wicket-examples/ajax/editable-label.1 setModel(new CompoundPropertyModel(this));

Re: [wicket-security] LDAP integration?

2008-01-07 Thread Maurice Marrink
No, only those you need. Secure(web)Page is supposed to be a general purpose base class so it has to provide all constructors, your class does not. Maurice On Jan 7, 2008 8:46 PM, William Hoover [EMAIL PROTECTED] wrote: One other question... Is it necessary to increase visibility of all the

Re: Wicket Session and threading

2008-01-07 Thread Johan Compagner
Igor! Thats a bad example. The user object should be in the websession but the user object should be in the requestcycle. Because the websession object can be hit by multiple request (threads) On 1/7/08, Igor Vaynberg [EMAIL PROTECTED] wrote: class MySession extends WebSession { private Long

Re: required for Checkbox

2008-01-07 Thread Johan Compagner
The problem is that this setRequired is only really valid for a try state checkbox. I agree that required shouldnt mean it has to be true thats weird in my eyes On 1/7/08, Kent Tong [EMAIL PROTECTED] wrote: Hi, I observed that if required is set to true for a Checkbox, Wicket will ensure

Re: Is it possible to use wicket without having any html page?

2008-01-07 Thread Johan Compagner
If you want default html for those things use panels. Make for all those components a panel part that has its own markup (so do that once) Then reuse those components everywhere. Not that you gain much in my eyes because you still need to have a span that places the panel at the right place On

Re: Wicket Session and threading

2008-01-07 Thread Igor Vaynberg
gah, i meant to put it into a threadlocal but forgot, oh well, use your imagination :) -igor On Jan 7, 2008 1:30 PM, Johan Compagner [EMAIL PROTECTED] wrote: Igor! Thats a bad example. The user object should be in the websession but the user object should be in the requestcycle. Because the

Re: Wicket Session and threading

2008-01-07 Thread Igor Vaynberg
and anyways, who cares, dont even need to cache it. let getuser() always load it. hibernate caches for-id lookups anywho... -igor On Jan 7, 2008 1:53 PM, Igor Vaynberg [EMAIL PROTECTED] wrote: gah, i meant to put it into a threadlocal but forgot, oh well, use your imagination :) -igor

Re: rendering a panel

2008-01-07 Thread Igor Vaynberg
panel2 should use a detachable model, that way it automatically updates when rerendered. no need to call render() or anything else. see the wiki page on detachable models. -igor On Jan 7, 2008 1:33 PM, Beyonder Unknown [EMAIL PROTECTED] wrote: Hi All, Greetings! I was wondering if any of

RE: Wicket Session and threading

2008-01-07 Thread Dan Kaplan
Ok, so you're saying make getUser return the object from the DAO (directly or indirectly), synchronize the getters and setters and I don't have to worry about any of this stuff? IMO, threading is never a simple issue. I just want a brain-dead solution to this issue so I don't run into problems

Re: rendering a panel

2008-01-07 Thread Beyonder Unknown
Hi Igor, Thank you Igor! I appreciate the reply. How do I implement DetachableModel in AjaxTabbedPanel? If the button it click, it should update the tabs. I build a DetachableModel that returns a Collection in its load() method. Should I use this instead of ListAbstractTab when I instantiate

Re: Wicket Session and threading

2008-01-07 Thread Igor Vaynberg
the problem with keeping a reference to a hibernate object in session is that hibernate sessions are usually threadlocal, so there is a chance you will get an object from a different hiberante session, etc. since hibernate caches by-id-lookup it isnt expensive to simply always load the object in

Re: rendering a panel

2008-01-07 Thread Beyonder Unknown
Hi Igor, The Panels use detachableModels already. Sorry for not being clear. What I want to achieve is, when Panel1 save something in the database, the tabbedPanel should refresh and add additional tab (based on the data saved by Panel1 ). Thoughts? Thanks, WT -- The only constant in life

Re: rendering a panel

2008-01-07 Thread Beyonder Unknown
Hi there. No. I just use plane tabbedPanel. But the Button:onSubmit() of Panel1, i can reference to the tabbedPanel, and I thought originally, if I add something in the database, I only have to call tabbedPanel.render() and it will render the page. -- The only constant in life is change.

Re: rendering a panel

2008-01-07 Thread Beyonder Unknown
Hi Igor, Thanks a bunch! This actually work! All the while, I thought of rendering the Panel, where all I could have done is to add a tab. Well, we learn new things everyday. Regards, Wen Tong -- The only constant in life is change. - Original Message From: Igor Vaynberg [EMAIL

Re: Websphere Portal 6 + Wicket Portlet Experience

2008-01-07 Thread Ate Douma
Fernando, I don't use Websphere Portal 6 (mainly Jetspeed-2), but I googled a bit for their support of the Apache Bridges SerlvetContextProvider and PortletResourceURLFactory functionality. It looks like it is now possible to use Websphere and Websphere Portal specific APIs to implement these

Re: Is it possible to use wicket without having any html page?

2008-01-07 Thread Jon Laidler
+1. If Echo (never used myself) fits use it. You could also use Java servlets to create dynamic HTML from the server. Personally, this is a backward trend and a pain to manage - all HTML modifications made in the servlet, harder for web designers to do their creative stuff etc. The beauty of

RE: Is it possible to use wicket without having any html page?

2008-01-07 Thread Dan Kaplan
Am I having déjà vu? Didn't someone already post this? -Original Message- From: Jon Laidler [mailto:[EMAIL PROTECTED] Sent: Monday, January 07, 2008 3:54 PM To: users@wicket.apache.org Subject: Re: Is it possible to use wicket without having any html page? +1. If Echo (never used

Re: Something about Design

2008-01-07 Thread Curtis Cooley
Ahmed Al-Obaidy wrote: On Java world we can learn from Eclipse guys... if anyone of you have written an eclipse based application, he should notice how clean and powerful it is. I've built Eclipse based applications and of all the feelings about that 'framework' I came away from that

RE: Input Text Boxes are frozen after ajax update

2008-01-07 Thread Karen Schaper
Hi, I solved my problem. I just added focus to one of the text field components and now all the text fields can be focused on. -Karen. -Original Message- From: Karen Schaper [mailto:[EMAIL PROTECTED] Sent: Monday, January 07, 2008 7:32 PM To: [EMAIL PROTECTED] Apache. Org Subject:

Re: Is wicketstuff-scriptaculous still active?

2008-01-07 Thread Lan Boon Ping
Hi Nino and Ryan Thanks for the reply. Regard the DraggableTarget.onDrop(...) method, it has a String (markupId) and AjaxRequestTarget as parameters, I found out that in some circumstances, markupId is not desirable. For instance, I have a FruitPanel and two subsclasses-ApplePanel and

UploadProgessBar in a WizardStep?

2008-01-07 Thread mfs
Guys, Any solution to using the UploadProgressBar within a WizardStep..? the ProgressBar constructor requires a Form and getForm() for the wizardstep returns null... Please refer this thread for the context http://www.nabble.com/File-Upload-inside-a-Wizard--td10272971.html#a10272971 Regards.

Re: Is wicketstuff-scriptaculous still active?

2008-01-07 Thread Ryan Sonnek
I'm open to suggestions. The markupId is required for the scriptaculous library to do it's magic, but how about something like this? When you call the DraggableTarget.accepts(Component) method, it could store a reference to that component, and the onDrop() method could take the string markupId

Re: [Wicket 1.2.6] How to get Wizard's form from inside a WizardStep?

2008-01-07 Thread Timo Rantalaiho
On Mon, 07 Jan 2008, Paolo Di Tommaso wrote: I would propose the following patch to AjaxFormSubmitBehavior. Basically adding a form-less constructor so that when the form obejct is not specified it will discovered using the findParent(Form.class) method. Could you get the same event by

Re: Is wicketstuff-scriptaculous still active?

2008-01-07 Thread Ryan Sonnek
hmmm this change doesn't really work when dealing with a SortableListView. With the SortableListView, there's no Component for the DraggableTarget to work with. It really only has the markupId. Maybe another wicket dev has an idea for how to do this? On Jan 7, 2008 9:44 PM, Ryan Sonnek

Re: UploadProgessBar in a WizardStep?

2008-01-07 Thread Igor Vaynberg
it will require refactoring and api breaks. please add an issue and we will address at 1.4 timeframe -igor On Jan 7, 2008 7:31 PM, mfs [EMAIL PROTECTED] wrote: Guys, Any solution to using the UploadProgressBar within a WizardStep..? the ProgressBar constructor requires a Form and getForm()

Changing the year of a DatePicker

2008-01-07 Thread Martijn Lindhout
Hi all, I use a YUI DatePicker with a DateTextField (from wicket-datetime). By default, I can only scroll by month. Is it possible to have a dopdown list for the year? Thanx, -- Martijn Lindhout JointEffort IT Services http://www.jointeffort.nl [EMAIL PROTECTED] +31 (0)6 18 47 25 29

Re: Is wicketstuff-scriptaculous still active?

2008-01-07 Thread Lan Boon Ping
Hi Ryan, I like the fact that I can drop components that the target doesn't know about them, I think it is very useful especially when you have many planes need to collaborate without knowing each other. Is it possible to use component.getPath()? and the onDrop() method could get the component

Re: [Wicket 1.2.6] How to get Wizard's form from inside a WizardStep?

2008-01-07 Thread Paolo Di Tommaso
Emh .. not really because that source IS the patch ;) On Jan 8, 2008 4:52 AM, Timo Rantalaiho [EMAIL PROTECTED] wrote: On Mon, 07 Jan 2008, Paolo Di Tommaso wrote: I would propose the following patch to AjaxFormSubmitBehavior. Basically adding a form-less constructor so that when the