Startup error - java.lang.NoSuchMethodError: org.apache.tapestry.services.ApplicationInitializer.initialize

2007-09-28 Thread mxc
I am using a maven based build for my tapestry project. I build and deploy the app but it throws an error when I try and connect via a web browser tomcat throughs the following error. I assume I am mssing something from my pom.xml. java.lang.NoSuchMethodError: org.apache.tapestry.services.Appli

RE: Autocompleter -- javascript syntax error

2007-03-31 Thread mxc
ok -- I have other autocompleters working it is just this one that doesnt work. I have had a look at firebug console output and notice that the response to the servsie query says "loading..." Other serverside request show a response with data. Is it possible that the query takes to long to run a

RE: Autocompleter -- javascript syntax error

2007-03-31 Thread mxc
Yes -- I checked that already. Yiannis Mavroukakis-2 wrote: > > Are you sure getSuburbs() returns something? > > -Original Message----- > From: mxc [mailto:[EMAIL PROTECTED] > Sent: 31 March 2007 09:23 > To: users@tapestry.apache.org > Subject: Autocompleter --

Autocompleter -- javascript syntax error

2007-03-31 Thread mxc
Hi all, I am trying to get the autocompleter component to work. When I enter any text in the autocompleter component the javascript debugger prints out the following "DEBUG: [SyntaxError: syntax error, file: http://127.0.0.1:8080/app-1.0/app?service=asset&path=%2Fdojo%2Fdojo.js, line: 15]" Here

Re: Cant get Ajax @EventListener to work :(

2007-03-31 Thread mxc
DOH! --- silly spelling mistake. Thanks. Its working now. mxc wrote: > > Hi all, > > I cant get dojo EventListener to work. I am trying to build a drop down > combo box so that when one selects a country the child drop down box of > cities is automatically updated. However

Does one need to manually include dojo.js?

2007-03-29 Thread mxc
Hi all, I am using tapestry 4.1. I am not sure if I need to download dojo separately or if it is automatically included with tapestry. I am using maving and have the following fependencies in my pom.xml org.apache.tapestry tapestry-framework 4.1.1

Cant get Ajax @EventListener to work :(

2007-03-28 Thread mxc
Hi all, I cant get dojo EventListener to work. I am trying to build a drop down combo box so that when one selects a country the child drop down box of cities is automatically updated. However I cant get even a simple eventlistener to work :( Below is my TestPage. Basically it should update the

How to persist a variable to the user session programatically?

2007-03-28 Thread mxc
Hi there, Is there a way to do @Persist programatically? i.e this.addToSession("var"); Also is there a way to go this.getFromSession("var") thanks -- View this message in context: http://www.nabble.com/How-to-persist-a-variable-to-the-user-session-programatically--tf3481329.html#a9717068 Sent

How are post variables converted to objects?

2007-03-27 Thread mxc
Hi all, I am new to tapestry and trying to write a component. The component is basically a drop down box which will be used to filter the results of a database query. The reason I want it as a component is that it will be used on many pages. I am also using this to understand tapestry better so I