Re: Problem with 5.0.16/17

2008-11-22 Thread Howard Lewis Ship
You can't render a portion of a Form, except for specialized cases such as AjaxFormLoop and FormInjector. On Sat, Nov 22, 2008 at 2:20 PM, Joachim Van der Auwera <[EMAIL PROTECTED]> wrote: > Hi, > > When I run my application in 5.0.15 everyting works just fine. > In 5.0.16 (and also 17) I get an e

[t5] actionlink callback

2008-11-22 Thread Marcel Sammut
Greetings, Is it possible to provide an ActionLink component with a callback which is invoked after the "action" event is completed? I have an ActionLink which is used to initiate an AJAX call using a Zone. I'd like to be able to call a JavaScript function on click as well as once the "action" e

Problem with 5.0.16/17

2008-11-22 Thread Joachim Van der Auwera
Hi, When I run my application in 5.0.15 everyting works just fine. In 5.0.16 (and also 17) I get an exception saying "No object of type org.apache.tapestry5.services.FormSupport is available from the Environment. Available types are org.apache.tapestry5.services.ComponentEventResultProcessor."

Re: @InjectService("RequestGlobals")

2008-11-22 Thread superoverdrive
If I am on the right track now, this should work: 1. An own ThreadLocale implementation that returns the Locale depending on the domain. 2. The RequestGlobals is injected inside of this ThreadLocale implementation 3. The new ThreadLocale implementation is linked to the DomainDepThreadLocale in

Re: Help Loop

2008-11-22 Thread Gutemberg A. Da Silva
Hi, I did this, but I didn't get. What need I to have in my java class to display my items of list? Thanks. 2008/11/22 Sven Homburg <[EMAIL PROTECTED]> > >${item} > > > or > > > >${item} > > > > 2008/11/22 Gutemberg A. Da Silva <[EMAIL PROTECTED]> > > > Hi guys, >

Re: Help Loop

2008-11-22 Thread Sven Homburg
${item} or ${item} 2008/11/22 Gutemberg A. Da Silva <[EMAIL PROTECTED]> > Hi guys, > > Could anybody help me with loop componets? I'd to know how in html each > item of List<> in each line using . > > For example: > > ${item} > > > Cause I didn'

Re: Live class reloading problems

2008-11-22 Thread Hugo Palma
Sorry, i misunderstood ur question. Yep, i've never had that problem but i can't think of any other way of doing it if i did. Andreas Andreou wrote: of course you execute in the web app. i'm asking what you do when in IDEA you edit a source file that belongs to the other subprojects (and not

Help Loop

2008-11-22 Thread Gutemberg A. Da Silva
Hi guys, Could anybody help me with loop componets? I'd to know how in html each item of List<> in each line using . For example: ${item} Cause I didn't get display the items. Only display so: [item #1, item #2, item #3, item #4, item #5] [item #1, item #2,

Re: @InjectService("RequestGlobals")

2008-11-22 Thread Howard Lewis Ship
On Sat, Nov 22, 2008 at 6:40 AM, <[EMAIL PROTECTED]> wrote: > Ok, let me summarize how I understood the IOC documentation: > > 1. Inside AppModule, every public method that exists is called when the > webapplication is loaded for the first time. > > 2. every method that starts with build. wil

Re: @InjectService("RequestGlobals")

2008-11-22 Thread superoverdrive
Ok, let me summarize how I understood the IOC documentation: 1. Inside AppModule, every public method that exists is called when the webapplication is loaded for the first time. 2. every method that starts with build. will generate an IOC service with the name followed by the keyword "build

Q : paging using loop component ?

2008-11-22 Thread dwi ardi irawan
does anybody could give me information how to do paging using loop component in tapestry 5 thnx u very much ^_^v -- http://dwiardiirawan.blogspot.com "cos everyone could be extraordinary...lighten up !"

Re: [T5] Persistent fields may not be updated until after the page has finished loading

2008-11-22 Thread Joel Halbert
in relation to this thread - and specifically in relation to using pageAttached() to initialise p[age fields - I raised the following possible bug the other day, https://issues.apache.org/jira/browse/TAP5-374 I was wondering if this was something anyone else had noticed/reproduced? On Fri, 2008