Hi Chut,

By giving a quick look at your code, I see that you are encrypting all your
annotated fields and keeping them in a hidden input between pages.
So what about @FormState or @FieldState or @ActionBeanState? :)

Just out of curiosity, why don't you just keep your data in the session or
in a cache store on the server?

Best,

--
Samuel Santos
http://www.samaxes.com/


On Thu, Apr 12, 2012 at 4:45 AM, Chut Yee <yeec...@gmail.com> wrote:

> Samuel Santos <samaxes@...> writes:
>
> >
> >
> > Hi Chut,If the goal is to mimic ASP.NET VIEWSTATE why not just call it
>  <at>
> ViewState?Sorry if I'm missing something.Cheers,--Samuel
> Santoshttp://www.samaxes.com/
>
> Apart from the idea of persisting data to the web browser, there is nothing
> similar between VIEWSTATE and PageScope. ASP.NET is a completely
> different beast
> compared to JSP.
>
> Cheers,
> Chut
>
>
>
> ------------------------------------------------------------------------------
> For Developers, A Lot Can Happen In A Second.
> Boundary is the first to Know...and Tell You.
> Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
> http://p.sf.net/sfu/Boundary-d2dvs2
> _______________________________________________
> Stripes-users mailing list
> Stripes-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/stripes-users
>
------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
_______________________________________________
Stripes-users mailing list
Stripes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to