Erol,
I run a small consulting firm our primary development focus is on
Tapestry and would be very interested in talking with you about your
project.
We have built a number of Tapestry modules that we use for our
projects. As a result, we can usually get an initial version up and
running very qui
http://s3.amazonaws.com/xeric_s3_test/index.html
This works now using JW Player. When I download the files and try to
run them locally it doesn't work for some reason, but it is working on
the server and you can see all the configuration by just viewing the
source.
I don't know why it won't work
Is that to keep sessions synced across multiple load balanced instances? It
wouldn't be useful on a free single instance anyway.
Mark
On Jul 15, 2011 5:30 PM, "Paul Stanton" wrote:
The documentation says that the event handler for an Ajax call can
return (among other things) a JSONObject. This lead me to believe that
I could replace:
return new MultiZoneUpdate("totalPriceZone", totalPriceZone);
With something like:
return new JSONObject().put("totalPriceZone", getTotalPrice(
Once it is submitted you may want to set the user back to null, that way you
can start fresh when the page is submitted.
The required,email and email,required things sounds odd. I'm going to see if
I can reproduce that. What version of tapestry are you using?
Mark
On Mon, Oct 25, 2010 at 2:17 P
What version of tapestry-security are you using in your pom.xml?
On Mon, Oct 25, 2010 at 7:27 AM, Anton Mezerny wrote:
> Hi all,
> I am playing with hotel booking application and trying to use some examples
> from it in my project. Now I have a problem in login page - when I try to
> login, I got
When you make a droppable jar you usually only have one Module class
specified in the jar file. If you need more, you annotate the specified
module to point it to other submodules. So you should probably be able to
do the same thing for your AppModule to point it to other submodules as
well. Ad