RSS help

2006-11-18 Thread Dave
How to support RSS in a website so that people can subscribe? I googled and found lots of documents about how to subscribe and about news readers, but not talking about how to support RSS functionality in a website? Thanks, Dave - Sponsored Link

Re: myFaces reference documents

2006-11-18 Thread Matthias Wessendorf
right, that is the demo resource mapping. -M On 11/17/06, Paul Spencer [EMAIL PROTECTED] wrote: Steve, Just a guess. example_messages is a bean that is tied to a resource and nav_Sample_1 is a key property in that resource. Paul Spencer barf wrote: Thanks Paul, I'll go through those links.

Re: [announcement] new security extensions

2006-11-18 Thread Matthias Wessendorf
Cagatay, have you looked at http://svn.apache.org/viewvc/myfaces/tobago/trunk/contrib/security/ ? -Matthias On 11/14/06, Cagatay Civici [EMAIL PROTECTED] wrote: Hi, There is a new EL extension in sandbox for security purposes. The basic usage is like

Re: [announcement] new security extensions

2006-11-18 Thread Cagatay Civici
No, I haven't seen that until you pointed out. Looks interesting indeed.

Re: how to create a SelectOneMenu with dynamic list

2006-11-18 Thread Gerald Müllan
user friendly. cheers, Gerald [1] http://example.irian.at/example-sandbox-20061118/ajaxChildComboBox.jsf On 11/18/06, Damar Thapa [EMAIL PROTECTED] wrote: Hi, Somebody on the list may have implemented this. I have two SelectOneMenu, A and B, with the same list. But, when Menu A is selected

Re: Using myfaces for a wizard type application

2006-11-18 Thread Gerald Müllan
://example.irian.at/example-sandbox-20061118/scopeshop/page1.jsf On 11/18/06, ying lcs [EMAIL PROTECTED] wrote: Hi, Can you please tell me how can I use myfaces to implement a wizard type application? 1. User go to a page, fill in a form. pass to second page 2. the second page is built based

Re: myFaces reference documents

2006-11-18 Thread Gerald Müllan
Steve, as an addition to start with MyFaces; It is for sure not a bad idea to do a fresh svn checkout and start playing around with the sandbox/tomahawk example applications in order to get a feeling of what is going on. How to build them with maven and handy integrate them into your IDE

Re: Using myfaces for a wizard type application

2006-11-18 Thread Matthias Wessendorf
inside of trinidad, there is also a pageFlowScope -M On 11/18/06, Andrew Robinson [EMAIL PROTECTED] wrote: Conversational state is made for this type of work. There is one in the sandbox (haven't used it). JBoss-Seam is excellent for conversations (what I used). Also the shale framework has a

Re: [announcement] new security extensions

2006-11-18 Thread Mario Ivankovits
Hi Matthias! http://svn.apache.org/viewvc/myfaces/tobago/trunk/contrib/security/ This one is really interesting, though, instead of a simple error message I'd prefer something like invoking a navigation, or even better delegating the action to be taken to the user defined security context

Re: [announcement] new security extensions

2006-11-18 Thread Matthias Wessendorf
I am definitely interested in working closer with tobago in framework issues like this! Greetz, Matthias On 11/18/06, Mario Ivankovits [EMAIL PROTECTED] wrote: Hi Matthias! http://svn.apache.org/viewvc/myfaces/tobago/trunk/contrib/security/ This one is really interesting, though, instead of a

Discussion on JSF with AJAX

2006-11-18 Thread Andrew Robinson
I have just made a new post [1] to my JSF blog to start a discussion on issues with JSF and AJAX. I would welcome anyone to visit and provide their feedback and insight on this topic. It is not as much as an informative blog as much as a conversation starter. Thanks, Andrew [1]

How do you convert a list of SelectItems that contains polymorphic objects?

2006-11-18 Thread Romanowski, Tim
Is it possible to create a list of SelectItems for a selectOneMenu that contains parent-class objects...and use them? Basically, let's say I'm running Glassfish and I have a base class called ClassA. Via EJB 3.0 (or JPA if you prefer to call it that), I am using a single table with a

Java Script error with My Faces

2006-11-18 Thread Ramesha
Dear all, I am getting javascript error when I tried to click on t:commandButton. which calls generated onclick=clear_formname() function. The generated source code is some thing like this: t:input type=submit value=submit onclick=clear_form() /. But We do not see the function clear_form()