Titan Faces

Greenhorn
+ Follow
since Feb 11, 2012
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Titan Faces

Hi everyone!
I have created my first JSF component which should simply display a div element with some text inside. This is how I use it.

This is the component's class:

Taglib

When I don't provide the id for the sf:hello compponent everything is rendered as expected:

The problem is when I provide the id for the element e.g.:

Suprisingly a span element is rendered after the div element

Why did this span alement appear there?
Thanks for help!
12 years ago
JSF