hello fellas
have run into a small prob. I have made a custom tag that accesses a
database and prints the same. What i need is that, as the theory says, to be
able to seperate the processing logic with presentation logic. My tag looks
as follows :
<html>
<mtp:meetings >
<tr>
<td>Meeting Code <td> /* i want title to appear here> */
<td>Meeting Description <td> /* Description */
</tr>
</mtp:meetings>
</html>
Now, i am to get to repeat the <tr><td> to repeat for as many records as i
have. However, where i am stuck is to get the data to appear in the place of
comments -- any suggestions ?!!
tia
Mayuresh
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets