Problem with this can be solved this:

change in
 org\apache\tapestry\form\Form.js
line
   var Tapestry = new Object();
with this
try{
   if (Tapestry == undefined) {
       var Tapestry = new Object();
   }
}catch (e){
   var Tapestry = new Object();
}




Working DatePicker.js in IE  change in
org\apache\tapestry\form\DatePicker.script

lines:
${calendarObject}.initialize([${monthNames}],
 [${shortMonthNames}],
 [${weekDayNames}],
 [${shortWeekDayNames}],
"${format}", ${firstDayInWeek}, ${includeWeek}, ${minimalDaysInFirstWeek}, "${clearButtonLabel}"); with setTimeout('${calendarObject}.initialize([${monthNames}], [${shortMonthNames}], [${weekDayNames}], [${shortWeekDayNames}], "${format}", ${firstDayInWeek}, ${includeWeek}, ${minimalDaysInFirstWeek}, "${clearButtonLabel}");',500);

Its not clear solution, but working.

Dávid Ignjič wrote:


I have question about
org\apache\tapestry\form\validator\RegExValidator.js
org\apache\tapestry\form\Form.js


Why is this separated ?


If i have two form in different portlet one with pattern validator and one without in IE is Tapestry.validate_regex undefined.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to