Re: [Tobago] tc:message for tx:date solution

2007-05-29 Thread Clemens Sietas
issing. > > Please take a look into the generated html source for the correct id of > the > generated by the tc:date. > > > Regards, > Volker > > 2007/5/25, Clemens Sietas <[EMAIL PROTECTED]>: > > Hello Helmut, > > > > thank you for your h

[Tobago] tc:message for tx:date solution

2007-05-25 Thread Clemens Sietas
you have to specify the id of input component not of the message component > in addMessage(). > For example > > facesContext.addMessage("myPage:vldtyEnd", >new FacesMessage(FacesMessage.SEVERITY_ERROR, message, > message)); > > > Regards > Helmu

Re: [Tobago] tx:date EndDate not before BeginDate

2007-05-23 Thread Clemens Sietas
7 07:47:08 +0200 Von: "Clemens Sietas" <[EMAIL PROTECTED]> An: "MyFaces Discussion" Betreff: Re: [Tobago] tx:date EndDate not before BeginDate > Hello Udo, > > thank you for the reply. > I will try both options. > > Regards, > Clemens > > &g

Re: [Tobago] tx:date EndDate not before BeginDate

2007-05-22 Thread Clemens Sietas
ore declarative way in the moment. > > Regards, > > Udo > > Clemens Sietas schrieb: > > Hello, > > > > I have another question regarding the datepicker. > > Can I easily ensure in JSF-coding that the > > selectedVldtyEnd cannot be selected with a

[Tobago] tx:date EndDate not before BeginDate

2007-05-22 Thread Clemens Sietas
Hello, I have another question regarding the datepicker. Can I easily ensure in JSF-coding that the selectedVldtyEnd cannot be selected with a smaller date than the selectedVldtyBeg? For example with Regards, Clemens -- Clemens Sietas

Re: [Tobago] datepicker needs specific id

2007-05-22 Thread Clemens Sietas
t; > afaik it is not possible to suppress this warning, exept to configure > the logging api > to not log warnings for this category, which is probably not what you > want. > > > Regards, > Volker > > 2007/5/22, Clemens Sietas <[EMAIL PROTECTED]>: >

[Tobago] datepicker needs specific id

2007-05-22 Thread Clemens Sietas
Clemens Sietas WARNING: Component page:dlgAddEdit:_idJsp111:vldtyBeg_pickerpopup:_id0 just got an automatic id, because there was no id assigned yet. If this component was created dynamically (i.e. not by a JSP tag) you should assign it an explicit static id or assign it the id you get from the

[Tobago] Only 100 datasets in tc:sheet

2007-05-07 Thread Clemens Sietas
-- Clemens Sietas email: [EMAIL PROTECTED]

Re: [Tobago] Layout problems

2007-04-05 Thread Clemens Sietas
Original-Nachricht Datum: Wed, 04 Apr 2007 08:27:50 +0200 Von: "Clemens Sietas" <[EMAIL PROTECTED]> An: users@myfaces.apache.org Betreff: [Tobago] Layout problems &g

[Tobago] Layout problems

2007-04-03 Thread Clemens Sietas
smaller the the hight of the dialog is the more further has the navigator bar moved down. I have tried a lot with the hight attribute but did not succeed. Do you have any suggestions? Here are the outer component tags: ... Thanks in advance Clemens Sietas

Re: [Tobago] using value from tc:link on server

2007-03-27 Thread Clemens Sietas
vent) { > > UIComponent o = event.getComponent(); > while(o != null && !(o instanceof UIData)) { > o = o.getParent(); > } > UIData data = (UIData)(o); > > leftTableBoData = data.getRowData(); > id = leftTableBoData.getLeftTable01Column(); > >

Re: [Tobago] using value from tc:link on server

2007-03-27 Thread Clemens Sietas
thread: > > http://www.nabble.com/-Tobago--Popup-inside-tc%3Asheet-tf3466547.html > > and ask here again if this did not help. > > Regards, > Volker > > 2007/3/26, Clemens Sietas <[EMAIL PROTECTED]>: > > Hello, > > > > how can I get

[Tobago] using value from tc:link on server

2007-03-26 Thread Clemens Sietas
Clemens Sietas -- Clemens Sietas email: [EMAIL PROTECTED]

Re: [Tobago] valueChangeListener not called

2007-01-17 Thread Clemens Sietas
-- Clemens Sietas email: [EMAIL PROTECTED]

Re: [Tobago] valueChangeListener not called

2007-01-17 Thread Clemens Sietas
return new Integer(value); >} > >public String getAsString(FacesContext context, UIComponent > component, Object value) throws ConverterException { > LOG.info("getAsString " + value); > return value.toString(); >} > } > > Regards &g

[Tobago] valueChangeListener not called

2007-01-15 Thread Clemens Sietas
ViewRoot().setLocale(Locale.US); ... ... } --- myBean com.test.ProcessChangeController session --- Thanks for any help Clemens -- ------------ Clemens Sietas email: [EMAIL PROTECTED]

[Tobago] valueChangeListener not called

2007-01-15 Thread Clemens Sietas
ViewRoot().setLocale(Locale.US); ... ... } --- myBean com.test.ProcessChangeController session --- Thanks for any help Clemens -- ------------ Clemens Sietas email: [EMAIL PROTECTED]