My favorites | Sign in
Project Home Downloads Wiki Issues Source
Details: Show all Hide all

Older

  • Aug 12, 2010
    Usage (Describes how to use rss4jsf tags) Wiki page commented on by armen.arzumanyan   -   Hello, I have not use rss4jsf, and just do <?xml version='1.0' encoding='UTF-8' ?> <rss xmlns:media="http://search.yahoo.com/mrss/" version="2.0" xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" xmlns:ui="http://java.sun.com/jsf/facelets" > <f:view contentType="application/rss+xml"> <channel> <ui:repeat value="#{ArticleRSSListBean.rssList}" var="entry"> <h:outputText value="link"/> <title><h:outputText value="#{entry.subject}"/></title> <link><h:outputText value="#{entry.url}"/> </link> <description><h:outputText value="#{entry.content}"/></description> <pubDate><h:outputText value="#{entry.publishDate}"/></pubDate> <item> <title><h:outputText value="#{entry.subject}"/></title> <guid><h:outputText value="#{entry.url}"/></guid> <link><h:outputText value="#{entry.url}"/></link> <description><h:outputText value="#{entry.content}"/></description> <pubDate><h:outputText value="#{entry.publishDate}"/></pubDate> </item> </ui:repeat> </channel> </f:view> </rss> result you can see in the site lastpubs.com http://lastpubs.com/rss.jsf
    Hello, I have not use rss4jsf, and just do <?xml version='1.0' encoding='UTF-8' ?> <rss xmlns:media="http://search.yahoo.com/mrss/" version="2.0" xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" xmlns:ui="http://java.sun.com/jsf/facelets" > <f:view contentType="application/rss+xml"> <channel> <ui:repeat value="#{ArticleRSSListBean.rssList}" var="entry"> <h:outputText value="link"/> <title><h:outputText value="#{entry.subject}"/></title> <link><h:outputText value="#{entry.url}"/> </link> <description><h:outputText value="#{entry.content}"/></description> <pubDate><h:outputText value="#{entry.publishDate}"/></pubDate> <item> <title><h:outputText value="#{entry.subject}"/></title> <guid><h:outputText value="#{entry.url}"/></guid> <link><h:outputText value="#{entry.url}"/></link> <description><h:outputText value="#{entry.content}"/></description> <pubDate><h:outputText value="#{entry.publishDate}"/></pubDate> </item> </ui:repeat> </channel> </f:view> </rss> result you can see in the site lastpubs.com http://lastpubs.com/rss.jsf
  • Jun 03, 2010
    Usage (Describes how to use rss4jsf tags) Wiki page commented on by djohannot   -   Nice component. I have made a small modification on my local sources. I have add a method in RssItem.java to format the body. I explain... Some rss feed comes with HTML tag inside. Sometimes it's not desired. The added method simply remove all HTML tags found. If you need these 3 lines of code :) Another question, but about Rsslib4JSF. I have a problem if i use your tag on a server who's behind a reverse proxy. I have an RSSException from SimpleRssOutput.java, line 36, because of a connection refused. It seems to come from the "setXmlResource" method, called from the "parseXmlFile" of the RSSParser class. If you have any idea. In all case, thanks for your work. David Johannot
    Nice component. I have made a small modification on my local sources. I have add a method in RssItem.java to format the body. I explain... Some rss feed comes with HTML tag inside. Sometimes it's not desired. The added method simply remove all HTML tags found. If you need these 3 lines of code :) Another question, but about Rsslib4JSF. I have a problem if i use your tag on a server who's behind a reverse proxy. I have an RSSException from SimpleRssOutput.java, line 36, because of a connection refused. It seems to come from the "setXmlResource" method, called from the "parseXmlFile" of the RSSParser class. If you have any idea. In all case, thanks for your work. David Johannot
  • Oct 05, 2009
    Usage (Describes how to use rss4jsf tags) Wiki page commented on by cshijun   -   hi.. how do you solve the error? regarding the attribute channelVar..
    hi.. how do you solve the error? regarding the attribute channelVar..
 
Powered by Google Project Hosting