I think <t:resetUIDataActionListener> is unique enough. It describes what it does, and it matches the naming pattern that we've used for other ActionListeners (verb ActionListener). Another possiblity would be "resetUIDataFirstActionListener", but I think that's too restrictive as we may decide to reset other UIData attributes down the road.
On 2/28/07, Martin Marinschek <[EMAIL PROTECTED]> wrote:
Ok, I see - maybe we should make sure the name is somewhat unique then!
On 2/28/07, Paul Iov <[EMAIL PROTECTED]> wrote: > Hi Martin, > do you mean this one ? > http://www.oracle.com/technology/products/jdev/htdocs/partners/addins/exchange/jsf/doc/tagdoc/core/resetActionListener.html > > It's a declarative way to reset the form bean, not to perform reset of > UIData :(
> > On 2/28/07, Paul Iov <[EMAIL PROTECTED]> wrote: > >> Well, the <t:uiDataReset> seems really to be a lowest common denominator > >> for a while. If no other suggestion will be given I'll try to implement > >> such component, presumably this or next week. I think, it should be > >> something like:

