Hi,
I am confused about the Ajax support in Click framewrok.
Click as a component based web framework, but the ajax support is like
the traditional action based framework(such as struts1/2.x).
1. why ajax update are not base on Control, like Wicket/JSF2, such as
click a button, rerender one Control in current page or replace it with
other Control or append a Control to some specified Control, this is the
nature way in a component based framework.
2. Provide Seam like remote js library, make js client use Click Control
directly in javascript.
Regards
Hantsy
δΊ 2010/9/4 1:37, Beto ει:
Bob,
Just a little correction
(https://hudson.apache.org/hudson/view/Click/job/Click/javadoc/docs/user-guide/html/ch04s02.html)
Last item should be:
setContentType(String) - set the ActionResult content type, for
example: text/html, text/xml, application/json etc.
instead of:
setModel(Map) - set the ActionResult content type, for example:
text/html, text/xml, application/json etc.
Regards,
Gilberto
On Fri, Sep 3, 2010 at 8:42 AM, Bob Schellink<[email protected]> wrote:
Hi all,
There is now a chapter covering the new Ajax support[1] and a section
on Page actions[2].
Let me know if there are areas that aren't covered or needs to be expanded upon.
Kind regards
Bob
[1]:https://hudson.apache.org/hudson/view/Click/job/Click/javadoc/docs/user-guide/html/ch04.html
[2]:https://hudson.apache.org/hudson/view/Click/job/Click/javadoc/docs/user-guide/html/ch02s07.html