RE: [Shale]/jsf Referencing a component

2006-03-16 Thread James Reynolds
]/jsf Referencing a component On 3/16/06, James Reynolds <[EMAIL PROTECTED]> wrote: > > > I'm enjoying the helper methods extended from the > AbstractViewController and I'd like to send a message to a particular component. Good idea :-). For example, > here's the

Re: [Shale]/jsf Referencing a component

2006-03-16 Thread Craig McClanahan
On 3/16/06, James Reynolds <[EMAIL PROTECTED]> wrote: > > > I'm enjoying the helper methods extended from the AbstractViewController > and I'd like to send a message to a particular component. Good idea :-). For example, > here's the slick error() method. > > protected void error(javax.faces.c

[Shale]/jsf Referencing a component

2006-03-16 Thread James Reynolds
I'm enjoying the helper methods extended from the AbstractViewController and I'd like to send a message to a particular component. For example, here's the slick error() method. protected void error(javax.faces.component.UIComponent component, java.lang.String summary) I'm n