I need help...
I'm have data of javabeans than have other javabeans with attribute.
class MyClass1
{
String name;
MyClass2 myClass2;
}
class MyClass2
{
String name2;
}
how I have across sintax tag the name2' s value only with object MyClass1
<jsp:getProperty name="MyClass1" property="name2"> throw a error.
I don't know how do it----
help me
Atte. Marcelo Flores
[EMAIL PROTECTED]
