Author: andrei_exadel
Date: 2009-03-03 08:37:15 -0500 (Tue, 03 Mar 2009)
New Revision: 12799
Modified:
trunk/test-applications/realworld2/web/src/main/java/org/richfaces/realworld/search/SearchOptionByTag.java
trunk/test-applications/realworld2/web/src/main/java/org/richfaces/realworld/util/ConversationState.java
trunk/test-applications/realworld2/web/src/main/webapp/includes/search.xhtml
trunk/test-applications/realworld2/web/src/main/webapp/includes/search/result/userResult.xhtml
trunk/test-applications/realworld2/web/src/main/webapp/layout/template3.xhtml
Log:
Fix for the search
Modified:
trunk/test-applications/realworld2/web/src/main/java/org/richfaces/realworld/search/SearchOptionByTag.java
===================================================================
---
trunk/test-applications/realworld2/web/src/main/java/org/richfaces/realworld/search/SearchOptionByTag.java 2009-03-03
12:46:20 UTC (rev 12798)
+++
trunk/test-applications/realworld2/web/src/main/java/org/richfaces/realworld/search/SearchOptionByTag.java 2009-03-03
13:37:15 UTC (rev 12799)
@@ -32,7 +32,7 @@
*/
@Override
public String getSearchResultTemplate() {
- return "includes/search/result/tagsResult.xhtml";
+ return "/includes/search/result/tagsResult.xhtml";
}
/* (non-Javadoc)
Modified:
trunk/test-applications/realworld2/web/src/main/java/org/richfaces/realworld/util/ConversationState.java
===================================================================
---
trunk/test-applications/realworld2/web/src/main/java/org/richfaces/realworld/util/ConversationState.java 2009-03-03
12:46:20 UTC (rev 12798)
+++
trunk/test-applications/realworld2/web/src/main/java/org/richfaces/realworld/util/ConversationState.java 2009-03-03
13:37:15 UTC (rev 12799)
@@ -73,7 +73,8 @@
private NavigationEnum mainArea;
- @In private User user;
+ //@In
+ private User user;
//@In(required=false, create=false) private TreeMyAlbumsItem treeMyAlbumsItem;
public Integer getSelectedImageIndex() {
Modified:
trunk/test-applications/realworld2/web/src/main/webapp/includes/search/result/userResult.xhtml
===================================================================
---
trunk/test-applications/realworld2/web/src/main/webapp/includes/search/result/userResult.xhtml 2009-03-03
12:46:20 UTC (rev 12798)
+++
trunk/test-applications/realworld2/web/src/main/webapp/includes/search/result/userResult.xhtml 2009-03-03
13:37:15 UTC (rev 12799)
@@ -6,7 +6,7 @@
xmlns:rich="http://richfaces.org/rich">
<a4j:repeat id="previewList" value="#{result}"
var="user">
<div>
- <img src="" width="50" height="50"
/><h:outputText value="#{user.firstName
user.lastName}"></h:outputText>
+ <img src="" width="50" height="50"
/><h:outputText value="#{user.firstName}"></h:outputText>
</div>
</a4j:repeat>
</ui:composition>
\ No newline at end of file
Modified: trunk/test-applications/realworld2/web/src/main/webapp/includes/search.xhtml
===================================================================
(Binary files differ)
Modified: trunk/test-applications/realworld2/web/src/main/webapp/layout/template3.xhtml
===================================================================
(Binary files differ)