Are you using myfaces for JSF implementation or are you using another
implementation?

There are a lot of dynamically generated components inside the tree
that use JSF's ability to generate an ID if none is specified.  I
haven't seen this message though, so that is why I am asking.

Have you ever used h:dataTable (any implementation) before?  I would
imagine you would get similar messages.  Tree2 is very similiar to
dataTable in terms of how it has a few components that it uses by
iterrating over lots of data (creating new ids for each row, column.)

sean


On Fri, 25 Feb 2005 09:10:54 -0600, Tim Pyle <[EMAIL PROTECTED]> wrote:
> With the new tree2 component, I get alot of these type of warnings:
> 
> [exec] 17:28:48,873 INFO  [Engine] StandardContext[/jport]WARNING:
> Component treeForm2:tims_tree2:0:0:25:_id81 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!
> 
> Is there anyway to add an id to whatever isn't getting one? Or can I
> just turn off this warning message altogether?
> 
> Tim
> 
>

Reply via email to