[JBoss JIRA] Created: (RF-9573) inplaceSelect: canceled new value sent to server instead of previous one
by Ilya Shaikovsky (JIRA)
inplaceSelect: canceled new value sent to server instead of previous one
------------------------------------------------------------------------
Key: RF-9573
URL: https://jira.jboss.org/browse/RF-9573
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-input
Affects Versions: 4.0.0.Milestone4
Reporter: Ilya Shaikovsky
Assignee: Anton Belevich
Priority: Minor
Fix For: 4.0.0.Milestone4
<rich:inplaceSelect editEvent="dblclick" id="inplaceSelect"
showControls="true" saveOnSelect="false" saveOnBlur="false"
value="#{inplaceSelectBean.value}" defaultLabel="Double click to edit value"
openOnEdit="true" required="true">
<f:selectItems value="#{inplaceSelectBean.capitalsOptions}" />
</rich:inplaceSelect>
<a4j:commandButton value="saweq"></a4j:commandButton>
--
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
14 years
[JBoss JIRA] Created: (RF-9483) RichFaces 3.3.X can't built with clean repo
by Ilya Shaikovsky (JIRA)
RichFaces 3.3.X can't built with clean repo
-------------------------------------------
Key: RF-9483
URL: https://jira.jboss.org/browse/RF-9483
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: build
Affects Versions: 3.3.3.Final
Reporter: Ilya Shaikovsky
Assignee: Nick Belaevski
Priority: Critical
Even if we not going to release 3.3 anymore - build should works for sure. Our community should be able to checkout sources and customize as them need. So need to check the reaosns.
Current error:
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.
Missing:
----------
1) org.apache.maven.wagon:wagon-webdav:jar:1.0-beta-2
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.apache.maven.wagon -DartifactId=wag
on-webdav -Dversion=1.0-beta-2 -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=org.apache.maven.wagon -DartifactId=wagon
-webdav -Dversion=1.0-beta-2 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -D
repositoryId=[id]
Path to dependency:
1) org.richfaces:root:pom:3.3.4-SNAPSHOT
2) org.apache.maven.wagon:wagon-webdav:jar:1.0-beta-2
----------
1 required artifact is missing.
for artifact:
org.richfaces:root:pom:3.3.4-SNAPSHOT
from the specified remote repositories:
jboss-deprecated (https://repository.jboss.org/nexus/content/repositories/depr
ecated/),
jboss-public-repository-group (http://repository.jboss.org/nexus/content/group
s/public/)
After removing wagon-webdav from pom - there are other errors (currently with maven-site-plugin). So not digged more.
--
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
14 years