When a click the button login in my app the connection with the mysql
database don't works correctly in the first click but in the next
clicks works great.
Anyone knows that can happens?
Regards,
Alberto J.
- Your code
- Any errors in the GWT Dev Mode console ?
- Any exceptions in the servlets ?
I am currently guessing you are setting up your connection and
executing your query in two seperate asynch calls to the server and
that the 'execute query' is executed before the connection is actually
fully created.
On Dec 8, 9:10 pm, Alberto Jesús Rubio Sánchez <yeben...@gmail.com>
wrote: