Re: How to get the property value in action

2007-01-18 Thread Nuwan Chandrasoma
handrasoma Sent: Friday, January 19, 2007 3:19 AM Subject: Re: How to get the property value in action I like the first approach since I am not using struts 1.3. However it doesn't work. What do you mean by "your own ActionMapping implementation"? Nuwan Chandrasoma

Re: How to get the property value in action

2007-01-18 Thread Nuwan Chandrasoma
wan Chandrasoma" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Friday, January 19, 2007 7:33 AM Subject: Re: How to get the property value in action Hi, Inside you action class execute method mapping.getMyProperty(); Thanks, Nuwan. - Original Message

Re: How to get the property value in action

2007-01-18 Thread Nuwan Chandrasoma
Hi, Inside you action class execute method mapping.getMyProperty(); Thanks, Nuwan. - Original Message - From: "Zhang, Larry (L.)" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Thursday, January 18, 2007 10:59 PM Subject: How to get the property value in action I have