Return-Path: Mailing-List: contact struts-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list struts-user@jakarta.apache.org Received: (qmail 58791 invoked from network); 1 Feb 2001 16:15:33 -0000 Received: from unknown (HELO mail.india-today.com) (203.122.17.2) by h31.sny.collab.net with SMTP; 1 Feb 2001 16:15:33 -0000 Received: (qmail 3873 invoked by uid 500); 1 Feb 2001 16:35:48 -0000 Date: Thu, 1 Feb 2001 22:05:48 +0530 From: Anand Raman To: struts Subject: accessing a property of ActionForm Message-ID: <20010201220548.D28361@india-today.com> Mail-Followup-To: struts Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i 75Uptime: 2:49pm up 5 days, 23:20, 12 users, load average: 0.44, 0.12, 0.03 X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N Hi guys I want to access a property of my ActionForm in a jsp file and use it to construct a anchor.. The ActionForm is in the request scope and is being passed to the desired jsp page.. (verified using request.getAttributeNames()) However how do i access the value of a property.. Please suggest a way out.. I am not using any html tag lib.. I just want to access a property in the ActionForm and construct a anchor.. Thanks Anand Raman