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
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
2 matches
Mail list logo