You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Martin Dilger (JIRA)" <ji...@apache.org> on 2011/09/03 18:08:09 UTC

[jira] [Commented] (WICKET-4024) Provide a Convenience API for usage of Ajax Channels

    [ https://issues.apache.org/jira/browse/WICKET-4024?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13096696#comment-13096696 ] 

Martin Dilger commented on WICKET-4024:
---------------------------------------

Maybe this should be seen together with WICKET-4023, that I just opened before this one.

> Provide a Convenience API for usage of Ajax Channels
> ----------------------------------------------------
>
>                 Key: WICKET-4024
>                 URL: https://issues.apache.org/jira/browse/WICKET-4024
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>    Affects Versions: 1.5-RC7
>            Reporter: Martin Dilger
>         Attachments: 0001-WICKET-4023-Allow-Ajax-Link-to-assign-its-Ajax-Chann.patch
>
>
> The Usage of Wicket Ajax Channels is currently rarely documented and pretty low-level.
> You have to build the Name of the Channel with a certain Format (name|d for DropChannels, name|s for Stackable Channels).
> I don't know why this is so, but this feature is pretty cool, and I think we should provide a little convenience api for the usage of Channels.
> I attached a patch that shows the idea - its pretty simple, lets just not use a String but an Objects that encapsulates the behavior with a little 
> Javadoc, so more people may find this feature.
> WIth the Patch, all works as before, but one could provide an AjaxChannel for its Behavior and must not fiddle with Strings.
> Thanks.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira