Re: ActionMapper doesn't add Parameter

2009-04-01 Thread joea88
You need to add to your struts.xml. Stephan Schröder wrote: > > the objectiv is to be able to have url like ".../public/123.mp3" so this > customized ActionMapper was written. > > public class MyActionMapper extends DefaultActionMapper { > >static ActionMapper fallback = new DefaultA

ActionMapper doesn't add Parameter

2009-01-24 Thread Stephan Schröder
the objectiv is to be able to have url like ".../public/123.mp3" so this customized ActionMapper was written. public class MyActionMapper extends DefaultActionMapper { static ActionMapper fallback = new DefaultActionMapper(); private static String getSongIdFromUrl(String s, String