Hello: 

hi 
I am trying to create a custom date converter. but the the typeconverter api 
only allows one way, string -> date 
I need to use the custom class to convert date back to string with special 
logic for display. 
The two way special conversion would only apply to the specific Date field. 

Using @Validate(converter=class) only work one way, string -> date 
I was expecting to have the single converter class to handle both 
string -> date and date -> string, similar to other frameworks 
(I am actually converting from a different framework to stripes 
but stumbled on this issue, as the other framework has conversion method 
pair like convertToString and ConvertToObject. 

What should i do? 

Thanks in Advance. 


------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
Stripes-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to