http://struts.apache.org/2.0.14/docs/set.html


-----Original Message-----
From: Dominik Fischer [mailto:fische...@idowa.de] 
Sent: Thursday, February 05, 2009 8:59 AM
To: user@struts.apache.org
Subject: Access Struts2 Action Properties - Noob

Hello folks,

how can i access a property (i.e. data) of a class like....

public class BabyAction extends ActionSupport implements RequestAware {
        private List data;

        public List getData() {
                return this.data;
        }

        public void setSearch(List data) {
                this.data = data;
        }

        ...

}

... in a custom tag like ...
        <i:divTable list="data"/>
... without the help of request.setParameter() i.e.
?????



Thankz
Dom


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Notice:  This e-mail message, together with any attachments, contains
information of Merck & Co., Inc. (One Merck Drive, Whitehouse Station,
New Jersey, USA 08889), and/or its affiliates (which may be known
outside the United States as Merck Frosst, Merck Sharp & Dohme or
MSD and in Japan, as Banyu - direct contact information for affiliates is
available at http://www.merck.com/contact/contacts.html) that may be
confidential, proprietary copyrighted and/or legally privileged. It is
intended solely for the use of the individual or entity named on this
message. If you are not the intended recipient, and have received this
message in error, please notify us immediately by reply e-mail and
then delete it from your system.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to