clay - custom converter example

2006-11-08 Thread Torsten Krah
Does anyone using clay with custom converters? I have a label which should get a converter. Tried it this way in clay config: ... element renderId=2 jsfid=baseLabel attributes set name=value value=#{user.language} /

[newbie] How to use Tobago with shale?

2006-11-08 Thread Philb
hi, I'm trying to use Apache Tobago with Shale. The problem is that my tobago renderkit gets replaced when I access the page: [RenderKitFactoryImpl] RenderKit with renderKitId 'tobago' was replaced. Am I doing something wrong? I used the shale-blank example end extended that with tobago

Re: Is it a postback or a fresh page load?

2006-11-08 Thread Craig McClanahan
On 11/8/06, Ramineni Viswanath [EMAIL PROTECTED] wrote: While on a page, I call the same page with a different set of query parameters, it is being treated as a postback. For example my current url is /mainmenu.faces?menuid=0 I have a HtmlOutputLink on this page with the value set to

Re: clay - custom converter example

2006-11-08 Thread Gary VanMatre
Does anyone using clay with custom converters?I have a label which should get a converter. Tried it this way in clayconfig:...element renderId="2" jsfid="baseLabel" attributes set name="value" value="#{user.language}" / /attributes element renderId="1" jsfid="f:converter"

Re: Is it a postback or a fresh page load?

2006-11-08 Thread David Geary
2006/11/8, Craig McClanahan [EMAIL PROTECTED]: On 11/8/06, Ramineni Viswanath [EMAIL PROTECTED] wrote: While on a page, I call the same page with a different set of query parameters, it is being treated as a postback. For example my current url is /mainmenu.faces?menuid=0 I have a

Re: new to shale tiles

2006-11-08 Thread Jonathan Smith
added the space and the flush false now i get a java.lang.IncompatibleClassChangeError org.apache.shale.tiles.TilesViewHandler.dispatchToTile(TilesViewHandler.java:304) org.apache.shale.tiles.TilesViewHandler.renderView(TilesViewHandler.java:160)

Re: Is it a postback or a fresh page load?

2006-11-08 Thread Ramineni Viswanath
Basically, this forces the need to decide upon the STATE_SAVING_METHOD param value before you design your application. --Vish --- David Geary [EMAIL PROTECTED] wrote: 2006/11/8, Craig McClanahan [EMAIL PROTECTED]: On 11/8/06, Ramineni Viswanath [EMAIL PROTECTED] wrote: While on a

Re: new to shale tiles

2006-11-08 Thread David Geary
2006/11/8, Jonathan Smith [EMAIL PROTECTED]: added the space and the flush false now i get a java.lang.IncompatibleClassChangeError org.apache.shale.tiles.TilesViewHandler.dispatchToTile( TilesViewHandler.java:304) org.apache.shale.tiles.TilesViewHandler.renderView(

Re: new to shale tiles

2006-11-08 Thread Greg Reddin
On Nov 8, 2006, at 11:34 AM, David Geary wrote: 2006/11/8, Jonathan Smith [EMAIL PROTECTED]: added the space and the flush false now i get a java.lang.IncompatibleClassChangeError org.apache.shale.tiles.TilesViewHandler.dispatchToTile( TilesViewHandler.java:304)

Re: new to shale tiles

2006-11-08 Thread Jonathan Smith
i am using tiles-core 2.0 snapsot and i have the nightly builds of shale as well From: Greg Reddin [EMAIL PROTECTED] Reply-To: user@shale.apache.org To: user@shale.apache.org Subject: Re: new to shale tiles Date: Wed, 8 Nov 2006 11:41:38 -0600 On Nov 8, 2006, at 11:34 AM, David Geary wrote:

Re: Is it a postback or a fresh page load?

2006-11-08 Thread Craig McClanahan
On 11/8/06, David Geary [EMAIL PROTECTED] wrote: 2006/11/8, Craig McClanahan [EMAIL PROTECTED]: On 11/8/06, Ramineni Viswanath [EMAIL PROTECTED] wrote: While on a page, I call the same page with a different set of query parameters, it is being treated as a postback. For example my