RE: [jira] Closed: (MYFACES-445) inputCalendar popup calendar displays incorrect

2005-08-27 Thread Fab Psycho
Martin, This thread should not be closed though.I tested inputCalendar with one field and when nothing is displayed for year it works out ...BUT inputDate (with 3 fields : day, month, year) breaks the way described here ... Regards, Fabian From: "Martin Marinschek (JIRA)" Reply-To: "M

Re: myfaces debugging with Eclipse

2005-08-24 Thread Fab Psycho
ugging with Eclipse Date: Wed, 24 Aug 2005 13:11:52 +0200 Fab Psycho wrote: Hi, I'd like to understand how inputDate works and see it through eclipse debugger. I already tried debugging from a project put in tomcat path having a breakpoint in my bean and it works but this time, I'd lik

Re: myfaces debugging with Eclipse

2005-08-23 Thread Fab Psycho
yfaces debugging with Eclipse Date: Tue, 23 Aug 2005 09:05:46 +0200 I don't know about Eclipse, it sure works in IntelliJ though. You need to attach the sources to your war files in IntelliJ for doing this. regards, Martin On 8/23/05, Fab Psycho <[EMAIL PROTECTED]> wrote: > Hi, &

myfaces debugging with Eclipse

2005-08-22 Thread Fab Psycho
Hi, I'd like to understand how inputDate works and see it through eclipse debugger. I already tried debugging from a project put in tomcat path having a breakpoint in my bean and it works but this time, I'd like to debug let's say through myfaces-simple-examples.war ... Is it possible to

inputdate output function ?

2005-08-20 Thread Fab Psycho
Hi, Someone could tell me which function is used to transmit date from inputdate to the bean ? Does it come from htmlinputdate, htmldaterenderer ? Would it be possible to have more than one function for that ? (ie where does that function is declared responsible for output ?) Best regards,

special tag

2005-08-10 Thread Fab Psycho
Hi, AFAICS, sandbox tld space is s (short name) so the way to include an additionnal tag should be : <%@ taglib uri="http://myfaces.apache.org/extensions"; prefix="s"%> ? My tag is the following : validateUrl org.apache.myfaces.custom.urlvalidator.ValidateUrlTag JSP

Re: [jira] Commented: (MYFACES-372) url validator tag / tomahawk based on emailv

2005-08-02 Thread Fab Psycho
a test build of the site and examples to make sure that everything compiles and looks good before supplying a patch. Thanks for contributing to MyFaces. sean On 8/2/05, Fab Psycho <[EMAIL PROTECTED]> wrote: > Hi Bruno, > > Thanks for your comments ! Does relevant forrest documen

RE: [jira] Commented: (MYFACES-372) url validator tag / tomahawk based on emailv

2005-08-02 Thread Fab Psycho
Hi Bruno, Thanks for your comments ! Does relevant forrest documentation patch and example addition have to be applied against sandbox as well or directly against its respective path ? Best regards, Fabian From: "Bruno Aranda (JIRA)" To: [EMAIL PROTECTED] Subject: [jira] Commented: (MY

urlvalidator

2005-07-27 Thread Fab Psycho
Hi, Here's a patch against tomahawk svn to add url validation.It's based on email validator. I made this one as a test.Could you tell me the way you want patches submitted if I'm wrong with this one ? Another question is about serialVersionUID ... What does this one means in emailvali