Re: Can't get my result in plain text :(

2008-09-18 Thread Marcelo Emanoel
Hi again guys I've managed to solve the problem with more search this is what I've done: String results = event.getResults(); HTML htmlResult = new HTML(results); Window.alert(htmlResult.getText()); The result was the number I've sent on the s

Can't get my result in plain text :(

2008-09-18 Thread Marcelo Emanoel
Hi people I'm getting a weird error :( I've built a httpServlet that returns me a number... as an answer of an upload... but the returned string is surrounded by tags am I doing anything wrong?? In my code I set the content-type to "text/plain" but I still get the same result :( Someone can h