• 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
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Ajax behavior/ Conditional rendering

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

I have got an weird problem in the jsf page. I have used ajax:support for h:selectOneMenu to render portion of the page. Based on the logic, it hides and displays different textboxes (available inside ajax:outputPanel, which wraps two or more h:panelGroup where the condition lies). Each textboxes has their own rich:message too, which I haven't put inside outputPanel as I thought those appear based on the input value of associated textboxes.

Now, the problem I am getting is, when I select one item from the ComboBox, ajax resposes well as it hides according to the logic. But, once I enter some text in the newly appeared field, and tab off, they original test boxes reappear and the new ones get lost.

Here is the code also:



Also, when I submit this form, even if bean.someMethod is 'somthing', only the top h:paneGroup gets appeared.

Thank you!
 
Bishal Ghimire
Greenhorn
Posts: 26
Firefox Browser
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I always forget to mention this~~ I am using JSF 1.2 with Richfaces.
 
girl power ... turns out to be about a hundred watts. But they seriuosly don't like being connected to the grid. Tiny ad:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic