「Java開発」s:checkboxとs:property の使い方

Javaコード

<s:checkbox name="sampleBean.subSampleBean.demoCftA" label=""" fieldValue="%{'true’}"/>
<s:property value="getText('changfa.lijia11’)" escape="false" />

<s:checkbox name="sampleBean.subSampleBean.demoCftB" label=""" fieldValue="%{'true’}"/>
<s:property value="getText('changfa.lijia22’)" escape="false" />

<s:checkbox name="sampleBean.subSampleBean.demoCftC" label=""" fieldValue="%{'true’}"/>
<s:property value="getText('changfa.lijia33’)" escape="false" />

 

 

 

Java

Posted by arkgame