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

Tiago (JIRA) jira-events at lists.jboss.org
Sat Aug 25 06:16:18 EDT 2007


    [ http://jira.jboss.com/jira/browse/JBSEAM-1156?page=comments#action_12373821 ] 
            
Tiago commented on JBSEAM-1156:
-------------------------------

I'm too having the same problem using s:selectDate when it's Ajax rendered.

There's a workaround (http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4035703#4035703)



> 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