You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Hannes Carl Meyer <de...@rc.ag> on 2006/04/19 13:53:21 UTC

Issue with myfaces-core-1.1.2/tomahawk-1.1.2-snapshot and t:panelNavigation2 within tiles

Hi List,
Hi Developer Team,

I have got a working myfaces-1.1.1 & tomahawk-1.1.1 application, using 
tiles (JspTilesViewHandlerImpl) AND some t:panelNavigation2 elements.
When I use myfaces-1.1.2 and the latest nightly tomahawk-1.1.2-snapshot 
everything EXCEPT t:panelNavigation2 is working...

To make sure, I downloaded the latest tomahawk-examples-1.1.2-snapshot 
version and deployed the myfaces-example-tiles-1.1.2-SNAPSHOT.war 
including a modified
jsp with t:panelNavigation2 - I'm getting the exact same problem as in 
my application: an empty html list is generated, including links but no 
text at all:

<ul>
<li><a href="#" onclick="clear_linkDummyForm();document.forms['linkDummyForm'].elements['autoScroll'].value=getScrolling();document.forms['linkDummyForm'].elements['linkDummyForm:_link_hidden_'].value='panelnav:_idJsp4';if(document.forms['linkDummyForm'].onsubmit){var result=document.forms['linkDummyForm'].onsubmit();  if( (typeof result == 'undefined') || result ) {document.forms['linkDummyForm'].submit();}}else{document.forms['linkDummyForm'].submit();}return false;" id="panelnav:_idJsp4"></a><ul></ul></li>
<li><a href="#" onclick="clear_linkDummyForm();document.forms['linkDummyForm'].elements['autoScroll'].value=getScrolling();document.forms['linkDummyForm'].elements['linkDummyForm:_link_hidden_'].value='panelnav:_idJsp11';if(document.forms['linkDummyForm'].onsubmit){var result=document.forms['linkDummyForm'].onsubmit();  if( (typeof result == 'undefined') || result ) {document.forms['linkDummyForm'].submit();}}else{document.forms['linkDummyForm'].submit();}return false;" id="panelnav:_idJsp11"></a></li>
</ul>

Best regards

Hannes