This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes JSF and the fly likes removing component from context. 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 "removing component from context." Watch "removing component from context." New topic
Author

removing component from context.

Rajeev Ravindran
Ranch Hand

Joined: Aug 27, 2002
Posts: 455
I am back with drop down questions.. thread

we are using third party tab component , if i use drop down
( <h: selectOneMenu ) inside the tab, im getting this error

com.sun.faces.context.FacesContextImpl addMessage Adding Message[sourceId=newRegularApp trixMainTabView:startpage:listTransit,summary=Select one )

i have phaselistener where i can catch this component. is it possible to remove the componet from the context . maybe its not possible, but i am trying to find some solution for this. Appretiate suggestions or new ideas

Thanks !
Rajeev
[ May 18, 2006: Message edited by: Rajeev Ravindran ]

SCJP, SCWCD, SCBCD, Oracle Certified Professional (SQL n PL/SQL)
 
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: removing component from context.
 
Similar Threads
Tabbed Pane usage
TabbedPane Question
Disable html elements using CSS
Editable Drop Down in JSF
Can I add JSF components through Ajax?