[ 
http://jira.andromda.org/browse/JSF-25?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Walter Itamar Mourão closed JSF-25.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 3.4
         Assignee: Walter Itamar Mourão  (was: Chad Brandon)

Already fixed.

> Read-only dates are not displayed
> ---------------------------------
>
>                 Key: JSF-25
>                 URL: http://jira.andromda.org/browse/JSF-25
>             Project: JSF cartridge
>          Issue Type: Bug
>            Reporter: Samuel Solon
>            Assignee: Walter Itamar Mourão
>             Fix For: 3.4
>
>
> A date trigger attribute tagged as read-only is not displayed perhaps due to 
> the lack of Calendar handling with the default ADF date converters.
> ### Eclipse Workspace Patch 1.0
> #P andromda-all
> Index: 
> cartridges/andromda-jsf/src/templates/jsf/views/renderActionFormInput.vm
> ===================================================================
> RCS file: 
> /cvsroot/andromda/cartridges/andromda-jsf/src/templates/jsf/views/Attic/renderActionFormInput.vm,v
> retrieving revision 1.1.2.9
> diff -u -r1.1.2.9 renderActionFormInput.vm
> --- cartridges/andromda-jsf/src/templates/jsf/views/renderActionFormInput.vm  
> 24 Aug 2006 20:32:09 -0000      1.1.2.9
> +++ cartridges/andromda-jsf/src/templates/jsf/views/renderActionFormInput.vm  
> 30 Aug 2006 08:30:00 -0000
> @@ -22,7 +22,9 @@
>  #if (!$parameter.table && !($parameter.inputHidden || 
> $ownerParameter.inputHidden))
>  #if ($parameter.type.dateType)
>  #if ($parameter.readOnly) 
> -        <af:inputText id="$propertyId" value="#{${formValuePropertyName}}" 
> label="#{messages['$parameter.messageKey']}:" readOnly="true"/>
> +        <af:inputText id="$propertyId" value="#{${formValuePropertyName}}" 
> label="#{messages['$parameter.messageKey']}:" readOnly="true">
> +            <a:convertDateTime pattern="$parameter.format"/>
> +        </af:inputText>
>  #else
>          <af:panelLabelAndMessage 
> label="#{messages['$parameter.messageKey']}:" for="$propertyId" 
> showRequired="$parameter.required">
>              <t:inputCalendar id="$propertyId" 
> value="#{${formValuePropertyName}}" renderAsPopup="true" 
> popupDateFormat="$parameter.format" required="$parameter.required">

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

------------------------------------------------------------------------------
Free Software Download: Index, Search & Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 

Reply via email to