"gersonk" wrote : what's the best way to send a hardcoded value (String
literal) from the page to a seam component without using submit method parameter? would it
be a <input type="hidden" ..?
That depends on what you want to do. You can use a URL parameter in conjunction with
Seam's RESTful support (the 'param' element in .page.xml).
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4124083#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...