It should work I think. Are you saying that if you remove autocomplete then it 
starts working?
The only time I believe you need JS code is if the DOM is getting modified at 
runtime outside tapestry control. 


On Jan 22, 2012, at 2:51 AM, csckid <testnowsh...@gmail.com> wrote:

> eventlink cannot read the value of the autocomplete mixin textfield. 
> fNameTf returns null
> 
> <form t:type="form">
>            Type in a First name:
>             <input t:id="fNameTf" t:type="TextField" t:mixins="autocomplete" 
> />
>              # Add  
> </form>
> 
> 
> @Property
> private String fNameTf;
> 
> void onAddToPrescriptionTest(){
>            System.out.println("\n\n\n" + fNameTf + "\n\n\n");            
> }
> 
> --
> View this message in context: 
> http://tapestry.1045711.n5.nabble.com/Some-tips-client-side-tp5163718p5163777.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to