Re: Dynamics Attribute as integer

2011-08-12 Thread Maurizio Cucchiara
Found it at http://s.apache.org/Iuo Every component tries to resolve the dynamic attributes through the value stack which converts the value to the appropriate type. Unfortunately this gives some trouble to the XHTMLTagSerializer. Take a look at the row 62 of http://s.apache.org/xml there is no wri

Re: Dynamics Attribute as integer

2011-08-12 Thread Dave Newton
Any library updates across the commits? On Aug 12, 2011 11:26 AM, "Maurizio Cucchiara" wrote: > Does anybody know why the latest Struts version every dynamic > attribute was passed as String (even the numeric values) and now, > using the trunk, the numeric attributes are magically converted to > I

Dynamics Attribute as integer

2011-08-12 Thread Maurizio Cucchiara
Does anybody know why the latest Struts version every dynamic attribute was passed as String (even the numeric values) and now, using the trunk, the numeric attributes are magically converted to Integer? I took a quick look at the recent commit logs, but I still have no idea. Maurizio Cucchiara -