[jira] Resolved: (TRINIDAD-1317) Regex client validator does not work

2008-11-21 Thread JIRA
[ https://issues.apache.org/jira/browse/TRINIDAD-1317?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias Weßendorf resolved TRINIDAD-1317. -- Resolution: Fixed Fix Version/s: 1.0.11-core Assignee:

Re: [jira] Created: (TRINIDAD-1317) Regex client validator does not work

2008-11-21 Thread Matthias Wessendorf
On Thu, Nov 20, 2008 at 7:40 PM, Matthias Wessendorf [EMAIL PROTECTED] wrote: thanks. I will put in the right version of the validator. ok, the error was introduced in TRINIDAD-1181. However, now it is fixed in trunk. But, we keep them separate. -Matthias On Thu, Nov 20, 2008 at 5:16 PM,

Re: New MyFaces PMC chair

2008-11-21 Thread Bruno Aranda
speech speech speech! :D 2008/11/20 Mamallan Uthaman [EMAIL PROTECTED]: Congratulations Matthias! Gerhard Petracek wrote: congratulations! regards, gerhard 2008/11/20 Simon Lessard [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] Gratz On Thu, Nov 20, 2008 at 10:19 AM, Cagatay

[jira] Created: (TRINIDAD-1319) c:forEach does not work within tr:table

2008-11-21 Thread Tomas Havelka (JIRA)
c:forEach does not work within tr:table --- Key: TRINIDAD-1319 URL: https://issues.apache.org/jira/browse/TRINIDAD-1319 Project: MyFaces Trinidad Issue Type: Bug Components: Facelets Affects

[jira] Commented: (TRINIDAD-1319) c:forEach does not work within tr:table

2008-11-21 Thread JIRA
[ https://issues.apache.org/jira/browse/TRINIDAD-1319?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12649632#action_12649632 ] Matthias Weßendorf commented on TRINIDAD-1319: -- see:

[jira] Commented: (TRINIDAD-1319) c:forEach does not work within tr:table

2008-11-21 Thread Tomas Havelka (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1319?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12649634#action_12649634 ] Tomas Havelka commented on TRINIDAD-1319: - Yes, I've tried that, but this does

[jira] Issue Comment Edited: (TRINIDAD-1319) c:forEach does not work within tr:table

2008-11-21 Thread Tomas Havelka (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1319?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12649634#action_12649634 ] havis edited comment on TRINIDAD-1319 at 11/21/08 1:58 AM:

[jira] Resolved: (MYFACES-1989) Implement JSF 2.0 logic at TODO #48

2008-11-21 Thread Werner Punz (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-1989?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Werner Punz resolved MYFACES-1989. -- Resolution: Fixed Done, API is implemented, a testcase is in place. Implement JSF 2.0

[jira] Resolved: (TRINIDAD-1319) c:forEach does not work within tr:table

2008-11-21 Thread Andrew Robinson (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1319?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Robinson resolved TRINIDAD-1319. --- Resolution: Invalid This is not a bug. Please read about JSTL and how it work in

[jira] Issue Comment Edited: (TRINIDAD-1319) c:forEach does not work within tr:table

2008-11-21 Thread Andrew Robinson (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1319?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12649688#action_12649688 ] arobinson74 edited comment on TRINIDAD-1319 at 11/21/08 7:55 AM:

Trinidad : date validation

2008-11-21 Thread Naik, Bhushan
Hi, I want to use Trinidad where in need to restrict user to enter any date that is less than (Currentdate + 7 days), the trinidad tag I am using is tr:inputDate. I know in javascript we can do this but how to do this in Trinidad? Please suggest. Thanks Bhushan

Re: Trinidad : date validation

2008-11-21 Thread Matthias Wessendorf
On Fri, Nov 21, 2008 at 4:59 PM, Naik, Bhushan [EMAIL PROTECTED] wrote: Hi, I want to use Trinidad where in need to restrict user to enter any date that is less than (Currentdate + 7 days), the trinidad tag I am using is tr:inputDate. I know in javascript we can do this but how to do

[jira] Created: (TOBAGO-727) Seam example with use of jBPM

2008-11-21 Thread Udo Schnurpfeil (JIRA)
Seam example with use of jBPM - Key: TOBAGO-727 URL: https://issues.apache.org/jira/browse/TOBAGO-727 Project: MyFaces Tobago Issue Type: New Feature Components: Demo Reporter: Udo

RE: Trinidad : date validation

2008-11-21 Thread Naik, Bhushan
Thanks Matthias , Can we select the dynamic dates for max and min value. I am setting this dates in the bean #{Mybean.maxdate} but its not working. Thanks Bhushan -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matthias Wessendorf Sent: Friday,

Re: Trinidad : date validation

2008-11-21 Thread Matthias Wessendorf
On Fri, Nov 21, 2008 at 10:25 PM, Naik, Bhushan [EMAIL PROTECTED] wrote: Thanks Matthias , Can we select the dynamic dates for max and min value. I am setting this dates in the bean #{Mybean.maxdate} but its not working. sure that works. see the doc for more:

RE: Trinidad : date validation

2008-11-21 Thread Naik, Bhushan
I am getting error java.lang.IllegalArgumentException: Cannot convert 2008-11-28 of type class java.lang.String to class java.util.Date ? Code I have is tr:inputDate id=depDate1 label=Date1: autoSubmit=true valueChangeListener=#{jsfTestTab1DataBean.valueChangedDate}

Re: Trinidad : date validation

2008-11-21 Thread Matthias Wessendorf
See the doc el type(in your bean) is date not string. Sent from my iPod. Am 21.11.2008 um 22:43 schrieb Naik, Bhushan [EMAIL PROTECTED]: I am getting error java.lang.IllegalArgumentException: Cannot convert 2008-11-28 of type class java.lang.String to class java.util.Date ? Code I have is