[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-1156) s:selectDate performs bad when ajaxRendered

Bram Biesbrouck (JIRA) jira-events at lists.jboss.org
Mon Apr 9 09:37:58 EDT 2007


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

        



More information about the seam-issues mailing list