Compatibility matrix

2008-02-07 Thread Christopher Cudennec
Hi, could someone update the compatibility matrix (http://wiki.apache.org/myfaces/CompatibilityMatrix)? We use Tomahawk 1.1.6 + Myfaces 1.1.5. Tomahawk should be compatible with Myfaces 1.2, shouldn't it? Cheers, Christopher

Re: MyFaces 1.1.5 Strange validation behaviour

2008-02-07 Thread Adam Perlik
Hi, no, there are no binding attributes for input elements. I'm preatty sure it's because the use of "cancel" command button with immediete="true" set on. I just can't figure out why is myfaces showing those two values in some sort of cycles - it would be normal if it showed the wrong value, as t

Re: Portlet Environment and Orchestra

2008-02-07 Thread Mario Ivankovits
Hi! > The short answer to your question is no, the bridge won't help you > here. Portlet 1.0 didn't define support for filters or wrapping > request/response objects. Hence initialization done in filters in the > servlet environment should be rewritten/migrated to FacesContextFactory. This docume

Re: License Question: web-facesconfig.dtd for MyFaces Impl 1.2 Jar

2008-02-07 Thread Martin Marinschek
Ah right, we retyped them - so notice.txt should not refer to this anymore at all. regards, Martin On 2/7/08, Matthias Wessendorf <[EMAIL PROTECTED]> wrote: > Hey, > > > However, these files have been licensed to the ASF using an > > ASL-license by Sun, kudos to one of the Apache Committers who

Compatibility matrix

2008-02-07 Thread Christopher Cudennec
Hi, could someone update the compatibility matrix (http://wiki.apache.org/myfaces/CompatibilityMatrix)? We use Tomahawk 1.1.6 + Myfaces 1.1.5. Tomahawk should be compatible with Myfaces 1.2, shouldn't it? Cheers, Christopher

[core] MyFaces 1.2.2 and t:saveState problem

2008-02-07 Thread Ognjen Blagojevic
Hi all, I have MyFaces 1.2.0 + Tomahawk 1.1.6 webapp that works fine. I use mostly request scoped beans, in order to keep the server memory free. I'm also using t:saveState tag, when there is the need to preserve the data for h:dataTable (as described on [1]). Parameters are passed using

Re: Portlet Environment and Orchestra

2008-02-07 Thread Martin Marinschek
If you wrap the FacesContext, then maybe when FacesContext.release is called? regards, Martin On 2/7/08, Mario Ivankovits <[EMAIL PROTECTED]> wrote: > Hi! > > The short answer to your question is no, the bridge won't help you > > here. Portlet 1.0 didn't define support for filters or wrapping >

Re: Portlet Environment and Orchestra

2008-02-07 Thread Mario Ivankovits
Hi! > If you wrap the FacesContext, then maybe when FacesContext.release is called? > Yep, good idea. Done so. Thanks! Ciao, Mario

Re: [Trinidad] commandButton action method not called

2008-02-07 Thread Paul van Rossem
Hi Matthias, Your request to upload a demo to Jira was exactly the right one I needed! In preparing a demo I dropped everything that wasn't essential and so I ended up with a working version. The problem was in my web.xml. It works now, which makes me very happy (I spent an awfull lot of time

Re: MyFaces 1.1.5 Strange validation behaviour

2008-02-07 Thread Adam Perlik
Hi, and there's also behavior like this: 1. I enter wrong value 2. Validator rejects the value and a message is shown 3. I enter correct value and save Although I entered correct value, when I enter the same page I get the wrong value in some sort of cycles (sometimes it's once per five reloadas,

Re: Custom DataScroller (t:dataScroller)

2008-02-07 Thread Tathagat
Hi Martin. Let me re-word my question. I need all the data associated with a dataTable in my java code to do some stuff with it. If you somehow get hold of this dataTable object - it's not possible to get data out of it as all such methods are protected. BUT a dataScroller has a method - getUIData

Re: Custom DataScroller (t:dataScroller)

2008-02-07 Thread Martin Marinschek
Hi Tathagat, you could bind the with the binding attribute to a backing-bean - or you could set the value to a data-model, then you have access to the full data-model. regards, Martin On 2/7/08, Tathagat <[EMAIL PROTECTED]> wrote: > Hi Martin. > Let me re-word my question. > > I need all the d

Re: MyFaces 1.1.5 Strange validation behaviour

2008-02-07 Thread Martin Marinschek
I do not understand this part of your question: >Although I entered correct value, when I enter the same page I get the >wrong value in some sort of cycles (sometimes it's once per five >reloadas, sometimes it's 3/3). what means "enter"? You click refresh? back-button? You navigate there with an

Re: MyFaces 1.1.5 Strange validation behaviour

2008-02-07 Thread Adam Perlik
Sorry for not being explicit by enter I ment navigating there by actions. When I'm on the page clicking refresh in browser causes the same behaviour - sometimes the correct value is shown, and sometimes the rejected one. Regards Adam 2008/2/7, Martin Marinschek <[EMAIL PROTECTED]>: > I do not un

Re: MyFaces 1.1.5 Strange validation behaviour

2008-02-07 Thread Martin Marinschek
Hi Adam, ok, I see - I had never seen this behaviour before. regards, Martin On 2/7/08, Adam Perlik <[EMAIL PROTECTED]> wrote: > The problem is caused by richfaces libraries which were in serwer > classpath (jboss). > It's very strange because my app didn't use any of richfaces classes > and di

Re: MyFaces 1.1.5 Strange validation behaviour

2008-02-07 Thread Adam Perlik
The problem is caused by richfaces libraries which were in serwer classpath (jboss). It's very strange because my app didn't use any of richfaces classes and didn't declare richfaces filter in it's web.xml. After removing richfaces libs everything seems to be ok. Unfortuneatly it's not so good new

RE: License Question: web-facesconfig.dtd for MyFaces Impl 1.2 Jar

2008-02-07 Thread Barb Cochrane
Thanks everyone. Greatly appreciated! -Original Message- From: Martin Marinschek [mailto:[EMAIL PROTECTED] Sent: Thursday, February 07, 2008 3:41 AM To: MyFaces Discussion Subject: Re: License Question: web-facesconfig.dtd for MyFaces Impl 1.2 Jar Ah right, we retyped them - so notice.t

Re: Portlet Environment and Orchestra

2008-02-07 Thread Scott O'Bryan
Threading is identified in the Portlet Spec when it talks about the action and render request lifecycles. I believe JSR-286 puts some additional clairifications on this. In general, people who rely on things that need to be initialized for the FULL lifecycle in both servlet and portlet enviro

Re: [Trinidad] Config

2008-02-07 Thread Matthias Wessendorf
have you set the Trinidad renderkit ? -M On Feb 7, 2008 6:35 PM, Shane Petroff <[EMAIL PROTECTED]> wrote: > Hi, > > I have an existing Tomahawk based application, to which I wanted to add > some new features. I wanted to start out with some basic Trinidad PPR, > so I copied the configuration deta

Re: [Trinidad] Config

2008-02-07 Thread Shane Petroff
Matthias Wessendorf wrote: have you set the Trinidad renderkit ? Doh!!! While it is definitely included in the example projects, it would be good if the config section of the Developers Guide at least mentioned that it is mandatory. http://myfaces.apache.org/trinidad/devguide/configurat

[Trinidad] Radio buttons

2008-02-07 Thread Edward Dowgiallo
Currently using the following: The buttons are being rendered vertically. Could anyone suggest a way to make them render horizontally? Thank you, Ed

[Trinidad] Websites for existing skins

2008-02-07 Thread Edward Dowgiallo
Has anyone found Trinidad skins posted on any websites? I'm not particularly artistic, but would like something better looking than the defaults. Ed

[Trinidad] Background image

2008-02-07 Thread Edward Dowgiallo
I am using to setup my basic page structure. I'd like to add a background image that extends across the branding and global navigation facets. Which style names are applicable for doing this? Ed

[Trinidad] Centering

2008-02-07 Thread Edward Dowgiallo
Currently using the following: . . . The alignment="center" on the radio group is having no apparent effect. Could anyone suggest a way to make the entire radio group get centered within the vertical layout? Thank you, Ed

Radio buttons

2008-02-07 Thread Edward Dowgiallo
Currently using the following: The buttons are being rendered vertically. Could anyone suggest a way to make them render horizontally? Thank you, Ed

Centering

2008-02-07 Thread Edward Dowgiallo
Currently using the following: . . . The alignment="center" on the radio group is having no apparent effect. Could anyone suggest a way to make the entire radio group get centered within the vertical layout? Thank you, Ed

Re: Portlet Environment and Orchestra

2008-02-07 Thread Rashmi
Hallo Team, I am here with attaching the sample portlet application(maven project). We are trying to get this project run on Liferay4.3.3 environment. The required SQL scripts and the additional jars which are not available in maven repo are as well included. On deploying the project

[Trinidad] Config

2008-02-07 Thread Shane Petroff
Hi, I have an existing Tomahawk based application, to which I wanted to add some new features. I wanted to start out with some basic Trinidad PPR, so I copied the configuration details from one of the Trinidad hello-world examples, but I must have messed something up. (Trinidad 1.0.5, Myfaces

Re: Portlet Environment and Orchestra

2008-02-07 Thread Scott O'Bryan
Yeah, this is totally correct. I use the "release" in the configurators as well. :) Nice thing about this from a bridge perspective is that the release will happen once during the action and once during the render. So it should be totally sufficient to clean up threadlocals. Scott Martin

Re: Compatibility matrix

2008-02-07 Thread Andrew Robinson
Try it and update the matrix with your results On Feb 7, 2008 1:20 AM, Christopher Cudennec <[EMAIL PROTECTED]> wrote: > Hi, > > could someone update the compatibility matrix > (http://wiki.apache.org/myfaces/CompatibilityMatrix)? We use Tomahawk > 1.1.6 + Myfaces 1.1.5. Tomahawk should be compat

Re: Custom DataScroller (t:dataScroller)

2008-02-07 Thread Tathagat
Hi again Martin. I want to access the data from my custom dataScroller Renderer Class. public class MaeHtmlDataScrollerRenderer extends HtmlDataScrollerRenderer This means even if I use the binding property for dataTable, I am stuck. Cause of the protected methods I cannot get the data out. What

Re: MyFaces 1.1.5 Strange validation behaviour

2008-02-07 Thread Simon Kitching
Just the presence of a jar in the classpath can change the behaviour of a system sometime. A .tld file in the META-INF directory of a jarfile is automatically processed, and can specify servlet listener classes that a servlet container must register. A faces-config.xml file in the META-INF dire

Re: [Trinidad] Tags aren't getting rendered (but I can see them when I go to view-source)

2008-02-07 Thread Richard Yee
Matthias, My jar files are all under WEB-INF/lib. I really don't have any enterprise components in my application. Do I need to put the myfaces and trinidad libraries separately in the EAR file too? I can try that. The odd thing is that it has worked before and I haven't changed the faces-config.x

RE: License Question: web-facesconfig.dtd for MyFaces Impl 1.2 Jar

2008-02-07 Thread Barb Cochrane
Martin, I should have asked this morning...when (timing) & how (version) will the notice.txt and license.txt files be amended to reflect the CDDL? Thanks. Barb -Original Message- From: Martin Marinschek [mailto:[EMAIL PROTECTED] Sent: Thursday, February 07, 2008 3:41 AM To: MyFaces Dis

Re: [Trinidad] Config

2008-02-07 Thread Matthias Wessendorf
yeah, sounds reasonable. let me fix that next days. -M On Feb 7, 2008 7:47 PM, Shane Petroff <[EMAIL PROTECTED]> wrote: > > Matthias Wessendorf wrote: > have you set the Trinidad renderkit ? > > Doh!!! > > While it is definitely included in the example projects, it would be good > if the con

Background image

2008-02-07 Thread Edward Dowgiallo
I am using to setup my basic page structure. I'd like to add a background image that extends across the branding and global navigation facets. Which style names are applicable for doing this? Ed

Re: [Trinidad] PPR and inputDate problems

2008-02-07 Thread Rafa Pérez
Hi, do not know exactly why, but we had to add to web.xml javax.faces.DEFAULT_SUFFIX .jsp in order to make inputDate and popups work properly. Otherwise, I have read about some problems on using jsp instead of jspx. You could try changing that. Regards, - - Rafa On Feb 7, 2008 10:04 PM

Re: [Trinidad] Tags aren't getting rendered (but I can see them when I go to view-source)

2008-02-07 Thread Rafa Pérez
Hi, I had similar problems after changing some configuration on web.xml. Take a second look at it. You may clean the work directory on tomcat (or cache directory elsewere) and stop server too. Regards, - - Rafa On Feb 7, 2008 3:25 PM, Matthias Wessendorf <[EMAIL PROTECTED]> wrote: > hey > > ple

Re: [Trinidad] Background image

2008-02-07 Thread Rafa Pérez
Hi, just look on trinidad's site for skinning: http://myfaces.apache.org/trinidad/skin-selectors.html On Feb 7, 2008 8:15 PM, Edward Dowgiallo <[EMAIL PROTECTED]> wrote: > I am using to setup my basic page structure. I'd like > to add a background image that extends across the branding and

Re: [Trinidad] Tags aren't getting rendered (but I can see them when I go to view-source)

2008-02-07 Thread Matthias Wessendorf
hey please provide a simple WAR file, that runs in tomcat. -Matthias On Feb 7, 2008 3:11 PM, Richard Yee <[EMAIL PROTECTED]> wrote: > Matthias, > My jar files are all under WEB-INF/lib. I really don't have any enterprise > components in my application. Do I need to put the myfaces and trinidad >

page navigation - secure

2008-02-07 Thread Dave
Hi, When navigating to a page that contains personal information, It needs to be https. For navigation rules, can I add ? Thanks, Dave - Never miss a thing. Make Yahoo your homepage.

Re: [Trinidad] PPR and inputDate problems

2008-02-07 Thread Matthias Wessendorf
that is a know myfaces 12x issue. we will fix that soon. Sorry, Matthias On Feb 7, 2008 10:48 PM, Rafa Pérez <[EMAIL PROTECTED]> wrote: > Hi, do not know exactly why, but we had to add to web.xml > > >javax.faces.DEFAULT_SUFFIX >.jsp > > > in order to make inputDate and popups work pro

Re: [Trinidad] Websites for existing skins

2008-02-07 Thread Matthias Wessendorf
I think we should try to get a "skin repo" somewhere on google code or codehaus. Users can contribute their skins more easily that way, instead of adding all to the "Trinidad Demo". -M On Feb 7, 2008 8:17 PM, Edward Dowgiallo <[EMAIL PROTECTED]> wrote: > Has anyone found Trinidad skins posted on

[Trinidad] PPR and inputDate problems

2008-02-07 Thread Shane Petroff
Hi, My first experiment with Trinidad hasn't gone too well. I wanted to test out a very simple ppr case, but cannot get it to work. I want to 'tie' two controls together via value change. I've pasted the entire page below my sig (or rather a functional, but simpler version of the real thing),

Re: License Question: web-facesconfig.dtd for MyFaces Impl 1.2 Jar

2008-02-07 Thread Martin Marinschek
Hi Barb, they will not reflect the CDDL - there has been a long discussion on this on legal, and the outcome was that all dtd-files have been manually retyped by an Apache committer, and are now under ASL-license. So the notice.txt will not be amended to reflect the CDDL, but no reference at all f

Re: Custom DataScroller (t:dataScroller)

2008-02-07 Thread Martin Marinschek
Hi Tathagat, Bean { public DataModel getDataModel(); } Like this, you can wrap the corresponding list in a DataModel and do more than just extract data - DataModel is a powerful interface. As for concrete implementations, DataModel can be of type ListDataModel, e.g. Is this what you want? I

Re: inputHtml

2008-02-07 Thread Ken McArthur
Martin, Yea, I originally thought it must be tomahawk but then thought otherwise because 1.1.6 worked fine with myfaces 1.1.5. Anyway, new issue is https://issues.apache.org/jira/browse/TOMAHAWK-1192 Thanks, Ken On Feb 6, 2008 11:57 PM, Martin Marinschek <[EMAIL PROTECTED]> wrote: > P.S.: it

Re: Tree2 lazy load : Adds nodes but does not display

2008-02-07 Thread sudheerp
Hi Anu, I am also facing the same situation. When I add child nodes it is not displayed. Did you find a solution for the problem? If yes, can you post it here. Thank you. Sudheer P I am trying the code on the wiki page and this is how my jsp looks When I debug the actionlistener, it fin

Re: [Trinidad] PPR and inputDate problems

2008-02-07 Thread Shane Petroff
Rafa Pérez wrote: javax.faces.DEFAULT_SUFFIX .jsp in order to make inputDate and popups work properly. Thanks, that sorts out the popup. Any ideas why the partialTriggers aren't working? Shane Regards, - - Rafa On Feb 7, 2008 10:04 PM, Shane Petroff <[EMAIL PROTECTED]

Re: [Trinidad] Tags aren't getting rendered (but I can see them when I go to view-source)

2008-02-07 Thread Richard Yee
Here's an update on my issue. It seems that if I build the project with Ant in JDeveloper the .ear file can be deployed correctly. If the project is built with Ant from the command line, I experience the problem that all tags (MyFaces and Trinidad) aren't processed and can be seen in the View-Sourc

Re: [Trinidad] PPR and inputDate problems

2008-02-07 Thread Matthias Wessendorf
On Feb 8, 2008 6:03 AM, Shane Petroff <[EMAIL PROTECTED]> wrote: > > Rafa Pérez wrote: > > > javax.faces.DEFAULT_SUFFIX > .jsp > > > in order to make inputDate and popups work properly. > > Thanks, that sorts out the popup. > > Any ideas why the partialTriggers aren't working? are

Re: [Trinidad] Tags aren't getting rendered (but I can see them when I go to view-source)

2008-02-07 Thread Matthias Wessendorf
On Feb 8, 2008 6:35 AM, Richard Yee <[EMAIL PROTECTED]> wrote: > Here's an update on my issue. It seems that if I build the project with Ant > in JDeveloper the .ear file can be deployed correctly. If the project is > built with Ant from the command line, I experience the problem that all tags > (M

Re: [trinidad] action method from tr:commandLink not called

2008-02-07 Thread Maik77
Hi, I am using seam, and that is really not the problem. After searching around, I think it is a scope-problem. I hope I'll find time to try out... Andrew Robinson-5 wrote: > > #{treeModelAdapter.showInTree(kategorie)} doesn't look like valid EL > to me, unless you are using something like a