converter for textArea

2008-11-25 Thread Ayub Khan
Hi, I am trying to bind the textArea to a bean property which is of type Map. Could any one assist me what the issue here. JSF page has list of appointments and form to create new appointment. User selects the existing appointment, this populates the appointment form. appointmentBean is mapped t

Ed asks: Someone running MyFaces in Glassfish?

2008-11-25 Thread Bruno Aranda
Hi, Is someone running MyFaces in Glassfish? If so, please answer Ed Burns's blog: http://weblogs.java.net/blog/edburns/archive/2008/11/using_myfaces_i.html It would be nice to know if someone has successfully done that. I tried a long time ago but I didn't manage... and I am happy enough with t

RE: Tomahawk - t:schedule and t:inputCalendar cause js script error

2008-11-25 Thread j haley
I tried your link and it also works for me. Cosmetically your demo is a little different then the schedule1.jsp page that in the tomahawk sample project. Not sure what, but something's different. Upon further investigation, I'm thinking that there is some collision with the injected javas

Re: commandbutton action not called

2008-11-25 Thread alvaro tovar
is there a posibility that a component is not in the viewRoot? 2008/11/25 alvaro tovar <[EMAIL PROTECTED]> > hello > thanks for your answer, but if the error is in RESTORE_VIEW 1, is because > is not a error of validation, i don't knowt is a error in the view in the > facsecontext. > unmmm > >

Re: Tomahawk - t:schedule and t:inputCalendar cause js script error

2008-11-25 Thread Hazem Saleh
Tried it and it works fine: http://mashups.s43.eatj.com/tomahawkExamples/ On Mon, Nov 24, 2008 at 6:24 PM, Hazem Saleh <[EMAIL PROTECTED]> wrote: > Let me check this for you, tomorrow. > > > On Mon, Nov 24, 2008 at 6:05 PM, j haley <[EMAIL PROTECTED]> wrote: > >> Below is schedule1.jsp from the

Re: commandbutton action not called

2008-11-25 Thread alvaro tovar
hello thanks for your answer, but if the error is in RESTORE_VIEW 1, is because is not a error of validation, i don't knowt is a error in the view in the facsecontext. unmmm 2008/11/25 Andrew Robinson <[EMAIL PROTECTED]> > As for the lifecycle: put a breakpoint in the source code. > > For messag

Re: commandbutton action not called

2008-11-25 Thread Andrew Robinson
As for the lifecycle: put a breakpoint in the source code. For messages, also include a global messages component. Just put a breakpoint on the renderResponse method in the FacesContextImpl. On Tue, Nov 25, 2008 at 9:20 AM, alvaro tovar <[EMAIL PROTECTED]> wrote: > hello > thanks for your answer

Re: commandbutton action not called

2008-11-25 Thread alvaro tovar
hello thanks for your answer, i have message for all components, maybe is there a way to know more about this exiting from lifecycle.execute ? thanks 2008/11/25 Guy Bashan <[EMAIL PROTECTED]> > maybe validation fails. try putting messages tag or adding immediate=true. > > Sent from my iPhone > >

[Trinidad] dialog auto submit

2008-11-25 Thread Bruno Marti
I've got a lightweight dialog with a tr:table as result list. Where row selction is "single". Everything works as expected. But now, I'd like to autosubmit and close the the dialog on row selection (click on rows radio button column OR if I double click somewhere on entire row). Is there a way to

Re: PhaseListener RESTORE_VIEW and RENDER_RESPONSE are called again

2008-11-25 Thread Volker Weber
Hi Stefan, are you using redirect in navigation rules? Regards, Volker 2008/11/19 Stefan Kogler <[EMAIL PROTECTED]>: > > Hello everybody, > > I have a PhaseListener registered in the FacesConfig. And yes, I am sure > that is registered once: > > javax.faces.event.PhaseListener[] listeners=

Getting warning message while using tomcat 6

2008-11-25 Thread santosh chouhan
Hello all, I am trying to run jsf application of hello world using bean, jsp. When I run application then it gives warning message : WARNING: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'source' to 'org.eclipse.jst.jee.server:*' did not find a matching property. And al