[JBoss JIRA] Created: (RF-9935) inputNumber components: number converter should be attached to component
by Ilya Shaikovsky (JIRA)
inputNumber components: number converter should be attached to component
------------------------------------------------------------------------
Key: RF-9935
URL: https://jira.jboss.org/browse/RF-9935
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-input
Affects Versions: 4.0.0.Milestone5
Reporter: Ilya Shaikovsky
Assignee: Nick Belaevski
<rich:inputNumberSpinner value="50" step="10" enableManualInput="true">
<a4j:ajax event="inputkeyup"/>
</rich:inputNumberSpinner>
if you will add letter to text field - it will be submitted to server and will not be processed by any default converter no messages will be thrown.
Should works the same as for calendar date. (I still could store to String model value but only valid values)
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years
[JBoss JIRA] Created: (RF-9639) hashParam: not works properly with popupPanel (seems need to revise in general)
by Ilya Shaikovsky (JIRA)
hashParam: not works properly with popupPanel (seems need to revise in general)
-------------------------------------------------------------------------------
Key: RF-9639
URL: https://jira.jboss.org/browse/RF-9639
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-output
Reporter: Ilya Shaikovsky
Assignee: Nick Belaevski
tried:
1) <h:commandButton value="Call the popup">
<rich:componentControl target="popup" operation="show">
<rich:hashParam name="opts">
<a4j:param name="left" value="10" />
<a4j:param name="top" value="100" />
<a4j:param name="autosized" value="false" />
</rich:hashParam>
</rich:componentControl>
2) <h:commandButton value="Call the popup">
<rich:componentControl target="popup" operation="show">
<rich:hashParam>
<a4j:param name="left" value="10" />
<a4j:param name="top" value="100" />
<a4j:param name="autosized" value="false" />
</rich:hashParam>
</rich:componentControl>
</h:commandButton>
in both cases parameters not passed to options of the method. Them getting put into event.
I'm not sure that issue in param component. maybe just components should be revised and approach unified (them should looks for such params in event?)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years
[JBoss JIRA] Created: (RF-10072) Showcase: IllegalArgumentException in drop down menu sample
by Pavol Pitonak (JIRA)
Showcase: IllegalArgumentException in drop down menu sample
-----------------------------------------------------------
Key: RF-10072
URL: https://issues.jboss.org/browse/RF-10072
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: examples
Affects Versions: 4.0.0.Milestone5
Environment: RichFaces/Showcase 4.0.0.20101220-M5
JBoss 6 CR1
Reporter: Pavol Pitonak
1. deploy showcase
2. open http://localhost:8080/richfaces-showcase/richfaces/component-sample.jsf?s...
result:
java.lang.IllegalArgumentException: No enum const class org.richfaces.component.Mode.none
at java.lang.Enum.valueOf(Enum.java:214)
at org.richfaces.component.Mode.valueOf(Mode.java:24)
at org.richfaces.renderkit.html.MenuItemRendererBase.resolveSubmitMode(MenuItemRendererBase.java:120)
at org.richfaces.renderkit.html.MenuItemRendererBase.getOnClickFunction(MenuItemRendererBase.java:99)
at org.richfaces.renderkit.html.MenuItemRenderer.encodeEnd(MenuItemRenderer.java:118)
at javax.faces.component.UIComponentBase.encodeEnd(UIComponentBase.java:879)
at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1650)
at org.richfaces.renderkit.html.DropDownMenuRendererBase.renderChildren(DropDownMenuRendererBase.java:49)
at org.richfaces.renderkit.html.DropDownMenuRenderer.encodeEnd(DropDownMenuRenderer.java:222)
at javax.faces.component.UIComponentBase.encodeEnd(UIComponentBase.java:879)
at com.sun.faces.renderkit.html_basic.HtmlBasicRenderer.encodeRecursive(HtmlBasicRenderer.java:308)
at com.sun.faces.renderkit.html_basic.GridRenderer.renderRow(GridRenderer.java:181)
at com.sun.faces.renderkit.html_basic.GridRenderer.encodeChildren(GridRenderer.java:125)
at javax.faces.component.UIComponentBase.encodeChildren(UIComponentBase.java:849)
at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1643)
at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1646)
at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1646)
at com.sun.faces.application.view.FaceletViewHandlingStrategy.renderView(FaceletViewHandlingStrategy.java:389)
at com.sun.faces.application.view.MultiViewHandler.renderView(MultiViewHandler.java:127)
at javax.faces.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:269)
at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:117)
at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:97)
at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:135)
at javax.faces.webapp.FacesServlet.service(FacesServlet.java:309)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:324)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:242)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:275)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:181)
at org.jboss.modcluster.catalina.CatalinaContext$RequestListenerValve.event(CatalinaContext.java:285)
at org.jboss.modcluster.catalina.CatalinaContext$RequestListenerValve.invoke(CatalinaContext.java:261)
at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:88)
at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invoke(SecurityContextEstablishmentValve.java:100)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:158)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.jboss.web.tomcat.service.request.ActiveRequestResponseCacheValve.invoke(ActiveRequestResponseCacheValve.java:53)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:362)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:877)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:653)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:951)
at java.lang.Thread.run(Thread.java:636)
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years
[JBoss JIRA] Created: (RF-8330) Download links created with a4j:mediaOutput are unusable for inexperienced end users
by alex winizki (JIRA)
Download links created with a4j:mediaOutput are unusable for inexperienced end users
------------------------------------------------------------------------------------
Key: RF-8330
URL: https://jira.jboss.org/jira/browse/RF-8330
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-output
Affects Versions: 3.3.2.SR1
Environment: OS-independent
Reporter: alex winizki
Priority: Minor
Creating a download link with a4j:mediaOutput yields an <a where the URL in the href is several hundred characters long and ends with .jsf regardless of the content type. If the end user tries to download the file then, depending on the browser settings, the following happens:
-- if the browser is configured to store all downloads in a given folder and the user left-clicks on the link, then nothing happens. The only chance is to right- click on the link and select "save as".
-- if the "save as" dialogue opens because the user selected it by right- clicking or because the browser is configured to ask each time for the folder to save the file, then the suggested file name is several hundred characters long and always ends with .jsf. Accepting the suggested file name usually results in an OS error "illegal filename". The user has to rename the file and give it the right extension (which he/she has to know) in order to be able to download the document and open it.
--
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
14 years