Take a look on EnumTypeConverter

Regards
-- 
Łukasz
+ 48 606 323 122 http://www.lenart.org.pl/
Warszawa JUG conference - Confitura http://confitura.pl/


2011/7/2 Vincent Lin <vincent.lin...@gmail.com>:
> Hi!
>
> I have a questsion about StrutsTypeConverter.
> It has 2 methods to be implemented:
>
> public Object convertFromString(Map context, String[] values, Class toClass) 
> and
> public String convertToString(Map context, Object o) .
>
> Why the second parameter in convertFromString String[] instead of String?
> Does it mean struts will pass a array of String to converter when
> there are multiple parameter with the same name in JSP?
>
> But in that case, how do we convert the object back to String[] when
> the JSP is being rendered?
>
> Best Regards,
> Vincent
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
> For additional commands, e-mail: user-h...@struts.apache.org
>
>

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

Reply via email to