[TYPO3-project-formidable] renderlet:DATE

Stephan Petzl spetzl at gmx.at
Thu Aug 13 10:56:28 CEST 2009


Hello,

we have two problems with the date renderlet:
- when entering wrong values (like "14asdf") there is no validation. is 
this a bug?

- after posting and reloading the form, the date is truncated, so that 
just the day is shown. no month or year. when i disable the JS-Calender 
this error is gone- when i look at the HTML i see that the correct value 
is there, seems like the js-lib truncates the value...

Here is the XML:

<renderlet:DATE name="tx_kbks_geburtsdatum" label="Geburtsdatum" >
			
			<data>
			  <datetime format="%d.%m.%Y" allowManualEdition="true" />
			</data>
			<validators>
				<validator:STANDARD>
					<required message="Bitte geben Sie Ihr Geburtsdatum ein."/>
				</validator:STANDARD>
			</validators>
		</renderlet:DATE>	


-- 
Best Regards
Stephan Petzl
http://netrabbit.at


More information about the TYPO3-project-formidable mailing list