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.find

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#3969573

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3969573
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to