Conditional profile Tag
2.1
ProfileConditionTag
코드 그룹으로부터 select 엘리먼트의 option 엘리먼트들을 표현한다.
select
itn.com.cmm.taglibs.SelectTag
empty
코드ID
codeId
true
true
java.lang.String
Option들을 코드그룹에서 일부만 표현할경우 , 구분으로 나열하여 넣는다. 코드그룹 전체를 표시하려면 생략한다.
includes
false
true
java.lang.String
선택된 값
selectedValue
false
true
java.lang.String
첫째 option의 값 (전체)
defaultValue
false
true
java.lang.String
첫째 option의 텍스트
defaultText
false
true
java.lang.String
select form id
id
false
true
java.lang.String
select form name
name
false
true
java.lang.String
select form script
script
false
true
java.lang.String
select form css
css
false
true
java.lang.String
${ec:select codeId="APPROVAL_GB" name="searchApprovalGb" id="searchApprovalGb" css="class='topsch_select'" includes="Y,N" defaultText="전체" selectedValue="Y" }
코드 그룹으로부터 radio 엘리먼트의 option 엘리먼트들을 표현한다.
radio
itn.com.cmm.taglibs.RadioTag
empty
코드ID
codeId
true
true
java.lang.String
Option들을 코드그룹에서 일부만 표현할경우 , 구분으로 나열하여 넣는다. 코드그룹 전체를 표시하려면 생략한다.
includes
false
true
java.lang.String
선택된 값
selectedValue
false
true
java.lang.String
첫째 option의 값 (전체)
defaultValue
false
true
java.lang.String
첫째 option의 텍스트
defaultText
false
true
java.lang.String
select form id
id
true
true
java.lang.String
select form name
name
true
true
java.lang.String
select form script
script
false
true
java.lang.String
select form css
css
false
true
java.lang.String
${ec:radio codeId="COMPANY_TYPE_GB" name="companyTypeGb" id="companyTypeGb" selectedValue="${companyInfoVO.companyTypeGb}" script="onchange=chkPayTypeGb(this.value)"/}
${ec:radio codeId="APPROVAL_GB" name="searchApprovalGb" id="searchApprovalGb" css="class='topsch_select'" includes="Y,N" defaultText="전체" selectedValue="Y" }
코드 그룹으로부터 코드값의 Text를 가져옴.
code
itn.com.cmm.taglibs.CodeTag
empty
코드ID
codeId
true
true
java.lang.String
코드값
code
true
true
java.lang.String
${ec:code code="${guaranteeInfo.bankCodeGb}" codeId="BANK_CODE_GB"}
휴대폰번호에 대시('-') 붙이기
hpFmt
itn.com.cmm.taglibs.HpFmtTag
empty
휴대폰번호
hpNo
true
true
java.lang.String