Hi, what's the difference between method start and event start in userdialogue, and when we should use one of them instead of the other in perspective of performance ? Thank you asked 22.11.2016 at 16:07 ameer |
In most cases you only use StartEvents to handle UI events. A start event intends do execute simple dialog logic and may returns Ajax content to update the site. StartEvents are the preferred way to implement dialog logic and are simpler to maintain (no interface definition required). But there are some JSF components where you only have an interface to use a StartMethod. Like the For more information see the various JSF documentations in the net. A StartEvent can be registered as actionListener while a StartMethod is a normal action. http://stackoverflow.com/questions/3909267/differences-between-action-and-actionlistener answered 23.11.2016 at 10:49 Reguel Werme... ♦♦ |
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 22.11.2016 at 16:07
Seen: 2,483 times
Last updated: 23.11.2016 at 10:49