actionListener of aliasBean does not work

2005-11-26 Thread Dave
a.jsp ...    actionListener="#{bean.linkClicked}"     action=""/>   b.jsp ...     The actionListener method aBean.linkClicked(ActionEvent) is never called when the link is clicked.  It seems ignored. If the method name is changed to an undefined method name, no complain

Dynamic HtmlDataTable inside dynamic Panel

2005-11-26 Thread Reiner K. Kappenberger
Title: Message Hi all,   I'm having some problems creating a set of tables in tabbed panes dynamically. I've searched the mailing list and the web but could not find anything that is helping me moving forward.   I'm creating the TabbedPane dynamically since the individual tabs are a result

Re: [ANNOUNCEMENT] JavaPolis

2005-11-26 Thread Craig McClanahan
On 11/25/05, Martin van den Bemt <[EMAIL PROTECTED]> wrote: Absolutely.. Though not sure what session I am going to take yet..I will be there the whole week btw. Curious who else from apache is going..Although I don't think I will do any beer (cola is ok though), since I have to drive home afterwar

Re: [ANNOUNCEMENT] JavaPolis

2005-11-26 Thread John Fallows
Great idea Martin!  Definitely count me in for a few beers. :-) tc, -john. On 11/25/05, Martin Marinschek <[EMAIL PROTECTED]> wrote: Hi *,all of you who go to the JavaPolis this year: I'd like to invite youto come to the session in Room 1, 9:30-12:30, 12th December 2005:J2EE Web Apache MyFaces, by

Re: [ANNOUNCEMENT] JavaPolis

2005-11-26 Thread Jonas Jacobi
Well, I know I'm interested in a beer or two, so count me in. :) Jonas Martin Marinschek wrote: Hi *, all of you who go to the JavaPolis this year: I'd like to invite you to come to the session in Room 1, 9:30-12:30, 12th December 2005: J2EE Web Apache MyFaces, by Martin Marinschek, Jo

Problem with Stylesheet loading after returning to the site by pressing the cancel button

2005-11-26 Thread Matthias Kahlau
Hi! I have a JSF page with stylesheets used by , and the stylesheets are correctly applied. The page links to another JSF page. When I navigate to the other JSF page, and then return to the first page by pressing the cancel button, the first page is shown, but without any stylesheets applied. Doe

Re: Usage of PanelNavigation2

2005-11-26 Thread Thomas Spiegl
Stefan, no either panelNavigation nor panelNavigation2 can keep the entire tree opened. I could add a new attribute to panalNavigation2 eg. "expandAll", which is false by default. If set to true the entire tree will stay opened. Thomas On 11/25/05, Stefan Betermieux <[EMAIL PROTECTED]> wrote: A

HTML nesting warning on closing hr: This element must not contain nested elements or text in HTML

2005-11-26 Thread Matthias Kahlau
Hi! I found the following error message in the logging output of MyFaces: WARN [org.apache.myfaces.renderkit.html.HtmlResponseWriterImpl] HTML nesting warning on closing hr: This element must not contain nested elements or text in HTML May this warning be caused by the following usage of the

ERROR [org.apache.myfaces.taglib.UIComponentTagUtils] Invalid expression

2005-11-26 Thread Matthias Kahlau
Hi! I found a few of the following error message in the logging output of MyFaces: ERROR [org.apache.myfaces.taglib.UIComponentTagUtils] Invalid expression Is this error caused by my site design, or is this an internal failure? Regards, Matthias

Redisplay a JSF site after submit with the scrolling state previously used?

2005-11-26 Thread Matthias Kahlau
Hi! I use a method for valueChangeListeners of selectOneMenu and other multi choice tags. In the valueChangeListeners method, I can set the state of boolean variables, which are used in the JSF site in attributes like disabled and rendered of some tags. A valueChangeListener method is invoked wh

AW: AW: selectOneRadio and valueChangeListener method with onchange submit - submit only after 2nd change

2005-11-26 Thread Matthias Kahlau
Hi! Many thanks for the tip. Do you know, if the Javascript generated by the t:jsValueChangeListener tag is embedded in the target site? Is it possible to bias MyFaces so that the generated Javascript will reside in an external file. I might have problems with embedded Javascript, because the app

Problem with Changing the locale, &

2005-11-26 Thread YinYang
Hi all, I'm a newbie and have the following problem: We have in all pages commandLinks to enable the users change the Locale. The backing-Bean-methods look like e.g.: public String at() { FacesContext context = FacesContext.getCurrentInstance(); context.getViewRoot().setLocale(new

Re: Set pageindex of datascroller

2005-11-26 Thread Steffen Hankiewicz
Hi, > The next time the user opens the site with the datatable and the > datascroller the pageindex is still the same like before... > Any chance to set it to 0 again? I solved this problem that way: FacesContext context = FacesContext.getCurrentInstance(); UIViewRoot view = context.getViewRoot