[JBoss JIRA] Closed: (RF-3282) jsFunction defined inside the datatable has last "var" value
by Aleksej Yanul (JIRA)
[ http://jira.jboss.com/jira/browse/RF-3282?page=all ]
Aleksej Yanul closed RF-3282.
-----------------------------
> jsFunction defined inside the datatable has last "var" value
> ------------------------------------------------------------
>
> Key: RF-3282
> URL: http://jira.jboss.com/jira/browse/RF-3282
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.1.4
> Reporter: Tomislav Tkal?evi?
> Assigned To: Aleksej Yanul
> Fix For: 3.2.1
>
>
> When using jsFunction inside a datatable(inside a rich:column),
> Code:
> <r:dataTable var="v" value="#{myBean.list}" ...
>
> and that jsFunction has some method like:
> Code:
> <a:jsFunction eventsQueue="red"
> name="js_AddAction" action="#{myBean.process(v)}" />
>
> If some element calls that jsFunction on his event,
> Code:
> <t:inputText value="#{v.property}" onkeypress="js_AddAction();"/>
>
> value of the var inside the jsFunction action attribute (if that jsFunction is defined inside the datatable)
> is always the last value of the var in the datatable,not the current value
> of that var.
--
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
16 years, 6 months
[JBoss JIRA] Created: (RF-3269) Separator images aren't registered
by Nick Belaevski (JIRA)
Separator images aren't registered
----------------------------------
Key: RF-3269
URL: http://jira.jboss.com/jira/browse/RF-3269
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.1
Reporter: Nick Belaevski
Assigned To: Nick Belaevski
Fix For: 3.2.1
SEVERE: Servlet.service() for servlet Faces Servlet threw exception
org.ajax4jsf.resource.ResourceNotFoundException: Resource not registered : org.richfaces.renderkit.html.images.BevelSeparatorImage
at org.ajax4jsf.resource.ResourceBuilderImpl.getResource(ResourceBuilderImpl.java:389)
at org.ajax4jsf.resource.ResourceBuilderImpl.getResourceForKey(ResourceBuilderImpl.java:333)
at org.ajax4jsf.resource.InternetResourceService.serviceResource(InternetResourceService.java:152)
at org.ajax4jsf.resource.InternetResourceService.serviceResource(InternetResourceService.java:141)
at org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:486)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:261)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:581)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
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
16 years, 6 months
[JBoss JIRA] Created: (RF-3371) dataGrid: incorect view under FF & Opera in case using "caption" facet.
by Mikhail Vitenkov (JIRA)
dataGrid: incorect view under FF & Opera in case using "caption" facet.
-----------------------------------------------------------------------
Key: RF-3371
URL: http://jira.jboss.com/jira/browse/RF-3371
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.1
Environment: FF, Opera(3.2.1.CR3)
Reporter: Mikhail Vitenkov
Assigned To: Nick Belaevski
Priority: Optional
Use following code:
<h:dataTable id="c1" border="1" value="#{testBean.tables}"
var="table">
<h:column>
<rich:dataGrid id="c2" columns="2" value="#{table.cells}" var="cell" ....captionClass="test">
<f:facet name="caption">
<h:outputText value="CAPTION"></h:outputText>
</f:facet>
<f:facet name="header">
<f:verbatim>HEADER</f:verbatim>
</f:facet>
<h:outputText value="#{cell.value}"></h:outputText>
<f:facet name="footer">
<f:verbatim>FOOTER</f:verbatim>
</f:facet>
</rich:dataGrid>
</h:column>
</h:dataTable>
Actual behavior:
Different dataGrid component's view under FF & Opera. For more information see attached mock up.
--
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
16 years, 6 months