Hey, thanks for responding.
You guessed correctly. I'm creating a tests and quizzes application that
should be used to test students at my university.
I already tried something similar to the stuff from your response,
unfortunately it doesn't work as expected. The row gets added this time, but
t
Thiago,
I assume you were talking about the second part with the
contributeUserEventHub service contribution method? The first snippet
of code works fine.
I had considered putting SessionTracker (the interface) in the
parameter list for the contribution method, but the consequences of
that is th
Hello All,
I've attempted to make the switch to 5.3 and am facing an issue that
currently eludes me. My attempts to use linksubmit leads to a javascript
error somewhere within the depths of the framework, with an error suggesting
that Tapestry is creating an incorrectly formated client redirect r
Thanks for the url!
I have followed a suggestion at the given link and added
${path of my deploy directory}
to server/src/etc/conf/default/bootstrap/vfs.xml.
The problem has been fixed.
It is strange that I only have this problem after upgraded to Tap 5.3.
Shing
On Tue, 29 Nov 2011 18:04:33 -0200, robert baker
wrote:
Hi all,
Hi!
public static SessionTracker buildSessionTracker(
@Autobuild SessionTrackerImpl sessionTrackerImpl,
UserEventHub eventHub) {
eventHub.addUserEventListener(sessionTrackerImpl);
Hi all,
I set up a service, UserEventHub, to send notifications of logon and
logoff application wide in our app. Right now, one listener is wired
up to it, SessionTrackerImpl, an implementation class of another
service in my app, SessionTracker. (SessionTrackerImpl also implements
UserEventListen
2011-11-29 14:17, csckid:
> Isn't there any free java hosting site?
There are some:
http://www.cloudbees.com/
http://www.heroku.com/
https://openshift.redhat.com/app/
http://www.cloudfoundry.com/
and as you already noted GAE: http://appengine.google.com/
I guess there are some more, and there will
I filed a JIRA bug and reverted back to version 5.3.0 until someone gets a
chance to look at it.
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/5-3-Bug-AjaxFormLoop-nested-within-Zone-tp5029977p5032840.html
Sent from the Tapestry - User mailing list archive at Nabble.com.
Are you using glassfish? Glassfish has connection pools built in. You can use
those. I use them with success with JPA but I am pretty sure hibernate is very
similar in this manner.
On Nov 29, 2011, at 4:31 AM, bdm wrote:
> Thanks ! I keep your solution if I can not configure properly C3P0
I have found you can add a new row, but if you try modifying an existing row,
the changes don't seem to take effect. I'm posting my code below to be
reviewed.
.tml
Current State
test
remove
I've used both Google and Amazon to host Tapestry sites. If you know
how to administer a Linux box then AWS is better if not Google might
be better. Google has some/many restrictions AWS has none and in fact
has many other useful services.
--
Josh, Thanks a ton... very much appreciated. This is exactly what I was
looking for. My form consist of about 20/30 fields, so I don't think I'll
see much of a performance issue using option 1. As far as option two, I
wasn't aware tapestry allowed us to pass back a value through the parameter
varia
On Tue, 29 Nov 2011 11:17:49 -0200, csckid wrote:
Is it possible to host tapestry site on google app engine?
Yes. Search the mailing list archives.
Isn't there any free java hosting site?
Amazon AWS has a free tier (http://aws.amazon.com/free/), so does Red Hat
(https://openshift.redhat
On Tue, 29 Nov 2011 11:22:25 -0200, Gunnar Eketrapp
wrote:
So on my wishlist (not very important due) is to make readonly into a T5
component parameter for textfield and passwordfield ...
Agreed. Please file a JIRA.
--
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and H
I tried to change this ..
... which disabled the field if user is present to something that set's
readonly when user is present but failed.
Closest to success where
public String getReadOnly() {
return getUser() != null ? "readonly" : "false";
}
But that failed due to
Is it possible to host tapestry site on google app engine? Isn't there any
free java hosting site?
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/hosting-tp5032287p5032287.html
Sent from the Tapestry - User mailing list archive at Nabble.com.
-
This would be great!
we did some experiments on jquery mobile.
The lib is under construction at
https://github.com/got5/tapestry5-jquery-mobile (based on Beta 1 not
the latest version)
and a sample at https://github.com/got5/techforum.
(Ajax Page load disabled)
the integration will be even bett
Thanks ! I keep your solution if I can not configure properly C3P0 ...
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/tapestry-hibernate-and-timeout-tp5028844p5031723.html
Sent from the Tapestry - User mailing list archive at Nabble.com.
--
Howard that would be awesome from my point of view at least. I am still
researching, but jQuery Mobile seems like a natural fit for Tapestry. If I
understand what you are contemplating then this would be an enabler for
seamless content adaptation.
Cheers,
Peter
- Original Message -
F
Thanks, but I already use the C3P0 connection pool without success ... maybe
it's a configuration problem but I can not figured out what is it !
I have move the post to the "Tapestry - User" forum as suggested !
I'll still digging ...
--
View this message in context:
http://tapestry.1045711.n5.
Hi,
got quite a number of IncludeJavaScriptLibrary/IncludeStylesheet in the
code, is there an easy way to find and replace in IntelliJ for this task?
Thanks,
Angelo
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/upgrading-to-5-3-tp5031567p5031567.html
Sent from the Tape
21 matches
Mail list logo