• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Problem when using valuechange listener in input text

 
Greenhorn
Posts: 21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am using trinidad tags in my application. In textboxes where I am using partialtriggers and calling the valuechange event I am facing a strange issue. If I press ` and press tab the textbox disappears and some html code is displayed there.

The code which I use is like this:

<tr:inputText value ="#{bean.somevalue}" valuechangeListener="#{bean.someMethod}" autosubmit="true" id="someId" partialTriggers="anotherId"/>
<tr:inputText value="#{bean.anothervalue}" id="anotherId"/>

This happens only when I press ` symbol. For other keys its working fine. Can anyone help on this?
[ June 23, 2008: Message edited by: Arun Sudharsanam ]
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic