Is the URL entered by a user or does it come from the system? If it comes from the system (as you seem to indicate), I wouldn't store it in the ActionForm at all. Store it as a request attribute, then use standard methods (JSTL or <bean:write/> or even a scriptlet if you're feeling rebellious) to write it out in your JSP page.
-- Jeff On Wed, 23 Feb 2005 15:04:39 +0100, delbd <[EMAIL PROTECTED]> wrote: > So now am blocked. I have an class which extends ActionForm, this class has a > getter and a setter for a property named 'url'. This ActionForm is prefilled > with datas from an other action and i can't find how to get it back! -- Jeff Beal Webmedx, Inc. Pittsburgh, PA USA --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]