0
votes
1answer
81 views

How to fill up Tapestry5 palette with list coming from web service?

I am trying to fill up Palette component in Tapestry 5 with result of calling web service, which is a Segment list. Segment is a ordinary class with some attributes like title... I would like to ...
0
votes
0answers
105 views

Palette with GenericValueEncoder, GenericMultipleSelectModel

I am trying to make a palette with using http://chenillekit.codehaus.org/ generics with database entity objects. Template This is my page template <t:layout t:pageTitle="${message:title}" ...
1
vote
1answer
133 views

tapestry component for one to many maping

I have similar to scale to biological classification. I am looking for a tapestry component that can link them faster. However I am limitied to tapestry 5.2.6. @Entity public class Species implements ...
1
vote
1answer
143 views

tapestry palette with drag and drop option

I would like to know, if there is any simple way to make drag and drop palette in Tapestry 5 or two connected lists with drag an drop? I know how to do it in jQuery but I dont know hot to extract ...