• 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

javascript method called in jsf page, in dataTable.

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

i am using jsf1.x
i have a jsf page, inside that page i am using dataTable.
in side dataTable i have a button, when i click on that button, a popup window will be open through javascript,
while page load itself i am passing parameter of dataTable "rowId" and corresponding values also loaded with hidden action. after selecting some value in the child window, the child window should be closed and that selected value should be added to the parent page dataList in the dataTable.
its not reflecting to the parent list.

i am using backingbeans, spring in my application.

give me any idea to get the solution.

Thanks & Regards,
Siva Sankar.A
 
reply
    Bookmark Topic Watch Topic
  • New Topic