Then again, you'd have to be pretty careful about not doing any
shutdown in registryIsGoingToShutdown - I see why the existing rule
for didShutdown (don't use other services during shutdown) makes
sense. In this case though, probably easiest to decorate
HibernateSessionSource with the relevant logi
Greetings,
I'm trying to create an "engine" in tapestry which is capable of determining
which page to display and can also provide parameters. I currently have a
tapestry 3 application which does this via the old
tapestry.engine.AbstractService.
What I've come across so far is using a Dispatche
I need to properly close an embedded database. There's
RegistryShutdownListener but it only receives registryDidShutdown()
event. I'm using Hibernate and I'd prefer using the database
configuration given to Hibernate rather than establishing a separate
connection just to shut it down, but the proxi
Em Wed, 16 Dec 2009 19:26:30 -0200, wesleywj2
escreveu:
hi,
Hi!
I would like to create another css styles for t:grid use explicitly on
certain page, how to achieve this?
Just add a CSS file normally to your page. The Tapestry default CSS file
is always added before any other.
i trie
hi,
I would like to create another css styles for t:grid use explicitly on
certain page, how to achieve this? i tried copy the default styles from T5
to another external css and modify, but it seems to take back the original.
please advice,
wesley
--
View this message in context:
http://old.na
> The only reason I still use it is the transaction management. Having time to
> implement something similar in Tapestry-IoC is in my wishlist
> (tapestry-hibernate and @CommitAfter are not enough, as they're tied to
> Hibernate), but I don't know when Santa will give me that . . .
Yes.. transacti
Em Wed, 16 Dec 2009 13:47:09 -0200, Ashwanth Kumar
escreveu:
Sorry,
I dont understand. I'm a newbie here. So, mind explaining what exactly
i've to do?
I've onPassivate() with no argument in my page too.
Well, I haven't understood your problem, as I never had any problems with
Form sub
Sorry,
I dont understand. I'm a newbie here. So, mind explaining what exactly i've
to do?
I've onPassivate() with no argument in my page too.
- Ashwanth
On Wed, Dec 16, 2009 at 8:56 PM, Thiago H. de Paula Figueiredo <
thiag...@gmail.com> wrote:
> Em Wed, 16 Dec 2009 13:08:59 -0200, Ashwanth K
Em Wed, 16 Dec 2009 13:08:59 -0200, Ashwanth Kumar
escreveu:
Hello,
Hi!
I've a small doubt! Why is that, when i've a onActivate (Integer)
handler in a page, i'm not able to submit the form to the same page?
You need to have an onPassivate() to return the pages's activation context.
--
Hello,
I've a small doubt! Why is that, when i've a onActivate (Integer) handler in
a page, i'm not able to submit the form to the same page?
Is there any work around for this?
- Ashwanth Kumar
Hello all,
I am currently using tapestry 4.0.2 and have found a memory leak. For
some reason org.apache.tapestry.services.impl.ObjectPoolImp is 84MB in
size, which is 67% of the heap space. It hold hundreds of page class
instances. I've been using Apache Jmeter to simulate 14 concurrent
users, ac
Hi all,
I insist on this point, but has anyone encounter this problem ? To be clear,
it means that you can use a zone in a page that contains a download link
without this annoying side effect. Does really the Ajax Request need to be
disabled on window unload ? Shouldn't it be a parameter ?
Regard
Already had this problem and I'm still asking myself if it is a good thing
to not let the developper controls the clientId. I tend to think it should
be the matter of the developper, not of the framework.
On Tue, Dec 15, 2009 at 10:28 PM, Benny Law wrote:
> Hi, sorry for jumping in, but I ran in
equanda 0.9.5 has been released.
For tapestry users the most important changes are
- upgrade to tapestry 5.1.0.5.
- new slider component which allows data entry using the slider or
direct input.
- new DeltaBar component which displays a from-to percentage grafical
representation.
Full release
Il 15/12/2009 22:30, Kalle Korhonen ha scritto:
> It's nice you mention Tynamo even though I've been rather careful
> *not* to talk about it here yet before we have our house fully in
> order.
Ooops! I apologize for having unveiled your secret ;-)
> Tapestry is the enabling technology for both T
the prototype library is setting a HTTP header
that is processed by T5 to determine if the request
is an AJAX request.
the request should contain a header entry with:
'X-Requested-With': 'XMLHttpRequest'
g,
kris
Inge Solvoll
16.12.2009 10:33
Bitte antworten an
"Tapestry users"
An
Ta
Try analyzing the real request serverside. See RequestImpl.isXHR(). Check
out which headers are set.
On Wed, Dec 16, 2009 at 10:19 AM, Gunnar Eketrapp wrote:
> Hi!
>
> We have trouble with zone updates via an ActionLink in Internet Explorer (7
> & 8).
> And right now this is stopping is from lau
Hi!
We have trouble with zone updates via an ActionLink in Internet Explorer (7
& 8).
And right now this is stopping is from launchin our new site
For some reason the request.isXHR() is fasle when the request comes from IE.
A newbie question what so ever.
What controls the XHR flag?
It mu
18 matches
Mail list logo