--- me <[EMAIL PROTECTED]> wrote:
> Yes of course that's what I thougt. But when I change the scope of the 
> spring bean to default I could provide the id using a get request but 
> nothing happens.
> 
> Now I keep it on prototype which is okay for this page.

S2 assumes a new action will be created for every request... Not doing so is
almost certainly a Bad Idea.

I'm sure it's possible, but it runs contrary to everything the framework
assumes about application structure.

Dave


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

Reply via email to