[Bese-devel] <ucw:button and action attributes in TAL

mrd mdanish at andrew.cmu.edu
Mon Aug 14 20:51:26 UTC 2006


(using ucw_ajax branch)

It's currently impossible to use ucw:action or ucw:ajax-action in a
ucw:button specified in TAL due to a very simple issue:

expand-action-attributes has a hard-coded ecase statement only allowing
certain tags to use ucw:action.

I added a case for <ucw:button but I am not sure if this is all that
needs to be done.

Also, it would be nice if <ucw:simple-form worked here too (the other
place I had trouble with, a while ago).

I did:

{
hunk ./src/yaclml/tal.lisp 68
+         ((<ucw:button)
+            `((<ucw:button :action-body ,action ,@(cdar tag)) ,@(cdr tag)))
}

-- 
;; Matthew Danish -- user: mrd domain: cmu.edu
;; OpenPGP public key: C24B6010 on keyring.debian.org



More information about the bese-devel mailing list