On Mon, Nov 7, 2011 at 3:49 PM, [email protected] <[email protected]> wrote: > Does anyboday has some Idea?
Are you doing this on the client side GWT code? Because this doesn't work as GWT is cross-compiled and your code lives on the Browser and doesn't even know the server. If you do it on the server (eg via a servlet) you should check out the server logs of your application container. But anyway - I don't think it is a great idea saving stuff to a file on the server via a file operation (security is one thing that comes to my mind). Best, Raphael > > Best regards > > Uli > > -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > > -- inc: http://ars-machina.raphaelbauer.com tech: http://ars-codia.raphaelbauer.com web: http://raphaelbauer.com -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
