[ANNOUNCEMENT] Introducing Tynamo!

2010-01-09 Thread Kalle Korhonen
We are pleased to officially introduce Tynamo project and announce our first releases and immediate availability of tapestry-model, tapestry-hibernate-seedentity, tapestry-conversations and tynamo-archetype modules. Tynamo is a continuation of Trails framework and is based on Tapestry 5. Tynamo fe

Re: Installing easyfckeditor

2010-01-09 Thread Bryan Lewis
I've had better luck using the fckeditor in chenillekit. My pom.xml: org.chenillekit chenillekit-tapestry 1.2.0 A simple template: On Sat, Jan 9, 2010 at 8:47 AM, oskar_a wrote: > > Hi Ville, > > thank you for your advice. I installed the

Res: How to disable column sorting on a Grid component?

2010-01-09 Thread Everton Agner
Thank you! This is what I wanted to do... But anyways, I could avoid doing this because of the sorting+activation context issues (i made the Entity object persistent in the page), but this will come come in handy in another situation. Everton De: Thiago H. d

Re: How to disable column sorting on a Grid component?

2010-01-09 Thread Thiago H. de Paula Figueiredo
Em Sat, 09 Jan 2010 15:09:30 -0200, Everton Agner escreveu: Hi, Hi! How can I do that? I haven't found anything about that. I only know that if I add one column to the Grid in the "add" attribute (or directly at it's BeanModel), it will not be part of the Sorting. @Inject BeanModelSo

Res: Res: How to disable column sorting on a Grid component?

2010-01-09 Thread Everton Agner
Thank you... Now I understand why the Grids cell parameter is named like p:LastNameCell... Unlike a BeanDisplay, where it would be just p:LastName. This was kind of a workaround... Because if my page needs Activation Context, the ColumnSorting request didn't replicate it... So, i have to make th

Re: Res: How to disable column sorting on a Grid component?

2010-01-09 Thread Juan E. Maya
u can override the header using propertyHeader It would be something like this: Last Name This will override the generated markup removing the ordering. On Sat, Jan 9, 2010 at 12:25 PM, Everton Agner wrote: > Oh, I still have the problem, because the TH's is still there. > > > > > __

Res: Res: How to disable column sorting on a Grid component?

2010-01-09 Thread Everton Agner
Oh, I still have the problem, because the TH's is still there. De: Everton Agner Para: Tapestry users Enviadas: Sábado, 9 de Janeiro de 2010 15:13:55 Assunto: Res: How to disable column sorting on a Grid component? Oh, I didn't notice the IMG's "t-sort-icon"

Res: How to disable column sorting on a Grid component?

2010-01-09 Thread Everton Agner
Oh, I didn't notice the IMG's "t-sort-icon" class... Now I can disable it in the CSS. But... There is a way so I can disable it directly at it's model? Thanks, Everton De: Everton Agner Para: Tapestry Users Enviadas: Sábado, 9 de Janeiro de 2010 15:09:30 A

How to disable column sorting on a Grid component?

2010-01-09 Thread Everton Agner
Hi, How can I do that? I haven't found anything about that. I only know that if I add one column to the Grid in the "add" attribute (or directly at it's BeanModel), it will not be part of the Sorting. Thanks, Everton ___

Re: Installing easyfckeditor

2010-01-09 Thread oskar_a
Hi Ville, thank you for your advice. I installed the m2 Eclipse plugin and enabled the dependency management for my Project. So when I add something like this in my pom.xml com.orientimport t5-easy-fckeditor 1.0.2 maven adds the jars etc. (i can see it in the build path) but i still can no

Re: @Insert not working when converting tapestry page into a byteoutputstream

2010-01-09 Thread roquejo
I got it to work already.. I used cycle.render instead of page.render..thanks for your reply Andreas Andreou-4 wrote: > > When a form is submitted, Tapestry 4 enters the rewind phase (note that T5 > doesn't need/use this concept) > That's similar to a normal render and it helps Tapestry find o