Am I doing this right?

I have SpringMVC set up to use JSPs in WEB-INF/views/...
The links for displaytag sorting end up like this: http://server/ domain/WEB-INF/views/table.jsp?... Of course that doesn't work because WEB-INF is blocked. So I'm making a new RequestHelperFactory, RequestHelper, and Href to make the links be more like http://server/domain/tableController?...

Is there some simpler way? Like a setting for the default Href or something?

Thanks,
chris


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
displaytag-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to