%--
* Copyright by Intland Software
*
* All rights reserved.
*
* This software is the confidential and proprietary information
* of Intland Software. ("Confidential Information"). You
* shall not disclose such Confidential Information and shall use
* it only in accordance with the terms of the license agreement
* you entered into with Intland.
*
* $Revision$ $Date$
--%>
<%--
CB Task #18860 for Firefox.
The control cannot be used on this page.
Since we need that "GO" button will be activated when user press button,
we have to use the only one control.
But the the generates
HTML tag.
"tabindex" didn't help to change behaviour.
JavaScript didn't help too, since some bug in Firefox.
--%>
<%@ taglib uri="jstl-c" prefix="c" %>
<%@ taglib uri="jstl-fmt" prefix="fmt" %>
<%@ taglib uri="http://displaytag.sf.net" prefix="display" %>
<%@ taglib uri="http://www.springframework.org/tags/form" prefix="form" %>
<%@ taglib uri="taglib" prefix="tag" %>
<%@ taglib uri="uitaglib" prefix="ui" %>
<%@ taglib uri="callTag" prefix="ct" %>
<%@ taglib uri="bugstaglib" prefix="bugs" %>
<%@ page import="com.intland.codebeamer.servlet.bugs.selectusers.UserSelectorController"%>
<%@ page import="com.intland.codebeamer.servlet.bugs.dynchoices.SelectReferenceController"%>
<%
pageContext.getRequest().setAttribute("CURRENT_USER", UserSelectorController.CURRENT_USER);
pageContext.getRequest().setAttribute("UNSET_USER", UserSelectorController.UNSET_USER);
%>
Choose Members or Roles
There are no projects available to select members.
<%-- button allow resetting to default-value --%>
Choose Roles Choose Members
<%-- filter above the users --%>
FilterRole:Only members
<%--note: this script must be inside/after html:form as uses variables populate in form-bean's reset() method --%>
<%-- include scriptlet used when an user is selected, so window is closing --%>