• 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

Issues faced while removing a UI Component from JSP

 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
Iam facing an issue while deleting UI Component .The entire scenario is as described below:

My Jsp Page :

I have binded it to a method which adds Panel Groups ,text boxes and a command button.


The components are getting added based on the loop.
The Command Button(removeButton) is linked to an action listener.


here based on the id of the removed button ,the entry from the list is removed.

I tried debugging and saw that the entry from the list is removed,
BUT "ON THE JSP PAGE THE COMPONENTS ARE NOT DELETD .
i wanted to know that why is this issue coming..why is getContainerComponent() method not getting called again.
getContainerComponent() will read from the updated list and the deleted items wont e displayed...

Please help me out.

Thanks
Sujai.
 
reply
    Bookmark Topic Watch Topic
  • New Topic