David Friedman ha scritto:
Why not call them custom scopes and link it into to contexts where
appropriate.  That way you could name your scope and if it doesn't exist,
create it.  Then you could have generic methods to handle all sorts of
scopes at once with generic methods like:

addScope("request").setAttribute(name, object);
addScope("session").setAttribute(name, object);
addScope("single").setAttribute(name, object);
addScope("someDialog").setAttribute(name, object);

Ehm, cough cough:
http://scopes.sourceforge.net/

Does it interest anyone?


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to