[T5] Grid component failure with hibernate objects

2007-08-06 Thread Andres Alvarez
Hi all, I'm trying to display an object retrieved from hibernate, it has just one relation to other object. When I try to render the page I get: 2007-08-05 15:58:40,843 [http-8080-Processor25] ERROR org.apache.tapestry.internal.services.InternalModule.RequestExceptionHandler - Processing of requ

Re: Getting all page names

2007-08-06 Thread Manuel Sugawara
Manuel Sugawara <[EMAIL PROTECTED]> writes: > Hi all, > > Working on Tapestry 4.0. I know that calling getPageNames from the > INamespace interface I can get all the page names. What I don't know > is how to get the INamespace object from a IPage. Ideas?. It's part of IComponent. Sorry, didn't s

Getting all page names

2007-08-06 Thread Manuel Sugawara
Hi all, Working on Tapestry 4.0. I know that calling getPageNames from the INamespace interface I can get all the page names. What I don't know is how to get the INamespace object from a IPage. Ideas?. BTW This was answered some time ago in this list but google didn't help and I couldn't find an

Re: T5 Component Info Passing

2007-08-06 Thread Todd Orr
I threw a blog together and posted a short tutorial here (http://blog.torr.redijedi.com/2007/08/t5-tab-component.html). The code as well as a jar is available through the links there. Hope someone finds this useful. I've got a couple other components that I'll probably end up throwing up there too.

Re: [T5] documentation and reference for templates

2007-08-06 Thread Thiago H de Paula Figueiredo
On Mon, 06 Aug 2007 13:39:42 -0300, Daniel Jue <[EMAIL PROTECTED]> wrote: There are some exceptions, such as the parameter component that you can use along with the If component: You are currently logged in You are not logged in. Please log in first. I really prefe

Re: [T5] documentation and reference for templates

2007-08-06 Thread Daniel Jue
http://tapestry.apache.org/tapestry5/tapestry-core/index.html http://wiki.apache.org/tapestry/Tapestry5HowTos Almost every tag is where componentName is part of the T5 core library, or a component you've made. This may be as close as you can get to what you requested: http://tapestry.apache.or

Re: [T5] documentation and reference for templates

2007-08-06 Thread Chris Lewis
Check out the docs on component templates (pages are components): http://tapestry.apache.org/tapestry5/tapestry-core/guide/templates.html Michal Žeravík wrote: Hi. I'm trying (and would like) to learn more about Tapestry5, going through tutorials and articles on apache.org website, but missing

[T5] documentation and reference for templates

2007-08-06 Thread Michal Žeravík
Hi. I'm trying (and would like) to learn more about Tapestry5, going through tutorials and articles on apache.org website, but missing comprehensive list of tags used in templates and what should I do to make them alive. Noticed that http://tapestry.apache.org/schema/tapestry_5_0_0.xsd is empty. I

Re: Tapestry component library - searching for a treeview component

2007-08-06 Thread Mateus Lucio dos Santos
@Thiago I'm using Tapestry 4.0 I'm still looking in the tacos home page studying the samples and searching for a solution, thanks for the tip! @Ulrich Stärk I took a look in the workbench app and the tree examples are about the file system. I want to use the tree to show database data, so i mu

Re: Tapestry component library - searching for a treeview component

2007-08-06 Thread Thiago H de Paula Figueiredo
On Mon, 06 Aug 2007 10:34:15 -0300, Mateus Lucio dos Santos <[EMAIL PROTECTED]> wrote: Hi !!! Oi! (Brazilian hi) :) I'm new to tapestry framework and I need to use a tree (treeview) component, I'm searching for examples and documents about this subject but I'm not finding helpful documents

Re: Tapestry component library - searching for a treeview component

2007-08-06 Thread Ulrich Stärk
Have a look at the Tapestry Workbench sample application, there are two examples of how to display data as a tree. If I remember correctly one of those uses the Table component of the contrib library to render itself. Cheers, Uli Mateus Lucio dos Santos schrieb: Hi !!! I'm new to tapestry fr

Tapestry component library - searching for a treeview component

2007-08-06 Thread Mateus Lucio dos Santos
Hi !!! I'm new to tapestry framework and I need to use a tree (treeview) component, I'm searching for examples and documents about this subject but I'm not finding helpful documents. Can anyone please send me some links or any other reference material about a treeview component? right now I'm l

AW: [T5] Newbie disable error reporting

2007-08-06 Thread Peter Schröder
you can provide your own exception-page: http://wiki.apache.org/tapestry/Tapestry5ExceptionPage -Ursprüngliche Nachricht- Von: Eric Sean Conner [mailto:[EMAIL PROTECTED] Gesendet: Montag, 6. August 2007 12:52 An: Tapestry users Betreff: [T5] Newbie disable error reporting Hello everyone

[T5] Newbie disable error reporting

2007-08-06 Thread Eric Sean Conner
Hello everyone, just started getting into tapestry 5. We're evaluating frameworks for a java based scientific app and tapestry looks very promising. I realize this is probably a stupid question but I was unable to find an answer in the documentation: How do I go about disabling the (very ni

[T5] Localization and application message catalog

2007-08-06 Thread Janko Muzykant
hi there, i tried to localize my application putting all messages into 3 global resource files: WEB-INF/app.properties [English messages] WEB-INF/app_pl.properties [Polish messages] WEB-INF/app_de.properties [German messages] according to documentation all these files should be named exactly lik