Just saw the demo... Nice!

Felix Sun wrote:

> Hi All
>
> New component added!
>
> The AjaxAutoInvoker is used for connecting an AjaxEventSubmit component,
> actually any AjaxSubmitInvocation implementation that implement
> getFunctionName() method.
> which indicate the ajax submit event method name. for example :
>
> document.AjaxFormSubmit_scriptForm = function(event) {
> ...
> }
>
> but the current AjaxLinkSubmit, AjaxImageSubmit, AjaxSubmit haven't
> implement getFunctionName() yet.
> so these should not work well with AjaxAutoInvoker.
>
> the usage:
>
>       <span jwcid="[EMAIL PROTECTED]:AjaxEventSubmit"
>             action="listener:buildNormalName"
>             parameters="ognl:scriptName"
>             updateComponents="ognl:{'scriptFullName'}"
>             effects="template:{highlight:{any:'[219,128,135], 500,
> 500'}}" />
>
>       <span jwcid="[EMAIL PROTECTED]:AjaxAutoInvoker"
>             intervalMilliseconds="2000" target="component:scriptSubmit"/>
>
>
> enjoy it! :)
>
> Felix Sun
>
>
>
>  
>
>
>
>


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Tacos-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tacos-devel

Reply via email to