[JBoss JIRA] Created: (RF-10777) Intermittent server error on initial GAE showcase access to a4j:ajax sample
by Jay Balunas (JIRA)
Intermittent server error on initial GAE showcase access to a4j:ajax sample
---------------------------------------------------------------------------
Key: RF-10777
URL: https://issues.jboss.org/browse/RF-10777
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: examples, third-party
Affects Versions: 4.0.0.Final
Reporter: Jay Balunas
Assignee: Ilya Shaikovsky
There seems to be an intermittent server error ( see below ) when initially accessing the GAE hosted showcase's a4j:ajax page.
{quote}
Error: Server Error
The server encountered an error and could not complete your request.
If the problem persists, please report your problem and mention this error message and the query that caused it.
{quote}
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 5 months
[JBoss JIRA] Created: (RF-11065) popupPanel: documentation omits forms requirement and contains wrong sample
by Ilya Shaikovsky (JIRA)
popupPanel: documentation omits forms requirement and contains wrong sample
---------------------------------------------------------------------------
Key: RF-11065
URL: https://issues.jboss.org/browse/RF-11065
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: doc
Affects Versions: 4.0.0.Final
Reporter: Ilya Shaikovsky
http://docs.jboss.org/richfaces/latest_4_0_X/Component_Reference/en-US/ht...
1) That note:
"Placement
The <rich:popupPanel> component is usually rendered in front of any other objects on the page. This is achieved by attaching the component to the <body> element of the page, and setting a very high "z-index" (t"
actually have to be followed by one more critical note.
"Limitation: defined by default popup *has to* have form element inside and not to be nested to external form in order submitting components/behaviors inside to work properly (because of repositioning in DOM). And to be able to be nested domElementAttachment should be changed to either form or parent."
2) Example 9.2. <rich:popupPanel> example
confuses as form is around the panel! it should be either removed at all(as that sample not requires submission) or moved inside.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 5 months
[JBoss JIRA] Created: (RF-5320) inputNumberSlider: incorrect slider position with rich:tabPanel
by Tsikhon Kuprevich (JIRA)
inputNumberSlider: incorrect slider position with rich:tabPanel
---------------------------------------------------------------
Key: RF-5320
URL: https://jira.jboss.org/jira/browse/RF-5320
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.0
Environment: jsp
myfaces 1.2.5
tomcat 6
Reporter: Tsikhon Kuprevich
Assignee: Nick Belaevski
<body topmargin=20 leftmargin=20>
<h:form id="form">
<rich:tabPanel switchType="client">
<rich:tab label="First">
Here is tab #1
<rich:inputNumberSlider value="20" />
</rich:tab>
<rich:tab label="Second">
Here is tab #2
<rich:inputNumberSlider value="80" />
</rich:tab>
</rich:tabPanel>
<h:commandButton action="submit" value="Submit" />
<a4j:commandButton reRender="form" value="reRender"></a4j:commandButton>
</h:form>
</body>
Click on second tab
see image attached
--
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
13 years, 5 months
[JBoss JIRA] Moved: (RF-11062) Update CSV bean validation impl so that it wraps JSF 2's impl, and does not replace it.
by Jay Balunas (JIRA)
[ https://issues.jboss.org/browse/RF-11062?page=com.atlassian.jira.plugin.s... ]
Jay Balunas moved RFPL-1375 to RF-11062:
----------------------------------------
Project: RichFaces (was: RichFaces Planning)
Key: RF-11062 (was: RFPL-1375)
Workflow: GIT Pull Request workflow (was: jira)
Component/s: component-validators
(was: components)
Fix Version/s: 4.1.0.Milestone1
(was: 4.1.0.Milestone1)
> Update CSV bean validation impl so that it wraps JSF 2's impl, and does not replace it.
> ---------------------------------------------------------------------------------------
>
> Key: RF-11062
> URL: https://issues.jboss.org/browse/RF-11062
> Project: RichFaces
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: component-validators
> Reporter: Jay Balunas
> Assignee: Lukáš Fryč
> Priority: Critical
> Labels: design, tran
> Fix For: 4.1.0.Milestone1
>
> Original Estimate: 0 minutes
> Remaining Estimate: 0 minutes
>
> The current implementation of CSV with bean validation support replaces the build in BV implementation present in JSF 2. This will cause a lot of maintenance issues as we move forward. We need to discuss how to wrap this instead, and only overriding where critical.
>
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 5 months