aspose file tools
The moose likes JSF and the fly likes Ajax behavior/ Conditional rendering Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "Ajax behavior/ Conditional rendering" Watch "Ajax behavior/ Conditional rendering" New topic
Author

Ajax behavior/ Conditional rendering

Bishal Ghimire
Greenhorn

Joined: Feb 01, 2011
Posts: 26

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

Joined: Feb 01, 2011
Posts: 26

I always forget to mention this~~ I am using JSF 1.2 with Richfaces.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Ajax behavior/ Conditional rendering
 
Similar Threads
Problem using valueChangeListener and onchange
Problem with h:message and richfaces
<rich:ajaxValidator>
ajax4jsf and h:inputText
File browser button