Re: NumberFormat problems(8 decimal places)

2010-02-15 Thread tomasm
Hi, This is a known bug. See http://code.google.com/p/google-web-toolkit/issues/detail?id=4368 for more details and workarounds. -Tomas On Feb 5, 4:43 am, Tercio terciofi...@gmail.com wrote: Hi! I have aNumberFormatwith 8 decimal places, that the code:                NumberFormatformat

Re: GWT Upload not working in server

2009-12-30 Thread tomasm
If the folder uploads exists inside a war file I won't be supprised if request.getRealPath(uploads) returns null, and you get a NPE. The javadoc [1] for getRealPath says [...] This method returns null if the servlet container cannot translate the virtual path to a real path for any reason