[
http://jira.jboss.com/jira/browse/JBSEAM-1156?page=comments#action_12365502 ]
Feivel Frey commented on JBSEAM-1156:
-------------------------------------
Have the same problem, but the effect only occurs in IE6. In FF all is as expected.
I reported this sometime in the past but without knowing of ajax couse.
s:selectDate performs bad when ajaxRendered
-------------------------------------------
Key: JBSEAM-1156
URL:
http://jira.jboss.com/jira/browse/JBSEAM-1156
Project: JBoss Seam
Issue Type: Bug
Components: Core
Affects Versions: 1.2.1.GA
Environment: Ubuntu Linux (Edgy), Jboss 4.0.5.GA
Reporter: Bram Biesbrouck
Priority: Minor
Noticed a few problems with s:selectDate when it is rendered through ajax.
i have the following code
Code:
<a4j:outputPanel id="details">
<h:inputText id="regDate" <s:convertDateTime
pattern="dd/MM/yyyy" /> </h:inputText>
<s:selectDate id="selectRegDate" for="regDate"
dateFormat="dd/MM/yyyy">
<h:graphicImage
url="/images/dtpick.gif" style="margin-left:5px;cursor:pointer"
/>
</s:selectDate>
</a4j:outputPanel>
When the outputPanel is rendered using an event from other component with the following
code.
Code:
<a4j:support event="onchange" reRender="details">
The dateformat sometimes defaults to MM/dd/yyyy.
and also the selectdate component does not generate any events for validation. i.e i
cannot have a4j:support for ajax invocation inside h:inputText
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira