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
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
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 --
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
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
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
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
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
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