RE: T4.1.6 Troubles with accessing bindings from async listener method

2010-01-21 Thread Marko Mrkus
Squeezer for it) using: For further reading: - http://tapestry.apache.org/tapestry4.1/quickstart/directlink.html - http://tapestry.apache.org/tapestry4.1/apidocs/org/apache/tapestry/services/ DataSqueezer.html - http://wiki.apache.org/tapestry/DataSqueezer On Wed, Jan 20, 2010 at 18:20, Mar

RE: T4.1.6 Troubles with accessing bindings from async listener method

2010-01-20 Thread Marko Mrkus
Is it possible that only invariant expression bindings are updated in listener methods for form submissions and invoking direct service urls? -Original Message- From: Marko Mrkus [mailto:marko.mr...@bumblehood.com] Sent: Wednesday, January 20, 2010 2:55 PM To: 'Tapestry users

T4.1.6 Troubles with accessing bindings from async listener method

2010-01-20 Thread Marko Mrkus
Hi, all! I have problems with understanding how bindings work in Tapestry when they are accessed from async listener. I'm trying to build a List component which takes parameters source, value and selectedValue. It renders source and updates value as For component. I would like that users can

[T4.1] Webcomponentexamples source

2009-08-15 Thread Marko Mrkus
Hi! Does anyone has source code for tapestry examples project hosted at https://tapestrywebcomponentexamples.dev.java.net/ ? There is a .war package, but no source code in CVS repository. Thanks!

RE: Render body of the component in some other component

2009-08-14 Thread Marko Mrkus
n use the requestCycle, i.e. cycle.setAttribute() cycle.getAttribute() On Fri, Aug 14, 2009 at 4:27 PM, Marko Mrkus wrote: > Sorry, formatting of the last message was awful... Here's the message again: > > Hi, all! > Can you tell me is it possible to render body of a component in

RE: Render body of the component in some other component

2009-08-14 Thread Marko Mrkus
Sorry, formatting of the last message was awful... Here's the message again: Hi, all! Can you tell me is it possible to render body of a component in some other component which is wrapped by this first one in Tapestry 4.1? I have an example: Page html: This is top level component's b

Render body of the component in some other component

2009-08-14 Thread Marko Mrkus
Hi, all! Can you tell me is it possible to render body of a component in some other component which is wrapped by this first one in Tapestry 4.1? I have an example: Page html: This is top level component's body Component.jwc: Haeder

Pagination component for Tapestry4

2009-08-13 Thread Marko Mrkus
Hello! I'm working on one project with Tapestry 4 which makes heavy use of paginated lists. They are at least 10 lists of different items in project. This paginated lists have coulumns, optional filter and sorting upon some columns. I though of this in this way: Application service return