a note
if I put a constant as a param in JSF
like this
<s:link id="Link_searchByCreator" value="bla bla,"
action="#{searcher.searchByCreator('test String')}"/>
then my bean function SearchBean.searchByCreator(String c){}
is called with the value 'test String' the variable c is always empty !!!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4120110#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...