You are viewing a plain text version of this content. The canonical link for it is here.
Posted to adffaces-user@incubator.apache.org by Renzo Tomaselli <re...@tecnotp.it> on 2006/12/19 18:56:15 UTC

[Trinidad] h:commandButton not rendered

Hi, I use a h:commandButton in a Facelet component, as:  
  
        <h:commandButton value="#{msg['login.login']}" action="#{loginBean.loginAction}"/>  
  
After reconfiguring the application to use Trinidad (without inserting any
Trinidad component), the button (actually, *any* button), is not properly
rendered. Actual rendering is:  
  
<input id="login:_id29" name="login:_id29" type="image"
src="image;jsessionid=E8B45ABB8B070E3F0CC40CEBD813285C"
onclick="submitForm('login',1,{source:'login:_id29'});return false;">  
  
Action works, but there is no value. Firefox displays "submit query" instead.
I use the latest snapshot binaries.  
I also found a previous thread about this topic, but AFAIK there is no
definitive answer.  
Thanks -- Renzo