Ah ok. That sounds like a bug that was recently fixed. Are you using the most recent version?
On 7/24/06, Alexandru Dragomir <[EMAIL PROTECTED]> wrote:
Ok, i tried it. I get an error : tapestry.html has no properties ... core.js (line 143) anonymous anonymous anonymous doLoad anonymous null I'll look into core.js maybe i can find the pb. thanks ! Alex On 7/24/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote: > > You'd see a debug error/warn if no content was found to update. If you are > running with firefox get the FireBug extension and turn on "watch xmlhttp > requests" to see exactly what is getting returned in your response. > > On 7/24/06, Alexandru Dragomir <[EMAIL PROTECTED]> wrote: > > > > Hi ! > > > > I tried the time tracker application included in tapestry examples ( > > neat). > > I made a maven build of tapestry so i'm using the latest files. > > > > Everything works just fine only one pb.. and i'm not sure if i did > > something wrong. > > The issue is with the use of EventListener (very cool otherwise) > > annotation. > > > > In the browser debuger i get "Response received" so this is ok. > > But on the other hand i get in the java console the folowing : > > > > MarkupWriterSource [ERROR] No markup filter could be found for content > > type > > 'text/xml;charset=UTF-8'; a default filter has been used. > > > > And of course, nothing is updating on the page. > > > > Looking into the contributions list i can see : [text/vnd.wap.wml, > > text/html;charset=utf-8, text/html] > > > > I also noticed that in the MarkupWriterSourceImpl there are 2 methods : > > newMarkupWriter and newJSONWriter. The one that is being called is > > newMarkupWriter. > > > > The other ajax functionalities are working fine. > > > > Anybody has any idea what i might have done wrong ? > > > > thanks ! > > > > Alex > > > > > > > -- > Jesse Kuhnert > Tacos/Tapestry, team member/developer > > Open source based consulting work centered around > dojo/tapestry/tacos/hivemind. > >
-- Jesse Kuhnert Tacos/Tapestry, team member/developer Open source based consulting work centered around dojo/tapestry/tacos/hivemind.