Hi, When I use <bean:write ...> if the value is null, the tag returns "". But, when I try, for example, System.out.print(xxx.getProperty()) inside an Action and the property is null. It returns the String "null". What is the best practice to avoid printing "null" ? I have to check all values before printing? Is there a better way to do that?
Thanks in advance, Marcelo