Tuesday, September 05, 2006
Link JSP Tag
Link tag is a tag that is similar to "html:struts" tag, but render an "link tag rather "a" tag.
Basically code is very straightforward, and most complicated chunk is on lines 112-125 - rendering static html attributes was placed there out of my laziness - I did not want to cut-n-paste all these attributes.
Anyway, I found it very useful for rendering context independent css link tags in the header of the html page.
Download source here
Download source here