RE: [Trinidad] Input Text Format That Uses A Mask

2007-06-13 Thread William Hoover
/converter and it looks like adding a hook would be better suited to do so. -Original Message- From: Adam Winer [mailto:[EMAIL PROTECTED] Sent: Thursday, June 07, 2007 11:32 AM To: MyFaces Discussion Subject: Re: [Trinidad] Input Text Format That Uses A Mask On 6/7/07, William Hoover

RE: [Trinidad] Input Text Format That Uses A Mask

2007-06-07 Thread William Hoover
'); } return text.replace(arguments.callee.sRE, '\\$1'); }; } -Original Message- From: Adam Winer [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 06, 2007 8:26 PM To: MyFaces Discussion Subject: Re: [Trinidad] Input Text Format That Uses A Mask Trinidad already has a validateRegExp

Re: [Trinidad] Input Text Format That Uses A Mask

2007-06-07 Thread Adam Winer
To: MyFaces Discussion Subject: Re: [Trinidad] Input Text Format That Uses A Mask Trinidad already has a validateRegExp validator, FWIW, which attaches both client-side and server-side validation, but has no mask functionality. The Tomahawk validator is just a Java JSF Validator, no client-side

RE: [Trinidad] Input Text Format That Uses A Mask

2007-06-06 Thread William Hoover
- From: Adam Winer [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 05, 2007 7:09 PM To: MyFaces Discussion Subject: Re: [Trinidad] Input Text Format That Uses A Mask Roughly speaking, you: - Create an issue on JIRA - Attach a patch - If it's a significant quantity of code, file a CLA http

Re: [Trinidad] Input Text Format That Uses A Mask

2007-06-06 Thread Adam Winer
-editable/mask characters. -Original Message- From: Adam Winer [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 05, 2007 7:09 PM To: MyFaces Discussion Subject: Re: [Trinidad] Input Text Format That Uses A Mask Roughly speaking, you: - Create an issue on JIRA - Attach a patch - If it's

RE: [Trinidad] Input Text Format That Uses A Mask

2007-06-06 Thread William Hoover
Discussion Subject: Re: [Trinidad] Input Text Format That Uses A Mask A few and questions: - Generally speaking, we don't extend CoreInputText, we just re-extend UIXInput. The metadata system supports includes for generation, so you don't have to cut-and-paste that much. One good reason

Re: [Trinidad] Input Text Format That Uses A Mask

2007-06-06 Thread Mike Kienenberger
assume that it would be best to have this as an option because it may be desirable to maintain the mask? -Original Message- From: Adam Winer [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 06, 2007 12:03 PM To: MyFaces Discussion Subject: Re: [Trinidad] Input Text Format That Uses A Mask

RE: [Trinidad] Input Text Format That Uses A Mask

2007-06-06 Thread William Hoover
PROTECTED] Sent: Wednesday, June 06, 2007 2:40 PM To: MyFaces Discussion Subject: Re: [Trinidad] Input Text Format That Uses A Mask How does this compare to validateRegExpr in Tomahawk, particularly if it becomes a validator instead of a component? http://myfaces.apache.org/tomahawk

Re: [Trinidad] Input Text Format That Uses A Mask

2007-06-06 Thread Adam Winer
:[EMAIL PROTECTED] Sent: Wednesday, June 06, 2007 12:03 PM To: MyFaces Discussion Subject: Re: [Trinidad] Input Text Format That Uses A Mask A few and questions: - Generally speaking, we don't extend CoreInputText, we just re-extend UIXInput. The metadata system supports includes

[Trinidad] Input Text Format That Uses A Mask

2007-06-05 Thread William Hoover
Hello all, I have created a Trinidad component that allows input text boxes to have a user defined mask for entries on the client (similar to Atlas MaskEdit http://www.fci.com.br/maskedit/MaskEdit/MaskEdit.aspx). I would like to know what the process/procedure is to commit this component to

Re: [Trinidad] Input Text Format That Uses A Mask

2007-06-05 Thread Adam Winer
Roughly speaking, you: - Create an issue on JIRA - Attach a patch - If it's a significant quantity of code, file a CLA http://www.apache.org/licenses/icla.txt It's also generally a good thing to talk over the design first. I'd thing it'd be great if this were part of the client-side validation