Re: AjaxTags v1.0 beta 1 released

2005-06-09 Thread Lixin Chu
Hi, I am using Struts 1.1, do I have to switch to 1.2 ? thanks lixin On 5/17/05, Dakota Jack [EMAIL PROTECTED] wrote: Congratulations! Good work! On 5/12/05, Frank W. Zammetti [EMAIL PROTECTED] wrote: Finally got it all set up on http://struts.sf.net. The first official release is up!

Re: AjaxTags v1.0 beta 1 released

2005-06-09 Thread Frank W. Zammetti
AjaxTags currently supports the 1.2 branch (1.2.0 through 1.2.7). I don't currently have plans to support 1.1, although that could change if enough people express an interest. Frank Lixin Chu wrote: Hi, I am using Struts 1.1, do I have to switch to 1.2 ? thanks lixin On 5/17/05, Dakota

Re: AjaxTags v1.0 beta 1 released

2005-05-17 Thread Dakota Jack
Congratulations! Good work! On 5/12/05, Frank W. Zammetti [EMAIL PROTECTED] wrote: Finally got it all set up on http://struts.sf.net. The first official release is up! AjaxTags is a project to add AJAX functionality to the existing Struts HTML taglib. It allows a developer to jump on the

Re: AjaxTags v1.0 beta 1 released

2005-05-16 Thread Rick Reumann
Frank W. Zammetti wrote the following on 5/13/2005 12:23 AM: Finally got it all set up on http://struts.sf.net. The first official release is up! Frank can you maybe provide example code that clarifies: For any form element you wish to Ajax-enable, add an ajaxRef attribute to it. In addition,

Re: AjaxTags v1.0 beta 1 released

2005-05-16 Thread Frank W. Zammetti
Your right, I will clarify that on the site as soon as possible. For the sake of answering the question though... What you write below is correct... the ajaxRef of the form matches the ajaxRef of the form element in the config file, and the ajaxRef of the button matches the ajaxRef of the

AjaxTags v1.0 beta 1 released

2005-05-12 Thread Frank W. Zammetti
Finally got it all set up on http://struts.sf.net. The first official release is up! AjaxTags is a project to add AJAX functionality to the existing Struts HTML taglib. It allows a developer to jump on the AJAX bandwagon without actually writing any code. It's a completely declarative