Re: Search engine friendly URLs

2004-10-05 Thread Mark Lowe
I was talking bollocks (now i've tried it) works.. Ideally in a tag file like this,, /WEB-INF/tags/cleanLink.tag <%@ tag isELIgnored="false" %> <%@ taglib uri="http://java.sun.com/jsp/jstl/core"; prefix="c" %> <%@ taglib uri="http://java.sun.com/jsp/jstl/fmt"; prefix="fmt" %> <%@ taglib uri="http

Re: Search engine friendly URLs

2004-10-05 Thread Mark Lowe
There's a filter that does URL rewriting already, urlrewrite , mod_rewrite would be okay but who wants to run mod_jk - apache as his/her development environments. http://tuckey.org/urlrewrite/ The only problem then is generating the links. so rather than you'd use something like..

RE: Search engine friendly URLs

2004-10-02 Thread David G. Friedman
You should be able to do with in 1.2.4 with WildCard mapping, see section 4.10 - Using Wildcards in Action Mappings. http://struts.apache.org/userGuide/building_controller.html Regards, David -Original Message- From: Ben [mailto:[EMAIL PROTECTED] Sent: Saturday, October 02, 2004 11:53 AM