Why don't you just set the value in the action prior to forwarding to your
jsp?  You can easily do that using a value from the bundle.


James Mitchell
Software Engineer/Struts Evangelist
http://www.open-tools.org

"Only two things are infinite, the universe and human stupidity, and I'm not
sure about the former."
- Albert Einstein (1879-1955)


> -----Original Message-----
> From: Alain Del Giust [mailto:java.dev@;noos.fr]
> Sent: Friday, November 01, 2002 3:59 PM
> To: Struts Developers List
> Subject: Re: DynaActionFormClass
>
>
> From my understanding if I want to create a Dynamic Form I have to use
> struts-config.xml to configure the properties of the form.
>
> Example:
>
>     <form-property  name="email"     type="java.lang.String "/>
>     <form-property  name="password"  type="java.lang.String "/>
>     <form-property  initial="false"   name="rememberMe"
> type="java.lang.Boolean "/>
>
> But I don't want to do that because those properties are define elsewhere
> (database for example, actually I am trying to integrate Struts Framwork
> with one part of Novell/SilverStream exteNd Director Framework)
>
> That's why I think that I "need" to override DynaActionFormClass.
>
>
> Alain
>
>
> ----- Original Message -----
> From: "Craig R. McClanahan" <[EMAIL PROTECTED]>
> To: "Struts Developers List" <[EMAIL PROTECTED]>
> Sent: Friday, November 01, 2002 9:15 PM
> Subject: Re: DynaActionFormClass
>
>
> >
> >
> > On Fri, 1 Nov 2002, Alain Del Giust wrote:
> >
> > > Date: Fri, 1 Nov 2002 20:58:28 +0100
> > > From: Alain Del Giust <[EMAIL PROTECTED]>
> > > Reply-To: Struts Developers List <[EMAIL PROTECTED]>
> > > To: [EMAIL PROTECTED]
> > > Subject: DynaActionFormClass
> > >
> > > Hi All,
> > >
> > > I'd like to use Dynamic Forms but not "only" based on
> "struts-config.xml" file.
> > >
> > > I have build an application using Struts-b2.
> > >
> > > I have modified the following files.
> > > I am not smart developer so perhaps it will be better to use
> an abstract
> class for DynaActionFormClass as I only override "introspect" method.
> > >
> >
> > I'm having a hard time understanding why the existing facilities don't
> > support all the functionality you need.  What is it you are trying to do
> > that is not currently possible?
> >
> > > Thanks for your help.
> > >
> > > Alain
> > >
> >
> > Craig
> >
> >
> > --
> > To unsubscribe, e-mail:
> <mailto:struts-dev-unsubscribe@;jakarta.apache.org>
> > For additional commands, e-mail:
> <mailto:struts-dev-help@;jakarta.apache.org>
> >
> >
>
>
> --
> To unsubscribe, e-mail:
<mailto:struts-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:struts-dev-help@;jakarta.apache.org>



--
To unsubscribe, e-mail:   <mailto:struts-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:struts-dev-help@;jakarta.apache.org>

Reply via email to