posted 17 years ago
Hi, When I am calling the facelet, the output is just
Hi First Name:
There is no text box.
<?xml version='1.0' encoding='UTF-8' ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:h="http://java.sun.com/jsf/html">
<body>
Hi
First Name: <h:inputText id="fname" size="15" value="" required="true" />
</body>
</html>
Can someone please tell me where I am doing it wrong.
Thanks,