On Tue, Mar 24, 2009 at 5:27 AM, Ville Virtanen
<ville.virta...@cerion.fi> wrote:

> Also the line
> writer.write(""+value);

What about writer.write(String.valueOf(value))? Anyway, conversions
from almost any type to String are best handled by String.valueOf().

-- 
Thiago

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to