Hi
I have a custom container 'X' which extends propertysheetwizardcontainer .
my custom container 'X' contains 2 components (comp A & comp
.
How do i get the value(name) of current component in my custom containner JSP file .
In container java class i can get it by
Component component = getContainedComponent();
But how do i get in Container jsp.
Any pointers pls...