I have released that tomahawk tag handler in component form at:
http://sourceforge.net/projects/jsf-comp/ Download the tagHandlers release: http://sourceforge.net/project/showfiles.php?group_id=137466&package_id=168411&release_id=368243 It will be more up to date than the one I made for my Church and posted (bethanyefree). -Andrew On 5/9/06, damonsmith <[EMAIL PROTECTED]> wrote:
I found the issue, and just in case anyone is googling for it, it's because I'm using Facelets as my ViewHandler, not JSP files. Apparently Facelets handles assigning values like this differently, and the only solution I could find was to use a different component implementation of updateActionListener. I found one called org.bethanyefree.taghandlers.TomahawkUpdateActionListenerHandler.java which I've added to my custom tag namespace as an updateActionListener tag, and it does the job. It does throw an error message which I haven't properly investigated, but it appears to work properly. There is some info about the differences here: https://facelets.dev.java.net/nonav/docs/dev/docbook.html#taglib-create-component Any extra info on this issue would still be greatly appreciated. cheers, Damon Smith -- View this message in context: http://www.nabble.com/f%3Aparam-and-commandButton-t1517965.html#a4302679 Sent from the MyFaces - Users forum at Nabble.com.

