[JBoss JIRA] Created: (RF-7773) Attempting to build component/core-demo in distribution results in FileNotFoundException
by Jay Balunas (JIRA)
Attempting to build component/core-demo in distribution results in FileNotFoundException
----------------------------------------------------------------------------------------
Key: RF-7773
URL: https://jira.jboss.org/jira/browse/RF-7773
Project: RichFaces
Issue Type: Bug
Components: build, examples
Affects Versions: 4.0.0.ALPHA1
Reporter: Jay Balunas
Assignee: Alex Kolonitsky
Fix For: 4.0.0.ALPHA2
The pom is pointing to a module that does not exist in the distribution
Caused by: java.io.FileNotFoundException: /Users/balunasj/dev/api/richfaces-examples-4.0.0-SNAPSHOT/components/calendar-demo (No such file or directory)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:106)
at hidden.org.codehaus.plexus.util.xml.XmlReader.<init>(XmlReader.java:124)
at hidden.org.codehaus.plexus.util.xml.XmlStreamReader.<init>(XmlStreamReader.java:67)
at hidden.org.codehaus.plexus.util.ReaderFactory.newXmlReader(ReaderFactory.java:113)
at org.apache.maven.project.DefaultMavenProjectBuilder.readModel(DefaultMavenProjectBuilder.java:1580)
... 17 more
--
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
15 years, 3 months
[JBoss JIRA] Created: (RF-7795) suggestionBox: process attribute not works
by Ilya Shaikovsky (JIRA)
suggestionBox: process attribute not works
------------------------------------------
Key: RF-7795
URL: https://jira.jboss.org/jira/browse/RF-7795
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.2.CR1
Reporter: Ilya Shaikovsky
Assignee: Nick Belaevski
messages not shown after calling suggestion but suggestion list opens instead.
<rich:suggestionbox id="suggestionBoxId" for="text" tokens=",[]"
rules="#{suggestionBox.rules}"
suggestionAction="#{capitalsBean.autocomplete}" var="result"
fetchValue="#{result.name}" rows="#{suggestionBox.intRows}"
first="#{suggestionBox.intFirst}"
minChars="#{suggestionBox.minchars}"
shadowOpacity="#{suggestionBox.shadowOpacity}"
border="#{suggestionBox.border}" width="#{suggestionBox.width}"
height="#{suggestionBox.height}"
shadowDepth="#{suggestionBox.shadowDepth}"
cellpadding="#{suggestionBox.cellpadding}"
nothingLabel="No capitals found" columnClasses="center"
usingSuggestObjects="true"
onobjectchange="processObjectsChange(suggestion)" process="input">
<h:column>
<h:graphicImage value="#{result.stateFlag}" />
</h:column>
<h:column>
<h:outputText value="#{result.name}" />
</h:column>
<h:column>
<h:outputText value="#{result.state}" style="font-style:italic" />
</h:column>
</rich:suggestionbox>
<h:inputText value="" required="true" id="input"/>
<rich:messages></rich:messages>
--
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
15 years, 3 months