You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Ralf Schulmeyer <ra...@bi-so.de> on 2008/05/26 12:09:31 UTC

T5.0.12: No Ajax Refresh

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: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: T5.0.12: No Ajax Refresh

Posted by Ralf Schulmeyer <ra...@bi-so.de>.
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: users-unsubscribe@tapestry.apache.org
>> For additional commands, e-mail: users-help@tapestry.apache.org
>>
>>
>>
>>     
>
>   


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: T5.0.12: No Ajax Refresh

Posted by raulmt <ra...@gmail.com>.
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: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
> 
> 
> 

-- 
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: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org