I think there are some security issues with this, potentially. How is
this better than simply keeping things in the session?

On Tue, Apr 3, 2012 at 1:54 AM, Morten Matras <morten.mat...@gmail.com> wrote:
> The idea is brilliant. I could use it too.
>
> Regards
>
> Morten Matras
> CEO: http://LeadDoubler.com
>
> 2012/4/3 Chut Yee <yeec...@gmail.com>
>>
>> Hi guys,
>>
>> I like to make a proposal - for making the rendered page an additional
>> scope
>> where we can store objects. The objects can be serialized into an
>> encrypted
>> block in a hidden textbox. On postback the encrypted block will be
>> deserialized
>> and bind back to the original variables.
>>
>> We can add an annotation for this:
>>
>> @PageScope
>> private Customer customer;
>>
>> I get my idea from VIEWSTATE mechanism of ASP.NET. This is basically the
>> only
>> thing I missed about ASP.NET.
>>
>> Currently I have been using a fair bit of <stripes:hidden> for achieving
>> the
>> effect. It is simply too sloppy.
>>
>> What do you guys think?
>>
>> Cheers,
>> Chut
>>
>>
>> 7th years into stripes and counting...
>>
>>
>>
>> ------------------------------------------------------------------------------
>> Better than sec? Nothing is better than sec when it comes to
>> monitoring Big Data applications. Try Boundary one-second
>> resolution app monitoring today. Free.
>> http://p.sf.net/sfu/Boundary-dev2dev
>> _______________________________________________
>> Stripes-users mailing list
>> Stripes-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/stripes-users
>
>
>
>
> --
>
> Morten Matras
> CEO - Leaddoubler.com
> Phone: +45 36 96 07 06
> Skype: mortena
> http://twitter.com/#!/LeadDoubler
>
>
> ------------------------------------------------------------------------------
> Better than sec? Nothing is better than sec when it comes to
> monitoring Big Data applications. Try Boundary one-second
> resolution app monitoring today. Free.
> http://p.sf.net/sfu/Boundary-dev2dev
> _______________________________________________
> 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.

------------------------------------------------------------------------------
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-dev2dev
_______________________________________________
Stripes-users mailing list
Stripes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to