[JBoss JIRA] (RF-13678) Render @all does not work for nested a4j:region in collapsibleSubTable
by Michal Petrov (JIRA)
[ https://issues.jboss.org/browse/RF-13678?page=com.atlassian.jira.plugin.s... ]
Michal Petrov reassigned RF-13678:
----------------------------------
Assignee: Michal Petrov
> Render @all does not work for nested a4j:region in collapsibleSubTable
> ----------------------------------------------------------------------
>
> Key: RF-13678
> URL: https://issues.jboss.org/browse/RF-13678
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-a4j-core
> Affects Versions: 4.5.0.Alpha3
> Reporter: Juraj Húska
> Assignee: Michal Petrov
> Labels: regression
> Fix For: 4.5.0.Alpha3
>
>
> Suppose nested {{regions}} in a {{collapsibleSubTable}}.
> Those regions are not updated when a {{commandButton}} with {{render}} attribute set to {{@all}} is submitted.
> IMHO it is somehow connected with RF-13677, however, this issue occurs only with combination of {{regions}} and {{collapsibleSubTable}}, other iteration components works in this matter.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 5 months
[JBoss JIRA] (RF-13677) InputNumberSlider & Spinner render does not work when nested in iteration components
by Michal Petrov (JIRA)
[ https://issues.jboss.org/browse/RF-13677?page=com.atlassian.jira.plugin.s... ]
Michal Petrov resolved RF-13677.
--------------------------------
Resolution: Done
We've had an interface (BaseProps) with {{getId}} method implemented by spinner and slider. I do not know what its purpose was but it overwrote the default {{setId}} method of UIComponent - which resets clientId so that a correct one can be assigned. The interface also contained {{getBinding}} and {{isRendered}} methods. Those are as well supplied by UIComponent and so I've removed the interface.
That interface is based on base-props.xml which is being referenced in 4.3.x but it does not seem to have an effect there.
> InputNumberSlider & Spinner render does not work when nested in iteration components
> ------------------------------------------------------------------------------------
>
> Key: RF-13677
> URL: https://issues.jboss.org/browse/RF-13677
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-input
> Affects Versions: 4.5.0.Alpha3
> Reporter: Juraj Húska
> Assignee: Michal Petrov
> Labels: regression
> Fix For: 4.5.0.Alpha3
>
>
> When {{inputNumberSlider}} or {{inputNumberSpinner}} is nested in either of these iteration components:
> * uiRepeat
> * a4jRepeat
> * richExtendedDataTable
> * richCollapsibleSubTable
> * richDataGrid
> * richDataTable
> then the property of the bean bound to its {{value}} attribute is not updated by ajax request.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 5 months
[JBoss JIRA] (RF-13682) Stateless view: CSS stylesheets not included in head after form submit
by Tony Cramer (JIRA)
[ https://issues.jboss.org/browse/RF-13682?page=com.atlassian.jira.plugin.s... ]
Tony Cramer updated RF-13682:
-----------------------------
Description:
If view is stateless <f:view transient="true"...
Issue 1. skinning.css is not included after submitting a form at all.
Issue 2. Any other stylesheets manually included with h:outputStylesheet are not included in head but in body after submit.
Maven project reproducing the issue attached.
Please use "rf-demo-skinning_and_style.zip" - reproduces both issues.
was:
If view is stateless <f:view transient="true"...
skinning.css is not included after submitting a form.
Any other stylesheets manually included with h:outputStylesheet are not included in head but in body after submit.
Maven project reproducing the issue attached.
> Stateless view: CSS stylesheets not included in head after form submit
> ----------------------------------------------------------------------
>
> Key: RF-13682
> URL: https://issues.jboss.org/browse/RF-13682
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 4.3.7
> Environment: OpenSuse 13.1 x64
> OpenJDK 1.7.0_51
> Apache Tomcat 8.0.8
> Reporter: Tony Cramer
> Attachments: rf-demo-skinning.zip, rf-demo-skinning_and_style.zip
>
>
> If view is stateless <f:view transient="true"...
> Issue 1. skinning.css is not included after submitting a form at all.
> Issue 2. Any other stylesheets manually included with h:outputStylesheet are not included in head but in body after submit.
> Maven project reproducing the issue attached.
> Please use "rf-demo-skinning_and_style.zip" - reproduces both issues.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 5 months
[JBoss JIRA] (RF-13682) Stateless view: CSS stylesheets not included in head after form submit
by Tony Cramer (JIRA)
[ https://issues.jboss.org/browse/RF-13682?page=com.atlassian.jira.plugin.s... ]
Tony Cramer updated RF-13682:
-----------------------------
Description:
If view is stateless <f:view transient="true"...
skinning.css is not included after submitting a form.
Any other stylesheets manually included with h:outputStylesheet are not included in head but in body after submit.
Maven project reproducing the issue attached.
was:
If view is stateless <f:view transient="true"...
skinning.css is not included after submitting a form.
Maven project reproducing the issue attached.
> Stateless view: CSS stylesheets not included in head after form submit
> ----------------------------------------------------------------------
>
> Key: RF-13682
> URL: https://issues.jboss.org/browse/RF-13682
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 4.3.7
> Environment: OpenSuse 13.1 x64
> OpenJDK 1.7.0_51
> Apache Tomcat 8.0.8
> Reporter: Tony Cramer
> Attachments: rf-demo-skinning.zip, rf-demo-skinning_and_style.zip
>
>
> If view is stateless <f:view transient="true"...
> skinning.css is not included after submitting a form.
> Any other stylesheets manually included with h:outputStylesheet are not included in head but in body after submit.
> Maven project reproducing the issue attached.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 5 months
[JBoss JIRA] (RF-13682) Stateless view: CSS stylesheets not included in head after form submit
by Tony Cramer (JIRA)
[ https://issues.jboss.org/browse/RF-13682?page=com.atlassian.jira.plugin.s... ]
Tony Cramer updated RF-13682:
-----------------------------
Summary: Stateless view: CSS stylesheets not included in head after form submit (was: Stateless view: skinning.css not included in head after form submit)
> Stateless view: CSS stylesheets not included in head after form submit
> ----------------------------------------------------------------------
>
> Key: RF-13682
> URL: https://issues.jboss.org/browse/RF-13682
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 4.3.7
> Environment: OpenSuse 13.1 x64
> OpenJDK 1.7.0_51
> Apache Tomcat 8.0.8
> Reporter: Tony Cramer
> Attachments: rf-demo-skinning.zip, rf-demo-skinning_and_style.zip
>
>
> If view is stateless <f:view transient="true"...
> skinning.css is not included after submitting a form.
> Maven project reproducing the issue attached.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 5 months