Re: [Shale] getClientIdsWithMessages in FacesContext doesn't seem to work..?

2005-10-07 Thread Ronald Holshausen
Hmm, I have used the 1.1_01 and the messages definitly work. Does your bean extend the abstract one from shale (AbstractFacesBean)? Or is the error method one you wrote? On 06/10/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Ronald Holshausen [EMAIL PROTECTED] wrote on 10/06/2005 11:53:08 AM:

Re: [Shale] getClientIdsWithMessages in FacesContext doesn't seem to work..?

2005-10-07 Thread gramani
Ronald Holshausen [EMAIL PROTECTED] wrote on 10/07/2005 05:03:23 AM: Hmm, I have used the 1.1_01 and the messages definitly work. Does your bean extend the abstract one from shale (AbstractFacesBean)? Or is the error method one you wrote? Thanks for your note Ronald. My bean extends

Re: [Shale] getClientIdsWithMessages in FacesContext doesn't seem to work..?

2005-10-07 Thread Ronald Holshausen
aah! There is a bug with the AbstractFacesBean message functions. They do not set the client id when adding the messages. It was fixed in nightly build 20050921, but I don't think it has been tested yet. I never used the methods in AbstractFacesBean, but it is easy to test. You can add the

Re: [Shale] getClientIdsWithMessages in FacesContext doesn't seem to work..?

2005-10-07 Thread gramani
Ronald Holshausen [EMAIL PROTECTED] wrote on 10/07/2005 11:30:21 AM: aah! There is a bug with the AbstractFacesBean message functions. They do not set the client id when adding the messages. It was fixed in nightly build 20050921, but I don't think it has been tested yet. I never used the

Re: [Shale] getClientIdsWithMessages in FacesContext doesn't seem to work..?

2005-10-07 Thread Ronald Holshausen
If you get a later version of shale, you can then use the message functions :-) They just do what your code does anyway. On 07/10/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Ronald Holshausen [EMAIL PROTECTED] wrote on 10/07/2005 11:30:21 AM: aah! There is a bug with the AbstractFacesBean

[OT] Re: [Shale] getClientIdsWithMessages in FacesContext doesn't seem to work..?

2005-10-07 Thread gramani
Ronald Holshausen [EMAIL PROTECTED] wrote on 10/07/2005 11:57:00 AM: If you get a later version of shale, you can then use the message functions :-) They just do what your code does anyway. so guess what i am doing *right* now..? :)

Re: [Shale] getClientIdsWithMessages in FacesContext doesn't seem to work..?

2005-10-06 Thread Ronald Holshausen
Hi Geeta, Which JSF implementation are you using? And are you running it in a servlet or portlet enviroment? On 06/10/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I know I should set this problem with error messages down and move on, but.. it's got me intrigued.. So, since I couldn't get

Re: [Shale] getClientIdsWithMessages in FacesContext doesn't seem to work..?

2005-10-06 Thread gramani
Ronald Holshausen [EMAIL PROTECTED] wrote on 10/06/2005 11:53:08 AM: Hi Geeta, Which JSF implementation are you using? And are you running it in a servlet or portlet enviroment? Hi Ronald, I had been using Sun's implementation (version 1.1) but after I got your note, I downloaded their