This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes HTML, CSS and JavaScript and the fly likes Ajax and ui:repeat Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "Ajax and ui:repeat" Watch "Ajax and ui:repeat" New topic
Author

Ajax and ui:repeat

Brunda Gundamaraj
Greenhorn

Joined: Aug 13, 2008
Posts: 11
On change of dropdown a part of my page should be rendered.
I thought the best way would be to use a <a4j utputPanel>

on change of dropdown i will render the entire outputPanel.
My outputPanel has a ui:repeat/a4j:repeat tag.

Now my problem is the data inside theui:repeat tag is not being rendered on change of the drop down.

Here is the HTML



Any help would be appreciated.
Thanks
Brunda

[edited to disabled smilies]
[ October 11, 2008: Message edited by: Jeanne Boyarsky ]
Jeanne Boyarsky
internet detective
Marshal

Joined: May 26, 2003
Posts: 26489
    
  78

Brunda,
This doesn't sound like a performance question so I'll move it to our HTML forum for you.


[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56521
    
  14

It might help to state where these tags are from.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
jQuery in Action, 2nd edition
 
subject: Ajax and ui:repeat
 
Similar Threads
Exception during addition of data from UI
Question with selectOneMenu
MyFaces CollapsibelPanel Problem
Getting Setter Method to Fire
How to set default selection for selectOneMenu?