[jboss-user] [JBoss Seam] - Re: Fun With Conversations and Persistence

gzoller do-not-reply at jboss.com
Tue Mar 13 18:05:50 EDT 2007


Found it.  Solution posted here for the next person who missed what I did.

s:commandButton that launches DepartmentEdit.xhml needs to have a parameter.  W/o this parameter strange things happen.

Code should be:

  |         <s:button view="/DepartmentEdit.xhtml"
  |                   id="create" 
  |                   value="Create Department"
  |                   rendered="#{s:hasRole('ADMIN')}">
  |             <f:param name="departmentDeptId"/>
  |         </s:button>
  | 

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

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



More information about the jboss-user mailing list