Q: I've implemented ViewController? (usu. by extending AbstractViewController?) but the methods such as 'prerender' are not being called
- A: Make sure you have configured the ShaleApplicationFilter? in web.xml, and that the URLs you're using conform to the default ViewControllerMapping? (which, among other things, replaces / with $ to find a matching viewId).
Q: Can I use annotations with Spring and Shale Tiger?
- A: See: http://www.mail-archive.com/users%40myfaces.apache.org/msg24379.html and http://www.mail-archive.com/user%40struts.apache.org/msg48283.html
Q: How do I store session or application scoped data that only needs to be initialized once?
- A: See http://www.mail-archive.com/user%40shale.apache.org/msg00018.html and See http://www.nabble.com/Backing-Bean-Constructor-t2371791.html#a6610376
Q: Can I pass dynamic values from beans as a Shale method parameter?
- A: See http://www.mail-archive.com/user%40shale.apache.org/msg00046.html