to create a Form class in local. if we are using
> DynaActionForm,
> > > then
> > > no need of create form class in local.
> > > i tried in struts_config.xml only, it is working well.
> > >
> > >
> > >
> > >
> > >
> &
we are using DynaActionForm,
> then
> no need of create form class in local.
> i tried in struts_config.xml only, it is working well.
>
>
>
>
>
>
> Quoting Vishal Gaurav <[EMAIL PROTECTED]>:
>
> > Hi,
> >
> > Simply having your dyna form bean of the t
Hi,
To check the users access the best approach is to check the access on the
action by giving the roles attributes in the Struts Config and overriding
the processRoles() method of action class.
In addition to this if you want to limit weather a link is dispalyed to the
user or not you can take h
> > > method="validateRequired"
> > >methodParams="java.lang.Object,
> > >
> > > org.apache.commons.validator.ValidatorAction ,
> > >
> > > org.apache.commons.validator.Field,
> > >
> > > org.a
Hi,
I feel that the approach given by Peter would be fine.
You might be populating the drop down by iterating a collection fetched from
Database. When you submit the form only the selected value is submitted from
the drop down not the entire collection (That is why you do not get the
collection b
5 matches
Mail list logo