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

Reply via email to