I use Visual Age for Java 2.0 Ent. and have made an
connection to a Microsoft Access database with a Select
bean in an Servlet. In this database there is 3
Columns, telephone, Name and URL.

Now i want to show this with TWO Columns in an
HtmlResultTable. Column one is the telephone and Column
two is the Name which is clickable for jumping to the
URL.

Do you know about an example (in detail) of how to
merge Column Name and URL and also add the necessary
html code like;
<a href="URL">Name</a>

And finally put this new Column together with telephone
Column in the HtmlResultTable?

Could i in some way use the HtmResultColumn Bean and
the extra attribute feuture?

Every respons in this matter are most appreciated.
Best Regards Tomas Lindehell

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to