Re: JSF 'blockinput' component

2009-06-19 Thread Leonardo Uribe
Hi Checking the code, the component does not have any facelets-specific, like a custom tag handler or something like that. With our builder plugin we can generate the tag class to use it in jsp. regards Leonardo Uribe 2009/6/19 Bruno Aranda > The problem though is that this is a custom facele

Re: JSF 'blockinput' component

2009-06-19 Thread Bruno Aranda
The problem though is that this is a custom facelets component and Tomahawk only contains "pure" JSF components, right? Bruno 2009/6/18 Roger Laenen : > Ok, no problem. > > Created jira issue : > > https://issues.apache.org/jira/browse/TOMAHAWK-1432 > > > Leonardo Uribe wrote: >> >> Hi >> >> I th

Re: JSF 'blockinput' component

2009-06-18 Thread Roger Laenen
Ok, no problem. Created jira issue : https://issues.apache.org/jira/browse/TOMAHAWK-1432 Leonardo Uribe wrote: Hi I think it is a good idea to put it on tomahawk sandbox. If you like the idea and you want, create an issue on: https://issues.apache.org/jira/browse/TOMAHAWK then, I'll revi

Re: JSF 'blockinput' component

2009-06-18 Thread Leonardo Uribe
Hi I think it is a good idea to put it on tomahawk sandbox. If you like the idea and you want, create an issue on: https://issues.apache.org/jira/browse/TOMAHAWK then, I'll review it and commit it on sandbox for you. regards Leonardo Uribe 2009/6/18 Roger Laenen > No, currently it's one cha

Re: JSF 'blockinput' component

2009-06-18 Thread Roger Laenen
No, currently it's one char per cell. This was sufficient for our requirements. jankeesvanan...@gmail.com wrote: It sure looks nice! Does it also support multiple characters in a single cell? Like [1234]-[5678]-[9012]-[3456]? I have a requirement like that in my current project (has to do w

Re: Re: JSF 'blockinput' component

2009-06-18 Thread jankeesvanandel
It sure looks nice! Does it also support multiple characters in a single cell? Like [1234]-[5678]-[9012]-[3456]? I have a requirement like that in my current project (has to do with a Dutch payment method). I think it would fit in Tomahawk nicely. Would need some enhancements (like JSP su

Re: JSF 'blockinput' component

2009-06-18 Thread Manfred Geiler
Yep, GPL might be a problem. Easiest think might be to switch to ASF-license prior to donating this bit. Thanks, Manfred On Thu, Jun 18, 2009 at 15:46, Cagatay Civici wrote: > Looks nice but not sure about the license. > > On Thu, Jun 18, 2009 at 8:44 AM, Roger Laenen > wrote: >> >> Hello, >> >>

Re: JSF 'blockinput' component

2009-06-18 Thread Roger Laenen
License can be changed. I just took LGPL but Apache license is no problem. Cagatay Civici wrote: Looks nice but not sure about the license. On Thu, Jun 18, 2009 at 8:44 AM, Roger Laenen > wrote: Hello, I've made a custom facelets component that simulat

Re: JSF 'blockinput' component

2009-06-18 Thread Cagatay Civici
Looks nice but not sure about the license. On Thu, Jun 18, 2009 at 8:44 AM, Roger Laenen wrote: > Hello, > > I've made a custom facelets component that simulates 'cell/block based' > input like you find on official input forms. > This type of input field can be useful in some specific situations.

JSF 'blockinput' component

2009-06-18 Thread Roger Laenen
Hello, I've made a custom facelets component that simulates 'cell/block based' input like you find on official input forms. This type of input field can be useful in some specific situations. We use it for a bankaccount field with specific formatting and validation. You can find binaries and s