In general, perhaps - but definitely not inside of
selectOneListbox.  selectOneListbox requires selectItem/selectItems.

-- Adam


On 7/2/07, Matthias Wessendorf <[EMAIL PROTECTED]> wrote:
you should be able to nest a4j:support, since their lib takes care of
JSF interfaces, like EditableValueHolder instead of a cast against
UIInput.

Note, that Trinidad already has PPR enabled (1.0.1 uses Iframe, 102
and higher, use "real" ajax (funny word))

-M

On 7/3/07, binya <[EMAIL PROTECTED]> wrote:
>
> could I use a4j:support tag inside 'tr:selectOneListbox' ?
>
> <tr:selectOneListbox value="#{bean.select}" id="qpListName"
>                              binding="#{bean.listComponent}">
>         <a4j:support event="onclick"  action="#{bean.listWasClicked}"
> reRender="query_address />
> </tr:selectOneListbox>
>
> it doesn't work. someone knows why ? thanks.
> --
> View this message in context: 
http://www.nabble.com/ajax4jsf---trinidad-tf4016410.html#a11406689
> Sent from the MyFaces - Users mailing list archive at Nabble.com.
>
>


--
Matthias Wessendorf

further stuff:
blog: http://matthiaswessendorf.wordpress.com/
mail: matzew-at-apache-dot-org

Reply via email to