InfoCenter Home >
4: Developing applications >
4.2: Building Web applications >
4.2.2: Developing JSP files >
4.2.2.3: Overview of JSP file content >
4.2.2.3.8: IBM extensions to JSP .91 syntax >
4.2.2.3.8.2: JSP .91 syntax: JSP tags for database access >
4.2.2.3.8.2.5a: Example: JSP .91 syntax: <INSERT> and <REPEAT> tags

4.2.2.3.8.2.5a: Example: JSP .91 syntax: <INSERT> and <REPEAT> tags

<repeat>
<tr>
<td><INSERT bean="empqs" property="EMPNO"></INSERT>
<INSERT bean="empqs" property="FIRSTNME"></INSERT>
<INSERT bean="empqs" property="WORKDEPT"></INSERT>
<INSERT bean="empqs" property="EDLEVEL"></INSERT>
</td>
</tr>
</repeat>

Go to previous article: Example: JSP .91 syntax: <DBMODIFY> tag syntax Go to next article: JSP .91 examples

 

 
Go to previous article: Example: JSP .91 syntax: <DBMODIFY> tag syntax Go to next article: JSP .91 examples