PDA

View Full Version : Spring MVC and reducing duplication


ara_vartanian
Feb 9th, 2006, 01:36 PM
I was wondering if anyone could suggest the Spring MVC equivalent of a Struts feature I've come to rely on: the <html:link/> tag. I understand that there may be no equivalent functionality becomes URLs do not map to controllers in the same one-to-one way. But let us say the goal of reducing the duplication of url names in your web application contexts and on your JSPs appealed to you. Let us say you wanted your JSPs to reference a logical name. What would be a Springy way of achieving this?