The moose likes JSF and the fly likes differences between actionListener attribue and actionListener tag Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "differences between actionListener attribue and actionListener tag" Watch "differences between actionListener attribue and actionListener tag" New topic
Author

differences between actionListener attribue and actionListener tag

Viswanath Sriram
Greenhorn

Joined: Jul 20, 2006
Posts: 12
Hi
I want to know all the differences between actionListener attribute and actionListener tag.why they had given actionListener tag though we are having actionListener attribute
Bauke Scholtz
Ranch Hand

Joined: Oct 08, 2006
Posts: 2458
The actionListener attribute is intented to be used in an UICommand tag. The actionListener tag is intented to be used in a h:form tag, despite of which UICommand tag you're using and therefore it will be called every time when you submits the form.


Code depot of a Java EE / JSF developer | JSF / Eclipse / Tomcat kickoff tutorial | DAO kickoff tutorial | I ♥ Unicode
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: differences between actionListener attribue and actionListener tag
 
Similar Threads
Differences
JSP Implicit variables in tag files
Difference between request parameter and request attribute
what is differences between action and actionlistener in JSF components?
differences between classic and simple custom tags ?