Re: Does the validation life cycle get logged anywhere?

2009-11-20 Thread Mike Kienenberger
Yes, if you leave the line blank, there won't be any validation. The line would go in whatever logging configuration file you're using. For me, it goes in log4j.properties in the root of my classpath. On Fri, Nov 20, 2009 at 2:24 PM, laredotornado wrote: > > Is it true that if you have a custom

Re: Does the validation life cycle get logged anywhere?

2009-11-20 Thread laredotornado
Is it true that if you have a custom validator set up for the input, but you leave the input field empty, your validator will not get invoked? Also, where does this line org.apache.myfaces.lifecycle.LifecycleImpl = trace go? Thanks, - Dave Mike Kienenberger wrote: > > This is for 1.2, but

Re: [Trinidad] Trinidad, Facelets, multiple forms

2009-11-20 Thread Bart Kummel
Hi Arnold, I don't see why a solution with request parameters is more elegant than using a JSF/Spring managed bean? Best regards, Bart On Fri, Nov 20, 2009 at 08:21, Arnold Preg wrote: > Hi Bart, > > I asked it already in the spring forum but nobody answered. I read the > spring reference alre

Setting backing bean for radio buttons?

2009-11-20 Thread laredotornado
Hi, I'm using Tomahawk 1.1.9 for JBoss 5.1. How are you supposed to set the backing bean value for a set of radio buttons? I have this ...

Re: [TRINIDAD]Use different Stylesheets

2009-11-20 Thread Arnold Preg
Hello, Let me draw your attention to the undermentioned sites: http://www.irian.at/trinidad-demo/faces/demos/panelPageSkinDemo.jspx (The URL helps you to find the source code of this page in the Apache Trinidad distribution) http://myfaces.apache.org/trinidad/devguide/skinning.html I hope thes

[TRINIDAD]Use different Stylesheets

2009-11-20 Thread Ricardo Rog
Hello, I have a problem with trinidad skinning. I want to have multiple stylesheets, one for normal display of our website, one for printing and so on. But I don't know where to select the stylesheets. I have a Trinidad-config.xml referencing my default skin in a Trinidad-skins.xml. How do I a

Re: Does the validation life cycle get logged anywhere?

2009-11-20 Thread Mike Kienenberger
This is for 1.2, but it's probably the same. org.apache.myfaces.lifecycle.LifecycleImpl = trace will log the lifecycle. Seems like this should really be debug level. Most of the time it's a lifecycle issue rather than a validation issue. Sometimes making sure you have a message/messages compon

[Tobago] Script error - tx:date

2009-11-20 Thread Alf Felis
Hi all, I noticed an error using "tx:date" with IE 6.0 (FF works fine) in Version myfaces-tobago-1.0.24-SNAPSHOT-dist.zip (from today). Using this testpage - <%@ taglib uri="http://myfaces.apache.org/tobago/component"; prefix="tc"%> <%@ taglib uri="http://myfaces.apache.