<%-- - FILE - selTarget.jspf - - DESCRIPTION - A JSP Fragment containing UI code for selecting EM Target(s). - - BEAN - oracle.sysman.pp.pa.ui.targetSel.SearchTargetBean - This bean is set in the servletRequest with the name "pageBean". - - MODIFIED (MM/DD/YY) - amroy 09/14/06 - - shgangul 09/14/06 - - amroy 08/17/06 - - tasingh 12/28/05 - Support Advanced Search. - tasingh 10/21/05 - created --%> <%-- - The subHeader. By default, its text is either: "Simple Search" - or "Advanced Search". User of the targetSelector can customize - its text. --%> <%-- - The Advanced search options: - Composite Target Type, - Composite Target Name - Member Target Type - Member Target Name - Member Target Version, - Member Target Platform - on Host - Any of these can be pre-populated with values, disabled and hidden. - NOTE: It should be the respondibility of the user of the - TargetSelector that he does not end up hiding all of the search - options. --%> <%-- Composite target type--%> <%-- Composite Target Name --%> <%-- - AN OBSERVATION: I had chosen the string literal: "name" as a name - for this input box. However, I found out that submit buttons were - not submitting the forms. When I changed its name from "name" to - something else, the buttons started functioning. Didn't have time - to delve deep into the *bug*, so I renamed this input box :( --%> <%-- Member Target Type --%> <%-- Member target name --%> <%-- Member Target Platform --%> <%-- Member On Host --%> <%-- - The Simple search options: Target Type, Version, Name, - On Host and Platform. Any of these can be pre-populated - with values, disabled and hidden. NOTE: It should be the - respondibility of the user of the TargetSelector that he - does not end up hiding all of the simple search options. --%> <%-- - AN OBSERVATION: I had chosen the string literal: "name" as a name - for this input box. However, I found out that submit buttons were - not submitting the forms. When I changed its name from "name" to - something else, the buttons started functioning. Didn't have time - to delve deep into the *bug*, so I renamed this input box :( --%> <%-- - "Go" and "Switch to Simple/Advanced Search" Buttons --%> <%-- Include the targetSel pageSegment--%>