<%-- - FILE - selTarget.jspf - - DESCRIPTION - A JSP Fragment containing UI code for selecting EM Target(s). - - BEAN - oracle.sysman.db.common.targetsel.bean.SearchTargetBean - This bean is set in the servletRequest with the name "pageBean". - - MODIFIED (MM/DD/YY) - rvaidhiy 10/19/07 - for ExtendCluster - rvaidhiy 02/06/07 - - vsagar 07/18/06 - 10.2.0.3.0 backport - vsagar 07/18/06 - 10.2.0.3.0 backport - vsagar 03/30/06 - Forward Merge form 10.2.0.2.0 to MAINGC - vsagar 03/13/06 - vsagar_dev060307 - vsagar 01/05/06 - - 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 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 :( --%> <%-- - Advanced search options: Member Type and Member Name. - Any of these can be pre-populated with values, disabled - and hidden. NOTE: It should be the responsibility of the - user of the TargetSelector that he does not end up hiding - all of the advanced search options. --%> <%-- - "Go" and "Switch to Simple/Advanced Search" Buttons --%> <%-- Include the targetSel pageSegment--%>