[tobago] tc:in doesn't support change facelet?

2008-01-30 Thread Zied Hamdi
Hi, I've just realized that there is no example in the demo of a tc:in which triggers a partial reload. On the tld doc I've only found the js attribute 'onchange'. Is it very complex to emulate the following code with the Tobago.js lib? tc:in value=#{bank.town}

Re: [tobago] tc:in doesn't support change facelet?

2008-01-30 Thread Volker Weber
Hi Zied, in general tc:in supports the change facet. Which tobago version 1.0.x or 1.1-SNAP? I think this is a problem of mixing inputSuggest with change facet, i never tried this, but i observed problems with adding additional eventlisteners when moving inputsuggest to dojo. Regards,

Re: [tobago] tc:in doesn't support change facelet?

2008-01-30 Thread Helmut Swaczinna
Hi Zied, the change facet of tc:in does not work with suggestMethod. See TOBAGO-408 Regards Helmut - Original Message - From: Zied Hamdi To: MyFaces Sent: Wednesday, January 30, 2008 10:56 AM Subject: [tobago] tc:in doesn't support change facelet? Hi, I've just

Re: [tobago] tc:in doesn't support change facelet?

2008-01-30 Thread Zied Hamdi
Hi Volker, Sorry I didn't experiment a lot before sending my mail (a little because I was surprized when I didn't find that tc:in supports the change facelet in the tld doc http://myfaces.apache.org/tobago/tobago-core/tlddoc/tc/in.html) I searched issues and I found this: