[JBoss JIRA] Created: (RF-10065) Component control doesn't work in JBoss 6 CR1
by Pavol Pitonak (JIRA)
Component control doesn't work in JBoss 6 CR1
---------------------------------------------
Key: RF-10065
URL: https://issues.jboss.org/browse/RF-10065
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-misc
Affects Versions: 4.0.0.Milestone4
Environment: RichFaces 4.0.0-SNAPSHOT r.20713
Metamer 4.0.0-SNAPSHOT r.20714
Mojarra 2.0.3-FCS
JBoss AS 6.0.0.20101110-CR1
OpenJDK Runtime Environment 1.6.0_20-b20 @ Linux
Chrome 8.0.552.224 @ Linux x86_64
Reporter: Pavol Pitonak
1. deploy Metamer and open http://localhost:8080/metamer/faces/components/richAccordion/simple.xhtml
2. click the button with label "item2"
result:
nothing happens (only page is reloaded)
reason:
the following component control is not rendered correctly on the page (it's missing attribute onclick)
<h:commandButton id="switchButton2" value="item2">
<rich:componentControl event="click" operation="switchToItem" target="accordion" >
<f:param value="item2" />
</rich:componentControl>
</h:commandButton>
<input id="form:switchButton2" type="submit" name="form:switchButton2" value="item2" />
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 3 months
[JBoss JIRA] Updated: (RF-10006) Release/build: Javadoc is processing war files
by Alex Kolonitsky (JIRA)
[ https://issues.jboss.org/browse/RF-10006?page=com.atlassian.jira.plugin.s... ]
Alex Kolonitsky updated RF-10006:
---------------------------------
Fix Version/s: Future_4.X
(was: 4.0.0.CR1)
> Release/build: Javadoc is processing war files
> ----------------------------------------------
>
> Key: RF-10006
> URL: https://issues.jboss.org/browse/RF-10006
> Project: RichFaces
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: build
> Affects Versions: 4.0.0.Milestone4
> Reporter: Nick Belaevski
> Assignee: Alex Kolonitsky
> Fix For: Future_4.X
>
>
> When I'm building release, I see that for ui projects (e.g. ui/misc/ui) .WAR files are being processed by Javadoc:
> [INFO] [INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:2.7:javadoc' has not be previously called for the project: 'org.richfaces.cdk:dist:jar:4.0.0-SNAPSHOT'. Trying to invoke it...
> [INFO] [INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:2.7:javadoc' has not be previously called for the project: 'org.richfaces.archetypes:richfaces-archetype-simpleapp:maven-archetype:4.0.0-SNAPSHOT'. Tr
> ying to invoke it...
> [INFO] [INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:2.7:javadoc' has not be previously called for the project: 'org.richfaces.archetypes:richfaces-component:maven-archetype:4.0.0-SNAPSHOT'. Trying to in
> voke it...
> [INFO] [INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:2.7:javadoc' has not be previously called for the project: 'org.richfaces.archetypes:richfaces-component-short:maven-archetype:4.0.0-SNAPSHOT'. Trying
> to invoke it...
> [INFO] [INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:2.7:javadoc' has not be previously called for the project: 'org.richfaces.archetypes:richfaces-components-aggregator:maven-archetype:4.0.0-SNAPSHOT'.
> Trying to invoke it...
> [INFO] [INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:2.7:javadoc' has not be previously called for the project: 'org.richfaces.archetypes:richfaces-archetype-gae:maven-archetype:4.0.0-SNAPSHOT'. Trying t
> o invoke it...
> [INFO] [INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:2.7:javadoc' has not be previously called for the project: 'org.richfaces.examples:template:war:4.0.0-SNAPSHOT'. Trying to invoke it...
> [INFO] [INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:2.7:javadoc' has not be previously called for the project: 'org.richfaces.examples:core-demo:war:4.0.0-SNAPSHOT'. Trying to invoke it...
> [INFO] [INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:2.7:javadoc' has not be previously called for the project: 'org.richfaces.examples:misc-demo:war:4.0.0-SNAPSHOT'. Trying to invoke it...
> [INFO] [INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:2.7:javadoc' has not be previously called for the project: 'org.richfaces.examples:output-demo:war:4.0.0-SNAPSHOT'. Trying to invoke it...
> [INFO] [INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:2.7:javadoc' has not be previously called for the project: 'org.richfaces.examples:input-demo:war:4.0.0-SNAPSHOT'. Trying to invoke it...
> [INFO] [INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:2.7:javadoc' has not be previously called for the project: 'org.richfaces.examples:repeater-demo:war:4.0.0-SNAPSHOT'. Trying to invoke it...
> and this takes a lot of time. This should not be happening.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 3 months
[JBoss JIRA] Created: (RF-9811) CDK: attributes import errors are silently ignored
by Nick Belaevski (JIRA)
CDK: attributes import errors are silently ignored
--------------------------------------------------
Key: RF-9811
URL: https://jira.jboss.org/browse/RF-9811
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: CDK
Affects Versions: 4.0.0.Milestone5
Reporter: Nick Belaevski
Assignee: Alexander Smirnov
The following @JsfComponent is handled without any error messages:
@JsfComponent(
type = AbstractTree.COMPONENT_TYPE,
family = AbstractTree.COMPONENT_FAMILY,
tag = @Tag(name = "tree"),
renderer = @JsfRenderer(type = "org.richfaces.TreeRenderer"),
attributes = {"some-non-existent.xml", "core-props.xml", "i18n-props.xml"}
)
though 'some-non-existent.xml' resource does not exist.
--
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
15 years, 3 months