Your subject implies that you think the problem is related to a particular version of tomcat. Or is that just what you happen to be using?

Can you post the relevant section of your faces-config.xml?

Regards,

Jeff Bischoff
Kenneth L Kurz & Assoc, Inc.

Garner Shawn wrote:
Maybe this problem is related to me not having a backing bean action
bound to the action and it is just the outcome of the action (see
below)?  It might work with an action bound to a backing bean method
but I don't have any of those right now.

<h:commandLink action="products">Products</h:commandLink>

renders as

<a href="#" onclick="clear_footerNavForm();document.forms['footerNavForm'].elements['autoScroll'].value=getScrolling();document.forms['footerNavForm'].elements['footerNavForm:_link_hidden_'].value='footerNavForm:_id17';if(document.forms['footerNavForm'].onsubmit){var
result=document.forms['footerNavForm'].onsubmit();  if( (typeof result
== 'undefined') || result )
{document.forms['footerNavForm'].submit();}}else{document.forms['footerNavForm'].submit();}return
false;" id="footerNavForm:_id17">Products</a>





Reply via email to