Re: jsCalendarPopupCalendar not embedded

2005-12-03 Thread Kurt Edegger

Martin,

thank you for the suggestion, but I tried it w/ myfaces-1.0.9 (both the 
-all.jar and the split up dist) and 1.1.0 as well.

I'm still getting the same jScript errors.

clueless,

Kurt

on 12/2/2005 3:38 AM Martin Marinschek stated:

Ah - now I remember some issue with inputCalendar in 1.1.1.

Are you using 1.1.1 or a nightly build?

regards,

Martin

On 12/2/05, Kurt Edegger <[EMAIL PROTECTED]> wrote:


I do think, that the ExtensionFilter is called when the page is
rendered. The reason is that I do use a tree2 component, which didn't
function properly before I added the filter and now it works fine.

just a thought,

   Kurt


on 12/1/2005 11:20 PM Martin Marinschek stated:


ah, I overlooked the 2.4 statement on top, sorry.

Maybe you should try to start your debugger and see if you ever get
into the ExtensionsFilter, that might be useful.

regards,

Martin

On 12/1/05, Mike Kienenberger <[EMAIL PROTECTED]> wrote:



Martin,

That's no longer true for 2.4, which is xml-schema based:




From the comments in the url at the top of the file:



  The web-app element is the root of the deployment
  descriptor for a web application.  Note that the sub-elements
  of this element can be in the arbitrary order.

Kurt,

Unfortunately, I don't see anything wrong with your web.xml.   That
doesn't mean there's nothing wrong, only that I don't see it, though
:)

Sorry I can't be of more help.


On 12/1/05, Martin Marinschek <[EMAIL PROTECTED]> wrote:



On the first glance - you need to keep the sequence of things
correctly in your web.xml, AFAIK.

That would mean that you should first define all filters and their
mappings, then servlets and their mappings.

regards,

Martin


On 12/1/05, Kurt Edegger <[EMAIL PROTECTED]> wrote:



Hi Mike,

here's my web.xml. The JSF application is a tool for a program called
Sakai, thus the additional servlets and mappings.

Thanks


http://java.sun.com/xml/ns/j2ee";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd";>
ECGViewer_standalone


 
 sakai.ecgviewer.tool
 org.sakaiproject.jsf.util.JsfTool
 
 default
 index
 
 
 path
 /
 
  1 
 

 
 Faces Servlet
 javax.faces.webapp.FacesServlet
 2
 

 
 org.sakaiproject.util.ToolListener
 


  

org.apache.myfaces.webapp.StartupServletContextListener
  



   sakai.request
   org.sakaiproject.util.RequestFilter



sakai.request
Faces Servlet
REQUEST
FORWARD
INCLUDE




 javax.faces.STATE_SAVING_METHOD
 server



com.sun.faces.validateXml
true



 Faces Servlet
 *.jsf



 
 
  MyFacesExtensionsFilter
  
  org.apache.myfaces.component.html.util.ExtensionsFilter
  
  
  maxFileSize
  20m
  
  Set the size limit for uploaded files.
   Format: 10 - 10 bytes 10k - 10 KB
   10m - 10 MB 1g - 1 GB
  
  
 


 
  MyFacesExtensionsFilter
  *.jsf
 
 
  MyFacesExtensionsFilter
  /faces/*
 

 


Thank you,

   Kurt


on 12/1/2005 9:44 AM Mike Kienenberger stated:



Post your web.xml configuration sections on filters, filter mappings,
servlets, and servlet mappings.   Maybe we can spot the error.




--

http://www.irian.at

Your JSF powerhouse -
JSF Consulting, Development and
Courses in English and German

Professional Support for Apache MyFaces





--

http://www.irian.at

Your JSF powerhouse -
JSF Consulting, Development and
Courses in English and German

Professional Support for Apache MyFaces






--

http://www.irian.at

Your JSF powerhouse -
JSF Consulting, Development and
Courses in English and German

Professional Support for Apache MyFaces




Re: jsCalendarPopupCalendar not embedded

2005-12-02 Thread Martin Marinschek
Ah - now I remember some issue with inputCalendar in 1.1.1.

Are you using 1.1.1 or a nightly build?

regards,

Martin

On 12/2/05, Kurt Edegger <[EMAIL PROTECTED]> wrote:
> I do think, that the ExtensionFilter is called when the page is
> rendered. The reason is that I do use a tree2 component, which didn't
> function properly before I added the filter and now it works fine.
>
> just a thought,
>
> Kurt
>
>
> on 12/1/2005 11:20 PM Martin Marinschek stated:
> > ah, I overlooked the 2.4 statement on top, sorry.
> >
> > Maybe you should try to start your debugger and see if you ever get
> > into the ExtensionsFilter, that might be useful.
> >
> > regards,
> >
> > Martin
> >
> > On 12/1/05, Mike Kienenberger <[EMAIL PROTECTED]> wrote:
> >
> >>Martin,
> >>
> >>That's no longer true for 2.4, which is xml-schema based:
> >>
> >>From the comments in the url at the top of the file:
> >>
> >>The web-app element is the root of the deployment
> >>descriptor for a web application.  Note that the sub-elements
> >>of this element can be in the arbitrary order.
> >>
> >>Kurt,
> >>
> >>Unfortunately, I don't see anything wrong with your web.xml.   That
> >>doesn't mean there's nothing wrong, only that I don't see it, though
> >>:)
> >>
> >>Sorry I can't be of more help.
> >>
> >>
> >>On 12/1/05, Martin Marinschek <[EMAIL PROTECTED]> wrote:
> >>
> >>>On the first glance - you need to keep the sequence of things
> >>>correctly in your web.xml, AFAIK.
> >>>
> >>>That would mean that you should first define all filters and their
> >>>mappings, then servlets and their mappings.
> >>>
> >>>regards,
> >>>
> >>>Martin
> >>>
> >>>
> >>>On 12/1/05, Kurt Edegger <[EMAIL PROTECTED]> wrote:
> >>>
> Hi Mike,
> 
> here's my web.xml. The JSF application is a tool for a program called
> Sakai, thus the additional servlets and mappings.
> 
> Thanks
> 
> 
> http://java.sun.com/xml/ns/j2ee";
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
> xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
> http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd";>
> ECGViewer_standalone
> 
> 
>    
>    sakai.ecgviewer.tool
>    org.sakaiproject.jsf.util.JsfTool
>    
>    default
>    index
>    
>    
>    path
>    /
>    
> 1 
>    
> 
>    
>    Faces Servlet
>    javax.faces.webapp.FacesServlet
>    2
>    
> 
>    
>    org.sakaiproject.util.ToolListener
>    
> 
> 
> 
> 
> org.apache.myfaces.webapp.StartupServletContextListener
> 
> 
> 
>   
>  sakai.request
>  org.sakaiproject.util.RequestFilter
>   
> 
>   
>   sakai.request
>   Faces Servlet
>   REQUEST
>   FORWARD
>   INCLUDE
>   
> 
> 
>   
>    javax.faces.STATE_SAVING_METHOD
>    server
>   
> 
>   
>   com.sun.faces.validateXml
>   true
>   
> 
>   
>    Faces Servlet
>    *.jsf
>   
> 
> 
>    
>    
> MyFacesExtensionsFilter
> 
> org.apache.myfaces.component.html.util.ExtensionsFilter
> 
> 
> maxFileSize
> 20m
> 
> Set the size limit for uploaded files.
>  Format: 10 - 10 bytes 10k - 10 KB
>  10m - 10 MB 1g - 1 GB
> 
> 
>    
> 
> 
>    
> MyFacesExtensionsFilter
> *.jsf
>    
>    
> MyFacesExtensionsFilter
> /faces/*
>    
> 
>    
> 
> 
> Thank you,
> 
>  Kurt
> 
> 
> on 12/1/2005 9:44 AM Mike Kienenberger stated:
> 
> >Post your web.xml configuration sections on filters, filter mappings,
> >servlets, and servlet mappings.   Maybe we can spot the error.
> >
> 
> >>>
> >>>--
> >>>
> >>>http://www.irian.at
> >>>
> >>>Your JSF powerhouse -
> >>>JSF Consulting, Development and
> >>>Courses in English and German
> >>>
> >>>Professional Support for Apache MyFaces
> >>>
> >>
> >
> >
> > --
> >
> > http://www.irian.at
> >
> > Your JSF powerhouse -
> > JSF Consulting, Development and
> > Courses in English and German
> >
> > Professional Support for Apache MyFaces
>
>


--

http://www.irian.at

Your JSF powerhouse -
JSF Consulting, Development and
Courses in English and German

Professional Support for Apache MyFaces


Re: jsCalendarPopupCalendar not embedded

2005-12-02 Thread Kurt Edegger
I do think, that the ExtensionFilter is called when the page is 
rendered. The reason is that I do use a tree2 component, which didn't 
function properly before I added the filter and now it works fine.


just a thought,

Kurt


on 12/1/2005 11:20 PM Martin Marinschek stated:

ah, I overlooked the 2.4 statement on top, sorry.

Maybe you should try to start your debugger and see if you ever get
into the ExtensionsFilter, that might be useful.

regards,

Martin

On 12/1/05, Mike Kienenberger <[EMAIL PROTECTED]> wrote:


Martin,

That's no longer true for 2.4, which is xml-schema based:

From the comments in the url at the top of the file:

   The web-app element is the root of the deployment
   descriptor for a web application.  Note that the sub-elements
   of this element can be in the arbitrary order.

Kurt,

Unfortunately, I don't see anything wrong with your web.xml.   That
doesn't mean there's nothing wrong, only that I don't see it, though
:)

Sorry I can't be of more help.


On 12/1/05, Martin Marinschek <[EMAIL PROTECTED]> wrote:


On the first glance - you need to keep the sequence of things
correctly in your web.xml, AFAIK.

That would mean that you should first define all filters and their
mappings, then servlets and their mappings.

regards,

Martin


On 12/1/05, Kurt Edegger <[EMAIL PROTECTED]> wrote:


Hi Mike,

here's my web.xml. The JSF application is a tool for a program called
Sakai, thus the additional servlets and mappings.

Thanks


http://java.sun.com/xml/ns/j2ee";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd";>
ECGViewer_standalone


  
  sakai.ecgviewer.tool
  org.sakaiproject.jsf.util.JsfTool
  
  default
  index
  
  
  path
  /
  
   1 
  

  
  Faces Servlet
  javax.faces.webapp.FacesServlet
  2
  

  
  org.sakaiproject.util.ToolListener
  


   

org.apache.myfaces.webapp.StartupServletContextListener
   


 
sakai.request
org.sakaiproject.util.RequestFilter
 

 
 sakai.request
 Faces Servlet
 REQUEST
 FORWARD
 INCLUDE
 


 
  javax.faces.STATE_SAVING_METHOD
  server
 

 
 com.sun.faces.validateXml
 true
 

 
  Faces Servlet
  *.jsf
 


  
  
   MyFacesExtensionsFilter
   
   org.apache.myfaces.component.html.util.ExtensionsFilter
   
   
   maxFileSize
   20m
   
   Set the size limit for uploaded files.
Format: 10 - 10 bytes 10k - 10 KB
10m - 10 MB 1g - 1 GB
   
   
  


  
   MyFacesExtensionsFilter
   *.jsf
  
  
   MyFacesExtensionsFilter
   /faces/*
  

  


Thank you,

Kurt


on 12/1/2005 9:44 AM Mike Kienenberger stated:


Post your web.xml configuration sections on filters, filter mappings,
servlets, and servlet mappings.   Maybe we can spot the error.





--

http://www.irian.at

Your JSF powerhouse -
JSF Consulting, Development and
Courses in English and German

Professional Support for Apache MyFaces






--

http://www.irian.at

Your JSF powerhouse -
JSF Consulting, Development and
Courses in English and German

Professional Support for Apache MyFaces




Re: jsCalendarPopupCalendar not embedded

2005-12-01 Thread Martin Marinschek
ah, I overlooked the 2.4 statement on top, sorry.

Maybe you should try to start your debugger and see if you ever get
into the ExtensionsFilter, that might be useful.

regards,

Martin

On 12/1/05, Mike Kienenberger <[EMAIL PROTECTED]> wrote:
> Martin,
>
> That's no longer true for 2.4, which is xml-schema based:
>
> From the comments in the url at the top of the file:
>
> The web-app element is the root of the deployment
> descriptor for a web application.  Note that the sub-elements
> of this element can be in the arbitrary order.
>
> Kurt,
>
> Unfortunately, I don't see anything wrong with your web.xml.   That
> doesn't mean there's nothing wrong, only that I don't see it, though
> :)
>
> Sorry I can't be of more help.
>
>
> On 12/1/05, Martin Marinschek <[EMAIL PROTECTED]> wrote:
> > On the first glance - you need to keep the sequence of things
> > correctly in your web.xml, AFAIK.
> >
> > That would mean that you should first define all filters and their
> > mappings, then servlets and their mappings.
> >
> > regards,
> >
> > Martin
> >
> >
> > On 12/1/05, Kurt Edegger <[EMAIL PROTECTED]> wrote:
> > > Hi Mike,
> > >
> > > here's my web.xml. The JSF application is a tool for a program called
> > > Sakai, thus the additional servlets and mappings.
> > >
> > > Thanks
> > >
> > > 
> > > http://java.sun.com/xml/ns/j2ee";
> > > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
> > > xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
> > > http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd";>
> > > ECGViewer_standalone
> > >
> > > 
> > >
> > >sakai.ecgviewer.tool
> > >org.sakaiproject.jsf.util.JsfTool
> > >
> > >default
> > >index
> > >
> > >
> > >path
> > >/
> > >
> > > 1 
> > >
> > >
> > >
> > >Faces Servlet
> > >javax.faces.webapp.FacesServlet
> > >2
> > >
> > >
> > >
> > >org.sakaiproject.util.ToolListener
> > >
> > >
> > > 
> > > 
> > >
> > > org.apache.myfaces.webapp.StartupServletContextListener
> > > 
> > >
> > > 
> > >   
> > >  sakai.request
> > >  org.sakaiproject.util.RequestFilter
> > >   
> > >
> > >   
> > >   sakai.request
> > >   Faces Servlet
> > >   REQUEST
> > >   FORWARD
> > >   INCLUDE
> > >   
> > >
> > >
> > >   
> > >javax.faces.STATE_SAVING_METHOD
> > >server
> > >   
> > >
> > >   
> > >   com.sun.faces.validateXml
> > >   true
> > >   
> > >
> > >   
> > >Faces Servlet
> > >*.jsf
> > >   
> > >
> > >
> > >
> > >
> > > MyFacesExtensionsFilter
> > > 
> > > org.apache.myfaces.component.html.util.ExtensionsFilter
> > > 
> > > 
> > > maxFileSize
> > > 20m
> > > 
> > > Set the size limit for uploaded files.
> > >  Format: 10 - 10 bytes 10k - 10 KB
> > >  10m - 10 MB 1g - 1 GB
> > > 
> > > 
> > >
> > >
> > >
> > >
> > > MyFacesExtensionsFilter
> > > *.jsf
> > >
> > >
> > > MyFacesExtensionsFilter
> > > /faces/*
> > >
> > >
> > >
> > > 
> > >
> > > Thank you,
> > >
> > >  Kurt
> > >
> > >
> > > on 12/1/2005 9:44 AM Mike Kienenberger stated:
> > > > Post your web.xml configuration sections on filters, filter mappings,
> > > > servlets, and servlet mappings.   Maybe we can spot the error.
> > > >
> > >
> >
> >
> > --
> >
> > http://www.irian.at
> >
> > Your JSF powerhouse -
> > JSF Consulting, Development and
> > Courses in English and German
> >
> > Professional Support for Apache MyFaces
> >
>


--

http://www.irian.at

Your JSF powerhouse -
JSF Consulting, Development and
Courses in English and German

Professional Support for Apache MyFaces


Re: jsCalendarPopupCalendar not embedded

2005-12-01 Thread Mike Kienenberger
Martin,

That's no longer true for 2.4, which is xml-schema based:

>From the comments in the url at the top of the file:

The web-app element is the root of the deployment
descriptor for a web application.  Note that the sub-elements
of this element can be in the arbitrary order.

Kurt,

Unfortunately, I don't see anything wrong with your web.xml.   That
doesn't mean there's nothing wrong, only that I don't see it, though
:)

Sorry I can't be of more help.


On 12/1/05, Martin Marinschek <[EMAIL PROTECTED]> wrote:
> On the first glance - you need to keep the sequence of things
> correctly in your web.xml, AFAIK.
>
> That would mean that you should first define all filters and their
> mappings, then servlets and their mappings.
>
> regards,
>
> Martin
>
>
> On 12/1/05, Kurt Edegger <[EMAIL PROTECTED]> wrote:
> > Hi Mike,
> >
> > here's my web.xml. The JSF application is a tool for a program called
> > Sakai, thus the additional servlets and mappings.
> >
> > Thanks
> >
> > 
> > http://java.sun.com/xml/ns/j2ee";
> > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
> > xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
> > http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd";>
> > ECGViewer_standalone
> >
> > 
> >
> >sakai.ecgviewer.tool
> >org.sakaiproject.jsf.util.JsfTool
> >
> >default
> >index
> >
> >
> >path
> >/
> >
> > 1 
> >
> >
> >
> >Faces Servlet
> >javax.faces.webapp.FacesServlet
> >2
> >
> >
> >
> >org.sakaiproject.util.ToolListener
> >
> >
> > 
> > 
> >
> > org.apache.myfaces.webapp.StartupServletContextListener
> > 
> >
> > 
> >   
> >  sakai.request
> >  org.sakaiproject.util.RequestFilter
> >   
> >
> >   
> >   sakai.request
> >   Faces Servlet
> >   REQUEST
> >   FORWARD
> >   INCLUDE
> >   
> >
> >
> >   
> >javax.faces.STATE_SAVING_METHOD
> >server
> >   
> >
> >   
> >   com.sun.faces.validateXml
> >   true
> >   
> >
> >   
> >Faces Servlet
> >*.jsf
> >   
> >
> >
> >
> >
> > MyFacesExtensionsFilter
> > 
> > org.apache.myfaces.component.html.util.ExtensionsFilter
> > 
> > 
> > maxFileSize
> > 20m
> > 
> > Set the size limit for uploaded files.
> >  Format: 10 - 10 bytes 10k - 10 KB
> >  10m - 10 MB 1g - 1 GB
> > 
> > 
> >
> >
> >
> >
> > MyFacesExtensionsFilter
> > *.jsf
> >
> >
> > MyFacesExtensionsFilter
> > /faces/*
> >
> >
> >
> > 
> >
> > Thank you,
> >
> >  Kurt
> >
> >
> > on 12/1/2005 9:44 AM Mike Kienenberger stated:
> > > Post your web.xml configuration sections on filters, filter mappings,
> > > servlets, and servlet mappings.   Maybe we can spot the error.
> > >
> >
>
>
> --
>
> http://www.irian.at
>
> Your JSF powerhouse -
> JSF Consulting, Development and
> Courses in English and German
>
> Professional Support for Apache MyFaces
>


Re: jsCalendarPopupCalendar not embedded

2005-12-01 Thread Martin Marinschek
On the first glance - you need to keep the sequence of things
correctly in your web.xml, AFAIK.

That would mean that you should first define all filters and their
mappings, then servlets and their mappings.

regards,

Martin


On 12/1/05, Kurt Edegger <[EMAIL PROTECTED]> wrote:
> Hi Mike,
>
> here's my web.xml. The JSF application is a tool for a program called
> Sakai, thus the additional servlets and mappings.
>
> Thanks
>
> 
> http://java.sun.com/xml/ns/j2ee";
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
> xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
> http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd";>
> ECGViewer_standalone
>
> 
>
>sakai.ecgviewer.tool
>org.sakaiproject.jsf.util.JsfTool
>
>default
>index
>
>
>path
>/
>
> 1 
>
>
>
>Faces Servlet
>javax.faces.webapp.FacesServlet
>2
>
>
>
>org.sakaiproject.util.ToolListener
>
>
> 
> 
>
> org.apache.myfaces.webapp.StartupServletContextListener
> 
>
> 
>   
>  sakai.request
>  org.sakaiproject.util.RequestFilter
>   
>
>   
>   sakai.request
>   Faces Servlet
>   REQUEST
>   FORWARD
>   INCLUDE
>   
>
>
>   
>javax.faces.STATE_SAVING_METHOD
>server
>   
>
>   
>   com.sun.faces.validateXml
>   true
>   
>
>   
>Faces Servlet
>*.jsf
>   
>
>
>
>
> MyFacesExtensionsFilter
> 
> org.apache.myfaces.component.html.util.ExtensionsFilter
> 
> 
> maxFileSize
> 20m
> 
> Set the size limit for uploaded files.
>  Format: 10 - 10 bytes 10k - 10 KB
>  10m - 10 MB 1g - 1 GB
> 
> 
>
>
>
>
> MyFacesExtensionsFilter
> *.jsf
>
>
> MyFacesExtensionsFilter
> /faces/*
>
>
>
> 
>
> Thank you,
>
>  Kurt
>
>
> on 12/1/2005 9:44 AM Mike Kienenberger stated:
> > Post your web.xml configuration sections on filters, filter mappings,
> > servlets, and servlet mappings.   Maybe we can spot the error.
> >
>


--

http://www.irian.at

Your JSF powerhouse -
JSF Consulting, Development and
Courses in English and German

Professional Support for Apache MyFaces


Re: jsCalendarPopupCalendar not embedded

2005-12-01 Thread Kurt Edegger

Hi Mike,

here's my web.xml. The JSF application is a tool for a program called 
Sakai, thus the additional servlets and mappings.


Thanks


http://java.sun.com/xml/ns/j2ee";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee 
http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd";>

ECGViewer_standalone


  
  sakai.ecgviewer.tool
  org.sakaiproject.jsf.util.JsfTool
  
  default
  index
  
  
  path
  /
  
   1 
  

  
  Faces Servlet
  javax.faces.webapp.FacesServlet
  2
  

  
  org.sakaiproject.util.ToolListener
  



	 
org.apache.myfaces.webapp.StartupServletContextListener





 
sakai.request
org.sakaiproject.util.RequestFilter
 

 
 sakai.request
 Faces Servlet
 REQUEST
 FORWARD
 INCLUDE
 


 
  javax.faces.STATE_SAVING_METHOD
  server
 

 
 com.sun.faces.validateXml
 true
 

 
  Faces Servlet
  *.jsf
 


  

  
MyFacesExtensionsFilter

org.apache.myfaces.component.html.util.ExtensionsFilter


maxFileSize
20m

Set the size limit for uploaded files.
Format: 10 - 10 bytes 10k - 10 KB
10m - 10 MB 1g - 1 GB


  


  
MyFacesExtensionsFilter
*.jsf
  
  
MyFacesExtensionsFilter
/faces/*
  

  


Thank you,

Kurt


on 12/1/2005 9:44 AM Mike Kienenberger stated:

Post your web.xml configuration sections on filters, filter mappings,
servlets, and servlet mappings.   Maybe we can spot the error.



Re: jsCalendarPopupCalendar not embedded

2005-12-01 Thread Mike Kienenberger
Post your web.xml configuration sections on filters, filter mappings,
servlets, and servlet mappings.   Maybe we can spot the error.

On 11/30/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I agree that there is missing JavaScript Code, but is there anything else to
> configer except the myfaces extension filters described at
> http://myfaces.apache.org/tomahawk/extensionsFilter.html
>
> All the documentation I found stated, that installing the filter and adding 
> the
> taglib to the jsp page is sufficient.
>
> Any more thoughts?
>
> Thanks,
>Kurt
>
> Quoting "\"R. Müller\"" <[EMAIL PROTECTED]>:
>
> > Hi,
> >
> > [EMAIL PROTECTED] wrote:
> > > [...]
> > > I'm still getting the "jscalendarPopUpCalendar is not defined" JavaScript
> > > error.
> > > But there is another one, while rendering the page: 'loadPopupScript is
> > not
> > > defined'
> > >
> >
> > it seems that there is some javascript-code missing (function
> > 'loadPopupScript') in rendered page. make sure that your web is proper
> > configurated, especially filter- and servletmappings.
> >
> > Ronald
> >
> >
>
>
>
>
>


Re: jsCalendarPopupCalendar not embedded

2005-12-01 Thread mail
Hi, 

I agree that there is missing JavaScript Code, but is there anything else to
configer except the myfaces extension filters described at
http://myfaces.apache.org/tomahawk/extensionsFilter.html

All the documentation I found stated, that installing the filter and adding the
taglib to the jsp page is sufficient.

Any more thoughts?

Thanks,
   Kurt

Quoting "\"R. Müller\"" <[EMAIL PROTECTED]>:

> Hi,
> 
> [EMAIL PROTECTED] wrote:
> > [...]
> > I'm still getting the "jscalendarPopUpCalendar is not defined" JavaScript
> > error.
> > But there is another one, while rendering the page: 'loadPopupScript is
> not
> > defined'
> > 
> 
> it seems that there is some javascript-code missing (function 
> 'loadPopupScript') in rendered page. make sure that your web is proper 
> configurated, especially filter- and servletmappings.
> 
> Ronald
> 
> 






Re: jsCalendarPopupCalendar not embedded

2005-11-30 Thread Kurt Edegger
Hi,

I agree that there is missing JavaScript Code, but is there anything else to
configer except the myfaces extension filters described at
http://myfaces.apache.org/tomahawk/extensionsFilter.html

All the documentation I found stated, that installing the filter and adding the
taglib to the jsp page is sufficient.

Any more thoughts?

Thanks,
   Kurt

Quoting "\"R. Müller\"" <[EMAIL PROTECTED]>:

> Hi,
> 
> [EMAIL PROTECTED] wrote:
> > [...]
> > I'm still getting the "jscalendarPopUpCalendar is not defined" JavaScript
> > error.
> > But there is another one, while rendering the page: 'loadPopupScript is
> not
> > defined'
> > 
> 
> it seems that there is some javascript-code missing (function 
> 'loadPopupScript') in rendered page. make sure that your web is proper 
> configurated, especially filter- and servletmappings.
> 
> Ronald
> 
> 






Re: jsCalendarPopupCalendar not embedded

2005-11-29 Thread R. Müller

Hi,

[EMAIL PROTECTED] wrote:

[...]
I'm still getting the "jscalendarPopUpCalendar is not defined" JavaScript
error.
But there is another one, while rendering the page: 'loadPopupScript is not
defined'



it seems that there is some javascript-code missing (function 
'loadPopupScript') in rendered page. make sure that your web is proper 
configurated, especially filter- and servletmappings.


Ronald



Re: jsCalendarPopupCalendar not embedded

2005-11-29 Thread mail
Hi Bobby,

thank you for your response, but I do have the following dependancies defined in
my project: 


  myfaces
  myfaces-all
  1.1.1
  
true
  


  commons-lang
  commons-lang
  2.1
  
true
  


I'm still getting the "jscalendarPopUpCalendar is not defined" JavaScript
error.
But there is another one, while rendering the page: 'loadPopupScript is not
defined'

Anyone knows whats going on here?

Thank you in advance,
  Kurt

Quoting Bobby Rosenberger <[EMAIL PROTECTED]>:

> I just checked my calendar code... and found this:
> 
> "The trick here is that you must include commons-lang-2.1.jar
> in your classpath if you want the calendar to work as a popup."
> 
> Bobby
> 
> On 11/29/05, Kurt Edegger <[EMAIL PROTECTED]> wrote:
> >
> > Hi,
> >
> > I would like to use the  element on one of my jsf pages.
> > I'd like to have the element rendered to use the javaScript popup to
> > display the calendar. But when I add the following to my jsp document, I
> > only get an "jsCalendarPopupCalendar is not defined" JavaScript Error
> > after clicking on the calendar icon next to the input field.
> >
> > 
> > >   weekRowClass="weekHeader" currentDayCellClass="currentDayCell"
> >   value="#{ecgViewer.diagDate}" renderAsPopup="true"
> >   popupTodayString="#{msg['calendarpopup_today_string']}"
> >   popupWeekString="#{msg['calendarpopup_week_string']}"
> >   renderPopupButtonAsImage="true" />
> > 
> >
> > I did add the extension filter entries to my web.xml and I can use other
> > elements correctly. I found a former thread in this group relating to
> > the same issue, but there the issue was that the jsp document had no
> >  nor  elements, which I do have both in my jsp.
> >
> > Any ideas?
> >
> > Kurt
> >
> >
> 






Re: jsCalendarPopupCalendar not embedded

2005-11-29 Thread Bobby Rosenberger
I just checked my calendar code... and found this:

"The trick here is that you must include commons-lang-2.1.jar
        in your classpath if you want the calendar to work as a popup."

BobbyOn 11/29/05, Kurt Edegger <[EMAIL PROTECTED]> wrote:
Hi,I would like to use the  element on one of my jsf pages.I'd like to have the element rendered to use the _javascript_ popup todisplay the calendar. But when I add the following to my jsp document, I
only get an "jsCalendarPopupCalendar is not defined" _javascript_ Errorafter clicking on the calendar icon next to the input field.     weekRowClass="weekHeader" currentDayCellClass="currentDayCell"  value="#{ecgViewer.diagDate}" renderAsPopup="true"  popupTodayString="#{msg['calendarpopup_today_string']}"
  popupWeekString="#{msg['calendarpopup_week_string']}"  renderPopupButtonAsImage="true" />I did add the extension filter entries to my web.xml and I can use other
elements correctly. I found a former thread in this group relating tothe same issue, but there the issue was that the jsp document had no nor  elements, which I do have both in my jsp.
Any ideas?Kurt


jsCalendarPopupCalendar not embedded

2005-11-29 Thread Kurt Edegger

Hi,

I would like to use the  element on one of my jsf pages. 
I'd like to have the element rendered to use the javaScript popup to 
display the calendar. But when I add the following to my jsp document, I 
only get an "jsCalendarPopupCalendar is not defined" JavaScript Error 
after clicking on the calendar icon next to the input field.



  


I did add the extension filter entries to my web.xml and I can use other 
elements correctly. I found a former thread in this group relating to 
the same issue, but there the issue was that the jsp document had no 
 nor  elements, which I do have both in my jsp.


Any ideas?

Kurt