| Article: |
Creating Richer Hyperlinks with JSP Custom Tags | |
| Subject: | Implementation of <a> tag | |
| Date: | 2006-07-07 05:37:17 | |
| From: | AbhishekSharma | |
|
I am trying to implement the anchor tag of HTML but have hit a roadblock.How do i implement the class attribute of this tag? "class" is a reserved word in java, so can't give setter & getter method for this attribute in tag handler. Please help! |
||


