I guess we could even just return an empty String, but space or empty seems fine either way.
-David On Nov 27, 2006, at 6:48 AM, Jacopo Cappellato wrote:
In the ModelFormField class, two getDescription(...) methods returns the string " " if no description is found. IMO this is not a correct because it is html specific and in fact is causing problems when the form is rendered as PDF.What is the best way to fix this? Maybe changing " " to " "? Jacopo
