date picker missing
I have a form made up of a table. In one row I have a date picker. Unfortunately, I need to hide this row before the page load up. When a radio is picked, then this date picker row will show. However, when the row shows, the date picker does not appear. Why is this and how can I get around this issue?
<h:inputText id="text2" styleClass="inputText">
<hx:convertDateTime />
<hx:inputHelperDatePicker />
</h:inputText>
[460 byte] By [
KY8a] at [2007-11-27 10:44:02]

# 1
It will help others if you mention the specific component used. It's a Sun forum here, expecting discussions about the Sun JSF RI components (the h: components). You're talking about the IBM Faces Client Framework component (the hx: components).
How is the row displayed/hidden? Clientside or serverside? I guess it's clientside and that there may be something wrong in the Javascript (as always with those IBM components). Run a Javascript debugger and take a look. The Venkman JS debugger extension for Firefox is a nice one. If you still get stucked and don't get any response here, try the IBM developerworks forums.