Re: Getting started with C2.2 -- where's the exception information?

2009-02-03 Thread Andreas Hartmann
Klortho schrieb: dhohls wrote: That's a little harsh - although my impression is that C2.2 is perhaps a step sideways in terms of how many things are done... but that's just an impression from reading all the mailing list QA. So far, I have not needed to take the plunge. Yes, you're

Re: Getting started with C2.2 -- where's the exception information?

2009-02-03 Thread Derek Hohls
Andreas Do you want the short reply or the long reply :) Short: There needs to be room in the Cocoon universe for 2.1 users as well as 2.2 users. Long: This is the classic issue isn't it!? Certainly we are beset by the culture of the new at present; where new == better - be it cellphones,

Re: Getting started with C2.2 -- where's the exception information?

2009-02-03 Thread Andreas Hartmann
Hi Derek, Derek Hohls schrieb: […] I agree from a *marketing* perspective that putting buzzwords on your site is a way to attract new users - especially those who might otherwise be going to .NET or Ruby-on-Rails - not that I mean to imply the developers are doing this for that reason

Re: Getting started with C2.2 -- where's the exception information?

2009-02-03 Thread DAVIGNON Andre - CETE NP/DIODé/PANDOC
Hi, For us, as a project depending on Cocoon, it is crucial that Cocoon doesn't cling to dead (as in language) concepts and frameworks as XSP and Avalon, however proven and stable they may be. To attract new community members, it's very important to keep looking beyond one's own nose and

More control over Cform Date Conversion

2009-02-03 Thread Edward Elhauge
Hi, I've run into a problem where my users want more detailed control over Date field validation. In the version that we're running (2.1.8) we don't have a lenient attribute for base=date widgets. So the user can type in 33/60/9z as a date, which get converted into 10/30/2011. Not what was

Re: More control over Cform Date Conversion

2009-02-03 Thread Simone Gianni
Hi Edward, the problem is in conversion, not in validation. When a form value is filled by the user, it is a plain string. Then it arrives to Cocoon, that parse the string to convert it to the proper type, for example a date. After that conversion has been performed successfully, then

Re: More control over Cform Date Conversion

2009-02-03 Thread Edward Elhauge
* Simone Gianni simo...@apache.org wrote on [2009-02-03 17:25]: Hi Edward, the problem is in conversion, not in validation. When a form value is filled by the user, it is a plain string. Then it arrives to Cocoon, that parse the string to convert it to the proper type, for example a date.

Re: How to get the session attribute in bean

2009-02-03 Thread asif_zzz
Hi Andre, I found out how to get the session value in Custom Validator class or Custom-Dynamic SelectionList class But still i dont no how get the session value from a java class ,such that the java class does not have any of its references to form(Cforms). I think it may work for