Author: dwoods
Date: Tue Jul 8 19:08:43 2008
New Revision: 675085
URL: http://svn.apache.org/viewvc?rev=675085&view=rev
Log:
GERONIMO-4081 Accessibility issues. Applied GERONIMO-4081-activemq.patch from Ivan.
Modified:
geronimo/server/trunk/plugins/activemq/activemq-portlets/src/main/webapp/WEB-INF/view/jmsmanager/activemq/addACF.jsp
geronimo/server/trunk/plugins/activemq/activemq-portlets/src/main/webapp/WEB-INF/view/jmsmanager/activemq/config.jsp
geronimo/server/trunk/plugins/activemq/activemq-portlets/src/main/webapp/WEB-INF/view/jmsmanager/createdestination.jsp
geronimo/server/trunk/plugins/activemq/activemq-portlets/src/main/webapp/WEB-INF/view/jmsmanager/sendMessage.jsp
geronimo/server/trunk/plugins/activemq/activemq-portlets/src/main/webapp/WEB-INF/view/jmsmanager/server/connector/editGeneric.jsp
geronimo/server/trunk/plugins/activemq/activemq-portlets/src/main/webapp/WEB-INF/view/jmswizard/destination.jsp
geronimo/server/trunk/plugins/activemq/activemq-portlets/src/main/webapp/WEB-INF/view/jmswizard/destinationType.jsp
geronimo/server/trunk/plugins/activemq/activemq-portlets/src/main/webapp/WEB-INF/view/jmswizard/factory.jsp
geronimo/server/trunk/plugins/activemq/activemq-portlets/src/main/webapp/WEB-INF/view/jmswizard/factoryType.jsp
geronimo/server/trunk/plugins/activemq/activemq-portlets/src/main/webapp/WEB-INF/view/jmswizard/plan.jsp
geronimo/server/trunk/plugins/activemq/activemq-portlets/src/main/webapp/WEB-INF/view/jmswizard/provider.jsp
geronimo/server/trunk/plugins/activemq/activemq-portlets/src/main/webapp/WEB-INF/view/jmswizard/raInstance.jsp
Modified: geronimo/server/trunk/plugins/activemq/activemq-portlets/src/main/webapp/WEB-INF/view/jmsmanager/activemq/addACF.jsp
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/activemq/activemq-portlets/src/main/webapp/WEB-INF/view/jmsmanager/activemq/addACF.jsp?rev=675085&r1=675084&r2=675085&view=diff
==============================================================================
--- geronimo/server/trunk/plugins/activemq/activemq-portlets/src/main/webapp/WEB-INF/view/jmsmanager/activemq/addACF.jsp
(original)
+++ geronimo/server/trunk/plugins/activemq/activemq-portlets/src/main/webapp/WEB-INF/view/jmsmanager/activemq/addACF.jsp
Tue Jul 8 19:08:43 2008
@@ -42,48 +42,48 @@
<input type="hidden" name="mode" value="addACF">
<table width="100%%" border="0">
<tr>
- <td width="16%"> <div align="right"><fmt:message key="jmsmanager.common.name"/>:
</div></td>
- <td width="84%"><input name="acfName" type="text" size="50"></td>
+ <td width="16%"> <div align="right"><label for="<portlet:namespace/>acfName"><fmt:message
key="jmsmanager.common.name"/></label>: </div></td>
+ <td width="84%"><input name="acfName" id="<portlet:namespace/>acfName"
type="text" size="50"></td>
</tr>
<tr>
<td><div align="right"></div></td>
<td> <p><fmt:message key="jmsmanager.activemq.addACF.nameExp" /></td>
</tr>
<tr>
- <td> <div align="right"><fmt:message key="jmsmanager.activemq.common.serverURL"
/>: </div></td>
- <td><input name="serverURL" type="text" size="50"></td>
+ <td> <div align="right"><label for="<portlet:namespace/>serverURL"><fmt:message
key="jmsmanager.activemq.common.serverURL" /></label>: </div></td>
+ <td><input name="serverURL" id="<portlet:namespace/>serverURL" type="text"
size="50"></td>
</tr>
<tr>
<td><div align="right"></div></td>
<td><fmt:message key="jmsmanager.activemq.common.serverURLExp" /> </td>
</tr>
<tr>
- <td> <div align="right"><fmt:message key="jmsmanager.common.userName"
/>: </div></td>
- <td><input name="userName" type="text" size="50"></td>
+ <td> <div align="right"><label for="<portlet:namespace/>userName"><fmt:message
key="jmsmanager.common.userName" /></label>: </div></td>
+ <td><input name="userName" id="<portlet:namespace/>userName" type="text"
size="50"></td>
</tr>
<tr>
<td><div align="right"></div></td>
<td><fmt:message key="jmsmanager.activemq.common.userNameExp" /> </td>
</tr>
<tr>
- <td> <div align="right"><fmt:message key="jmsmanager.common.password"/>:
</div></td>
- <td><input name="pword" type="password"></td>
+ <td> <div align="right"><label for="<portlet:namespace/>pword"><fmt:message
key="jmsmanager.common.password"/></label>: </div></td>
+ <td><input name="pword" id="<portlet:namespace/>pword" type="password"></td>
</tr>
<tr>
<td><div align="right"></div></td>
<td> <fmt:message key="jmsmanager.activemq.common.passwordExp" /> </td>
</tr>
<tr>
- <td> <div align="right"><fmt:message key="jmsmanager.activemq.common.poolMaxCapacity"
/>: </div></td>
- <td><input name="poolMaxSize" type="text" size="20" value="0"></td>
+ <td> <div align="right"><label for="<portlet:namespace/>poolMaxSize"><fmt:message
key="jmsmanager.activemq.common.poolMaxCapacity" /></label>: </div></td>
+ <td><input name="poolMaxSize" id="<portlet:namespace/>poolMaxSize" type="text"
size="20" value="0"></td>
</tr>
<tr>
<td><div align="right"></div></td>
<td><fmt:message key="jmsmanager.activemq.common.poolMaxCapacityExp" /> </td>
</tr>
<tr>
- <td> <div align="right"><fmt:message key="jmsmanager.activemq.common.blockingTimeout"
/>: </div></td>
- <td><input name="blocking" type="text" size="20" value="0"></td>
+ <td> <div align="right"><label for="<portlet:namespace/>blocking"><fmt:message
key="jmsmanager.activemq.common.blockingTimeout" /></label>: </div></td>
+ <td><input name="blocking" id="<portlet:namespace/>blocking" type="text"
size="20" value="0"></td>
</tr>
<tr>
<td><div align="right"></div></td>
Modified: geronimo/server/trunk/plugins/activemq/activemq-portlets/src/main/webapp/WEB-INF/view/jmsmanager/activemq/config.jsp
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/activemq/activemq-portlets/src/main/webapp/WEB-INF/view/jmsmanager/activemq/config.jsp?rev=675085&r1=675084&r2=675085&view=diff
==============================================================================
--- geronimo/server/trunk/plugins/activemq/activemq-portlets/src/main/webapp/WEB-INF/view/jmsmanager/activemq/config.jsp
(original)
+++ geronimo/server/trunk/plugins/activemq/activemq-portlets/src/main/webapp/WEB-INF/view/jmsmanager/activemq/config.jsp
Tue Jul 8 19:08:43 2008
@@ -42,11 +42,11 @@
<strong><fmt:message key="jmsmanager.activemq.common.connName" />:</strong> ${ds.name}
<br><br>
<table width="100%">
- <tr><td><strong><fmt:message key="jmsmanager.activemq.config.userName"
/></strong></td><td><input type="text" name="UserName" value="${ds.userName}"
size="75" /></td></tr>
- <tr><td><strong><fmt:message key="jmsmanager.common.psassword"/></strong></td><td><input
type="password" name="password1" size="75" /></td></tr>
- <tr><td><strong><fmt:message key="jmsmanager.activemq.config.repeatPassword"
/></strong></td><td><input type="password" name="password2" size="75"
/></td></tr>
+ <tr><td><strong><label for="<portlet:namespace/>UserName"><fmt:message
key="jmsmanager.activemq.config.userName" /></label></strong></td><td><input
type="text" name="UserName" id="<portlet:namespace/>UserName" value="${ds.userName}"
size="75" /></td></tr>
+ <tr><td><strong><label for="<portlet:namespace/>password1"><fmt:message
key="jmsmanager.common.psassword"/></label></strong></td><td><input
type="password" name="password1" id="<portlet:namespace/>password1" size="75" /></td></tr>
+ <tr><td><strong><label for="<portlet:namespace/>password2"><fmt:message
key="jmsmanager.activemq.config.repeatPassword" /></label></strong></td><td><input
type="password" name="password2" id="<portlet:namespace/>password2" size="75" /></td></tr>
<c:if test="${badPassword}"><tr><td colspan="2"><fmt:message key="jmsmanager.activemq.config.passwordsNotMatch"/></td></tr></c:if>
- <tr><td><strong><fmt:message key="jmsmanager.activemq.config.serverUrl"/></strong></td><td><input
type="text" name="ServerUrl" value="${ds.serverUrl}" size="75" /></td></tr>
+ <tr><td><strong><label for="<portlet:namespace/>ServerUrl"><fmt:message
key="jmsmanager.activemq.config.serverUrl"/></label></strong></td><td><input
type="text" name="ServerUrl" id="<portlet:namespace/>ServerUrl" value="${ds.serverUrl}"
size="75" /></td></tr>
<!--<tr><td><strong>Clientid</strong></td><td><input
type="text" name="Clientid" value="${ds.clientid}" size="75" /></td></tr>
Modified: geronimo/server/trunk/plugins/activemq/activemq-portlets/src/main/webapp/WEB-INF/view/jmsmanager/createdestination.jsp
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/activemq/activemq-portlets/src/main/webapp/WEB-INF/view/jmsmanager/createdestination.jsp?rev=675085&r1=675084&r2=675085&view=diff
==============================================================================
--- geronimo/server/trunk/plugins/activemq/activemq-portlets/src/main/webapp/WEB-INF/view/jmsmanager/createdestination.jsp
(original)
+++ geronimo/server/trunk/plugins/activemq/activemq-portlets/src/main/webapp/WEB-INF/view/jmsmanager/createdestination.jsp
Tue Jul 8 19:08:43 2008
@@ -51,26 +51,26 @@
</tr>
<tr>
<td align=LEFT>
- <fmt:message key="jmsmanager.common.messageDestinationName" />
+ <label for="<portlet:namespace/>destinationMessageDestinationName"><fmt:message
key="jmsmanager.common.messageDestinationName" /></label>
</td>
<td align=LEFT>
- <input type="text" name="destinationMessageDestinationName" value=""/>
+ <input type="text" name="destinationMessageDestinationName" id="<portlet:namespace/>destinationMessageDestinationName"
value=""/>
</td>
</tr>
<tr>
<td align=LEFT>
- <fmt:message key="jmsmanager.common.destinationPhysicalName" />
+ <label for="<portlet:namespace/>destinationPhysicalName"><fmt:message
key="jmsmanager.common.destinationPhysicalName" /></label>
</td>
<td align=LEFT>
- <input type="text" name="destinationPhysicalName" value=""/>
+ <input type="text" name="destinationPhysicalName" id="<portlet:namespace/>destinationPhysicalName"
value=""/>
</td>
</tr>
<tr>
<td align=LEFT>
- <fmt:message key="jmsmanager.common.type"/>
+ <label for="<portlet:namespace/>destinationType"><fmt:message
key="jmsmanager.common.type"/></label>
</td>
<td align=LEFT>
- <select name="destinationType">
+ <select name="destinationType" id="<portlet:namespace/>destinationType">
<option value="javax.jms.Queue" selected="true" >QUEUE</option>
<option value="javax.jms.Topic" >TOPIC</option>
</select>
@@ -78,19 +78,19 @@
</tr>
<tr>
<td align=LEFT>
- <fmt:message key="jmsmanager.common.applicationName" />
+ <label for="<portlet:namespace/>destinationApplicationName"><fmt:message
key="jmsmanager.common.applicationName" /></label>
</td>
<td align=LEFT>
- <input type="text" name="destinationApplicationName" value="null"/>
+ <input type="text" name="destinationApplicationName" id="<portlet:namespace/>destinationApplicationName"
value="null"/>
</select>
</td>
</tr>
<tr>
<td align=LEFT>
- <fmt:message key="jmsmanager.common.moduleName" />
+ <label for="<portlet:namespace/>destinationModuleName"><fmt:message
key="jmsmanager.common.moduleName" /></label>
</td>
<td align=LEFT>
- <input type="text" name="destinationModuleName" value="defaultJMS"/>
+ <input type="text" name="destinationModuleName" id="<portlet:namespace/>destinationModuleName"
value="defaultJMS"/>
</select>
</td>
</tr>
Modified: geronimo/server/trunk/plugins/activemq/activemq-portlets/src/main/webapp/WEB-INF/view/jmsmanager/sendMessage.jsp
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/activemq/activemq-portlets/src/main/webapp/WEB-INF/view/jmsmanager/sendMessage.jsp?rev=675085&r1=675084&r2=675085&view=diff
==============================================================================
--- geronimo/server/trunk/plugins/activemq/activemq-portlets/src/main/webapp/WEB-INF/view/jmsmanager/sendMessage.jsp
(original)
+++ geronimo/server/trunk/plugins/activemq/activemq-portlets/src/main/webapp/WEB-INF/view/jmsmanager/sendMessage.jsp
Tue Jul 8 19:08:43 2008
@@ -42,40 +42,40 @@
<table border="0">
<!-- ENTRY FIELD: JMS Connection RAR -->
<tr>
- <th><div align="right"><fmt:message key="jmsmanager.sendmessage.destination"
/>:</div></th>
+ <th><div align="right"><label for="<portlet:namespace/>destination"><fmt:message
key="jmsmanager.sendmessage.destination" /></label>:</div></th>
<td>
- <input type="text" name="destination" value="${adminObjName}" readonly="readonly"/>
+ <input type="text" name="destination" id="<portlet:namespace/>destination"
value="${adminObjName}" readonly="readonly"/>
</td>
</tr>
<tr>
- <th><div align="right"><fmt:message key="jmsmanager.sendmessage.correlationId"
/>:</div></th>
+ <th><div align="right"><label for="<portlet:namespace/>correlationId"><fmt:message
key="jmsmanager.sendmessage.correlationId" /></label>:</div></th>
<td>
- <input type="text" name="correlationId"/>
+ <input type="text" name="correlationId" id="<portlet:namespace/>correlationId"/>
</td>
</tr>
<tr>
- <th><div align="right"><fmt:message key="jmsmanager.sendmessage.persistence"
/>:</div></th>
+ <th><div align="right"><label for="<portlet:namespace/>isPersistent"><fmt:message
key="jmsmanager.sendmessage.persistence" /></label>:</div></th>
<td>
- <input type="checkbox" name="isPersistent"/>
+ <input type="checkbox" name="isPersistent" id="<portlet:namespace/>isPersistent"/>
</td>
</tr>
<tr>
- <th><div align="right"><fmt:message key="jmsmanager.sendmessage.priority"
/>:</div></th>
+ <th><div align="right"><label for="<portlet:namespace/>priority"><fmt:message
key="jmsmanager.sendmessage.priority" /></label>:</div></th>
<td>
- <input type="text" name="priority"/>
+ <input type="text" name="priority" id="<portlet:namespace/>priority"/>
</td>
</tr>
<tr>
- <th><div align="right"><fmt:message key="jmsmanager.sendmessage.type"
/>:</div></th>
+ <th><div align="right"><label for="<portlet:namespace/>jmsType"><fmt:message
key="jmsmanager.sendmessage.type" /></label>:</div></th>
<td>
- <input type="text" name="jmsType"/>
+ <input type="text" name="jmsType" id="<portlet:namespace/>jmsType"/>
</td>
</tr>
<tr>
- <th><div align="right"><fmt:message key="jmsmanager.sendmessage.message"
/>:</div></th>
+ <th><div align="right"><label for="<portlet:namespace/>message"><fmt:message
key="jmsmanager.sendmessage.message" /></label>:</div></th>
<td>
- <textarea name="message" cols="50" rows="8"/></textarea>
+ <textarea name="message" id="<portlet:namespace/>message" cols="50" rows="8"/></textarea>
</td>
</tr>
<!-- SUBMIT BUTTON -->
Modified: geronimo/server/trunk/plugins/activemq/activemq-portlets/src/main/webapp/WEB-INF/view/jmsmanager/server/connector/editGeneric.jsp
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/activemq/activemq-portlets/src/main/webapp/WEB-INF/view/jmsmanager/server/connector/editGeneric.jsp?rev=675085&r1=675084&r2=675085&view=diff
==============================================================================
--- geronimo/server/trunk/plugins/activemq/activemq-portlets/src/main/webapp/WEB-INF/view/jmsmanager/server/connector/editGeneric.jsp
(original)
+++ geronimo/server/trunk/plugins/activemq/activemq-portlets/src/main/webapp/WEB-INF/view/jmsmanager/server/connector/editGeneric.jsp
Tue Jul 8 19:08:43 2008
@@ -61,8 +61,8 @@
<!-- Name Field -->
<c:if test="${mode eq 'add'}">
<tr>
- <td><div align="right"><fmt:message key="jmsmanager.server.connector.editGeneric.uniqueName"
/>: </div></td>
- <td><input name="name" type="text" size="30"></td>
+ <td><div align="right"><label for="<portlet:namespace/>name"><fmt:message
key="jmsmanager.server.connector.editGeneric.uniqueName" /></label>: </div></td>
+ <td><input name="name" id="<portlet:namespace/>name" type="text" size="30"></td>
</tr>
<tr>
<td><div align="right"></div></td>
@@ -74,9 +74,9 @@
</c:if>
<!-- Host Field -->
<tr>
- <td><div align="right"><fmt:message key="jmsmanager.common.host"/>:
</div></td>
+ <td><div align="right"><label for="<portlet:namespace/>host"><fmt:message
key="jmsmanager.common.host"/></label>: </div></td>
<td>
- <input name="host" type="text" size="30" value="${host}">
+ <input name="host" id="<portlet:namespace/>host" type="text" size="30" value="${host}">
</td>
</tr>
<tr>
@@ -85,9 +85,9 @@
</tr>
<!-- Port Field -->
<tr>
- <td><div align="right"><fmt:message key="jmsmanager.common.port" />:
</div></td>
+ <td><div align="right"><label for="<portlet:namespace/>port"><fmt:message
key="jmsmanager.common.port" /></label>: </div></td>
<td>
- <input name="port" type="text" size="5" value="${port}">
+ <input name="port" id="<portlet:namespace/>port" type="text" size="5" value="${port}">
</td>
</tr>
<tr>
Modified: geronimo/server/trunk/plugins/activemq/activemq-portlets/src/main/webapp/WEB-INF/view/jmswizard/destination.jsp
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/activemq/activemq-portlets/src/main/webapp/WEB-INF/view/jmswizard/destination.jsp?rev=675085&r1=675084&r2=675085&view=diff
==============================================================================
--- geronimo/server/trunk/plugins/activemq/activemq-portlets/src/main/webapp/WEB-INF/view/jmswizard/destination.jsp
(original)
+++ geronimo/server/trunk/plugins/activemq/activemq-portlets/src/main/webapp/WEB-INF/view/jmswizard/destination.jsp
Tue Jul 8 19:08:43 2008
@@ -63,8 +63,8 @@
<table border="0">
<!-- ENTRY FIELD: Admin Object Name -->
<tr>
- <th><div align="right"><fmt:message key="jmswizard.destination.messageDestinationName"
/>:</div></th>
- <td><input name="destination.${data.currentDestinationID}.name" type="text"
size="20" value="${data.currentDestination.name}" /></td>
+ <th><div align="right"><label for="<portlet:namespace/>destination.${data.currentDestinationID}.name"><fmt:message
key="jmswizard.destination.messageDestinationName" /></label>:</div></th>
+ <td><input name="destination.${data.currentDestinationID}.name" id="<portlet:namespace/>destination.${data.currentDestinationID}.name"
type="text" size="20" value="${data.currentDestination.name}" /></td>
</tr>
<tr>
<td></td>
@@ -80,7 +80,7 @@
<c:set var="index" value="instance-config-${status.index}" />
<tr>
<th><div align="right">${prop.name}:</div></th>
- <td><input name="destination.${data.currentDestinationID}.instance-config-${status.index}"
type="text" size="20" value="${data.currentDestination.instanceProps[index] == null ? prop.defaultValue
: data.currentDestination.instanceProps[index]}" /></td>
+ <td><input name="destination.${data.currentDestinationID}.instance-config-${status.index}"
title="${prop.name}" type="text" size="20" value="${data.currentDestination.instanceProps[index]
== null ? prop.defaultValue : data.currentDestination.instanceProps[index]}" /></td>
</tr>
<tr>
<td></td>
Modified: geronimo/server/trunk/plugins/activemq/activemq-portlets/src/main/webapp/WEB-INF/view/jmswizard/destinationType.jsp
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/activemq/activemq-portlets/src/main/webapp/WEB-INF/view/jmswizard/destinationType.jsp?rev=675085&r1=675084&r2=675085&view=diff
==============================================================================
--- geronimo/server/trunk/plugins/activemq/activemq-portlets/src/main/webapp/WEB-INF/view/jmswizard/destinationType.jsp
(original)
+++ geronimo/server/trunk/plugins/activemq/activemq-portlets/src/main/webapp/WEB-INF/view/jmswizard/destinationType.jsp
Tue Jul 8 19:08:43 2008
@@ -60,9 +60,9 @@
<table border="0">
<!-- ENTRY FIELD: Destination Type -->
<tr>
- <th><div align="right"><fmt:message key="jmswizard.destinationType.JMSDestinationType"
/>:</div></th>
+ <th><div align="right"><label for="<portlet:namespace/>destinationType"><fmt:message
key="jmswizard.destinationType.JMSDestinationType" /></label>:</div></th>
<td>
- <select name="destinationType">
+ <select name="destinationType" id="<portlet:namespace/>destinationType">
<c:forEach var="dest" items="${provider.adminObjectDefinitions}" varStatus="status">
<option <c:if test="${status.index == data.destinationType}">selected</c:if>
value="${status.index}">${dest.adminObjectInterface}</option>
</c:forEach>
Modified: geronimo/server/trunk/plugins/activemq/activemq-portlets/src/main/webapp/WEB-INF/view/jmswizard/factory.jsp
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/activemq/activemq-portlets/src/main/webapp/WEB-INF/view/jmswizard/factory.jsp?rev=675085&r1=675084&r2=675085&view=diff
==============================================================================
--- geronimo/server/trunk/plugins/activemq/activemq-portlets/src/main/webapp/WEB-INF/view/jmswizard/factory.jsp
(original)
+++ geronimo/server/trunk/plugins/activemq/activemq-portlets/src/main/webapp/WEB-INF/view/jmswizard/factory.jsp
Tue Jul 8 19:08:43 2008
@@ -63,8 +63,8 @@
<table border="0">
<!-- ENTRY FIELD: Factory Instance Name -->
<tr>
- <th><div align="right"><fmt:message key="jmswizard.common.connectionFactoryName"
/>:</div></th>
- <td><input name="factory.${data.currentFactoryID}.instanceName" type="text"
size="20" value="${data.currentFactory.instanceName}" /></td>
+ <th><div align="right"><label for="<portlet:namespace/>factory.${data.currentFactoryID}.instanceName"><fmt:message
key="jmswizard.common.connectionFactoryName" /></label>:</div></th>
+ <td><input name="factory.${data.currentFactoryID}.instanceName" id="<portlet:namespace/>factory.${data.currentFactoryID}.instanceName"
type="text" size="20" value="${data.currentFactory.instanceName}" /></td>
</tr>
<tr>
<td></td>
@@ -73,9 +73,9 @@
<!-- ENTRY FIELD: Transactions -->
<tr>
- <th><div align="right"><fmt:message key="jmswizard.common.transactionSupport"
/>:</div></th>
+ <th><div align="right"><label for="<portlet:namespace/>factory.${data.currentFactoryID}.transaction"><fmt:message
key="jmswizard.common.transactionSupport" /></label>:</div></th>
<td>
- <select name="factory.${data.currentFactoryID}.transaction">
+ <select name="factory.${data.currentFactoryID}.transaction" id="<portlet:namespace/>factory.${data.currentFactoryID}.transaction">
<option value="none"<c:if test="${data.currentFactory.transaction eq 'none'}">
selected</c:if>>None</option>
<option value="local"<c:if test="${data.currentFactory.transaction eq 'local'}">
selected</c:if>>Local</option>
<option value="xa"<c:if test="${data.currentFactory.transaction eq 'xa'}">
selected</c:if>>XA</option>
@@ -92,8 +92,8 @@
</tr>
<!-- ENTRY FIELD: Min Size -->
<tr>
- <th><div align="right"><fmt:message key="jmswizard.common.poolMinSize"
/>:</div></th>
- <td><input name="factory.${data.currentFactoryID}.poolMinSize" type="text"
size="5" value="${data.currentFactory.poolMinSize}"></td>
+ <th><div align="right"><label for="<portlet:namespace/>factory.${data.currentFactoryID}.poolMinSize"><fmt:message
key="jmswizard.common.poolMinSize" /></label>:</div></th>
+ <td><input name="factory.${data.currentFactoryID}.poolMinSize" id="<portlet:namespace/>factory.${data.currentFactoryID}.poolMinSize"
type="text" size="5" value="${data.currentFactory.poolMinSize}"></td>
</tr>
<tr>
<td></td>
@@ -101,8 +101,8 @@
</tr>
<!-- ENTRY FIELD: Max Size -->
<tr>
- <th><div align="right"><fmt:message key="jmswizard.common.poolMaxSize"
/>:</div></th>
- <td><input name="factory.${data.currentFactoryID}.poolMaxSize" type="text"
size="5" value="${data.currentFactory.poolMaxSize}"></td>
+ <th><div align="right"><label for="<portlet:namespace/>factory.${data.currentFactoryID}.poolMaxSize"><fmt:message
key="jmswizard.common.poolMaxSize" /></label>:</div></th>
+ <td><input name="factory.${data.currentFactoryID}.poolMaxSize" id="<portlet:namespace/>factory.${data.currentFactoryID}.poolMaxSize"
type="text" size="5" value="${data.currentFactory.poolMaxSize}"></td>
</tr>
<tr>
<td></td>
@@ -110,8 +110,8 @@
</tr>
<!-- ENTRY FIELD: Blocking Timeout -->
<tr>
- <th><div align="right"><fmt:message key="jmswizard.common.blockingTimeout"/>:</div></th>
- <td><input name="factory.${data.currentFactoryID}.poolBlockingTimeout" type="text"
size="7" value="${data.currentFactory.poolBlockingTimeout}"> (in milliseconds)</td>
+ <th><div align="right"><label for="<portlet:namespace/>factory.${data.currentFactoryID}.poolBlockingTimeout"><fmt:message
key="jmswizard.common.blockingTimeout"/></label>:</div></th>
+ <td><input name="factory.${data.currentFactoryID}.poolBlockingTimeout" id="<portlet:namespace/>factory.${data.currentFactoryID}.poolBlockingTimeout"
type="text" size="7" value="${data.currentFactory.poolBlockingTimeout}"> (in milliseconds)</td>
</tr>
<tr>
<td></td>
@@ -119,8 +119,8 @@
</tr>
<!-- ENTRY FIELD: Idle timeout -->
<tr>
- <th><div align="right"><fmt:message key="jmswizard.common.idleTimeout"/>:</div></th>
- <td><input name="factory.${data.currentFactoryID}.poolIdleTimeout" type="text"
size="5" value="${data.currentFactory.poolIdleTimeout}"> (in minutes)</td>
+ <th><div align="right"><label for="<portlet:namespace/>factory.${data.currentFactoryID}.poolIdleTimeout"><fmt:message
key="jmswizard.common.idleTimeout"/></label>:</div></th>
+ <td><input name="factory.${data.currentFactoryID}.poolIdleTimeout" id="<portlet:namespace/>factory.${data.currentFactoryID}.poolIdleTimeout"
type="text" size="5" value="${data.currentFactory.poolIdleTimeout}"> (in minutes)</td>
</tr>
<tr>
<td></td>
@@ -136,7 +136,7 @@
<c:set var="index" value="instance-config-${status.index}" />
<tr>
<th><div align="right">${prop.name}:</div></th>
- <td><input name="factory.${data.currentFactoryID}.instance-config-${status.index}"
type="text" size="20" value="${data.currentFactory.instanceProps[index] == null ? prop.defaultValue
: data.currentFactory.instanceProps[index]}" /></td>
+ <td><input name="factory.${data.currentFactoryID}.instance-config-${status.index}"
title="${prop.name}" type="text" size="20" value="${data.currentFactory.instanceProps[index]
== null ? prop.defaultValue : data.currentFactory.instanceProps[index]}" /></td>
</tr>
<tr>
<td></td>
Modified: geronimo/server/trunk/plugins/activemq/activemq-portlets/src/main/webapp/WEB-INF/view/jmswizard/factoryType.jsp
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/activemq/activemq-portlets/src/main/webapp/WEB-INF/view/jmswizard/factoryType.jsp?rev=675085&r1=675084&r2=675085&view=diff
==============================================================================
--- geronimo/server/trunk/plugins/activemq/activemq-portlets/src/main/webapp/WEB-INF/view/jmswizard/factoryType.jsp
(original)
+++ geronimo/server/trunk/plugins/activemq/activemq-portlets/src/main/webapp/WEB-INF/view/jmswizard/factoryType.jsp
Tue Jul 8 19:08:43 2008
@@ -60,9 +60,9 @@
<table border="0">
<!-- ENTRY FIELD: Connection Factory Type -->
<tr>
- <th><div align="right"><fmt:message key="jmswizard.common.JMSFactoryType"
/>:</div></th>
+ <th><div align="right"><label for="<portlet:namespace/>factoryType"><fmt:message
key="jmswizard.common.JMSFactoryType" /></label>:</div></th>
<td>
- <select name="factoryType">
+ <select name="factoryType" id="<portlet:namespace/>factoryType">
<c:forEach var="factory" items="${provider.connectionDefinitions}" varStatus="status">
<option <c:if test="${status.index == data.factoryType}">selected</c:if>
value="${status.index}">${factory.connectionFactoryInterface}</option>
</c:forEach>
Modified: geronimo/server/trunk/plugins/activemq/activemq-portlets/src/main/webapp/WEB-INF/view/jmswizard/plan.jsp
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/activemq/activemq-portlets/src/main/webapp/WEB-INF/view/jmswizard/plan.jsp?rev=675085&r1=675084&r2=675085&view=diff
==============================================================================
--- geronimo/server/trunk/plugins/activemq/activemq-portlets/src/main/webapp/WEB-INF/view/jmswizard/plan.jsp
(original)
+++ geronimo/server/trunk/plugins/activemq/activemq-portlets/src/main/webapp/WEB-INF/view/jmswizard/plan.jsp
Tue Jul 8 19:08:43 2008
@@ -61,8 +61,8 @@
<table border="0">
<!-- STATUS FIELD: Deployment Plan -->
<tr>
- <th valign="top" style="min-width: 140px"><div align="right"><fmt:message
key="jmswizard.plan.deploymentPlan" />:</div></th>
- <td><textarea rows="30" cols="60" readonly>${deploymentPlan}</textarea></td>
+ <th valign="top" style="min-width: 140px"><div align="right"><label
for="<portlet:namespace/>deploymentPlan"><fmt:message key="jmswizard.plan.deploymentPlan"
/>:</label></div></th>
+ <td><textarea rows="30" cols="60" id="<portlet:namespace/>deploymentPlan"
readonly>${deploymentPlan}</textarea></td>
</tr>
<!-- SUBMIT BUTTON -->
<tr>
Modified: geronimo/server/trunk/plugins/activemq/activemq-portlets/src/main/webapp/WEB-INF/view/jmswizard/provider.jsp
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/activemq/activemq-portlets/src/main/webapp/WEB-INF/view/jmswizard/provider.jsp?rev=675085&r1=675084&r2=675085&view=diff
==============================================================================
--- geronimo/server/trunk/plugins/activemq/activemq-portlets/src/main/webapp/WEB-INF/view/jmswizard/provider.jsp
(original)
+++ geronimo/server/trunk/plugins/activemq/activemq-portlets/src/main/webapp/WEB-INF/view/jmswizard/provider.jsp
Tue Jul 8 19:08:43 2008
@@ -29,9 +29,9 @@
<table border="0">
<!-- ENTRY FIELD: JMS Connection RAR -->
<tr>
- <th><div align="right"><fmt:message key="jmswizard.provider.JMSProviderRAR"
/>:</div></th>
+ <th><div align="right"><label for="<portlet:namespace/>rar"><fmt:message
key="jmswizard.provider.JMSProviderRAR" /></label>:</div></th>
<td>
- <select name="rar">
+ <select name="rar" id="<portlet:namespace/>rar">
<option></option>
<c:forEach var="rar" items="${rars}">
<option <c:if test="${rar == pool.rar}">selected</c:if>>${rar}</option>
Modified: geronimo/server/trunk/plugins/activemq/activemq-portlets/src/main/webapp/WEB-INF/view/jmswizard/raInstance.jsp
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/activemq/activemq-portlets/src/main/webapp/WEB-INF/view/jmswizard/raInstance.jsp?rev=675085&r1=675084&r2=675085&view=diff
==============================================================================
--- geronimo/server/trunk/plugins/activemq/activemq-portlets/src/main/webapp/WEB-INF/view/jmswizard/raInstance.jsp
(original)
+++ geronimo/server/trunk/plugins/activemq/activemq-portlets/src/main/webapp/WEB-INF/view/jmswizard/raInstance.jsp
Tue Jul 8 19:08:43 2008
@@ -59,8 +59,8 @@
<table border="0">
<!-- ENTRY FIELD: RA Instance Name -->
<tr>
- <th><div align="right"><fmt:message key="jmswizard.raInstance.resourceGroupName"
/>:</div></th>
- <td><input name="instanceName" type="text" size="20" value="${data.instanceName}"
/></td>
+ <th><div align="right"><label for="<portlet:namespace/>instanceName"><fmt:message
key="jmswizard.raInstance.resourceGroupName" /></label>:</div></th>
+ <td><input name="instanceName" id="<portlet:namespace/>instanceName"
type="text" size="20" value="${data.instanceName}" /></td>
</tr>
<tr>
<td></td>
@@ -74,7 +74,7 @@
<c:set var="index" value="instance-config-${status.index}" />
<tr>
<th><div align="right">${prop.name}:</div></th>
- <td><input name="${index}" type="text" size="20" value="${data.instanceProps[index]
== null ? prop.defaultValue : data.instanceProps[index]}" /></td>
+ <td><input name="${index}" title="${prop.name}" type="text" size="20" value="${data.instanceProps[index]
== null ? prop.defaultValue : data.instanceProps[index]}" /></td>
</tr>
<tr>
<td></td>
|