[JBoss JIRA] Closed: (RF-358) dragValue not preserved across forms
by Viktor Volkov (JIRA)
[ http://jira.jboss.com/jira/browse/RF-358?page=all ]
Viktor Volkov closed RF-358.
----------------------------
Assignee: Viktor Volkov (was: Anton Belevich)
> dragValue not preserved across forms
> ------------------------------------
>
> Key: RF-358
> URL: http://jira.jboss.com/jira/browse/RF-358
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.0.1
> Reporter: Christian Bauer
> Assigned To: Viktor Volkov
> Priority: Minor
> Fix For: 3.1.0
>
>
> <h:dataTable id="forumCategories"
> value="#{forumCategoryList}" var="forumCategory">
> <h:column>
> <h:form>
> <a:outputPanel styleClass="forumCategoryTitleContainer">
> <rich:dropSupport id="dropZone" acceptedTypes="forumCategory" reRender="forumCategoryForm"
> dropListener="#{forumCategoryHome.drop}" dropValue="#{forumCategory.displayPosition}"/>
> <rich:dragSupport dragIndicator=":boards:rowDragIndicator"
> dragType="forumCategory"
> dragValue="#{forumCategory.displayPosition}">
> <rich:dndParam name="label" type="drag"><h:outputText value="#{forumCategory.title}"/></rich:dndParam>
> </rich:dragSupport>
> <h:outputText value="(#{forumCategory.displayPosition}) #{forumCategory.title}" style="cursor:move" styleClass="forumCategoryTitle"/>
> </a:outputPanel>
> </h:form>
> This renders a table and enables the rendered text in the column for drag and drop between rows. I can drag one row and drop it onto another row. The goal here is to get the dragValue and the dropValue (which are just row numbers) into the forumCategoryHome.drop(DropEvent) method. However, DropEvent.getDragValue() is always null.
> It works if I span a single form across the whole table, instead of a new form for each individual row. This is not what I need though.
> I do not want to use manual setting and parsing of Http request parameters with a:actionparam.
--
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
18 years, 6 months
[JBoss JIRA] Closed: (RF-433) exception on droping
by Viktor Volkov (JIRA)
[ http://jira.jboss.com/jira/browse/RF-433?page=all ]
Viktor Volkov closed RF-433.
----------------------------
Assignee: Viktor Volkov (was: Aleksej Yanul)
verified
> exception on droping
> --------------------
>
> Key: RF-433
> URL: http://jira.jboss.com/jira/browse/RF-433
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.1.0
> Environment: vcp-ComponentsTesting_3_0_1.1_F
> JDK 1.5
> Tomcat 5.5
> Reporter: Alexander Francuzov
> Assigned To: Viktor Volkov
> Fix For: 3.0.2
>
>
> SEVERE: Error Rendering View[/DradAndDrop/DragAndDrop.xhtml]
> java.lang.IllegalStateException: Duplicate component ID 'DnD:_id2' found in view.
> at com.sun.faces.application.StateManagerImpl.checkIdUniqueness(StateManagerImpl.java:219)
> at com.sun.faces.application.StateManagerImpl.checkIdUniqueness(StateManagerImpl.java:204)
> at com.sun.faces.application.StateManagerImpl.checkIdUniqueness(StateManagerImpl.java:204)
> at com.sun.faces.application.StateManagerImpl.checkIdUniqueness(StateManagerImpl.java:204)
> at com.sun.faces.application.StateManagerImpl.saveSerializedView(StateManagerImpl.java:97)
> at org.ajax4jsf.framework.ajax.AjaxStateManager.saveSerializedView(AjaxStateManager.java:90)
> at com.sun.facelets.FaceletViewHandler.renderView(FaceletViewHandler.java:601)
> at org.ajax4jsf.framework.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:108)
> at org.ajax4jsf.framework.ajax.AjaxViewHandler.renderView(AjaxViewHandler.java:235)
> at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:107)
> at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:245)
> at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:137)
> at javax.faces.webapp.FacesServlet.service(FacesServlet.java:214)
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
> at org.ajax4jsf.framework.ajax.xmlfilter.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:139)
> at org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.doFilter(BaseFilter.java:276)
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
> at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
> at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
> at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
> at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
> at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
> at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
> at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
> at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
> at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
> at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
> at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
> at java.lang.Thread.run(Thread.java:595)
--
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
18 years, 6 months
[JBoss JIRA] Closed: (RF-293) Incorrect appearance of drop down menu
by Viktor Volkov (JIRA)
[ http://jira.jboss.com/jira/browse/RF-293?page=all ]
Viktor Volkov closed RF-293.
----------------------------
> Incorrect appearance of drop down menu
> --------------------------------------
>
> Key: RF-293
> URL: http://jira.jboss.com/jira/browse/RF-293
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.0.1
> Environment: Facelets, Seam 1.2GA, richfaces-3.0.1-20070531.001516-71-bin.zip , JBoss 4.0.5
> Any browser
> Reporter: Igor Shabalov
> Assigned To: Nick Belaevski
> Fix For: 3.1.0
>
> Attachments: menu.xhtml, wrong.png
>
>
> ++++++++++++++++++++++++++++++++++
> > We have four dropDownMenus on a toolBar, one of which has two
> > menuGroups. (they all will eventually expand as we add more
> > functionality)
> >
> > One menuGroup opens up and, due to the positioning of the menu, the top menuItem is not visible.
> >
> > I found the direction directive for menuGroup but it appears to only control the side of the menu bar to expand (left or right) rather than the direction up or down.
> >
> > Is there a way to force the menuGroups to only grow down?
> >
> > We are using the richfaces-3.0.1-20070531.001516-71-bin.zip version of richFaces and a4j.
> >
> > norm
> > ++++++++++++++++++++++++++++++++++
> >
> >
> > Additionally, I've reproduced this issue, and I am trying to make it work by using direction="bottom-right" jointPoint="tr" but this is driving me crazy, the menu items still open up and cover up the menu groups.
> >
> >
--
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
18 years, 6 months