[Opensource] Updated docs/sample Jsp's for Workflow?

BSC bsci at lycos.com
Sat Feb 15 21:25:30 PST 2003


Here are the tags I have been using to display the workflow inserted Transitions.

 <tr>
    <td align="left">
      <expresso:IfElementExists name="previous" type="transition">
        <expresso:TransitionTag name="previous"/>
      </expresso:IfElementExists>
    </td>
    <td align="right">
	  <br>
	  <expresso:TransitionTag name="next"/>
	</td>
  </tr>


or you can use the Struts extended tags as shown in a recent post....

<html:exLink property="createNewGroup"/> 

or 

<bean:define id="newGroupURL" property="createNewGroup.url" type="java.lang.String"/> 
<bean:define id="newGroupLabel" property="createNewGroup.label" type="java.lang.String"/> 
<html:link page="<%=newGroupURL%>"><%=newGroupLabel%></html:link> 


---
Aime





_____________________________________________________________
Get 25MB, POP3, Spam Filtering with LYCOS MAIL PLUS for $19.95/year.
http://login.mail.lycos.com/brandPage.shtml?pageId=plus&ref=lmtplus



More information about the Opensource mailing list