Here's an example from Struts Resume:
<fieldset class="pickList">
<legend>
<bean:message key="userProfile.assignRoles"/>
</legend>
<table class="pickList">
<tr>
<th class="pickLabel">
<struts-resume:label key="userFormEx.availableRoles"
colon="false" styleClass="required"/>
</th>
<td>
</td>
<th class="pickLabel">
<struts-resume:label key="userFormEx.roles"
colon="false" styleClass="required"/>
</th>
</tr>
<c:set var="leftList" value="${availableRoles}"
scope="request"/>
<c:set var="rightList" value="${userRoles}" scope="request"/>
<c:import url="/WEB-INF/pages/pickList.jsp">
<c:param name="listCount" value="1"/>
<c:param name="leftId" value="availableRoles"/>
<c:param name="rightId" value="userRoles"/>
</c:import>
</table>
</fieldset>
Matt
On 1/25/07, Travers Snyman <[EMAIL PROTECTED]> wrote:
Hi ,
Can anyone point me to an example using pickList.jsp in a struts framework ?
I am using Appfuse 1.9.4. I can't figure out how to setup the rightList.
Travers
--
http://raibledesigns.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]