[jboss-user] [JBoss jBPM] - Re: Problem deploying on JBoss 5

rogerio.baldini do-not-reply at jboss.com
Thu Feb 5 14:45:04 EST 2009


Sorry man,
I didn't want to cause that.
I am really sorry.

I have solved this problem few minutes ago.

I had to change t_processinstances.xhtml

  |         <td style="white-space:nowrap;">
  |             <h:selectBooleanCheckbox id="running_i" value="#{filter_running== 'true'}"/>
  |             <gs:label forId="running_i" styleClass="statusRunning">R</gs:label>
  |             <h:selectBooleanCheckbox id="suspended_i" value="#{filter_suspended == 'true'}"/>
  |             <gs:label forId="suspended_i" styleClass="statusSuspended">S</gs:label>
  |             <h:selectBooleanCheckbox id="ended_i" value="#{filter_ended == 'true'}"/>
  |             <gs:label forId="ended_i" styleClass="statusEnded">E</gs:label>
  |         </td>
  | 

and  t_tasks.xml


  |             <td style="width:120px;white-space:nowrap">
  |                 <h:selectBooleanCheckbox id="task_notstarted_i" value="#{task_filter_notstarted == 'true'}"/>
  |                 <gs:label forId="task_notstarted_i" styleClass="statusNotstarted">N</gs:label>
  |                 <h:selectBooleanCheckbox id="task_running_i" value="#{task_filter_running == 'true'}"/>
  |                 <gs:label forId="task_running_i" styleClass="statusRunning">R</gs:label>
  |                 <h:selectBooleanCheckbox id="task_suspended_i" value="#{task_filter_suspended == 'true'}"/>
  |                 <gs:label forId="task_suspended_i" styleClass="statusSuspended">S</gs:label>
  |                 <h:selectBooleanCheckbox id="task_ended_i" value="#{task_filter_ended == 'true'}"/>
  |                 <gs:label forId="task_ended_i" styleClass="statusEnded">E</gs:label>
  |             </td>
  | 

Thanks for your help.
Rogerio

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

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



More information about the jboss-user mailing list