[jboss-user] [JBoss Seam] - seam-gen and inputSecret in edit form

demetrio812 do-not-reply at jboss.com
Fri May 11 08:10:01 EDT 2007


Hi,
I made a project with seam-gen: all works! great framework and tools!!

But when I changed this code:

  | <s:decorate id="passwordDecoration" template="layout/edit.xhtml">
  |     <ui:define name="label">password</ui:define>
  |     <h:inputText id="password" 
  |            required="true"
  |                size="20"
  |           maxlength="20"
  |               value="#{utenteHome.instance.password}">
  |         <a:support event="onblur" reRender="passwordDecoration"/>
  |     </h:inputText>
  | </s:decorate>
  | 

In this:

  | <s:decorate id="passwordDecoration" template="layout/edit.xhtml">
  |     <ui:define name="label">password</ui:define>
  |     <h:inputSecret id="password" 
  |            required="true"
  |                size="20"
  |           maxlength="20"
  |               value="#{utenteHome.instance.password}">
  |         <a:support event="onblur" reRender="passwordDecoration"/>
  |     </h:inputSecret>
  | </s:decorate>
  | 

When I move out from the inputSecret the value disappear...

how can I solve this?

Thanks a lot!

Demetrio


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4044958#4044958

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4044958



More information about the jboss-user mailing list