RE: Beanedit problem - book example

2008-08-15 Thread Heck, Bob
Make sure Celebrity has a blank constructor and try again. Educated guess, not 100% sure this is the issue. Bob Heck -Original Message- From: ProAdmin Dariusz Dwornikowski [mailto:[EMAIL PROTECTED] Sent: Friday, August 15, 2008 15:49 To: users@tapestry.apache.org Subject: Beanedit

T5: Grid width

2007-11-06 Thread Heck, Bob
Is there a way to control the width and alignment of the entire grid component? I am wanting to make it about 95% width and/or center it on the page using some kind of css setting. I see there is a setting for each row, but not for the grid as a whole (like something that would render in the

RE: Templates and t:body

2007-10-19 Thread Heck, Bob
to locate page and component classes, and such classes must exist there (for Tapestry to perform runtime code transformation and hot class reloading). On 10/19/07, Heck, Bob [EMAIL PROTECTED] wrote: I created the Header.java and I am getting the same error: Unable to resolve 'Header

RE: Templates and t:body

2007-10-19 Thread Heck, Bob
file in the webroot and the .java for the component in components. Moved the .tml to components package and it works now. Bob -Original Message- From: Heck, Bob [mailto:[EMAIL PROTECTED] Sent: Friday, October 19, 2007 19:33 To: Tapestry users Subject: RE: Templates and t:body Ok

RE: Templates and t:body

2007-10-18 Thread Heck, Bob
that helps. Jonathan -Original Message- From: Heck, Bob [mailto:[EMAIL PROTECTED] Sent: Thursday, October 18, 2007 11:37 AM To: Tapestry users Subject: Templates and t:body I am really confused and in need of some clarification. The templates documentation for Tapestry 5

RE: Templates and t:body

2007-10-18 Thread Heck, Bob
t:layout and t:body are in two separate files. How does that work? -Original Message- From: Thiago H de Paula Figueiredo [mailto:[EMAIL PROTECTED] Sent: Thursday, October 18, 2007 12:17 To: Tapestry users Subject: Re: Templates and t:body On Thu, 18 Oct 2007 13:05:48 -0300, Heck

RE: Templates and t:body

2007-10-18 Thread Heck, Bob
: Thiago H de Paula Figueiredo [mailto:[EMAIL PROTECTED] Sent: Thursday, October 18, 2007 12:17 To: Tapestry users Subject: Re: Templates and t:body On Thu, 18 Oct 2007 13:05:48 -0300, Heck, Bob [EMAIL PROTECTED] wrote: So, how does layout.tml know to use specific.tml to fill in the t:body/ tag

Information Please...OK pretty please

2007-10-17 Thread Heck, Bob
I am trying to grasp T5 and I am having considerable difficulty getting some high-level concepts and example code. It seems that information is scattered in bits and pieces. I have looked at all the examples on tapestry.apache.org and wiki.apache.org/tapestry and have not found what I am

RE: Using row param in grid

2007-10-17 Thread Heck, Bob
of objects to grid with source= from which grid reads data for the loop. but the row= tells the grid where you want to store the current value which is where grid writes data. I'm not explaining this very well, but binding is a basic tapestry concept. Davor Hrg On 10/17/07, Heck, Bob [EMAIL

RE: Using row param in grid

2007-10-17 Thread Heck, Bob
Message- From: Heck, Bob [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 17, 2007 3:22 PM To: Tapestry users Subject: RE: Using row param in grid Ok, thanks for that. Added property to page to store Thing. No more error, but, now it seems as if the page is being rendered without regard

RE: Using row param in grid

2007-10-17 Thread Heck, Bob
Subject: Re: Using row param in grid Hi Bob, you have to use t:parameter name=nameCell instead of t:parameter name=name. Christoph Heck, Bob wrote: Yes, Thing has a property of name. Not using a custom model. Tapestry sees the Thing and knows it has 'Name' and 'Size' columns, because

MultipartDecoder error, T5.0.6-SNAPSHOT

2007-10-16 Thread Heck, Bob
Is this something in my config (do we not need upload anymore) or is this a bug? Newbie here, thank you for your patience. SEVERE: Exception starting filter app java.lang.RuntimeException: Service id 'MultipartDecoder' has already been defined by

t5: no root element has been defined

2007-10-05 Thread Heck, Bob
Am I really this dense? I just can't get this to work. Simple hello world Start.tml Start.java in package described in web.xml Using Tapestry 5.0.5 Try my local:8080/Start and get this java.lang.IllegalStateException No root element has been defined. As a matter of fact, any Tapestry page,

RE: t5: no root element has been defined

2007-10-05 Thread Heck, Bob
: Nick Westgate [mailto:[EMAIL PROTECTED] Sent: Friday, October 05, 2007 04:10 To: Tapestry users Subject: Re: t5: no root element has been defined 5.0.5 uses *.html 5.0.6 uses *.tml Cheers, Nick. Heck, Bob wrote: Am I really this dense? I just can't get this to work. Simple hello world

Eclipse code assist/intellisense

2007-10-04 Thread Heck, Bob
Does anyone know how to get code assist/intellisense when working on the HTML file in Eclipse with Tapestry 5? If so please explain the procedure for getting this working or point me to instructions. Thanks, Bob

@Inject(alias:Request)

2007-10-03 Thread Heck, Bob
I am having a hard time getting to the regular Tomcat session info. I have tried putting @Inject(alias:Request) in my Tapestry 5 class file, but it keeps complaining that The attribute value is undefined for the annotation type Inject I have searched and searched but can't seem to find an