"SmokingAPipe" wrote :
| I assume that these components could do other stuff like do redirects. The ultimate
in cool is if they could do effectively a JSP include, so I could use it for my SEO needs,
and hide parameters within URLs (ie, map /blog-5885.seam to /blog-entry.jsp, and use the
5885 to set a parameter in it). I'm guess that's possible but I have no idea how,
because as I said, there are no docs for what you can do in the pages.xml file.
|
This is possible and IIRC is also documented. You can have a page action that responds to
blog-* and have that action return a totally different view id to be processed. For that
view, you could use 5885 or whatever as a parameter.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3966418#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...