Re: T5.0.6: Table with input fields inside a form?

2007-11-19 Thread CarstenM
e like > below: > == > > > ... > > > > ... > > > > > > > > > ${your_value.label} > > > > > > > > > > > The posted data in your acti

Re: T5.0.6: Table with input fields inside a form?

2007-11-19 Thread CarstenM
Alright, found a possibilty even without using Grid component. Using a table and a loop.should be ok for this task. CarstenM wrote: > > Hello, > > I'd like to create a table with input fields (checkbox, textfield) inside > a form. > Does someone have an exam

T5.0.6: Table with input fields inside a form?

2007-11-19 Thread CarstenM
Hello, I'd like to create a table with input fields (checkbox, textfield) inside a form. Does someone have an example? Help would be very nice. Need a solution for it to finish first version of my application. (Asked for that in other threads already, but nobody answered.. probably more imp

Re: T5 Newbie : populate the value of a form in a bean

2007-11-14 Thread CarstenM
Hi, have you tried it with @ApplicationState private User user; in your page class ? Michael Courcy wrote: > > Hi > > In my Page I have a property User, and I want to directly populate the > value of the form to the bean User > > User.java > class User{ > private String name; > priva

RE: T5: onchange event from a select

2007-11-14 Thread CarstenM
onchange', I need to modify the > value of the other select instead of submitting the form > > Martin > > > CarstenM wrote: >> >> Hello, >> >> well, I dont know if its a nice solution but I realized it with >> several forms. T

Re: T5.0.6 - GirdModelProvider for GridRows - example?

2007-11-14 Thread CarstenM
d one generally does not need to -- > you can configure a lot at the t:grid level and via nested t:parameter > elements. > > Ezra > > CarstenM <[EMAIL PROTECTED]> wrote: > Hi, > > ok, I tried this but I get a NullPointerException (line 4 of .tml). > >

Re: T5.0.6 - GirdModelProvider for GridRows - example?

2007-11-13 Thread CarstenM
quot; e.g.: > > rowsPerPage="5" pagerPosition="both"> > > context="video.id">${video.title} > > > context="video.id">Edit > > > > I've added a bunch of other stuff, but you

Re: T5.0.6 - GirdModelProvider for GridRows - example?

2007-11-13 Thread CarstenM
Hi again, no example for this or what's wrong? Cheers Carsten CarstenM wrote: > > Hello, > > still trying to use the GridRows component. > Can someone give an example for a GridModelProvider or the GridRows > component? > Well, the Grid is an implementation of Gri

RE: T5: onchange event from a select

2007-11-13 Thread CarstenM
Hello, well, I dont know if its a nice solution but I realized it with several forms. Then you can handle the form event and update your second select box. Cheers, Carsten martin boulanger wrote: > > Hello, > I have the same need, but I don't know how to make it. > Does any one has an idea

T5.0.6 - GirdModelProvider for GridRows - example?

2007-11-09 Thread CarstenM
Hello, still trying to use the GridRows component. Can someone give an example for a GridModelProvider or the GridRows component? Well, the Grid is an implementation of GridModelProvider but I would like to customize my rows. Thanks, Carsten (Thread relates to T5.0.6 - How to use GridRows) --

Re: T5.0.6 - How to use GridRows

2007-11-06 Thread CarstenM
Hi again, anyone who can give me an example how to use the GridRows component? Thanks, Carsten -- View this message in context: http://www.nabble.com/T5.0.6---How-to-use-GridRows-tf4744539.html#a13606753 Sent from the Tapestry - User mailing list archive at Nabble.com.

T5.0.6 - How to use GridRows

2007-11-03 Thread CarstenM
Hello! Still quite new to Tapestry. After my first steps I had a break because of job load. So still not really familiar with it. I used a grid already for an overview table but now I would like to create a form. Looking for a way to create a form which contains a table/grid. The table row (Grid

Re: T5: page redirect

2007-07-23 Thread CarstenM
Hey guys, already any solution for this "behaviour"? Bye Carsten Sven Homburg wrote: > > wow, and i think i must be crazy and nobody believes me !! > > Mit freundlichem Gruss > > homburg Softwaretechnik > S.Homburg > 21220 Seevetal / GERMANY > Fon: +49-4105-669746 > Fax: +49-4105-668947 >

T5: Grid component / Date columns are not displayed

2007-07-09 Thread CarstenM
Hey guys, I am new to tapestry and I know T5 is still alpha. But anyway, I have a class with a few Date attributes. This class should be displayed with a grid component but all the Date attributes are missing. Is there already a solution for Date columns in a Grid component? Additionally, how ca