You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@click.apache.org by Bob Schellink <sa...@gmail.com> on 2011/01/31 00:54:28 UTC

[ANNOUNCEMENT] Click 2.3.0-RC1 now available

Click 2.3.0 Release Candidate 1 is now available.

Major new features include Ajax support, Page actions and light-weight stateful controls.

This release also deprecates stateful pages and the 'bypass validation' feature was removed.

There are also improved support for dynamic forms as field are only processed if they took part in the post request.

See the official announcement below:
http://click-framework.blogspot.com/2011/01/apache-click-v230-release-candidate-1.html

Please give it a whirl and report any issues.

- The Click team


RE: Click 2.3.0-RC1 Calendar Fields

Posted by "Kuhns, John" <jk...@AimNTLS.com>.
Bob,

Right you were, sorry for not thinking of cleaning the Tomcat instance before writing the original email. So far everything seems to work great, thanks for all the effort.

Thanks,
John

-----Original Message-----
From: Bob Schellink [mailto:sabob1@gmail.com] 
Sent: Wednesday, February 02, 2011 6:36 PM
To: user@click.apache.org
Subject: Re: Click 2.3.0-RC1 Calendar Fields

Hi John,

My guess is you still have the old Click resources in your webapp? Do a clean redeploy so that the
latest Click resources gets deployed. The addLoadEvent has become 'Click.addLoadEvent'. We are busy
moving JS functions under the Click namespace to reduce the chance of a namespace clash with
application specific code.

Kind regards

Bob

On 2/02/2011 02:36, Kuhns, John wrote:
> Just started playing with 2.3 and found a potential snag. The net.sf.click.extras.control.CalendarField I have been using isn't working. Although I haven't dug into it much yet, it looks like the Click namespace is being prepended to the call to addLoadEvent in the javascript call to setup the calendar and this function isn't defined as such. Am I missing something somewhere?
> 
> Thanks,
> John
> 


Re: Click 2.3.0-RC1 Calendar Fields

Posted by Bob Schellink <sa...@gmail.com>.
Hi John,

My guess is you still have the old Click resources in your webapp? Do a clean redeploy so that the
latest Click resources gets deployed. The addLoadEvent has become 'Click.addLoadEvent'. We are busy
moving JS functions under the Click namespace to reduce the chance of a namespace clash with
application specific code.

Kind regards

Bob

On 2/02/2011 02:36, Kuhns, John wrote:
> Just started playing with 2.3 and found a potential snag. The net.sf.click.extras.control.CalendarField I have been using isn't working. Although I haven't dug into it much yet, it looks like the Click namespace is being prepended to the call to addLoadEvent in the javascript call to setup the calendar and this function isn't defined as such. Am I missing something somewhere?
> 
> Thanks,
> John
> 


Click 2.3.0-RC1 Calendar Fields

Posted by "Kuhns, John" <jk...@AimNTLS.com>.
Just started playing with 2.3 and found a potential snag. The net.sf.click.extras.control.CalendarField I have been using isn't working. Although I haven't dug into it much yet, it looks like the Click namespace is being prepended to the call to addLoadEvent in the javascript call to setup the calendar and this function isn't defined as such. Am I missing something somewhere?

Thanks,
John

Re: [ANNOUNCEMENT] Click 2.3.0-RC1 now available

Posted by Bob Schellink <sa...@gmail.com>.
For some reason the link pointed to the M1 release. Here is the correct link (I hope):

http://click-framework.blogspot.com/2011/01/apache-click-v230-release-candidate-1.html

Bob

On 31/01/2011 10:54, Bob Schellink wrote:
> Click 2.3.0 Release Candidate 1 is now available.
> 
> Major new features include Ajax support, Page actions and light-weight stateful controls.
> 
> This release also deprecates stateful pages and the 'bypass validation' feature was removed.
> 
> There are also improved support for dynamic forms as field are only processed if they took part in the post request.
> 
> See the official announcement below:
> http://click-framework.blogspot.com/2011/01/apache-click-v230-release-candidate-1.html
> 
> Please give it a whirl and report any issues.
> 
> - The Click team
> 


Re: [ANNOUNCEMENT] Click 2.3.0-RC1 now available

Posted by Bob Schellink <sa...@gmail.com>.
For some reason the link pointed to the M1 release. Here is the correct link (I hope):

http://click-framework.blogspot.com/2011/01/apache-click-v230-release-candidate-1.html

Bob

On 31/01/2011 10:54, Bob Schellink wrote:
> Click 2.3.0 Release Candidate 1 is now available.
> 
> Major new features include Ajax support, Page actions and light-weight stateful controls.
> 
> This release also deprecates stateful pages and the 'bypass validation' feature was removed.
> 
> There are also improved support for dynamic forms as field are only processed if they took part in the post request.
> 
> See the official announcement below:
> http://click-framework.blogspot.com/2011/01/apache-click-v230-release-candidate-1.html
> 
> Please give it a whirl and report any issues.
> 
> - The Click team
>