Hello,

Jsf only supports one renderkit (renderkitId) per page (f:view).

Because tobago has it's own renderkitId you can't use any none tobago
components that need a renderer.

x:saveState doesen't use a renderer, so it works with tobago.

x:aliasBean doesen't really need to use the renderer. We'll add a JIRA
issue for this.

x:panelNavigation definitely needs a renderer, so it can't be combined
with tobago. You could use the tobago tree instead, but you need to
provide a treemodel for your navigation links. If you send me your
x:panelNavigation code i can help you to create a treemodel for this.


Regards
Volker

Bernd Bohmann wrote:
> Hello Dani,
> 
> unfortunately you can't mixed tobago components with other renderkits so
> far.
> 
> I will try to provide a different page only with tobago tags
> if you send your jsp page.
> 
> Best regards
> 
> Bernd
> 
> Dani Kenan wrote:
> 
>> Hi,
>>
>>  
>>
>> I would like to use Tobago components and myfaces extensions on the
>> same jsf page.
>>
>> In particular x:panelNavigation, x:saveState and x:aliasBean.
>>
>>  
>>
>> 15:55:04,578 ERROR [org.apache.myfaces.tobago.context.ResourceManager]
>> Path not found, and no fallback. Using empty string.
>>
>> mainDirs = '[org/apache/myfaces/tobago/renderkit]' contentType =
>> 'html' theme = 'speyside' browser = 'msie_6_0' subDir = 'tag' name =
>> 'org.apache.myfaces.AliasBeanRenderer' suffix = '' key = 'null'
>>
>> 15:55:04,578 ERROR [org.apache.myfaces.tobago.context.ResourceManager]
>> name = 'org.apache.myfaces.AliasBeanRenderer' clientProperties =
>> 'html/speyside/msie_6_0'
>>
>>  
>>
>>  
>>
>> Please note that the myfaces extensions I would like to use do not
>> require or collide in any way with the Tobago layout manager, so the
>> fact that they do not support the layout manager should not disqualify
>> them from being used in the same application together with Tobago.
>>
>>  
>>
>>  
>>
>> Can someone help me understand why the error occurs and how to fix it?
>>
>>  
>>
>> Thanks,
>>
>>  
>>
>> Dani
>>
>>  
>>
> 
> 

-- 
Don't answer to From: address!
Mail to this account are droped if not recieved via mailinglist.
To contact me direct create the mail address by
concatenating my forename to my senders domain.

Reply via email to