Thanks for the answer. I am using Java6 on Linux. Downgrading to Java5 solves the problem.

Regards



raulmt schrieb:
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]






---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to