commandlink action attribute

2006-03-04 Thread Analyst John
new to myfaces. in examples simple.war, i was trying to understand masterdetail page. i havea basicquestion - any help is highly appreciated.when the user clicks edit master detail which back end bean method is executed when the use clicks delete/add new city/add new country command

Re: commandlink action attribute

2006-03-04 Thread Dennis Byrne
when the use clicks delete/add new city/add new country command buttons/links what back end beans are linked and executed. This depends on whether or not the action or actionListener attributes of these links/buttons are value bound, action=#{backingBean.actionMethod} Dennis Byrne