• 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

Issue with t:alias using JSF Ajax tomahawk

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am trying to work on the ajax part where in on tabout of the field I want to have few fields populated on the form..I tried a sample example and it works great .. when I tried to use it with tomahawk alias it is kinda not working

I am getting the values in the manager ...which I am populating in the Object and I am not able to get those values on the JSF page using the alias


Based on the values returned from the DB for the patientId i wanted to populate few other fields.. the database is returning the values which i printed out in the Manager classs and them I am populating in the object and trying to acess that object from my jsf which is not working ..

Following are the contents of my main.jsf



following are he contents of my Include file



Following are the contents of the Manager Class


Following are the contents of the config file

 
You have to be odd to be #1 - Seuss. An odd little ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic