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
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
>
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
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.
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)
--
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
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
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
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).
>
>
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
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
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
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
e like
> below:
> ==
>
>
> ...
>
>
>
> ...
>
>
>
>
>
>
>
>
> ${your_value.label}
>
>
>
>
>
>
>
>
>
>
> The posted data in your acti
14 matches
Mail list logo