Re: [Tapestry Central] Tapestry 5.2: Improved Query Parameter Support

2010-06-25 Thread Geoff Callender
Good stuff. One question, though - why such a long name, @QueryParameterMapped, instead of just @QueryParameter? On 25/06/2010, at 12:00 PM, Howard wrote: > I just checked in some very nice changes for Tapestry 5.2; you can now > easily store data about a page in the URL as query parameters: >

[ANN] JumpStart 4.12 released

2010-06-25 Thread Geoff Callender
Hi all, JumpStart 4.12 is up and running. The big feature in this release is AJAX Validators - they have the outward appearance of client-side validators but the validation is done by the server asynchronously. Very handy for checking things like whether a username is already in use, immediatel

A quick example of embedding components in a beaneditform

2010-06-25 Thread ebt
Versions: Tapestry 5.1 TSS 2.1.1-SNAPSHOT Hibernate 3.3.1 Can anyone provide an example of embedding a form object that is not explicitly a part of a BeanModel into the form? Example: I want to edit a user from the users table, the users table has a n:n relationship with roles. I want to a

Re: Absolute links on 404 error page

2010-06-25 Thread Steve Eynon
Hi Sebastian, I had the same problem and created a page annotation to add to my error / 404 pages so *only* the error pages created absolute URIs and the rest of the app worked as is (and with relative URIs). See here: http://old.nabble.com/-T5.1--Page-Annotation-to-Render-Absolute-URIs-to285393

Re: Layout Component

2010-06-25 Thread Magnus Kvalheim
Hi, I have a similar requirement for our project where we plan to 'white label' an application and brand it in different ways. Have been thinking about a way of reusing pages by changing the layout dynamically - for example triggered by domain names, but we haven't started attempting to implement a

RE: BeanDisplay customisation (long lines wrapping)

2010-06-25 Thread Jim O'Callaghan
Thanks Peter. I went for augmenting the beandisplay using a table with rows and columns - sometimes I think data is really tabular and don't understand the fuss about avoiding the use of tables. Your solution looks very concise. Out of curiosity do you have a mandated browser in production f

Re: [Tapestry Central] Tapestry 5.2: Improved Query Parameter Support

2010-06-25 Thread Christophe Cordenier
Hi I guess so : @QueryParameterMapped has a 'value' field that corresponds to the query parameter name. Regards, Christophe. 2010/6/25 Dmitry Gusev > This is cool. > > Is it possible to make query parameter name not the same as java field > name? > > URLs parameters usualy have different namin