The URL comes as a result of form filled by user A.

This is then stored in system.
Later, User B show the same form as user A in edit mode. 
An additionnal section appear showing the link to the ressource created by A. 
As those forms maps datas from a workflow it's quite cumbersome to put all 
those datas also as request attributes, not to mention i have to think about 
it for each action which leads to the same jsp.

I could do it using the request (i think so). But i'd really like to know how 
i am supposed to access my actionform in jsp. Can't find any doc on it. And 
bean:write request the name of the bean to use. It does not seems to default 
to the actionform. So the basic question is simply, where on hell is this 
actionform??


Le Mercredi 23 Février 2005 15:08, Jeff Beal a écrit :
> 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!

-- 
David Delbecq
Royal Meteorological Institute of Belgium 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to