On 8/30/06, Antonio Petrelli <[EMAIL PROTECTED]> wrote:
Michael Jouravlev ha scritto:
> I have another suggestion: storing data right in the request object
> instead of having a dedicated scope object. Then, on redirection,
> pushing appropriate items to the session, using item's names. Thus,
> the Click scope control object would store names instead of storing
> objects themselves. This way we would not have to do anything to
> update the search chain page->request->session->app for Struts tags
> and JSTL tags. For the tags, Click scope would be just a regular
> request scope.

Good point, I will code it ASAP. Thank you for the suggestion :-)

> I would also prefer zero configuration, thus better integration with
> Struts. Therefore it would be great if you wrote a separate version
> specifically for Struts with full integration, or I can do it myself,
> taking your code as the basis.

Currently I am going to write a bit of integrations. At the moment I
only wrote integration with Spring 2.0 IoC (even the new Spring has
scopes :-) )

Hi Antonio,

I looked through your code, it is quite clear, so I started pulling
needed stuff from your library and sticking it into Struts. I also
want this scope to be available for ActionForms in action mapping
definition, and for errors/messages.

Michael.

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

Reply via email to