会社案内 会社概要 業務実績 求人案内 開発Tips
No.タグ名 i.説明 ii.使用例 iii.使用例の解説
<html:link page="/prodel.do" paramId="projectcode" paramName="001">.
</html:link>
<html:form action="/usernew">
<html:text property="username" size="20"/>
<html:password property="userpassword" size="20"/>
<html:submit property="submit" value="追加"/>
<html:reset value="項目クリア"/>
<html:radio property="mode" value="0">未着手</html:radio>. <html:radio property="mode" value="1">着手</html:radio>. <html:radio property="mode" value="2">完了</html:radio>
<html:select property="groupname">. <html:options name="groupnameOptions" />. </html:select>
<html:hidden name="groupnewForm" property="groupcode"/>
<logic:iterate id="project" name="projectList" indexId="index">. <td>. <bean:write name="project" property="projectcode"/>. </td>. </logic:iterate>
<td>. <bean:write name="project" property="projectcode"/>. </td>.
<logic:equal name="koumoku" property="mode" value="1">. <bean:write name="koumoku" property="mode" />. </logic:equal>
<bean:write name="koumoku" property="mode" />.
<logic:notEqual name="koumoku" property="mode" value="1">. <bean:write name="koumoku" property="mode" />. </logic:notEqual>
<logic:greaterEqual name="koumoku" property="mode" value="1">. <bean:write name="koumoku" property="mode" />. </logic:greaterEqual>
<logic:greaterThan name="koumoku" property="mode" value="1">. <bean:write name="koumoku" property="mode" />. </logic:greaterThan>
<logic:lessEqual name="koumoku" property="mode" value="1">. <bean:write name="koumoku" property="mode" />. </logic:lessEqual>
<logic:lessThan name="koumoku" property="mode" value="1">. <bean:write name="koumoku" property="mode" />. </logic:lessThan>
<logic:redirect href="http://www.utl.co.jp" />
<bean:define id="writefilename" name="excelexeForm" property="writefilename" type="java.lang.String" />
<Font size=7>. <bean:write name="excelexeForm" property="writefilename"/>. </Font>
Strutsのプログラム開発手順書
開発Tips
Copyright © UTL Co.,Ltd. All Rights Reserved.