RE: Clay - tomahawks commandSortHeader

2006-10-19 Thread Gary VanMatre
>From: Torsten Krah <[EMAIL PROTECTED]> > > Hm i don't get it. > > Also i've found a bug i guess, using the tomahawks auto sortable feature > of the dataTable, it cannot render the commandSortHeaders when used with > clay, anyone a solution? > I introduced some serious Clay bugs yesterday t

Re: new to shale tiles

2006-10-19 Thread Gregg Leichtman
I finally got a tiled page to display after trying a multitude of server and jar versions as well as defining the correct tile contents with appropriate jsf tags and attributes and getting past an IllegalStateException caused by incorrectly having a view tag wrapping the contents of a tile that was

Re: Shale and facelets vs. Shale and Clay

2006-10-19 Thread Reind
Both (clay / facelets) have their place. Thanks to both of you guys from sparing us from JSF+ JSP. On 10/19/06, Gary VanMatre <[EMAIL PROTECTED]> wrote: >From: Randahl Fink Isaksen <[EMAIL PROTECTED]> > > From messages on other lists it seems Facelets has more of a following > and is more wide

Re: Shale and facelets vs. Shale and Clay

2006-10-19 Thread Gary VanMatre
>From: Randahl Fink Isaksen <[EMAIL PROTECTED]> > > From messages on other lists it seems Facelets has more of a following > and is more widely accepted as the right choice. I also noticed that > support for facelets is being built into NetBeans. > Facelets does indeed have the majority. How

RE: Clay - how to set locale Parameter for f:view in html/xml views?

2006-10-19 Thread Gary VanMatre
>From: Torsten Krah <[EMAIL PROTECTED]> > > The solution with metadata inheritance sounds very nice. It would fit > very well in the way things works now, if would prefer this way - but > maybe there are any drawbacks i don't see, but in my opinion, > inheritance for the view root would be fine

RE: new to shale tiles

2006-10-19 Thread Dick Starr
I forgot to include what you also need in faces-config as follows: org.apache.shale.tiles.TilesViewHandler Dick -Original Message- From: Dick Starr Sent: Wed 10/18/2006 2:52 PM To: user@shale.apache.org Cc: Subject:RE: new to shale ti

RE: Clay - tomahawks commandSortHeader

2006-10-19 Thread Torsten Krah
Hm i don't get it. Also i've found a bug i guess, using the tomahawks auto sortable feature of the dataTable, it cannot render the commandSortHeaders when used with clay, anyone a solution? kind regards Am Donnerstag, den 19.10.2006, 13:00 +0200 schrieb Torsten Krah: > The samples uses its own s

Re: Shale and facelets vs. Shale and Clay

2006-10-19 Thread Randahl Fink Isaksen
From messages on other lists it seems Facelets has more of a following and is more widely accepted as the right choice. I also noticed that support for facelets is being built into NetBeans. R. [EMAIL PROTECTED] wrote: Hi Well nothing comes for free. However, this will change when the world

HttpSession is not maintained!!!!!!

2006-10-19 Thread Purushottam Nawle
Hi all, I am facing a strange problem, will like to have some comments on the same from the group. My http session is not getting preserved. Here is the brief about the problem 1. I am using a filter for request authentication and authorization. 2. User needs to login to the system

RE: Clay - tomahawks commandSortHeader

2006-10-19 Thread Torsten Krah
The samples uses its own sortHeader, this one works. But i wanted to reuse the tomahawk component - but this wont work, i maybe try to get it working for the rest of the day, if i am too dumb, i will ask for help again ;-). Torsten Am Donnerstag, den 19.10.2006, 12:54 +0200 schrieb [EMAIL PROTECT

RE: Clay - tomahawks commandSortHeader

2006-10-19 Thread hermod.opstvedt
Hi This is from the samples right? I don't think that actually works, but provide a stacktrace so we can have a look at it. Hermod -Original Message- From: Torsten Krah [mailto:[EMAIL PROTECTED] Sent: Thursday, October 19, 2006 12:38 PM To: user@shale.apache.org Subject: Clay - tomahawk

Clay - tomahawks commandSortHeader

2006-10-19 Thread Torsten Krah
Does anybody use this component as symbol to craft column facet headers which are sortable? I tried different setups looking at the examples - but everytime i get a nullpointer exception when encodeEnd on the header is called. Anyone got a working example? Torsten

RE: Clay - how to set locale Parameter for f:view in html/xml views?

2006-10-19 Thread Torsten Krah
The solution with metadata inheritance sounds very nice. It would fit very well in the way things works now, if would prefer this way - but maybe there are any drawbacks i don't see, but in my opinion, inheritance for the view root would be fine. Torsten ps: I will try the workarounds and post if