| Author |
JSF2.0 & Datepicker
|
Octav Bund
Greenhorn
Joined: Jul 31, 2011
Posts: 1
|
|
Hello,
help me please to solve one little problem:
how to assign a jQuery Datepicker tu <h:inputText> tag...
Haw I do:
<h:form>
....
<h:inputText value="#{contact.date_connect}" size="25" styleClass="component" id="date">
....
</h:form>
but it not work in this way ... because id is the unique identifier value for this component. The value must be unique within the closest naming container (e.g.,h:form or f:subview).This value must be a static value.
thank you !
|
 |
 |
|
|
subject: JSF2.0 & Datepicker
|
|
|