Thanks it works now!!!

[EMAIL PROTECTED] wrote:

Hi

Search the list - It is responsible for loading resources from archives
(.jar files). :

        <!-- Extensions Filter -->
        <filter>
                <filter-name>extensionsFilter</filter-name>
                <filter-class>
        
org.apache.myfaces.component.html.util.ExtensionsFilter
                </filter-class>
                <init-param>
                        <param-name>uploadMaxFileSize</param-name>
                        <param-value>100m</param-value>
                        <description>
                                Set the size limit for uploaded files.
Format: 10 - 10
                                bytes 10k - 10 KB 10m - 10 MB 1g - 1 GB
                        </description>
                </init-param>
                <init-param>
                        <param-name>uploadThresholdSize</param-name>
                        <param-value>100k</param-value>
                        <description>
                                Set the threshold size - files below
this limit are
                                stored in memory, files above this limit
are stored on
                                disk.

                                Format: 10 - 10 bytes 10k - 10 KB 10m -
10 MB 1g - 1 GB
                        </description>
                </init-param>
                <!--        <init-param>
                        <param-name>uploadRepositoryPath</param-name>
                        <param-value>/temp</param-value>
                        <description>Set the path where the intermediary
files will be stored.
                        </description>
                        </init-param>-->
        </filter>

        <filter-mapping>
                <filter-name>extensionsFilter</filter-name>
                <url-pattern>*.jsf</url-pattern>
        </filter-mapping>
        <filter-mapping>
                <filter-name>extensionsFilter</filter-name>
                <url-pattern>/faces/*</url-pattern>
        </filter-mapping>

Hermod


-----Original Message----- From: Kostas Karadamoglou [mailto:[EMAIL PROTECTED] Sent: Monday, March 14, 2005 12:46 PM To: MyFaces Discussion Subject: Re: Problems with inputCalendar


No, I have no idea what is ExtensionsFilter.Could you please some information about that?


Thank you.

[EMAIL PROTECTED] wrote:



Hi

Have you configured in the ExtensionsFilter ?


Hermod

-----Original Message-----
From: Kostas Karadamoglou [mailto:[EMAIL PROTECTED]
Sent: Monday, March 14, 2005 11:16 AM
To: MyFaces Discussion
Subject: Re: Problems with inputCalendar



I noticed that the generated html code of calendar.jsp


(myfaces-example)


has this declerations which I don't have:

<link rel="stylesheet" href="/example/faces/myFacesExtensionResource/calendar.HtmlCalendarRend


e


rer/WH/theme.css" type="text/css"/>
<link rel="stylesheet" href="/example/faces/myFacesExtensionResource/calendar.HtmlCalendarRend


e


rer/DB/theme.css" type="text/css"/>
<script src="/example/faces/myFacesExtensionResource/calendar.HtmlCalendarRende


r


er/popcalendar.js" type="text/javascript"></script>

I declared them manually but the popup calendar cannot render its icons





(some icons at the drop down menus and the close button icon).

However the calendar.jsp of myfaces-example doesn't have this declerations. What do I have to do in oder to view the popup calendar properly?

Kostas Karadamoglou wrote:





Hello all, I have a problem the javascript pop up of inputCalendar.

When I click the [...] button I cannot see the pop up. Also in the jascript console I get the following message:

Error: jscalendarPopUpCalendar is not defined

It seems that the component doesn;t generate the method to the page.

How can I sove this problem?

Thank you in advance, kostas





* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *


* *


This email with attachments is solely for the use of the individual or
entity to whom it is addressed. Please also be aware that the DnB NOR


Group


cannot accept any payment orders or other legally binding


correspondence with


customers as a part of an email.

This email message has been virus checked by the virus programs used
in the DnB NOR Group.

* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *


* *








* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *

This email with attachments is solely for the use of the individual or
entity to whom it is addressed. Please also be aware that the DnB NOR Group
cannot accept any payment orders or other legally binding correspondence with
customers as a part of an email.


This email message has been virus checked by the virus programs used
in the DnB NOR Group.

* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *







Reply via email to