If the annotation is not in your ActionBean class, Stripes (out of the box)
won't see it. You can use @ValidateNestedProperties annotation to provide
metadata for properties of objects that are ActionBean properties, or you
can create your own ValidationMetadataProvider class to mine metadata out
of classes other than ActionBean instances.

On Sun, Mar 3, 2013 at 11:29 AM, - <grandebu...@gmail.com> wrote:

> With stripes in debug mode - true o in debug mode - false I have the
> same result on my jsp
> <input type="hidden" value="2" name="itemExt.user.userId">
>
>
>
> 2013/3/3 Ben Gunter <bgun...@cpons.com>:
> > The only way this should happen is if you have the StripesFilter
> init-param
> > Stripes.DebugMode set to true. Is that the case?
> >
> >
> > On Sun, Mar 3, 2013 at 8:39 AM, - <grandebu...@gmail.com> wrote:
> >>
> >> Hello,
> >> I have a problem with encrypted field by stripes. As I have understood
> >> when you have been declared before field declaration like
> >>         @Validate(encrypted=true)
> >>         private Integer userId;
> >> and have this hidden field on my jsp it should be encrypted. But on
> >> the source code of the jsp I still see the integer value.
> >> I miss something? Can someone tell me how it should be implemented?
> >> Thanks.
> >>
> >>
> >>
> ------------------------------------------------------------------------------
> >> Everyone hates slow websites. So do we.
> >> Make your web apps faster with AppDynamics
> >> Download AppDynamics Lite for free today:
> >> http://p.sf.net/sfu/appdyn_d2d_feb
> >> _______________________________________________
> >> Stripes-users mailing list
> >> Stripes-users@lists.sourceforge.net
> >> https://lists.sourceforge.net/lists/listinfo/stripes-users
> >
> >
> >
> >
> ------------------------------------------------------------------------------
> > Everyone hates slow websites. So do we.
> > Make your web apps faster with AppDynamics
> > Download AppDynamics Lite for free today:
> > http://p.sf.net/sfu/appdyn_d2d_feb
> > _______________________________________________
> > Stripes-users mailing list
> > Stripes-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/stripes-users
> >
>
>
> ------------------------------------------------------------------------------
> Everyone hates slow websites. So do we.
> Make your web apps faster with AppDynamics
> Download AppDynamics Lite for free today:
> http://p.sf.net/sfu/appdyn_d2d_feb
> _______________________________________________
> Stripes-users mailing list
> Stripes-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/stripes-users
>



-- 
Turtle, turtle, on the ground,
Pink and shiny, turn around.
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
Stripes-users mailing list
Stripes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to