Thankyou,and Sorry, Samba. On 9/11/06, Günther, Thorsten <[EMAIL PROTECTED]> wrote:
> Hey, > Thorsten, > I'm not a Non-believer, my friend, I will accept using a technology after > trying it out exaustively, and only once I'm confident that I can use it > with out any difficulty,will I recommenf using for our project. That was not meant to be an insult. The articles there are IMHO a good and compact resource for JSF-newbies like us for getting things done like action calling and for getting an understanding of the overall technology. I personally believed in JSF before I found these articles. :) Regards, Thorsten -----Urspr�ngliche Nachricht----- Von: Samba [mailto:[EMAIL PROTECTED] Gesendet: Montag, 11. September 2006 14:03 An: adffaces-user@incubator.apache.org Betreff: Re: Navigation rules not working with Facelets In my BackingBeanTest.java, I have : private String test; public void setTest(String test) { this.test = test; } public String getTest() { System.out.println("This method is invoked"); return test; } And in my BackingBeanTest.jspx page, I have: <f:view> <afh:html binding="#{backing_BackingBeanTest.html1}" id="html1"> <afh:head title="BackingBeanTest" binding="#{backing_BackingBeanTest.head1}" id="head1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> </afh:head> <afh:body binding="#{backing_BackingBeanTest.body1}" id="body1"> <af:form binding="#{backing_BackingBeanTest.form1}" id="form1"> <af:commandButton text="Submit" binding="#{backing_BackingBeanTest.commandButton1}" id="commandButton1" action="#{backing_BackingBeanTest.getTest}"/> </af:form> </afh:body> </afh:html> </f:view> But that method is not being invoked. Where am I missing it out? Thanking you, Samba. P.S. : Hey, Thorsten, I'm not a Non-believer, my friend, I will accept using a technology after trying it out exaustively, and only once I'm confident that I can use it with out any difficulty,will I recommenf using for our project. On 9/11/06, G�nther, Thorsten <[EMAIL PROTECTED]> wrote: > > Hi Samba! > > That would be just standard JSF. Do you know the "JSF for nonbelievers" > series at IBM developerWorks? > > http://www-128.ibm.com/developerworks/views/java/libraryview.jsp?search_by=nonbelievers > : > Great stuff for such things. I use it every day, nearly. :-) > > Regards, > Thorsten > > -----Urspr�ngliche Nachricht----- > Von: Samba [mailto:[EMAIL PROTECTED] > Gesendet: Montag, 11. September 2006 13:17 > An: adffaces-user@incubator.apache.org > Betreff: Re: Navigation rules not working with Facelets > > Hey, > Thankyou Mat...., > I really forgot to keep those components(commandLink, and commandButton) > inside <af:form>, > Thankyou for reminding me,, > It worked normally,now. > But I'm not able to get the methods that I write in the backing beans > invoked! > How to get that done ? > > Regards, > Samba. > > > On 9/11/06, Matthias Wessendorf <[EMAIL PROTECTED]> wrote: > > > > don't you have a form component ? > > > > On 9/11/06, Samba <[EMAIL PROTECTED]> wrote: > > > Hi! Matthias, > > > > > > The following is the code I'm using: > > > > > > <ui:define name="topmenu"> > > > <ul> > > > <li class="selected"><a href="#">PageOne</a></li> > > > > > > > > > <li><a href="Layout.jsf">Layout</a></li> > > > <li><a href="Template.jsf">Template</a></li> > > > <li><a href="MultipleTemplateClient.jsf > ">MultipleTemplateClient</a></li> > > > <af:commandLink text="Home" action="home"/> > > > </ul> > > > > > > </ui:define> > > > > > > in faces-config.xml, > > > I added the navigation rule as below: > > > > > > > > > <navigation-rule> > > > <from-view-id>/PageOne.jspx</from-view-id> > > > <navigation-case> > > > <from-outcome>home</from-outcome> > > > <to-view-id>/Home.jspx</to-view-id> > > > </navigation-case> > > > </navigation-rule> > > > > > > > > > With direct refence to the pages it is working and that too > with HTML > > > anchor tag it's woking , but not with <af:commandLink> or > > > <af:commandButton> > > > > > > Is there any special syntax for getting navigation rules/ ADF > > > CommandLink/Button working? > > > > > > Thanking you, > > > Samba. > > > > > > On 9/11/06, Matthias Wessendorf <[EMAIL PROTECTED]> wrote: > > > > > > > > what are you doing? > > > > please provide some code. > > > > (it's working for me ;) ) > > > > > > > > On 9/11/06, Samba <[EMAIL PROTECTED]> wrote: > > > > > Hi all! > > > > > > > > > > I'm facing diffculty with page navigation in Facelets Pages. > > > > > I could navigate to the pages if I directly give href attribute > of > > the > > > > > HTML link/anchor tags(with .jsf extension). but, I'm not getting > the > > > > > navigation rules working. > > > > > > > > > > Is there any special way to get navigation rules working with > > facelets > > > > > pages? > > > > > > > > > > Thanking you , )(apologising for that unfortunate day), > > > > > Samba. > > > > > > > > > > > > > > > > > > > > > > -- > > > > Matthias Wessendorf > > > > > > > > further stuff: > > > > blog: http://jroller.com/page/mwessendorf > > > > mail: mwessendorf-at-gmail-dot-com > > > > > > > > > > > > > > > > -- > > > Vuntaanu... > > > Samba. > > > > > > > > > > > > -- > > Matthias Wessendorf > > > > further stuff: > > blog: http://jroller.com/page/mwessendorf > > mail: mwessendorf-at-gmail-dot-com > > > > > > -- > Vuntaanu... > Samba. > > -- Vuntaanu... Samba.
-- Vuntaanu... Samba.