I am also facing the same prolem. I clubbed both lable and inputtext in , also I exchanged the places of both to make avaialable inputtext before label. But the problem is still there. I am getting this "Unable to find component with ***** ID" message in log.
Posted by Dhananjay at November 2, 2004 11:27 PMHey Dhananjay, thanks for your comments. You could try putting them inside h:panelGrid and/or make sure that you are running the latest JSF RI release from Sun. There's been a few minor releases with bugfixes already. Or, you could try out MyFaces (www.myfaces.org), which is an open source implementation of JSF. I've been very happy with it, both because of the additional components in it and because it fixes some bugs in Sun's RI.
Posted by Alphageek at November 3, 2004 10:20 PMSame problem here. I solved it by placing components in absolute positions. This way the actual order in html dosen't matter.
Posted by Kim Daugaard at March 16, 2005 08:56 AMHi,
I solved my problem put a and all my html tags into a tag.
First #:
...
:( sometimes I think in just put outputLabel AFTER inputText :P