Hello All:
This is my first thread in this forum and i hope to find the answer for my question.
I have a code consistes of one class containing many sub-classes:
public class TstClass
{
public class tst1
{..}
public class tst2
{..}
}
and i want to call one of these classes in jsp page, how could this be done?
I'm using Tomcat 6.0 amd JDK 1.6
Thank you in advance to any one would help me in this issue