Here is something so simple
>
You need to give that JSF tag an id attribute, like this:
id
Otherwise it won't render with an id, and so there will be no id="tom" element to find.
id="tom"