ntrolled checkbox.
>>> > There is an online demo (with source code of the demo) at
>>> >
>>> http://lombok.demon.co.uk/tapestry5Demo/test/components/checkboxgroupdemo
>>> >
>>> > Please go to http://lombok.demon.co.uk/tapestry5Demo/ for source code
>&g
;>
> http://lombok.demon.co.uk/tapestry5Demo/test/components/checkboxgroupdemo
> >> >
> >> > Please go to http://lombok.demon.co.uk/tapestry5Demo/ for source
> code
> >> of
> >> > the components.
> >> >
> >> >
> >>
whether the above will work in a Grid.
>> > But it might worth a try. Use a ControlCB component as your master
>> > checkbox (can't remember whether you can have a component in a
>> header)
>> > and add the mixin into other checkboxes in the column.
>> >
>&
n into other checkboxes in the column.
> >
> >
> > Shing
> >
> >
> >
> >
> > --- On Fri, 31/7/09, sandeepraj singh
> > wrote:
> >
> >> From: sandeepraj singh
> >> Subject: Have a Master Checkbox For T5 Grid Componen
mponent in a header)
> and add the mixin into other checkboxes in the column.
>
>
> Shing
>
>
>
>
> --- On Fri, 31/7/09, sandeepraj singh
> wrote:
>
>> From: sandeepraj singh
>> Subject: Have a Master Checkbox For T5 Grid Component
>> To:
gt;
>
>
> --- On Fri, 31/7/09, sandeepraj singh
> wrote:
>
> > From: sandeepraj singh
> > Subject: Have a Master Checkbox For T5 Grid Component
> > To: users@tapestry.apache.org
> > Date: Friday, 31 July, 2009, 3:43 PM
> >
> > Hi Guys,
> > I want
eader) and add the
mixin into other checkboxes in the column.
Shing
--- On Fri, 31/7/09, sandeepraj singh wrote:
> From: sandeepraj singh
> Subject: Have a Master Checkbox For T5 Grid Component
> To: users@tapestry.apache.org
> Date: Friday, 31 July, 2009, 3:43 PM
>
>
d
> Component Source Code to MYOWNGRID and then making changes to GridColoumn
> Component inside Grid Source Code that would be copied.
>
> Any Pointers would be of great help
>
> Thanks
> Sandy
>
--
View this message in context:
http://www.nabble.com/Have-a-Master-Che
Code to MYOWNGRID and then making changes to GridColoumn Component
inside Grid Source Code that would be copied.
Any Pointers would be of great help
Thanks
Sandy
--
View this message in context:
http://www.nabble.com/Have-a-Master-Checkbox-For-T5-Grid-Component-tp24752416p24752416.html
Sent
http://202.177.217.122:8080/jumpstart/examples/tables/addandremovecolumns1
On 25/10/2008, at 12:00 AM, James Sherwood wrote:
Hello,
Let's say I have a grid component running off a source with objects
such as:
Id
Fname
Lname
How do I remove Id from the grid?
Remove="Id" in the h
James Sherwood schrieb:
Hello,
Let's say I have a grid component running off a source with objects such as:
Id
Fname
Lname
How do I remove Id from the grid?
Remove="Id" in the html of t:grid does not work.
I think that "remove" has been renamed to "exclude". Try for example:
Hello,
Let's say I have a grid component running off a source with objects such as:
Id
Fname
Lname
How do I remove Id from the grid?
Remove="Id" in the html of t:grid does not work.
Thanks,
--James
Hi Marcus,
Thanks, thats easier.
Arve
2007/11/16, Marcus <[EMAIL PROTECTED]>:
>
> Hi Arve,
>
> We're using an if, to display grid only when it has data. Like this:
>
> Test.java:
> ...
> public boolean getHasDataToGrid1() { return (_listGrd1.size() > 0); }
> ...
>
> Test.tml
> ...
>
> ...
Hi Arve,
We're using an if, to display grid only when it has data. Like this:
Test.java:
...
public boolean getHasDataToGrid1() { return (_listGrd1.size() > 0); }
...
Test.tml
...
Hi Arve,
We're using an if to display grid only when it has data. Like this:
test.java:
...
On Nov 16, 2007 2:40 PM, adamh <[EMAIL PROTECTED]> wrote:
>
> Hi Arve,
>
> Yep, I got it to work as well - I should have been a bit more persistent
> with my searching, still its little 'should be simp
Hi Arve,
Yep, I got it to work as well - I should have been a bit more persistent
with my searching, still its little 'should be simple' things like this that
can trip you up if you are new to the T5 way. Its just a question of the
docs getting updated, I thought I saw talk of a grid section/tuto
hi,
as a novice in regards to Tapestry, I first thought it was a bug,
but at last I tried to supply a beanmodel, and everything is fine (obvious
to others, I think).
I found the tip here:
http://tapestry.apache.org/tapestry5/tapestry-core/guide/beaneditform.html.
@Inject
private BeanMode
On 11/16/07, Arve Klev <[EMAIL PROTECTED]> wrote:
> hi,
> as a novice in regards to Tapestry, I first thought it was a bug,
> but at last I tried to supply a beanmodel, and everything is fine (obvious
> to others, I think).
> I found the tip here:
> http://tapestry.apache.org/tapestry5/tapestry-cor
yes, it works fine.
2007/11/16, Joshua Jackson <[EMAIL PROTECTED]>:
>
> On 11/16/07, Arve Klev <[EMAIL PROTECTED]> wrote:
> > hi,
> > as a novice in regards to Tapestry, I first thought it was a bug,
> > but at last I tried to supply a beanmodel, and everything is fine
> (obvious
> > to others, I
I'm seeing the same behaviour, if my source is empty and I use the 'remove'
parameter I get the same exception:
'grid: xxx -- no source to determine list type from'
Results.tml
Removing the 'remove' param the page renders with the 'nothing to display'
message.
--
View this message in context
All,
I just entered a JIRA:
https://issues.apache.org/jira/browse/TAPESTRY-1901
I'm posting the details here in case anyone monitoring the list has the
same issue. I believe there's a workaround.
I have a grid defined with rowsPerPage = 2. When there are 3 elements in
the GridDataSource, the u
hi,
I am using the grid component to present the result from a search.
When the data source is empty,
returns "There is no data to display." as expected.
but when I try to use the reorder parameter,
an application exception occur: "...grid: xxx -- no source to determine list
type from"
Is it
Thank you Howard, that's exactly what I needed!
Andy
On Sat, 2007-10-20 at 23:26 -0700, Howard Lewis Ship wrote:
> It's interface GridDataSource.
>
> What you may be missing is that Tapestry convieniently coerces
> java.util.List to GridDataSource for you. However if you connect the source
> pa
It's interface GridDataSource.
What you may be missing is that Tapestry convieniently coerces
java.util.List to GridDataSource for you. However if you connect the source
parameter of the Grid component to an actual GridDataSource, you can have
fine control over sorting and otherwise efficiently p
Hello,
I'm a newbie, trying to learn T5.
I have a grid component, but I don't want Tapestry to do the work of
sorting/paging data in the grid component; I'd like to push that off to
the database. (The source of the data is a database accessed via
Hibernate). How can I do this? I know that in T
an-Philippe Steinmetz wrote:
Thanks for your reply. Hmmm... I tried this and nothing shows up. Am I
missing something? Seems like an awful lot of work to add one column.
Jean-Philippe
-Original Message-
From: Robin Helgelin [mailto:[EMAIL PROTECTED]
Sent: Thursday, September 20, 2007 1:40
To: Tapestry users
> Subject: Re: [T5] Grid component
>
> On 9/20/07, Robin Helgelin <[EMAIL PROTECTED]> wrote:
> > userModel.add("action", new
> > ActionPC()).label("Actions").sortable(false);
>
> Oops.
>
> class ActionPC im
On 9/20/07, Robin Helgelin <[EMAIL PROTECTED]> wrote:
> userModel.add("action", new
> ActionPC()).label("Actions").sortable(false);
Oops.
class ActionPC implements PropertyConduit {
public Object get(Object arg0) {return "";}
public Class getPropertyType() {return String.class;}
On 9/20/07, Jean-Philippe Steinmetz <[EMAIL PROTECTED]> wrote:
> Is there a way to add extra parameters to a grid component without having to
> modify the source class/bean itself? I am displaying a list of objects that
> I want to add a column for Edit and Delete links for each item. These links
>
Is there a way to add extra parameters to a grid component without having to
modify the source class/bean itself? I am displaying a list of objects that
I want to add a column for Edit and Delete links for each item. These links
should not be part of the data structure since they are part of a fram
AIL PROTECTED]
> Sent: Wednesday, August 08, 2007 11:56 AM
> To: 'Tapestry users'
> Subject: RE: [T5] Grid component failure with hibernate objects
>
> Howard:
>
> I'm currently using Tapestry 5.0.5,
>
> And as Jonathan suggests I tailored a specific b
riginal Message-
From: Howard Lewis Ship [mailto:[EMAIL PROTECTED]
Sent: Martes, 07 de Agosto de 2007 11:34 a.m.
To: Tapestry users
Subject: Re: [T5] Grid component failure with hibernate objects
There's an issue with Tapestry and Hibernate duking it out w.r.t. class
loaders. There was a
There's an issue with Tapestry and Hibernate duking it out w.r.t. class
loaders. There was a similar bug fixed in 5.0.5. Are you using 5.0.5?
On 8/6/07, Andres Alvarez <[EMAIL PROTECTED]> wrote:
>
> Hi all,
>
> I'm trying to display an object retrieved from hibernate, it has just one
> relation
quot;).dataType("DataType");
But I haven't looked into what the options are there.
I would be interested to hear back about what you do and find.
Jonathan
> -Original Message-
> From: Andres Alvarez [mailto:[EMAIL PROTECTED]
> Sent: Monday, August 06, 2007 11:
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
able.
>
> Regards,
> Joost
>
> -Original Message-----
> From: Thomas Beckmann [mailto:[EMAIL PROTECTED]
> Sent: Friday, July 13, 2007 12:50 AM
> To: Tapestry users
> Subject: T5: Grid component - available properties
>
> Hi,
>
> I followed the discuss
somethingPresentable}
I build a component around myRow.yourUnknowBeanProperty to properly display
it. In the same way I print dates in my table.
Regards,
Joost
-Original Message-
From: Thomas Beckmann [mailto:[EMAIL PROTECTED]
Sent: Friday, July 13, 2007 12:50 AM
To: Tapestry use
Hi,
I followed the discussion about Grid component and Date.
I had the same problem and tryed to solve it by using t:parameter and t:output
but it didn't work since my date column was not available.
Only columns with supported types are available.
Wouldn't it be better to just not render those t
no and yes :-)
The underlying BeanModelSource is driven by extensible contributions,
so it is quite possible to contribute in a mapping from java.util.Date
to "date" and provide a block for displaying dates.
When will this get fixed? In a perfect universe, I would be able to
perfect (and docume
Hey Howard,
is there a timetable on the date-feature?
Is there a workaround?
Thanks in advance
Jens
Howard Lewis Ship wrote:
>
> On 7/9/07, CarstenM <[EMAIL PROTECTED]> wrote:
>>
>> Hey guys,
>>
>> I am new to tapestry and I know T5 is still alpha.
>> But anyway, I have a class with a few Da
On 7/9/07, CarstenM <[EMAIL PROTECTED]> wrote:
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.
That's coming.
This class should be displayed with a grid component but all the Date
attributes are missing.
Is there already a
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
On workaround would be to write synthetic accessor methods in the User
class for the Address properties you would like to see; e.g.,
pubic String getStreetAddress ()
{
return this.address.getStreetAddress();
}
On 6/7/07, Daniel Jue <[EMAIL PROTECTED]> wrote:
Hi,
I'm not sure if this kind of f
Hi,
I'm not sure if this kind of functionality is available with the
current grid component, but this is a simple example of what I want to
do:
Lets say I have a User class and an Address class.
Lets say a User has an Address object in it.
Now I have a list of Users that I want to pump into a G
44 matches
Mail list logo