SetPropertyActionListener
4950515253545556575859
{ if(log.isDebugEnabled()) log.debug("JSF 1.2 Spec : Create a new instance of the ActionListener"); ActionListener actionListener = new SetPropertyActionListener(target, value); UIComponentClassicTagBase tag = UIComponentClassicTagBase.getParentUIComponentClassicTagBase(pageContext); if(tag == null) throw new JspException("Could not find a " +
4748495051525354555657
5354555657585960616263
{ if (log.isLoggable(Level.FINE)) log.fine("JSF 1.2 Spec : Create a new instance of the ActionListener"); ActionListener actionListener = new SetPropertyActionListener(target, value); UIComponentClassicTagBase tag = UIComponentClassicTagBase.getParentUIComponentClassicTagBase(pageContext); if (tag == null) throw new JspException("Could not find a " + "parent UIComponentClassicTagBase ... is this "
5556575859606162636465
if (log.isLoggable(Level.FINE)) { log.fine("JSF 1.2 Spec : Create a new instance of the ActionListener"); } ActionListener actionListener = new SetPropertyActionListener(target, value); UIComponentClassicTagBase tag = UIComponentClassicTagBase.getParentUIComponentClassicTagBase(pageContext); if (tag == null) {