Don't see any template fields when adding a Queue
by Scott Stark
I'm trying to follow the recipe Ian describes in
https://jira.jboss.org/jira/browse/JBAS-6219, but when I get to the "Add
New" page I don't see any fields. Just hitting the save button fails
when a queue with a null name/jndi-name is created. The form section of
the page does not show any fields for input:
<form id="resourceConfigurationForm" name="resourceConfigurationForm"
method="post" action="/admin-console/secure/resourceInstanceConfig.seam"
enctype="application/x-www-form-urlencoded"
onsubmit="prepareInputsForSubmission(this)">
<input type="hidden" name="resourceConfigurationForm"
value="resourceConfigurationForm" />
<table class="buttons-table">
<tbody>
<tr>
<td class="button-cell"><input id="resourceConfigurationForm:saveButton"
type="submit" name="resourceConfigurationForm:saveButton" value="Save"
alt="Click to Save Changes" class="buttonmed" /></td>
<td><input
onclick="location.href='/admin-console/secure/summary.seam?path=-3%2FResources%2FJMS+Destinations%2FQueue&conversationId=12&conversationPropagation=end';
return false;" id="resourceConfigurationForm:cancelButton"
class="buttonmed" value="Cancel" type="button" /></td>
</tr>
</tbody>
</table>
<input type="hidden" name="javax.faces.ViewState"
id="javax.faces.ViewState" value="..."/>
</form>
The full page is attached. I'm on osx 10.5.6 running firefox version:
Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.0.6)
Gecko/2009011912 Firefox/3.0.6
15 years, 9 months
svn lockdown
by John Mazzitelli
We are going to build the 2.2 beta shortly. SVN is under lockdown - do not check anything into RHQ or JOPR SVN until further notice if it has ANY risk at breaking anything.
15 years, 9 months