Hi, Are you using Java 6 on Windows?? On my Mac, with Java 5, this works perfectly, but on my Windows machine, using Java 6, I have exactly the same problem with inPlace="true" in the Grid component. I downgraded my Windows machine to Java 5 and it worked fine. Apparently, Java 6 doesn't have enough backward compatibility.....
Regards. Ralf Schulmeyer wrote: > > Hello everybody, > > I have problems using the zone for ajax requests. In T5.0.11 everything > worked fine but since I updated to T5.0.12-SNAPSHOT requests are sent to > the server but are not rendered in the browser anymore. Also the grid > with parameter inplace set to true shows this behavior. > > I am using jetty 6.1.10 and Firefox 2.0.0.14 > > > Here is my code for the grid that should be similar to the tapestry code > example: > > Test.tml > ... > <t:grid t:source="users" t:row="user" t:inplace="true"/> > ... > > Test.java > > ... > @Inject > private UserDAO userDAO; > > @Property > private User user; > > public List<User> getUsers(){ > return userDAO.getAllUsers(); > } > ... > > > Thanks in advance, > Ralf > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/T5.0.12%3A-No-Ajax-Refresh-tp17469150p17561945.html Sent from the Tapestry - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]