How do I form a URL that invokes a seam action without having to have a page that I'm
coming from?
I can't do something like this:
http://localhost:8080/application/searchAction.find.seam
I've tried doing something like this:
http://localhost:8080/application/destPage.seam?actionMethod=searchAction...
However, I sometimes get strange error messages, as if the destination page
(destPage.xhtml) were getting processed before the "find" method was called.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3969573#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...