Hi Volker, thank you for the feedback. Good to know not to have caused the problem with the own code.
Regards Clemens > Hi Clemens, > > this is a bug in tobago, i just created a jira entry: > https://issues.apache.org/jira/browse/TOBAGO-406 > > Thanks for reporting this. > > 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]>: > > Hello, > > > > I am using a tx:date in the following way. > > I have given the component an id. > > > > <tx:date id="vldtyBeg" > > value="#{controller.selectedVldtyBeg}" > > label="#{controller.keyLblValidityBegin}" > > readonly="#{controller.forEditSelected}"> > > <f:convertDateTime pattern="dd.MM.yyyy"/> > > </tx:date> > > > > However, I am getting the following warning which tells me > > that I have to use a specific id. In my opinion I am using > > an id. > > Is it possible to prevent the code from throwing the warning? > > > > Thanks in advance > > 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 createUniqueId > from the current UIViewRoot component right after creation! > > > > -- > > -------------------------------------------- > > Clemens Sietas > > email: [EMAIL PROTECTED] > > -------------------------------------------- > > > > > > -- -------------------------------------------- Clemens Sietas email: [EMAIL PROTECTED] --------------------------------------------

