Re: [T5] Announce - TreeGrid component

2011-08-03 Thread sandeep kale
Please provide the details how to use the tree grid component.

I tried in this way.



in java


public List getContainerVOList() {
return containerVOList;
}

/**
 * Returns a model for containerFieldValue.
 * 
 * @return BeanModel
 */
@SuppressWarnings("unchecked")
public BeanModel getContainerFieldModel() {
BeanModel model = 
beanModelSource.createEditModel(ContainerVO.class,
resources.getMessages());
model.get("ref").label(messages.get("label_containerRef"));
return model;
}

But I get an error as 

Caused by: org.apache.tapestry5.ioc.internal.util.TapestryException:
Component Product/catalogue/products/TestAdd:treegrid has rendered
unbalanced elements; either it has started an element with
MarkupWriter.element() and not followed up with MarkupWriter.end(), or it
has invoked MarkupWriter.end() without first invoking
MarkupWriter.element(). [at
classpath:net/awl/tapestry5/massilia/product/pages/catalogue/products/TestAddProduct.tml,
line 24]

where line 24 is the line in tml which includes this component.

Thanks In advance.

--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/T5-Announce-TreeGrid-component-tp2416233p4662221.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: [T5] Announce - TreeGrid component

2008-12-04 Thread jthompson209

yea an example of how to use this would be great, either that or if there is
another simple to use tree component for T5


regards,
Jeff


Weisu wrote:
> 
> 
> Hi Gabriel, I am trying to use your treegrid component in T5.0.14. Do you
> have a simple example how to use it in T5?
> Thanks in advance!
> Weisu.
> 
> Gabriel Landais wrote:
>> 
>> Hi,
>>  I've just released an early version of a tree grid component. It is 
>> available via SVN on Google Code 
>> (<http://code.google.com/p/tapestry5-treegrid/source>).
>>  The code is based upon sstree, and as an early release, code is ugly 
>> and without comment yet...
>> 
>>  Gabriel
>> 
>> -
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>> 
>> 
>> 
> 
> -- 
> View this message in context:
> http://www.nabble.com/-T5--Announce---TreeGrid-component-tp14617758p19154603.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://n2.nabble.com/Re%3A--T5--Announce---TreeGrid-component-tp782976p1614984.html
Sent from the Tapestry Users mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [T5] Announce - TreeGrid component

2008-08-25 Thread Weisu

Hi Gabriel, I am trying to use your treegrid component in T5.0.14. Do you
have a simple example how to use it in T5?
Thanks in advance!
Weisu.

Gabriel Landais wrote:
> 
> Hi,
>  I've just released an early version of a tree grid component. It is 
> available via SVN on Google Code 
> (<http://code.google.com/p/tapestry5-treegrid/source>).
>  The code is based upon sstree, and as an early release, code is ugly 
> and without comment yet...
> 
>  Gabriel
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/-T5--Announce---TreeGrid-component-tp14617758p19154603.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[T5] Announce - TreeGrid component

2008-01-04 Thread Gabriel Landais

Hi,
I've just released an early version of a tree grid component. It is 
available via SVN on Google Code 
().
The code is based upon sstree, and as an early release, code is ugly 
and without comment yet...


Gabriel

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]