Hi, when using Trinidad's shuttle within an Orchestra application, the (re)move buttons are not usable.
Why ? Because Trinidad creates the javascript calls like String url = "javascript:TrShuttleProxy._moveItems(......."; and than, we internally encode the url. Like facesContext.getExternalContext().encodeActionURL(url); so... with Orchestra, you now get something like: javascript:TrShuttleProxy._movetems(....);?conversationContext=3 which causes a JS syntax error. Should we just stop to encode that client side "action" url ? -M -- Matthias Wessendorf further stuff: blog: http://matthiaswessendorf.wordpress.com/ sessions: http://www.slideshare.net/mwessendorf mail: matzew-at-apache-dot-org
