[richfaces-issues] [JBoss JIRA] Commented: (RF-7995) drag and drop with calendar: allow to use dnd in calendar date cell markup

Mason Harding (JIRA) jira-events at lists.jboss.org
Mon Mar 15 14:06:38 EDT 2010


    [ https://jira.jboss.org/jira/browse/RF-7995?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12519978#action_12519978 ] 

Mason Harding commented on RF-7995:
-----------------------------------

Hi Ilya/Nick.  Any ideas for a workaround for this issue?  

Thanks,
Mason

> drag and drop with calendar: allow to use dnd in calendar date cell markup
> --------------------------------------------------------------------------
>
>                 Key: RF-7995
>                 URL: https://jira.jboss.org/jira/browse/RF-7995
>             Project: RichFaces
>          Issue Type: Feature Request
>      Security Level: Public(Everyone can see) 
>    Affects Versions: 3.3.2.GA
>            Reporter: Ilya Shaikovsky
>            Assignee: Nick Belaevski
>             Fix For: Future
>
>
> currently this code throws exception seems because of conflicts with macrosubstitutions evaluations:
> 		<rich:calendar value="#{calendarBean.selectedDate}"
> 			popup="false" showApplyButton="false" 
> 			cellWidth="100px" cellHeight="100px" 
> 			boundaryDatesMode="none" showWeeksBar="false" 
> 			dataModel="#{calendarDataModel}" onchanged="if (event.rich.date) {ajaxSubmit();}" oncurrentdateselect="return false" id="organizer" valueChangeListener="#{calendarDataModel.valueChanged}" showFooter="false">
> 			<f:facet name="header">
> 				<h:panelGroup>
> 					<h:outputText value="Current Month" styleClass="header"/>
> 				</h:panelGroup>
> 			</f:facet>
> 			<a4j:outputPanel layout="block" id="cell" onclick="#{rich:component('organizer')}.resetSelectedDate()" style="height: 100%;">
> 				<rich:dragSupport />
> 				<h:panelGrid columns="1">
> 					<h:outputText value="{day}" style="align:center"/>
> 					<h:outputText value="{data.shortDescription.escapeHTML()}"/>
> 					<h:outputText value="{data.description.escapeHTML()}"/>
> 				</h:panelGrid> 
> 			</a4j:outputPanel>
> 		</rich:calendar>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the richfaces-issues mailing list