Hello Rick,
I implemented your idea for unknown
Andreas Hartmann wrote:
Hello,
I've got a lot of html:text forms, which are created on the fly -
therefore I don't know during programming, which getter and setter-methods
will be needed. I assume, it works by using arrays.
More than likely you really don't need or want to dynamica
Hello,
I've got a lot of html:text forms, which are created on the fly -
therefore I don't know during programming, which getter and setter-methods
will be needed. I assume, it works by using arrays.
In the ActionForm:
ArrayList value=new ArrayList();
public String getValue(int id)
3 matches
Mail list logo