Jakub Milkiewicz wrote:
 Hi
I am quite new to Struts 2 and have problems with StrutsTypeConverter I have
created my custom converter but i can see it is not fired when my
Action-conversion.properites contains more than 2 level property expression.
Example:
datePeriodFilterParameters.dateTo=MyConverter  (works as exptected)
datePeriodFilterParameters.cos.dateFrom=MyConverter (not working :( )
Can anyone knows what is going on?<br>Is there any limit on nested property
expressions?
I searched forum and found some posts about createing
dto-conversion.properites ...

miluch


There's no limit on the depth of the property names. Are you certain you've got all the necessary getters, setters and constructors on cos and datePeriodFilterParameters?

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

Reply via email to