Hello,
    I have read your conversion here,
    I am having a strange problem in my converter.

     case 1:-
    JSP
    <s:textfield name="myDate"/>

    classname-conversion.properties
    myDate = tutorial.MyTypeConverter
   
    case 2:-
    JSP
    <s:textfield name="user.myDate"/>

    classname-conversion.properties
    user.myDate = tutorial.MyTypeConverter
   
Now the problem here is that if i use case 1 i am successfully able to call
the convertToString(Map arg0, Object arg1) but in case 2 i am not able to
call convertToString(Map arg0, Object arg1). 

Can anybody understand me ?

Thanks in advanced.
-- 
View this message in context: 
http://www.nabble.com/Struts-Type-Conversion-Problem-tf4735856.html#a13543074
Sent from the Struts - User mailing list archive at Nabble.com.


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

Reply via email to