Re: [Trinidad] mvn site fail

2007-06-28 Thread Zarick Lau
Hi Matthias, Oops.. I resolved it.. I upgrade my Maven to 2.0.7, and the jar is resolved correctly... Sorry for wasting the time!! Regards, Zarick On 6/27/07, Matthias Wessendorf [EMAIL PROTECTED] wrote: not sure, why there is a dependency to 1.1-SNAP of Skins, but the one you're looking

Re: Problems migrating from JSF RI 1.1 to MyFaces Core 1.1.5

2007-06-28 Thread Marko Asplund
Andrew Robinson wrote: What scope is #{nav}? Are you using other JSF 3rd party libraries (besides ADF)? Are you using an h:form or a 3rd party form component? #{nav} is in request scope but it uses the session scoped #{treeState} for actually returning the model (e.g. #{nav.tree1Model}). The

[tobago] Nested tc:sheet

2007-06-28 Thread Zied Hamdi
Hi there, I have a problem displaying nested sheets, the html code is there but it isn't displayed. I took a look and found the conversation http://www.mail-archive.com/users@myfaces.apache.org/msg34493.html about how to crossover the problem by using selectItems (didn't still try), but do you

RE: TabbedPane does not remember position

2007-06-28 Thread Fintan Conway
Hi Andreas, There is a focus component in the Sandbox which might do what you want. http://wiki.apache.org/myfaces/Focus Regards, Fintan -Original Message- From: Andreas Heidrich [mailto:[EMAIL PROTECTED] Sent: 26 June 2007 18:23 To: MyFaces Discussion Subject: TabbedPane does not

[Trinidad] Searching for daily builds

2007-06-28 Thread Fleischer Peter
Hello, http://myfaces.apache.org/trinidad/download.html says something about nightly builds, but checking the file dates in the directories I can't find any. Am I searching in a wrong location? Are there no public nightly builds? I desperately need a version of Trinidad with the issue

Re: [Trinidad] Searching for daily builds

2007-06-28 Thread Matthias Wessendorf
Hi Peter, they should be here: http://people.apache.org/repo/m2-snapshot-repository/org/apache/myfaces/trinidad/trinidad-api/ but there is no 1.0.2-snap published. Continuum was down, and is back now. I am working on this On 6/28/07, Fleischer Peter [EMAIL PROTECTED] wrote: Hello,

AW: [Trinidad] Searching for daily builds

2007-06-28 Thread Fleischer Peter
Hi Matthias, thanks for the information. I am looking forward to testing a new snapshot. Peter -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Auftrag von Matthias Wessendorf Gesendet: Donnerstag, 28. Juni 2007 10:55 An: MyFaces Discussion Betreff: Re:

RE: t:inputCalendar f:convertDateTime

2007-06-28 Thread Holger Igel
But how can you solve the daylightsaving problem ? do we have to change everytime the timezone attribute ? in germany we could have the following values: f:convertDateTime type=both dateStyle=medium timeZone=GMT+2/ or f:convertDateTime type=both dateStyle=medium timeZone=GMT+1/ Holger

Re: pprPanelGroup ajax-request error

2007-06-28 Thread samju
ok i will take a look at it.Thanks a lot for the additional information! Sam Ernst Fastl wrote: There have been some issues with PPR in combination with datatables lately. Try using the latest nightly build of the sandbox 1.1.6. available on:

Expression language, testing size of collections

2007-06-28 Thread David Delbecq
Hello, i'm facing an issue with EL in JSF. I have a collection of items. I want to render them as a table header followed by content (using tomahawk datalist). However, i'd like to skip full table rendering if collection is empty or null. Problem is that collections in java do not follow the

Re: Expression language, testing size of collections

2007-06-28 Thread Christopher Cudennec
Hi David, try this EL-Expression: rendered=#{not empty yourCollectionName} Cheers, Christopher David Delbecq schrieb: Hello, i'm facing an issue with EL in JSF. I have a collection of items. I want to render them as a table header followed by content (using tomahawk datalist). However, i'd

[Trinidad] Available Maven2 maven-jdev-plugin for JDeveloper10.1.3.1.0

2007-06-28 Thread JGeek
Hello, I have been using Trinidad's plugin maven-jdev-plugin for JDeveloper10.1.3.0.x versions. Recently I installed JDeveloper10.1.3.1.0 . But the latest Trinidad's plugin: maven-jdev-plugin 1.2.1 only supports JDeveloper versions upto 10.1.3.0.4 The structure of the workspace .jws and

Re: Expression language, testing size of collections

2007-06-28 Thread Stefano Panero
Hi, extendig subject... where I can find documentation about EL language (operator...)? Thanks. 2007/6/28, Christopher Cudennec [EMAIL PROTECTED]: Hi David, try this EL-Expression: rendered=#{not empty yourCollectionName} Cheers, Christopher David Delbecq schrieb: Hello, i'm facing

Re: [Orchestra] Orchestra and ajax

2007-06-28 Thread Michael Marr
Hi, I'll set up a small example project, can't post the whole war. But we use the multibean way (orchestra:conversationName=multibean) and have a couple of beans. The log shows that they all get registered with the multibean conversation. Could you show me the web.xml and faces-config.xml you

Antwort: RE: TabbedPane does not remember position

2007-06-28 Thread Andreas Heidrich
Thanx for the hint. I already solved the problem. See the message with the header Re: [Tomahawk] TabbedPane does not remember position - solved. Andreas Heidrich (Embedded Organisationsprogrammierer/EDV Orga image moved Toyota Kreditbank GmbH

Re: [Orchestra] Orchestra and ajax

2007-06-28 Thread Mario Ivankovits
Hi Michael! I'll set up a small example project, can't post the whole war. Thanks! Could you show me the web.xml and faces-config.xml you used. Yepp, but I do not know if its correct at all, it is my first icefaces setup :-) web.xml: !DOCTYPE faces-config PUBLIC -//Sun Microsystems,

Re: [Tobago] renderedPartially make trouble in JSF 1.2 RI

2007-06-28 Thread David Steinkopff
Hi Bernd, yes I read that examples too and it´s correct. I upgrade my dependencies in pom.xml to servlet-api 2.5, jsp-api 2.1 and jstl 1.2. Also I modify my faces-config.xml to replace my PropertyResolver with my EL-Resolver (without this, JSF 1.2_04-p02 RI generate a stack overflow with

Re: Expression language, testing size of collections

2007-06-28 Thread David Delbecq
Thanks :D En l'instant précis du 28/06/07 11:28, Christopher Cudennec s'exprimait en ces termes: Hi David, try this EL-Expression: rendered=#{not empty yourCollectionName} Cheers, Christopher David Delbecq schrieb: Hello, i'm facing an issue with EL in JSF. I have a collection of

t:documentHead help

2007-06-28 Thread Titi Wangsa
hello i was happily using head/head but i read here http://wiki.apache.org/myfaces/Performance that i can get better performance if i do these things 1. change head.../head to t:documentHead.../t:documentHead 2. add these lines in web.xml context-param

how to pop up a window requested by server

2007-06-28 Thread Dave
We have a JSF application running on JBoss/Tomcat, and have a requirement for users to send short instant messages. When user A sees user B online and wants to talk with him/her: 1. A clicks a button, pop up a window to chat with B 2. On B's machine, pop up a chat window. How to

Re: Expression language, testing size of collections

2007-06-28 Thread Christopher Cudennec
Try those URLs to begin with: [1] http://java.sun.com/j2ee/1.4/docs/tutorial/doc/JSPIntro7.html [2] http://java.sun.com/products/jsp/jstl/1.1/docs/tlddocs/index.html Stefano Panero schrieb: Hi, extendig subject... where I can find documentation about EL language (operator...)? Thanks.

JSF URL

2007-06-28 Thread robert.reiz
Hi, we have some JSF Applications with MyFaces, Trinidad, Facelets, Spring, Hibernate. In all Apps the Browser show allways the last URL, not the current URL. For exampel: 1. I start the App. I come to the login.jsf. 2. After the login-Procedure I come to welcome.jsf, but in the URL is

Re: JSF URL

2007-06-28 Thread Cagatay Civici
Hi, Try adding redirect / to your navigation configs in these cases. Cagatay On 6/28/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, we have some JSF Applications with MyFaces, Trinidad, Facelets, Spring, Hibernate. In all Apps the Browser show allways the last URL, not the current URL.

Re: t:inputCalendar

2007-06-28 Thread Werner Punz
::SammyRulez:: schrieb: Are there any convenient way to do so once for app or should we spam timezone attribute in every inputCalendar component? you could use a central application scoped bean for delivering your timezone attribute... 2007/5/7, omidh [EMAIL PROTECTED]: Thank you very

Re: t:inputCalendar f:convertDateTime

2007-06-28 Thread Werner Punz
Holger Igel schrieb: But how can you solve the daylightsaving problem ? do we have to change everytime the timezone attribute ? in germany we could have the following values: f:convertDateTime type=both dateStyle=medium timeZone=GMT+2/ or f:convertDateTime type=both dateStyle=medium

Re: t:inputCalendar f:convertDateTime

2007-06-28 Thread Simon Lessard
Hello, Yes, the JDK take care of that. However, there's some potential problems like you need close to latest JVM to include this year changes on daylight saving, and there's also an issue with a very specific date around 1930 that I forgot which is very buggy (selecting the day before)...

AW: JSF URL

2007-06-28 Thread robert.reiz
Hi, I have try it, but no effects. Robert Reiz (24/7-IT-Services) Von: Cagatay Civici [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 28. Juni 2007 14:56 An: MyFaces Discussion Betreff: Re: JSF URL Hi, Try adding redirect / to your navigation

Re: How to use RowClass in detailStamp?

2007-06-28 Thread Francisco Melo
Hi, somebody knows how to do this? Francisco Melo escreveu: Hi friends, How to use a rowClass style in a facet detailStamp of a dataTable detailToggle? I have a dataTable with the attribute rowsClasses=evenRow,oddRow, so when a toggle a detail of the row it don´t use a style class of de row

Re: [trinidad] Beginner Skinner Questions

2007-06-28 Thread Abhijit Ghosh
Also I am not sure if you have read this document: http://www.oracle.com/technology/products/jdev/101/howtos/adfskins/index.html It is a good introduction to the basics of skinning,though some things might not hold true for Trinidad. -- Abhi On 6/28/07, Paul Baker [EMAIL PROTECTED] wrote:

AW: JSF URL

2007-06-28 Thread robert.reiz
Hi, it works fine. redirect / is super. best regards, Robert Reiz (24/7-IT-Services) Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 28. Juni 2007 15:19 An: users@myfaces.apache.org Betreff: AW: JSF URL Hi, I have try it,

Re: [trinidad] Beginner Skinner Questions

2007-06-28 Thread Matthias Wessendorf
My suggestion is looking at the class, that's rendered out, by using firebug. af_component_foo would be translated into a key like af|component::foo -M On 6/28/07, Abhijit Ghosh [EMAIL PROTECTED] wrote: Also I am not sure if you have read this document:

Re: AW: JSF URL

2007-06-28 Thread Francisco Melo
Hi, try do not use the navigation faces in faces-config.xml, use a URL like a href attribute i an a tag. [EMAIL PROTECTED] escreveu: Hi, I have try it, but no effects. Robert Reiz (24/7-IT-Services) *Von:*

[Tobago] sheet layout problem and RunTimeException

2007-06-28 Thread David Steinkopff
Hi, I have a problem with the sheet tag. It show the first row duplicated out of the sheet space, see screenshot. I think the problem is based in the connection Tobago - JSF 1.2_04-p02 RI, this optical bug isn´t displayed with MyFaces 1.1.5 or JSF RI 1.1_02 that was the simple problem...

Re: [trinidad] Beginner Skinner Questions

2007-06-28 Thread Jeanne Waldman
Every skin extends the simple skin. In the source code, this is the base-desktop.xss and the simple-desktop.xss files. You can look at these to see what the defaults are, what aliases are used, etc. Or you can set your skin-family to simple, and run a page, and look at the generated css to see

AW: t:inputCalendar f:convertDateTime DaylightSaving

2007-06-28 Thread Holger Igel
Yes the JDK handles the daylight saving. I found the solution. You have to use a TimeZone ID like Europe/Amsterdam Europe/Andorra Europe/Belgrade Europe/Berlin Java.util.TimeZone String ids[] = TimeZone.getAvailableIDs(); for (int i = 0; i ids.length; i++) {

Re: Skinning tr:inputText

2007-06-28 Thread Jeanne Waldman
af|inputText.myStyleClass::label should parse in the css file to: .af_inputText.myStyleClass .af_inputText_label {} If it doesn't, I think it is a bug. I'll submit a JIRA issue. But, there is a simple workaround: af|inputText.myStyleClass af|inputText::label {} This is easier on the parser.

Re: Skinning - af | document

2007-06-28 Thread Jeanne Waldman
Run Trinidad with content compression OFF (In web.xml, set context-param param-nameorg.apache.myfaces.trinidadinternal.DISABLE_CONTENT_COMPRESSION/param-name param-valuetrue/param-value /context-param ) Then look at the rendered source. Do you see a styleclass on the document? If not, then

Re: Problem in Tree2: nullpointer org.apache.myfaces.custom.tree2.UITreeData.encodeEnd

2007-06-28 Thread Novin
Hi Andrew, Thanks for your help. You are right the problem is with the treedata. It was null and while t:tree2 id=clientTree value=#{accountTreeBean.treeData} accountTreeBean.treeData method was throwing nullpointer exception. Bcas I was not setting the the accountTreeBean in request which

AW: AW: JSF URL

2007-06-28 Thread robert.reiz
Hi, if I use redirect / JSF change my URI. Is there another possibility to show the current URL in the browser and to use faces-navigation? Why show JSF not the current URL in the browser ? In old Struts-Apps I never had this problem. Robert Reiz (24/7-IT-Services)

Re: Problem in Tree2: nullpointer org.apache.myfaces.custom.tree2.UITreeData.encodeEnd

2007-06-28 Thread Andrew Robinson
I'm not sure what you are asking. Are you having a problem with displaying the tree before an action method is called? The bean will be created first time it is evaluated by the EL engine. What is your application flow (for example, are you navigating to the page with the tree with an action)?

Re: AW: JSF URL

2007-06-28 Thread Matthias Wessendorf
Why show JSF not the current URL in the browser ? In old Struts-Apps I never had this problem. it's a postback. the request is submitted back to your page /faces/ctx/form.xhtml contains your form and check the rendered action it goes to exactly this page (postback) in struts your page

Re: AW: JSF URL

2007-06-28 Thread Andrew Robinson
JSF posts back to the current page for validation and updating. JSF doesn't know what the next page is because the navigation handler has not been run, and the application is not sure that the user's input is valid. After the navigation rule is run, a new view is created and rendered. As a

Re: [Trinidad] Available Maven2 maven-jdev-plugin for JDeveloper10.1.3.1.0

2007-06-28 Thread Adam Winer
On 6/28/07, JGeek [EMAIL PROTECTED] wrote: I have been using Trinidad's plugin maven-jdev-plugin for JDeveloper10.1.3.0.x versions. Recently I installed JDeveloper10.1.3.1.0 . But the latest Trinidad's plugin: maven-jdev-plugin 1.2.1 only supports JDeveloper versions upto 10.1.3.0.4 The

Re: Problem in Tree2: nullpointer org.apache.myfaces.custom.tree2.UITreeData.encodeEnd

2007-06-28 Thread Novin
Hi Andrew, My problem of dispaying the tree is solved. As per your last reply I can adopt two different approach 1) on-load functionality or Managed bean based (when the page will be load) the treetable bean's treedata method will called and treenode will begenerated and displayed. 2) action

[Trinidad] skin-selectors

2007-06-28 Thread Darren McEntee
Is there an alternative to this page for skin selectors as it's a 404. http://incubator.apache.org/adffaces/skin-selectors.html Thanks, Darren. P Please consider the environment before printing this email _ 1. The information

Re: [Trinidad] skin-selectors

2007-06-28 Thread Matthias Wessendorf
myfaces.apache.org/trinidad/skin-selectors.html On 6/28/07, Darren McEntee [EMAIL PROTECTED] wrote: Is there an alternative to this page for skin selectors as it's a 404. http://incubator.apache.org/adffaces/skin-selectors.html Thanks, Darren. P Please consider the environment

Controlling the display of Select All | Select None on tr:table with multiple selection

2007-06-28 Thread Yee, Richard K CTR DMDC
Hi, Is there a way to control the display of the Select All | Select None banner that is display for tables with the rowSelection=multiple set? The reason I need this is that some of the rows selections are mutually exclusive so I need to validate which rows can be selected once the user selects

Re: [Trinidad] Inner tr:table PPR problem

2007-06-28 Thread Francisco Passos
Just realized that the detailStamp facet serves exactly this purpose. I'm going to try it out. On 6/28/07, Francisco Passos [EMAIL PROTECTED] wrote: Good afternoon. I'm trying to get a particular component to render conditionally (with PPR) inside a tr:table. Not having it work though. I've

[Trinidad] Inner tr:table PPR problem

2007-06-28 Thread Francisco Passos
Good afternoon. I'm trying to get a particular component to render conditionally (with PPR) inside a tr:table. Not having it work though. I've tried a first solution without partialSubmit nor partialTriggers, which works but without PPR. This is my current attempt, where I added two

RE: [Trinidad] skin-selectors

2007-06-28 Thread Darren McEntee
Hi, can anyone shed some light on skinning a section of the tr:selectManyShuttle... I'm trying to skin it differently, and I have added some icons: move, moveAll, remove and removeAll icons to the component. But its turns out like the image attached. My skin.css: /* --- selectManyShuttle data

how to reset submitted values caused by validation errors ?

2007-06-28 Thread Michael Heinen
Hi, I have a serious conversion/validation problem and don't see any solution. My form contains an inputField for dates and a dateTime converter. If an invalid format is entered then the submitted value is not erased and the page is rerendered with the entered date. This is working fine

Re: Problem in Tree2: nullpointer org.apache.myfaces.custom.tree2.UITreeData.encodeEnd

2007-06-28 Thread Andrew Robinson
I don't see a problem with the action based, it isn't my style however, as I prefer to have my data directly tied to managed bean member variables. That way I can really get a controller role for an MVC style of development. It also is more JSF to me and less servlet-JSP style of development. I

Re: [Trinidad] skin-selectors

2007-06-28 Thread Petr Kotek
Hi Darren, there is my skin for selectManyShuttle: --- /* tr:selectManyShuttle Component */ /* Style Selectors ... */

[Tobago] When will the new tree be released?

2007-06-28 Thread Helmut Swaczinna
Hi, I ran into another serious problem with the current tree implementation. The number of nodes seems to restricted by the browser because all nodes are concatenated in one single javascript string. When a have 200 nodes the String is about 100k. Firefox gives me a box saying SyntaxError:

[Trinidad] How To Add Custom Component Resources Other Than Script

2007-06-28 Thread William Hoover
Is there a way to add resources other than scripts in custom components? What I would like to be able to do is add a static HTML page bundled with the component that will be available through a resource URL similar to how outputScriptlet works (i.e. http://foo/adf/jsLibs/someScriptResource.js).

1.2.0-SNAPSHOT Stack Overflow on getELContext

2007-06-28 Thread noah
I just switched my 1.1.5 jars for 1.2.0-SNAPSHOT and I'm getting java.lang.StackOverflowError at java.lang.ThreadLocal.get(ThreadLocal.java:125) at javax.faces.context.FacesContext.getCurrentInstance(FacesContext.java:98) at

Re: 1.2.0-SNAPSHOT Stack Overflow on getELContext

2007-06-28 Thread noah
On 6/28/07, noah [EMAIL PROTECTED] wrote: I just switched my 1.1.5 jars for 1.2.0-SNAPSHOT and I'm getting java.lang.StackOverflowError at java.lang.ThreadLocal.get(ThreadLocal.java:125) at javax.faces.context.FacesContext.getCurrentInstance(FacesContext.java:98) at

Use Up/Down Arrow Key to Move Up/Down of h:dataTable with Scrollbars

2007-06-28 Thread Caroline Jen
My web pages are coded in JSF. My question is JavaScript related. I know maybe it is a wrong forum to post this question but I simply want to take a chance. I put a h:datatable inside the div tag. And I have created a scrollbar for the div ... tag. The height of the div ... is set to

null EL expression - ELResolver cannot handle a null base Object with identifier 'nullValue'

2007-06-28 Thread noah
With the 1.2.0-SNAPSHOT for today %@ taglib uri=http://java.sun.com/jsf/html; prefix=h % %@ taglib uri=http://java.sun.com/jsf/core; prefix=f % html head titleNull Test/title /head body f:view h:outputText value=#{nullValue} /

Re: how to reset submitted values caused by validation errors ?

2007-06-28 Thread Simon Lessard
Hello Michael, It seems a bit strange as the submitted value is transient and should not be subject to state saving and consequently shouldn't polute subsequent requests. My first guess would be that you're using binding attribute with a session bean. Also, are you using client or server side

Re: [Orchestra] Orchestra and ajax

2007-06-28 Thread Michael Marr
Hi, the problem seems to be the first partial submit. After that a new Conversation is created. On subsequent partial submits it works like expected. You can see that with the included war (no jars included, configured for ICEFaces 1.6 DR5 and Sun RI 1.2)

Re: Problem in Tree2: nullpointer org.apache.myfaces.custom.tree2.UITreeData.encodeEnd

2007-06-28 Thread Novin
Hi Andrew, Thanks a lot for such a fine and comprehensive reply I ever have on any forum. Ya you are right with all those points related to Action approach. Now I have implemented backing bean based approach and also used t:saveState value=#{accountTreeBean}/ its working fine instead of

Re: Skinning tr:inputText

2007-06-28 Thread Francisco Passos
Thanks for the cool tip! I'm going to try it tomorrow to see how it goes... right now I feel I'm using too many inlineStyle properties precisely because of situations like this. If you decide to post skinning tips, be sure to tell us where :) --Francisco On 6/28/07, Jeanne Waldman [EMAIL

Tomahawk: dataTable with detailToggle problem

2007-06-28 Thread vlad10
I'm trying to use 'lazy' model initialization (with hibernate on the back) for the t:dataTable with detailToggle, so that when I click 'Show Orders', the actionListener would call methot which retrieves all necessary records (I'm following the example on http://www.irian.at/myfaces/home.jsf):

Re: [Trinidad] Inner tr:table PPR problem

2007-06-28 Thread Francisco Passos
Problem solved painlessly with a tr:showDetail. Sorry for the unnecessary post. On 6/28/07, Francisco Passos [EMAIL PROTECTED] wrote: Just realized that the detailStamp facet serves exactly this purpose. I'm going to try it out. On 6/28/07, Francisco Passos [EMAIL PROTECTED] wrote: Good

Re: [Trinidad] Skinning from a war file

2007-06-28 Thread Francisco Passos
/resources/css/skin-stp.css did it Plus, I think there was a browser cache problem as well. Thank you, Francisco On 6/27/07, Danny Robinson [EMAIL PROTECTED] wrote: Did you try an absolute path to your css file (e.g. /resources or /WEB-INF/./resources). Danny On 6/27/07, Francisco

Re: [Trinidad] How To Add Custom Component Resources Other Than Script

2007-06-28 Thread Adam Winer
Check out the InternalView API of Trinidad. -- Adam On 6/28/07, William Hoover [EMAIL PROTECTED] wrote: Is there a way to add resources other than scripts in custom components? What I would like to be able to do is add a static HTML page bundled with the component that will be available

Simple Java Question

2007-06-28 Thread bansi
- if any new objects are added to the collection (i.e. Lsit), - if they are old do nothing, - if there are any new objects in the collection (i.e. Lsit) which are not present in the pojo then drop them. As we use ormtool to generate Hibernate Pojos Dao objects, we are reluctant to modify

Re: Simple Java Question

2007-06-28 Thread bansi
Please ignore the above post. Its copy/paste error :)- Here is the full post We use JSF, Spring, Hibernate We are having problems updating associated objects Let say if Parent object ( in my case DeviceType) is associated with 3 records of Child object ( in my case Role) . During update, if i

Re: Use Up/Down Arrow Key to Move Up/Down of h:dataTable with Scrollbars

2007-06-28 Thread Andrew Robinson
This isn't a full answer, First, I don't know of any re-usable code. I coded something very similar for my company, of an Excel like grid that used arrow keys and selection techniques using the keyboard. My bigger challenge was cross browser compatibility. IE allows you to give focus to any HTML

Re: how to reset submitted values caused by validation errors ?

2007-06-28 Thread Andrew Robinson
Do you have that control in the reRender of the a4j:commandButton tag? Perhaps you just aren't re-rendering that component? Also, is that component in the region? If not, then that component will not be validated and updated, and thus will not have the submitted value and local values cleared.

Re: Problem in Tree2: nullpointer org.apache.myfaces.custom.tree2.UITreeData.encodeEnd

2007-06-28 Thread Andrew Robinson
a4j:region id=treeRegion t:tree2 var=_node value=... f:facet name=node a4j:commandLink value=#{_node.identifier} ajaxSingle=true reRender=listboxRegion t:updateActionListener property=#{bean.selectedNodeId} value=#{_node.identifier} / /a4j:commandLink

Re: 1.2.0-SNAPSHOT Stack Overflow on getELContext

2007-06-28 Thread Matthias Wessendorf
can you give us the complete stack trace ? On 6/28/07, noah [EMAIL PROTECTED] wrote: On 6/28/07, noah [EMAIL PROTECTED] wrote: I just switched my 1.1.5 jars for 1.2.0-SNAPSHOT and I'm getting java.lang.StackOverflowError at java.lang.ThreadLocal.get(ThreadLocal.java:125) at