That's due to the interaction of JSP and JSF. On the first pass (=first access of a page, on subsequent ones this is not a problem), the component-tree get's created while going through the JSP-page. Now if a component doesn't render it's children, the first children (=your label) doesn't know that the next children (=your input) will be created.
regards, Martin On 2/28/06, Mike Duffy <[EMAIL PROTECTED]> wrote: > I've Googled on this for about two hours, hoping to find a solution. > > It seems that this is a very old issue that once started out as an error, but > was changed to an > info message. > > Martin Marinschek closed MYFACES-261: > http://www.archivum.info/[email protected]/2005-06/msg00047.html > > Basic question: If the component id is clearly referenced in the > <h:outputLabel > for="componentID"..., why can't the component be found? This seems like it > is a bug. > > Mike > > > > --- Volker Weber <[EMAIL PROTECTED]> wrote: > > > Hi Mike, > > > > Mike Duffy wrote: > > > I am seeing an annoying INFO message for every JSP that contains a JSF > > > component: > > > > > > INFO [RendererUtils] Unable to find component 'projectTypeValue' > > > (calling findComponent on > > > component 'selectProjectTypeIssueType:_idJsp74'). We'll try to return a > > > guessed client-id > > anyways > > > - this will be a problem if you put the referenced component into a > > > different > > naming-container. If > > > this is the case, you can always use the full client-id. > > > > > > The component name seems to be based on the backing bean parameter, not > > > the id. > > > > > > I've tried using variations of the "full client-id", using > > > formname:componentParameter, etc. > > > Nothing seems to work. > > > > not sure, but try an 'absolute' clientId starting with a colon > > e.g. ":formname:componentParameter" > > > > Regards, > > Volker > > > > > > > > Any suggestions? > > > > > > Also, can someone please send an example of exactly what a "full > > > client-id" is? Does the > > > component id need to be related to the component paramaeter value? > > > > > > Thx. > > > > > > Mike > > > > > > __________________________________________________ > > > Do You Yahoo!? > > > Tired of spam? Yahoo! Mail has the best spam protection around > > > http://mail.yahoo.com > > > > > > > -- > > Don't answer to From: address! > > Mail to this account are droped if not recieved via mailinglist. > > To contact me direct create the mail address by > > concatenating my forename to my senders domain. > > > > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com > -- http://www.irian.at Your JSF powerhouse - JSF Consulting, Development and Courses in English and German Professional Support for Apache MyFaces

