RE: readonly entities no longer pass value back to backing bean?

2006-03-07 Thread Yee CN
Is that me only? Did anybody else observed this problem?   For me nightly build around Feb 12 is OK, nightly around feb 25 not OK, currently nightly not OK.   Can someone please indicate one way or another so I can know whether it is the combination of stuffs I used that caused the prob

Re: autoUpdateDataTable doesn't work

2006-03-07 Thread Dennis Byrne
Carsten, Can you take a look at one of the more recent nightly builds? If this problem still exists, please create an issue in the tomahawk JIRA. Dennis Byrne >-Original Message- >From: Carsten Stiller [mailto:[EMAIL PROTECTED] >Sent: Wednesday, March 8, 2006 02:28 AM >To: 'MyFaces Dis

autoUpdateDataTable doesn't work

2006-03-07 Thread Carsten Stiller
Hi, I started to experiment around with s:autoUpdateDataTable but didn't manage to get it work. Then I looked around and found the example at http://www.irian.at/myfaces-sandbox/autoUpdateDataTable.jsf which doesn't work either. My javascript-console gets an error: Error: document.getElement

RE: Problem using preserveDataModel="true"

2006-03-07 Thread Yee CN
I have been puzzling over preserveDataModel attribute as well. Below is my current understanding: If preserveDataModel="false" - Tomahawk will call getDataModel() during the APPLY_REQUEST_VALUES phase. This will create a fresh copy of the dataModel (assuming your bean is in request scope). - It

Re: [ANNOUNCE] MyFaces Core 1.1.2 Ready For Testing

2006-03-07 Thread Dennis Byrne
Are you sure Sean? I just grabbed myfaces-core-1.1.2-SNAPSHOT-bin.zip from http://cvs.apache.org/builds/myfaces/nightly/ and the phaselistener is still in faces-config.xml . Dennis Byrne >-Original Message- >From: Sean Schofield [mailto:[EMAIL PROTECTED] >Sent: Tuesday, March 7, 2006 1

[tomahawk + panelNavigation2 + Facelets] getting empty UL tags

2006-03-07 Thread Garner Shawn
Thing is if I used panelNavigation and commandNavigation everything is fine but if I use anelNavigation2 and commandNavigation2 then all I get is an empty tag rendered and no links.Any help? I have the following code.xhtml filexmlns:t="http://myfaces.apache.org/tomahawk"                        ite

Re: action link

2006-03-07 Thread Craig McClanahan
On 3/7/06, David Schlotfeldt <[EMAIL PROTECTED]> wrote: I have written a new way to solve this issue with the idea I describedbelow. After receiving responses to my original post I was going to useNonFacesRequestServlet but realized that it wouldn't do any validation. (At least I am PERTTY sure it

Re: action link

2006-03-07 Thread David Schlotfeldt
I have written a new way to solve this issue with the idea I described below. After receiving responses to my original post I was going to use NonFacesRequestServlet but realized that it wouldn't do any validation. (At least I am PERTTY sure it doesn't. Someone correct me if I am wrong.) What

Re: Faceletes with myfaces, tab panel problem

2006-03-07 Thread Mike Kienenberger
On 3/7/06, Anthony Hong <[EMAIL PROTECTED]> wrote: > I have add filter, after that it also dosen't work. > I saw javascript and css has been added back in returned html. > > The myfaces website said I don't have to do any other configuration > after configure this filter, it will fetch js, css reso

Re: Faceletes with myfaces, tab panel problem

2006-03-07 Thread Anthony Hong
I have add filter, after that it also dosen't work. I saw javascript and css has been added back in returned html.