• 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 with JSTL and RichFaces/JSF

 
Ranch Hand
Posts: 100
Android Eclipse IDE Firefox Browser
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I am facing a very strange problem using JSTL with JSF and RichFaces. I pass a parameter booking_type to my JSF page and based on the parameter include a JSF page into my main JSF page. The code is as follows.



This works fine , different parameters work fine. Now in my other JSF page i have the following code



After i press the button the control is not rendered. What i did is took all the code and placed it between the JSTL IF tags given above. Still the control did not render though it displayed fine on the page. I then removed the JSTL if tags and to my surprise the control was rendered by pressing the button. What does JSTL got to do with rich faces control rendering. The action function for the Command Button was working fine weather i used JSTL or not, but the value of the bean was not been rendered. Has anyone faced the same issue ? Any solution.

Kind Regards,
 
reply
    Bookmark Topic Watch Topic
  • New Topic