[EMAIL PROTECTED] wrote:
Hello,

I think I found a problem in struts 2.1.1 (or misunderstood the documentation).

I have an action that can search for persons (querystring for name, list of 
persons retreived).
I wanted to reuse that functionality for a form where a user has to be picked 
(to be added to a group of users).

So I did this:
Thorough analysis! I cringe thinking of how much time it's cost you as I've been there myself. Unfortunately the s:action tag contains several major bugs like this (browse JIRA); another major one is that ThreadLocal context is replaced by the nested action's context and is never restored afterwards, potentially causing problems for tags AFTER the closing action tag. I recommended you raise the issue in JIRA and not to use the s:action tag as a component like this. It's only useful in the simplest cases.

regards,
Jeromy Evans

PS. it's usually best to describe the problem the top of the email, otherwise we trail off before reaching the end (speaking for myself anyway, although I got there eventually).



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

Reply via email to