• 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
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

trying to reRender part of page, but getting whole page refresh

 
Ranch Hand
Posts: 30
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Folks,
I'm trying to reRender specific components on the page, but am getting a whole page refresh - I had this working and then did something to break it - I just can't seem to see what the problem is. Below is the page - it has tabs and then a panel inside the tab and then a list of inplaceInput tags that crank out an editable list of strings from the server. There are 3 images next to each inplaceInput that

a) add a new inplaceInput below the existing one
b) delete the inplaceInput
c) change the font color of the inplaceInput and toggle the image to the correct font color

I added id values to all the tags, but that didn't seem to help and pointed the reRender of the image toggle to both the region or the inplaceInput - no luck - if anyone has any ideas, I would greatly appreciate it...

Thanks,
Amy

 
Amy Saari
Ranch Hand
Posts: 30
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
fyi

I stripped out a lot from this page and still couldn't figure out the problem. I had upgraded richfaces from 3.1.4 to 3.3.0 and suspect that there is a javascript error on the page ...
reply
    Bookmark Topic Watch Topic
  • New Topic