Hello,
My previous use of Struts was on a very very simple application and I was
able to do well with it. But now I am have a more complex model which I am
not being able to get around with as I have to build a html form whose
property maps to the attribute of an attribute of the ActionForm. My doubt
relies on how to access this "sub-attribute" on teh html form?
In case this is not to clear, I have the following, very unreal scenario:
package sample;
import java.util.*;
import org.apache.actions.
public class Father extends ActionForm{
private String name;
private Child onlyChild;
//....Getters and setters..../
}
------------
package sample;
import java.util.*;
import org.apache.actions.
public class Child extends ActionForm{
private String name;
private int age;
//...Getters and setters...//
}
------------
page.jsp
(...)
<html:form action="fatherActio
Name: <html:text property="name"
<b>Child details</b><
Only child name: <html:text
property="onlyChild
Only child age: <html:text
property="onlyChild
</html:form>
(...)
------------
When I try it like the example above I get error as it the
onlyChild.whatever does not exist, does no map to a known attribute it is
null.... Please let me know how to achieve that... Your help is much
appreciated.
Merry Xmas in advance!!!
--
Thank you,
TS
+55 21 7524-9415
[Non-text portions of this message have been removed]
Java Official Group is created for the following topics: Java 2 Enterprise Edition - J2EE, Java 2 Standard Edition - J2SE, Java 2 Micro Edition - J2ME, XML, XSL, XSD, XPATH, Web Services, Jini, JXTA for all type of Java Geeks.
Whoever posts spam / ads / job related message will be BANNED IMMEDIATELY
No comments:
Post a Comment