[JBoss JIRA] (RF-13587) rich:autocomplete - suggestion box doesn't show up at all
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13587?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-13587:
-------------------------------
Sprint: (was: 4.5.0.Alpha3 - Sprint 2)
> rich:autocomplete - suggestion box doesn't show up at all
> ---------------------------------------------------------
>
> Key: RF-13587
> URL: https://issues.jboss.org/browse/RF-13587
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-input
> Affects Versions: 4.3.5
> Environment: Implementation: JSF-2.2.6 mojarra, Mojarra 2.2.5
> Server: WebLogic 12.1.2.1, WildFly 8.0.0.Final
> Browser: Chrome 33, Firefox 27
> Java: 1.7
> Reporter: Amit Tikoo
> Labels: richfaces
> Fix For: 4.5.0.Alpha3
>
> Original Estimate: 4 hours
> Remaining Estimate: 4 hours
>
> I am using a <rich:autocomplete> component but the suggestion box just doesn't show up. Here is a simple case I'm trying:
> XHTML:
> {code}
> <h:form id="amit" prependId="false">
> <rich:autocomplete mode="ajax" minChars="1" autofill="true" var="station" autocompleteMethod="#{segmentationBean.autocomplete1}" >
> <rich:column styleClass="sexy">
> <b>#{station}</b>
> </rich:column>
> </rich:autocomplete>
> </h:form>
> {code}
> JAVA:
> {code}
> public List<String> autocomplete1(String request){
> List<String> suggestions = new ArrayList<String>();
> suggestions.add("test 1");
> suggestions.add("test 2");
> suggestions.add("test 3");
> suggestions.add("test 4");
> return suggestions;
> }
> {code}
> This shows up in logging (using <a4j:log/>)
> {code}
> error[14:47:03.644]: Received 'error@malformedXML' event from <span id=j_idt5 class=rf-au ...>
> error[14:47:03.644]: [status=200] During update: javax.faces.ViewState not found
> {code}
> Also i can see the suggestion if i switch the mode to "Client"
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 6 months
[JBoss JIRA] (RF-13626) Rename the BOM artifact
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13626?page=com.atlassian.jira.plugin.s... ]
Brian Leathem reassigned RF-13626:
----------------------------------
Assignee: Brian Leathem
> Rename the BOM artifact
> -----------------------
>
> Key: RF-13626
> URL: https://issues.jboss.org/browse/RF-13626
> Project: RichFaces
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Reporter: Brian Leathem
> Assignee: Brian Leathem
> Fix For: 4.5.0.Alpha3
>
> Original Estimate: 15 minutes
> Remaining Estimate: 15 minutes
>
> I've implemented these changes here:
> https://github.com/richfaces/richfaces/tree/RF-13608-artifact-rename
> I'd also like to rename the BOM as part of this issue. Currently the BOM manages the following Dependency versions:
> {code}
> <dependencyManagement>
> <dependencies>
> <!-- Optional cache dependencies -->
> <dependency>
> <groupId>opensymphony</groupId>
> <artifactId>oscache</artifactId>
> <version>${version.oscache}</version>
> </dependency>
> <dependency>
> <groupId>org.jboss.cache</groupId>
> <artifactId>jbosscache-core</artifactId>
> <version>${version.jbosscache}</version>
> </dependency>
> <dependency>
> <groupId>net.sf.ehcache</groupId>
> <artifactId>ehcache</artifactId>
> <version>${version.ehcache}</version>
> </dependency>
> </dependencies>
> </dependencyManagement>
> {code}
> Since only the cache-dependencies are managed, we could rename the BOM to {{richfaces-cache-bom}}.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 6 months
[JBoss JIRA] (RF-13406) Create a new showcase for RichFaces 5
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13406?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-13406:
-------------------------------
Sprint: (was: 4.5.0.Alpha3 - Sprint 2)
> Create a new showcase for RichFaces 5
> -------------------------------------
>
> Key: RF-13406
> URL: https://issues.jboss.org/browse/RF-13406
> Project: RichFaces
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: showcase
> Reporter: Brian Leathem
> Fix For: 5.0.0.Alpha4
>
> Original Estimate: 2 days
> Remaining Estimate: 2 days
>
> The new showcase should:
> # Include the examples from the existing RichFaces4 showcase
> #* Simplications should be made as appropriate to reduce complexity (eg. no JMS, no JPA - these can be addressed in standalone examples)
> # Be based on the RichFaces Sandbox Bootstrap demo
> #* The layout will have to be changed to use generic bootstrap CSS as required
> # Drop (as much as possible) the container specific configuration found in the RichFaces4 showcase
> #* consider any sample simplifications required to achieve this goal
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 6 months