Re: Firefox 4 does not handle onSelectFrom...

2011-04-27 Thread AlbertoAlmagro
If somebody has the same problem as me, I solved it finally using CSS to create the background image instead of using a custom made image. Now it works in every browser including Firefox 4. Regards, Alberto Almagro Sotelo -- View this message in context: http://tapestry.1045711.n5.nabble.com/Fir

Re: Firefox 4 does not handle onSelectFrom...

2011-04-26 Thread AlbertoAlmagro
Thank you a lot Josh, and to all of you for your answers. I will conclude then that it is problem of firefox... I will try to solve it using CSS. Thank you again, Kind regards, Alberto Almagro Sotelo -- View this message in context: http://tapestry.1045711.n5.nabble.com/Firefox-4-does-not-handle

Re: Firefox 4 does not handle onSelectFrom...

2011-04-26 Thread AlbertoAlmagro
If I quit the image property it works in every browser: but it appears as a normal submit button, not as my custom made ones. Should I submit this failure to someone? (Tapestry/Firefox) Regards -- View this message in context: http://tapestry.1045711.n5.nabble.com/Firefox-4-does-not-handle-

Re: Firefox 4 does not handle onSelectFrom...

2011-04-26 Thread AlbertoAlmagro
Hi Thiago, neither for me, but this is a fact, I am getting that weird behaviour -- View this message in context: http://tapestry.1045711.n5.nabble.com/Firefox-4-does-not-handle-onSelectFrom-tp4341773p4341817.html Sent from the Tapestry - User mailing list archive at Nabble.com.

Re: Firefox 4 does not handle onSelectFrom...

2011-04-26 Thread AlbertoAlmagro
If you put the property image in the template instead of the java file i.e. It happens the same, Safari and Chrome execute right but not Firefox4... so don't be afraid of 2012 Any ideas? -- View this message in context: http://tapestry.1045711.n5.nabble.com/Firefox-4-does-not-handle-onSelect

Firefox 4 does not handle onSelectFrom...

2011-04-26 Thread AlbertoAlmagro
Hi, I have been trying for hours to find out what is happing with onSelectFrom... in Firefox 4. In Google Chrome and Safari all is OK but Firefox4 isn't able to recognise the onSelectFrom... methods and execute the corresponding one. The code is the following: /* Template */

Re: Http Basic authentication with Tapestry

2011-01-21 Thread AlbertoAlmagro
I can't believe that nobody knows the solution or even a hint for this issue... Any help please? Thank you so much... -- View this message in context: http://tapestry.1045711.n5.nabble.com/Http-Basic-authentication-with-Tapestry-tp3348700p3351113.html Sent from the Tapestry - User mailing list

Http Basic authentication with Tapestry

2011-01-19 Thread AlbertoAlmagro
Hello, I'm developing an application that needs to connect to OpenStreetMap API with Http basic authentication. I use Hibernate, Spring, Tapestry and maven. When I run the maven tests it uses the Spring test support and it does the authentication successfully via HttpClient. The problem is when