at java.lang.Thread.run(Thread.java:595)
--- Detlef Schulze <[EMAIL PROTECTED]> wrote:
> For version 3 there is an example in the online FAQ.
> Should work for 4
> too.
>
>
> -Original Message-
> From: Dobrin Ivanov
> [mailto:[EMAIL PROTECTED]
> Sent: Mont
you should call again setChannelSetup(..) after
changing the list, the other way is to fire some
event, but I do not remember - this is described @
http://tapestry.apache.org/
--- Jabbar <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I've been struggling all day editing persistent page
> properties and
in the online FAQ.
> Should work for 4
> too.
>
>
> -Original Message-
> From: Dobrin Ivanov
> [mailto:[EMAIL PROTECTED]
> Sent: Montag, 9. Oktober 2006 00:43
> To: Tapestry users
> Subject: File Downloading in Tapestry
>
> Hi,
> I'm wondering wh
Hi,
I'm wondering which is the best way to download files
via Tapestry. It could be done via servlet, I have
found a good example here:
http://jspwiki.org/wiki/MakingADownloadServlet
But, is there another way to do it all in Tapestry?
... or the above is the best solution?
__
Did you succeed with this?
It would be great to have this into the core Tapestry
components ..
--- Patrick Moore <[EMAIL PROTECTED]>
wrote:
> I would put in a vote for something like the Dynamic
> Block making it into
> the main tap release. I have been wondering how to
> do this myself!
>
___
Hi,
I have searching for the same thing in the past and
found this one:
DynamicBlock - Choosing Tapestry Components at
Runtime
http://www.behindthesite.com/blog/C1931765677/E1630021481/
I haven't tested it yet ...
--- Mike Grundvig <[EMAIL PROTECTED]> wrote:
> Yes Robert; that is EXACTLY wha
Hi,
So I have a simple component with template usging
@DirectLink and @Rollover inside :
--
--
The specification is:
--
; public void
> setAppStateManager(ApplicationStateManager asm) {
> appStateManager = asm;
> }
>
> public void service() {
> servicer.service(request, response);
> System.out.println("visit = " + (Visit)
> appStateManager.g
ession code, but
the only inelegant bit is this visitKey assembling
part may be :)
--- James Carman <[EMAIL PROTECTED]> wrote:
> Sorry. Try
> tapestry.request.WebRequestServicerPipeline. As I
> said, it was
> off the top of my head. Sorry for the typo.
>
> -Original
(StrictErrorHandler.java:39)
--- James Carman <[EMAIL PROTECTED]> wrote:
> You can put it in your WEB-INF folder or in
> WEB-INF/classes/META-INF.
> Tapestry (actually HiveMind) will find it in either
> case.
>
> -Original Message-----
> From: Dobrin Ivanov
> [mailto:[EMAIL PROTECT
op of my head, but you get the idea.
> This basically acts
> like a servlet filter, but you can plug
> hivemind-managed filters in (so you
> can inject stuff into your implementation objects).
>
>
> -Original Message-
> From: Dobrin Ivanov
> [mailto:[EMAIL PROTEC
are frowned upon as Tapestry goes forward.
> I'm not sure there
> > is an Engine.getVisit() in 4.1.
> >
> > None of the approaches is perfect since Tapestry
> doesn't provide a
> > built-in end-of-request hook. Well, there is a
> call to
> > mo
ion(false);
> String visitKey = "state:" + appName +
> ":visit";
> Visit visit = (Visit)
> session.getAttribute(visitKey);
> }
> }
>
> In your web.xml:
>
>
>
>
your.package.EventListener
>
>
>
> Dobrin Iv
would be to contribute something to the
> WebRequestServicerPipeline
> > so
> > that you know definitively when the cycle ends
> regardless of what
> > services/engines are involved..
> >
> >
>
http://tapestry.apache.org/tapestry4/tapestry/hivedocs/
Hi,
I want some advise of which is the best way to catch
the end of the request cycly. I have tried it using a
PageDetachListener, but the problem is that sometimes
there is more than one page involved into the request
cycle and then I get more than one invocation on the
pageDetached(...).
So I'm
15 matches
Mail list logo