Hi,

in my action I have a client object that has a Set<String> email.
In my http request, I have these data:
client.email[0] = 'a...@def.com'
client.email[1] = 'a...@b2.com'
client.email[2] = 'a...@b2.com'

But I'm getting an error in ParametersInteceptor.

I created these setters:

public void setEmail(int index, String email)
public void setEmail(String[] email)
public void setEmail(Set<String> email)

But I'm already getting an exception.

What is the right way to do this?
Or this interceptor never fills a Set?

thanks in advice,
msbrogli


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to