[
https://issues.apache.org/jira/browse/CLK-631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12840588#action_12840588
]
Joseph Schmidt commented on CLK-631:
------------------------------------
> You can view the proposals here:
> http://cwiki.apache.org/confluence/display/CLICK/Ajax+Proposals
Very nice. I sent it to several users, and I'll post the collected comments on
the dev list.
> Sounds as if you are mostly interested in using Ajax to GET data from the
> server instead of POSTing data?
GET for view-ing/loading content, but not for deleting - there's should be no
delete or back-end changed based on a HTTP GET.
> In that case proposal 1 sounds like a good option?
> In other words you write all the JS yourself and call Page methods to return
> data and controls?
I would like approach 1 to a degree, but without writing the JS :), but to be
able do do it when it's very very simple or when it's not covered. For the
written JS, also I wouldn't like to use the URLs as direct strings but as Page
objects so that Click resolves the correct rewriting/urlencoding and parameters.
> Ajax-Select demo with jQuery instead of Prototype
> -------------------------------------------------
>
> Key: CLK-631
> URL: https://issues.apache.org/jira/browse/CLK-631
> Project: Click
> Issue Type: Improvement
> Components: examples
> Reporter: Joseph Schmidt
>
> Please make the click-examples/ajax-select demo:
> http://avoka.com/click-examples/ajax/ajax-select.htm
> to use jQuery instead of Prototype, the same way it's done with the Accordion
> example:
> http://avoka.com/click-examples/ajax/ajax-accordion.htm
> jQuery seems to have a much more simple and short syntax and there seems to
> be way more books for jQuery than for Prototype, so for new users it would be
> easier to reuse a jQuery example than the actual Prototype one, and get
> started with Click.
> Thank you,
> Joseph.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.