[JBoss JIRA] Created: (RF-11267) rich:tabPanel: dynamic tab creating has stopped work
by Ján Jamrich (JIRA)
rich:tabPanel: dynamic tab creating has stopped work
----------------------------------------------------
Key: RF-11267
URL: https://issues.jboss.org/browse/RF-11267
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 4.1.0.Milestone1
Environment: RichFaces 4.1.0.20110805-M1 r.10246d45dddd1d2aa2034317d5a832394cc919f9
Metamer 4.1.0.20110805-M1 r.22604
Apache MyFaces JSF-2.1 Core Impl 2.1.1
JBoss AS 6.0.0.Final
Java(TM) SE Runtime Environment 1.6.0_26-b03 @Linux
Chrome 12.0.742.112 @ Linux i686
Reporter: Ján Jamrich
There is an example for dynamic tab creating on page faces/components/richTabPanel/addTab2.xhtml.
This example is done by 2 variants: first on page addTab.xhtml use binding and new tabs are created as UITab instances, and in second example are tabs created by forEach and new rich:tab components.
But both of them generate exception on JSF as well as Ajax submit (call method which dynamically create new tab objects)
Stack traces attached.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 3 months
[JBoss JIRA] Created: (RF-11245) Metamer: rich:autocomplete bean validation (jsr303) doesn't work correctly on ajax events/submit
by Ján Jamrich (JIRA)
Metamer: rich:autocomplete bean validation (jsr303) doesn't work correctly on ajax events/submit
------------------------------------------------------------------------------------------------
Key: RF-11245
URL: https://issues.jboss.org/browse/RF-11245
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 4.1.0.Milestone1
Environment: RichFaces 4.1.0.20110805-M1 r.10246d45dddd1d2aa2034317d5a832394cc919f9
Metamer 4.1.0.20110805-M1 r.22604
Apache MyFaces JSF-2.1 Core Impl 2.1.1
JBoss AS 6.0.0.Final
Java(TM) SE Runtime Environment 1.6.0_26-b03 @Linux
Chrome 12.0.742.112 @ Linux i686
Reporter: Ján Jamrich
Example for bean validation (according to JSR303) in Metamer doesn't work correctly.
Firstly, validation for inputs is fired on blur event, but no FacesMessage is displayed. Only in log appear following exception (full log will be attached):
2011-08-09 21:56:13,173 SEVERE [org.richfaces.log.Context] (http-127.0.0.1-8080-12) list: java.lang.NullPointerException: list
at javax.faces.model.ListDataModel.<init>(ListDataModel.java:45) [:2.1.1]
at org.richfaces.renderkit.AutocompleteRendererBase.getItems(AutocompleteRendererBase.java:136) [:4.1.0.20110805-M1]
Then, if a4j:commandButton used to submit form, no FacesMessage is displayed, but following records appears in AS log:
2011-08-09 22:03:58,260 WARNING [org.apache.myfaces.lifecycle.RenderResponseExecutor] (http-127.0.0.1-8080-11) There are some unhandled FacesMessages, this means not every FacesMessage had a chance to be rendered.
These unhandled FacesMessages are:
- form:input1: may not be empty
- form:input2: must match "[a-z].*"
- form:input3: size must be between 3 and 6
- string is not "RichFaces"
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 3 months
[JBoss JIRA] Created: (RF-11226) more access on CSS Attributes through Skinning
by martin bischoff (JIRA)
more access on CSS Attributes through Skinning
----------------------------------------------
Key: RF-11226
URL: https://issues.jboss.org/browse/RF-11226
Project: RichFaces
Issue Type: Enhancement
Security Level: Public (Everyone can see)
Components: skinning
Affects Versions: 4.0.0.Final
Environment: Win7 64bit
Reporter: martin bischoff
Some CSS-Attribute of your .ecss-files are not accessable through skinning. this hurts really cause i have to fix minor layout bugs with nasty inline-CSS, which is not possible all the time. i would appreciate more control of css-attributes like padding, margin, height etc. throughout the skinning mechanism. example:
padding-attribute of '.rf-edt-c-cnt' in extrendedDataTable.ecss
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 3 months
[JBoss JIRA] Created: (RF-11221) text exceeds edges of pages in demos for a4j:commandButton, a4j:commandLink, a4:queue, RichFaces functions, rich:inplaceInput
by Juraj Huska (JIRA)
text exceeds edges of pages in demos for a4j:commandButton, a4j:commandLink, a4:queue, RichFaces functions, rich:inplaceInput
-----------------------------------------------------------------------------------------------------------------------------
Key: RF-11221
URL: https://issues.jboss.org/browse/RF-11221
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: showcase
Affects Versions: 4.1.0.Milestone1
Environment: richfaces-showcase
Reporter: Juraj Huska
When typing in inputs long strings(50 and more chars), then text exceeds edges of pages in demos for:
a4j:commandButton, a4j:commandLink, a4:queue, RichFaces functions, rich:inplaceInput
And the demo then looks ugly.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 3 months