Re: Action classes do not get the value of Beans

Babu <[email protected]>
Newsgroups gmane.comp.java.open-symphony.webwork
Message-ID <33313170.1148835964136.JavaMail.os-j2ee@opensymphony01.managed.contegix.com>
Action Class has

    public void setPersonTranscriptions(List personTranscriptions) {
        this.personTranscriptions = personTranscriptions;
    }

I have a breakpoint inside this function, and the control does not come in here.


------------------------------------------------------------------------------------------------------------------------

JSP looks like this 
<ww:form action="update" method="post" theme="simple">
            <ww:iterator value="personTranscriptions" status="status">
                <tr>
                    <td><ww:property value="personTranscriptions[0].person.personId"/></td>
                    <td><ww:textfield name="personTranscriptions[0].person.street1"/></td>
                    <td><ww:textfield name="personTranscriptions[0].person.street2"/></td>
                </tr>
            </ww:iterator>
    <ww:submit value="Ok"/>
</ww:form>

Thanks
Babu
---------------------------------------------------------------------
Posted via Jive Forums
http://forums.opensymphony.com/thread.jspa?threadID=32361&messageID=63143#63143

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.