Hi,

 

…unfortunately I already configured the extension filter.

The Filter maps to /jsp/*, *.jsp, *.jsf, *.htm …. I tried everything….

And it seems to work – the needed *.js files are included.

But somehow, the popup never pops up ????

(I have multiple forms on my page – is this a problem?)

 

What else can I do?

 

Jan :)

 

The generated HTML Source code:

 

<script type="text/_javascript_" src="">

 

//--></script>

<script type="text/_javascript_" src="">

 

//--></script>

<script type="text/_javascript_" src="">

 

//--></script>

<script type="text/_javascript_"><!--

jscalendarSetImageDirectory('/swdtool/faces/myFacesExtensionResource/org.apache.myfaces.component.html.util.MyFacesResourceLoader/11345954/calendar.HtmlCalendarRenderer/DB/');

//--></script>

<script type="text/_javascript_"><!--

jscalendarMonthName = new Array("Januar","Februar","M\u00E4rz","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember");jscalendarMonthName2 = new Array("Januar","Februar","M\u00E4rz","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember");jscalendarDayName = new Array("Mo","Di","Mi","Do","Fr","Sa","So");jscalendarStartAt = 1;

jscalendarDateFormatSymbols = new DateFormatSymbols();

jscalendarDateFormatSymbols.weekdays = new Array("Sonntag","Montag","Dienstag","Mittwoch","Donnerstag","Freitag","Samstag");jscalendarDateFormatSymbols.shortWeekdays = new Array("So","Mo","Di","Mi","Do","Fr","Sa");jscalendarDateFormatSymbols.shortMonths = new Array("Jan","Feb","Mrz","Apr","Mai","Jun","Jul","Aug","Sep","Okt","Nov","Dez");jscalendarDateFormatSymbols.months = new Array("Januar","Februar","M\u00E4rz","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember");jscalendarDateFormatSymbols.eras = new Array("v. Chr.","n. Chr.");jscalendarDateFormatSymbols.ampms = new Array("AM","PM");

//--></script>

<script type="text/_javascript_" src="">

 


Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Gesendet: Mittwoch, 14. Dezember 2005 21:51
An: MyFaces Discussion
Betreff: Re: inputDate - no popupCalendar

 


"Jan" <[EMAIL PROTECTED]> wrote on 12/14/2005 03:24:51 PM:

> Hi,
>
> Does somebody know what's the trick to get inputDate or inputCalendar
> calendarpopup to work?
> What ever I try, the popup just doesn't show - no matter using Firefox or
> IE.
> Are there special filters, config params something else to mention?
>
> I'm just using the following tag:
> <t:inputDate id="recordalCreatedFor" popupCalendar="true"
> value="#{RecordalBackingBean.roBB.emptyRecordal.recordalCreatedFor}"/>
>
> I'm using tiles, subviews and divs - might this have something to do with
> the failure?


Hi Jan, i just ran into this problem which was solved by Mike Duffy who had just run into this problem..;) Here's the solution:

You need the MyFaces extensions Filter: (http://myfaces.apache.org/tomahawk/extensionsFilter.html)."

>
> Jan :)
>
Good luck!

Geeta

Reply via email to