Re: JSCookMenu and SUN's RI

2006-02-10 Thread Daniel Loebbe
Done.

http://issues.apache.org/jira/browse/MYFACES-1105

Bye, Daniel
2006/2/9, Mike Kienenberger [EMAIL PROTECTED]:
Daniel,It'd be best if you opened the issue since you have the bestunderstanding of the problem and can provide examples showing the
problem.(You also are the one who's most interested in seeing asolution).I don't know anything about jsCookMenu -- I've never used it.On 2/9/06, Daniel Loebbe 
[EMAIL PROTECTED] wrote: I am quite sure that the extension filter stuff is not the reason for the problem concerning the jsCookMenu and Suns RI. All _javascript_ and CSS stuff is loaded properly.
 So, can you please open an issue concerning this? Thanks  Bye, Daniel 2006/2/8, Mike Kienenberger [EMAIL PROTECTED]
:  Actually, the new extensions filter web page probably explains it  better than the examples.   Try the instructions listed at   
http://myfaces.apache.org/tomahawk/extensionsFilter.html   If they aren't clear or don't work for you, let me know how we can improve them.   -Mike 
   On 2/8/06, Martin Marinschek [EMAIL PROTECTED] wrote:   Hi Daniel, yes you do: you'll need to add the /faces/* mapping as well - see the
 examples. regards, Martin On 2/8/06, Daniel Loebbe [EMAIL PROTECTED]
 wrote:Hi Martin,   these are my filter settings:  filter   
filter-nameMyFacesExtensionsFilter /filter-name   filter-class   org.apache.myfaces.component.html.util.ExtensionsFilter
   /filter-class   init-param   param-nameuploadMaxFileSize /param-name
   param-value100m /param-value   /init-param   init-param
   param-nameuploadThresholdSize /param-name   param-value100k /param-value   
/init-param   /filter   filter-mapping   filter-nameMyFacesExtensionsFilter /filter-name
   url-pattern*.faces /url-pattern   /filter-mapping   filter-mapping
   filter-nameMyFacesExtensionsFilter /filter-name   url-pattern*.js /url-pattern   
/filter-mapping   filter-mapping   filter-nameMyFacesExtensionsFilter /filter-name
   url-pattern*.css /url-pattern   /filter-mapping  Maybe I miss somthing?
 Bye, Daniel   2006/2/8, Martin Marinschek 
[EMAIL PROTECTED]: Bruno should have fixed that by moving all special stuff out to the extensions-filter. You're including the extensions-filter, right?
 regards, Martin On 2/8/06, Daniel Loebbe 
[EMAIL PROTECTED] wrote:  Any news concerning this issue? The last nightly builds did not containa  correction.
   Bye, Daniel2006/2/1, Daniel Loebbe  
[EMAIL PROTECTED]: Great to hear this. Thanks a lot! Looking forward,
 Daniel   2006/2/1, Martin Marinschek 
[EMAIL PROTECTED] :  Yeah, there is YAB (yet another bug) open on this. Bruno will
 fixthistogether with me, sometime today or tomorrow.   regards,
   Martin   On 2/1/06, Daniel Loebbe  
[EMAIL PROTECTED] wrote: And I got the following output con the console:
 WARN util.AddResource - MyFaces special _javascript_ could not be  retrieved from request-map.
 ERROR util.MyFacesResourceLoader - Unparsable lastModified :  @lastModified@
 Did the filter settings change in the meantime? Bye, Daniel
 2006/1/30, Martin Marinschek  
[EMAIL PROTECTED] :  Done!   regards,
   Martin   On 1/30/06, Daniel Loebbe  
[EMAIL PROTECTED] wrote:   Hi, I tried that, but the error message is the same. Here is
 the  html-code I get   now:  
   form id=jsCookMenuForm method=post   action=""
   enctype=application/x-www-form-urlencoded   script type=text/_javascript_var
  jsCookMenuForm_jsCookMenu_menu =   [[null, 'Information', 'jsCookMenuForm_jsCookMenu_menu:',
   'linkDummyForm', null,[null, 'Aktuelle Informationen',   'jsCookMenuForm_jsCookMenu_menu:information',
   'linkDummyForm', null],   [null, 'Benachrichtigungen',  
'jsCookMenuForm_jsCookMenu_menu:bulletinBoard',   'linkDummyForm', null],   [null, 'Kontakt',
 'jsCookMenuForm_jsCookMenu_menu:contact',   'linkDummyForm', null], ...   ];/script
   divid=jsCookMenuForm_jsCookMenu_menu/div   script type=text/_javascript_ cmDraw
   ('jsCookMenuForm_jsCookMenu_menu',   jsCookMenuForm_jsCookMenu_menu, 'hbr', cmThemeOffice,   'ThemeOffice');/script
   input type=hidden name= com.sun.faces.VIEWvalue=X /   input type=hidden name=jsCookMenuForm
  value=jsCookMenuForm /  /form The form 'linkDummyForm' is still 

Re: JSCookMenu and SUN's RI

2006-02-09 Thread Daniel Loebbe
I am quite sure that the extension filter stuff is not the reason for the problem concerning the jsCookMenu and Suns RI. All _javascript_ and CSS stuff is loaded properly.

So, can you please open an issue concerning this?

Thanks  Bye,
Daniel
2006/2/8, Mike Kienenberger [EMAIL PROTECTED]:
Actually, the new extensions filter web page probably explains itbetter than the examples.Try the instructions listed at
http://myfaces.apache.org/tomahawk/extensionsFilter.htmlIf they aren't clear or don't work for you, let me know how we can improve them.
-MikeOn 2/8/06, Martin Marinschek [EMAIL PROTECTED] wrote: Hi Daniel, yes you do: you'll need to add the /faces/* mapping as well - see the examples.
 regards, Martin On 2/8/06, Daniel Loebbe [EMAIL PROTECTED] wrote:  Hi Martin,   these are my filter settings:
filter   filter-nameMyFacesExtensionsFilter /filter-name   filter-class   org.apache.myfaces.component.html.util.ExtensionsFilter
   /filter-class   init-param   param-nameuploadMaxFileSize /param-name   param-value100m /param-value
   /init-param   init-param   param-nameuploadThresholdSize /param-name   param-value100k /param-value
   /init-param   /filter   filter-mapping   filter-nameMyFacesExtensionsFilter /filter-name
   url-pattern*.faces /url-pattern   /filter-mapping   filter-mapping   filter-nameMyFacesExtensionsFilter /filter-name
   url-pattern*.js /url-pattern   /filter-mapping   filter-mapping   filter-nameMyFacesExtensionsFilter /filter-name
   url-pattern*.css /url-pattern   /filter-mappingMaybe I miss somthing?   
  Bye, Daniel   2006/2/8, Martin Marinschek [EMAIL PROTECTED]:   Bruno should have fixed that by moving all special stuff out to the
   extensions-filter. You're including the extensions-filter, right? regards, Martin  
   On 2/8/06, Daniel Loebbe [EMAIL PROTECTED] wrote:Any news concerning this issue? The last nightly builds did not contain
  acorrection.   Bye, Daniel  2006/2/1, Daniel Loebbe 
[EMAIL PROTECTED]: Great to hear this. Thanks a lot! Looking forward,
 Daniel 2006/2/1, Martin Marinschek [EMAIL PROTECTED]
 :  Yeah, there is YAB (yet another bug) open on this. Bruno will fix  this  together with me, sometime today or tomorrow.
   regards,   Martin   On 2/1/06, Daniel Loebbe 
[EMAIL PROTECTED] wrote:   And I got the following output con the console:
   WARN util.AddResource - MyFaces special _javascript_ could not beretrieved   from request-map.  
   ERROR util.MyFacesResourceLoader - Unparsable lastModified :@lastModified@   Did the filter settings change in the meantime?
 Bye, Daniel 2006/1/30, Martin Marinschek  
[EMAIL PROTECTED] :Done!   regards,
   Martin   On 1/30/06, Daniel Loebbe  
[EMAIL PROTECTED] wrote: Hi, I tried that, but the error message is the same. Here is the
html-code I   get now: form id=jsCookMenuForm method=post
 action=""> enctype=application/x-www-form-urlencoded script type=text/_javascript_var
jsCookMenuForm_jsCookMenu_menu = [[null, 'Information',   'jsCookMenuForm_jsCookMenu_menu:', 'linkDummyForm', null,[null, 'Aktuelle Informationen',
 'jsCookMenuForm_jsCookMenu_menu:information', 'linkDummyForm', null], [null, 'Benachrichtigungen',
  'jsCookMenuForm_jsCookMenu_menu:bulletinBoard', 'linkDummyForm', null], [null, 'Kontakt',
   'jsCookMenuForm_jsCookMenu_menu:contact', 'linkDummyForm', null], ... ];/script
 div  id=jsCookMenuForm_jsCookMenu_menu/div script type=text/_javascript_ cmDraw
 ('jsCookMenuForm_jsCookMenu_menu', jsCookMenuForm_jsCookMenu_menu, 'hbr', cmThemeOffice, 'ThemeOffice');/script
 input type=hidden name= com.sun.faces.VIEW  value=X / input type=hidden name=jsCookMenuForm
value=jsCookMenuForm //form The form 'linkDummyForm' is still there but not rendered into
  thepage. Bye, Daniel
 2006/1/26, Martin Marinschek  [EMAIL PROTECTED]:  Can you try to wrap the whole jscookmenu in a form?
   the dummyform should only be rendered if necessary...   regards,
   Martin   On 1/26/06, Daniel Loebbe  
[EMAIL PROTECTED]  wrote:   Hi, seems that I found the reason. The form linkDummyForm
  andthe js function   clear_linkDummyForm are missing / not rendered.
 Has anyone a solution for this (both seems to be rendered  bythe
   MyFaces JSF   implementation but not by Sun's RI)?  
   Thanks, Daniel 

Re: JSCookMenu and SUN's RI

2006-02-09 Thread Mike Kienenberger
Daniel,

It'd be best if you opened the issue since you have the best
understanding of the problem and can provide examples showing the
problem.  (You also are the one who's most interested in seeing a
solution).

I don't know anything about jsCookMenu -- I've never used it.

On 2/9/06, Daniel Loebbe [EMAIL PROTECTED] wrote:
 I am quite sure that the extension filter stuff is not the reason for the
 problem concerning the jsCookMenu and Suns RI. All Javascript and CSS stuff
 is loaded properly.

 So, can you please open an issue concerning this?

 Thanks  Bye,
 Daniel


 2006/2/8, Mike Kienenberger [EMAIL PROTECTED]:
  Actually, the new extensions filter web page probably explains it
  better than the examples.
 
  Try the instructions listed at
 
  http://myfaces.apache.org/tomahawk/extensionsFilter.html
 
  If they aren't clear or don't work for you, let me know how we can improve
 them.
 
  -Mike
 
 
  On 2/8/06, Martin Marinschek [EMAIL PROTECTED] wrote:
   Hi Daniel,
  
   yes you do: you'll need to add the /faces/* mapping as well - see the
 examples.
  
   regards,
  
   Martin
  
   On 2/8/06, Daniel Loebbe [EMAIL PROTECTED] wrote:
Hi Martin,
   
these are my filter settings:
   
   
filter
   
filter-nameMyFacesExtensionsFilter /filter-name
   
filter-class
   
   
 org.apache.myfaces.component.html.util.ExtensionsFilter
   
/filter-class
   
init-param
   
param-nameuploadMaxFileSize /param-name
   
param-value100m /param-value
   
/init-param
   
init-param
   
param-nameuploadThresholdSize /param-name
   
param-value100k /param-value
   
/init-param
   
/filter
   
filter-mapping
   
filter-nameMyFacesExtensionsFilter /filter-name
   
url-pattern*.faces /url-pattern
   
/filter-mapping
   
filter-mapping
   
filter-nameMyFacesExtensionsFilter /filter-name
   
url-pattern*.js /url-pattern
   
/filter-mapping
   
filter-mapping
   
filter-nameMyFacesExtensionsFilter /filter-name
   
url-pattern*.css /url-pattern
   
/filter-mapping
   
   
Maybe I miss somthing?
   
   
   
Bye, Daniel
   
2006/2/8, Martin Marinschek [EMAIL PROTECTED]:
 Bruno should have fixed that by moving all special stuff out to the
 extensions-filter.

 You're including the extensions-filter, right?

 regards,

 Martin

 On 2/8/06, Daniel Loebbe [EMAIL PROTECTED] wrote:
  Any news concerning this issue? The last nightly builds did not
 contain
a
  correction.
 
  Bye, Daniel
 
 
  2006/2/1, Daniel Loebbe  [EMAIL PROTECTED]:
  
   Great to hear this. Thanks a lot!
  
   Looking forward,
  
   Daniel
  
  
   2006/2/1, Martin Marinschek [EMAIL PROTECTED] :
  
Yeah, there is YAB (yet another bug) open on this. Bruno will
 fix
this
together with me, sometime today or tomorrow.
   
regards,
   
Martin
   
On 2/1/06, Daniel Loebbe  [EMAIL PROTECTED] wrote:
 And I got the following output con the console:


 WARN util.AddResource - MyFaces special javascript could not
 be
  retrieved
 from request-map.

 ERROR util.MyFacesResourceLoader - Unparsable lastModified :
  @lastModified@


 Did the filter settings change in the meantime?

 Bye, Daniel



 2006/1/30, Martin Marinschek  [EMAIL PROTECTED]
 :
  Done!
 
  regards,
 
  Martin
 
  On 1/30/06, Daniel Loebbe  [EMAIL PROTECTED]
 wrote:
   Hi,
  
   I tried that, but the error message is the same. Here is
 the
  html-code I
 get
   now:
  
   form id=jsCookMenuForm method=post
   action=/Gasoline_Web/pages/main.faces
  
 enctype=application/x-www-form-urlencoded
 script type=text/javascriptvar
  jsCookMenuForm_jsCookMenu_menu =
   [[null, 'Information',
 'jsCookMenuForm_jsCookMenu_menu:',
   'linkDummyForm', null,[null, 'Aktuelle Informationen',
  
 'jsCookMenuForm_jsCookMenu_menu:information',
   'linkDummyForm', null],
   [null, 'Benachrichtigungen',
  
'jsCookMenuForm_jsCookMenu_menu:bulletinBoard',
   'linkDummyForm', null],
   [null, 'Kontakt',
 'jsCookMenuForm_jsCookMenu_menu:contact',
   'linkDummyForm', null],   ...
   ];/script
 div
id=jsCookMenuForm_jsCookMenu_menu/div
 script type=text/javascript cmDraw
   ('jsCookMenuForm_jsCookMenu_menu',
   jsCookMenuForm_jsCookMenu_menu, 'hbr', cmThemeOffice,
   'ThemeOffice');/script
 input type=hidden name= com.sun.faces.VIEW
value=X /
 input type=hidden name=jsCookMenuForm
  

Re: JSCookMenu and SUN's RI

2006-02-08 Thread Daniel Loebbe
Any news concerning this issue? The last nightly builds did not contain a correction.

Bye, Daniel
2006/2/1, Daniel Loebbe [EMAIL PROTECTED]:

Great to hear this. Thanks a lot!

Looking forward,

Daniel
2006/2/1, Martin Marinschek [EMAIL PROTECTED]:
 

Yeah, there is YAB (yet another bug) open on this. Bruno will fix thistogether with me, sometime today or tomorrow. 
regards,MartinOn 2/1/06, Daniel Loebbe [EMAIL PROTECTED] wrote:
 And I got the following output con the console: WARN util.AddResource - MyFaces special _javascript_ could not be retrieved from request-map. ERROR util.MyFacesResourceLoader
 - Unparsable lastModified : @lastModified@ Did the filter settings change in the meantime?  Bye, Daniel 2006/1/30, Martin Marinschek 
[EMAIL PROTECTED]:  Done!   regards,Martin   On 1/30/06, Daniel Loebbe  
[EMAIL PROTECTED] wrote:   Hi, I tried that, but the error message is the same. Here is the html-code I  get   now:  
   form id=jsCookMenuForm method=post   action="">   enctype=application/x-www-form-urlencoded 
   script type=text/_javascript_var jsCookMenuForm_jsCookMenu_menu =   [[null, 'Information', 'jsCookMenuForm_jsCookMenu_menu:',   'linkDummyForm', null,[null, 'Aktuelle Informationen', 
   'jsCookMenuForm_jsCookMenu_menu:information',   'linkDummyForm', null],   [null, 'Benachrichtigungen',   'jsCookMenuForm_jsCookMenu_menu:bulletinBoard',
   'linkDummyForm', null],   [null, 'Kontakt', 'jsCookMenuForm_jsCookMenu_menu:contact',   'linkDummyForm', null], ...   ];/script   div id=jsCookMenuForm_jsCookMenu_menu/div 
   script type=text/_javascript_ cmDraw   ('jsCookMenuForm_jsCookMenu_menu',   jsCookMenuForm_jsCookMenu_menu, 'hbr', cmThemeOffice,   'ThemeOffice');/script 
   input type=hidden name=com.sun.faces.VIEW value=X /   input type=hidden name=jsCookMenuForm value=jsCookMenuForm / 
  /form The form 'linkDummyForm' is still there but not rendered into the page. Bye, Daniel 
   2006/1/26, Martin Marinschek  [EMAIL PROTECTED]:Can you try to wrap the whole jscookmenu in a form?
the dummyform should only be rendered if necessary...   regards,   Martin   
On 1/26/06, Daniel Loebbe  [EMAIL PROTECTED] wrote: Hi,
 seems that I found the reason. The form linkDummyForm and the jsfunction clear_linkDummyForm are missing / not rendered.
 Has anyone a solution for this (both seems to be rendered by the  MyFaces   JSF implementation but not by Sun's RI)?
 Thanks, Daniel   --   
http://www.irian.at   Your JSF powerhouse - 
JSF Consulting, Development andCourses 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.atYour JSF powerhouse -JSF Consulting, Development andCourses in English and German
Professional Support for Apache MyFaces


Re: JSCookMenu and SUN's RI

2006-02-08 Thread Martin Marinschek
Hi Daniel,

yes you do: you'll need to add the /faces/* mapping as well - see the examples.

regards,

Martin

On 2/8/06, Daniel Loebbe [EMAIL PROTECTED] wrote:
 Hi Martin,

 these are my filter settings:


 filter

 filter-nameMyFacesExtensionsFilter /filter-name

 filter-class

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

 /filter-class

 init-param

 param-nameuploadMaxFileSize /param-name

 param-value100m /param-value

 /init-param

 init-param

 param-nameuploadThresholdSize /param-name

 param-value100k /param-value

 /init-param

 /filter

 filter-mapping

 filter-nameMyFacesExtensionsFilter /filter-name

 url-pattern*.faces /url-pattern

 /filter-mapping

 filter-mapping

 filter-nameMyFacesExtensionsFilter /filter-name

 url-pattern*.js /url-pattern

 /filter-mapping

 filter-mapping

 filter-nameMyFacesExtensionsFilter /filter-name

 url-pattern*.css /url-pattern

 /filter-mapping


 Maybe I miss somthing?



 Bye, Daniel

 2006/2/8, Martin Marinschek [EMAIL PROTECTED]:
  Bruno should have fixed that by moving all special stuff out to the
  extensions-filter.
 
  You're including the extensions-filter, right?
 
  regards,
 
  Martin
 
  On 2/8/06, Daniel Loebbe [EMAIL PROTECTED] wrote:
   Any news concerning this issue? The last nightly builds did not contain
 a
   correction.
  
   Bye, Daniel
  
  
   2006/2/1, Daniel Loebbe [EMAIL PROTECTED]:
   
Great to hear this. Thanks a lot!
   
Looking forward,
   
Daniel
   
   
2006/2/1, Martin Marinschek [EMAIL PROTECTED] :
   
 Yeah, there is YAB (yet another bug) open on this. Bruno will fix
 this
 together with me, sometime today or tomorrow.

 regards,

 Martin

 On 2/1/06, Daniel Loebbe [EMAIL PROTECTED] wrote:
  And I got the following output con the console:
 
 
  WARN util.AddResource - MyFaces special javascript could not be
   retrieved
  from request-map.
 
  ERROR util.MyFacesResourceLoader - Unparsable lastModified :
   @lastModified@
 
 
  Did the filter settings change in the meantime?
 
  Bye, Daniel
 
 
 
  2006/1/30, Martin Marinschek  [EMAIL PROTECTED] :
   Done!
  
   regards,
  
   Martin
  
   On 1/30/06, Daniel Loebbe  [EMAIL PROTECTED] wrote:
Hi,
   
I tried that, but the error message is the same. Here is the
   html-code I
  get
now:
   
form id=jsCookMenuForm method=post
action=/Gasoline_Web/pages/main.faces
enctype=application/x-www-form-urlencoded
  script type=text/javascriptvar
   jsCookMenuForm_jsCookMenu_menu =
[[null, 'Information',
  'jsCookMenuForm_jsCookMenu_menu:',
'linkDummyForm', null,[null, 'Aktuelle Informationen',
'jsCookMenuForm_jsCookMenu_menu:information',
'linkDummyForm', null],
[null, 'Benachrichtigungen',
   
 'jsCookMenuForm_jsCookMenu_menu:bulletinBoard',
'linkDummyForm', null],
[null, 'Kontakt',
  'jsCookMenuForm_jsCookMenu_menu:contact',
'linkDummyForm', null],   ...
];/script
  div
 id=jsCookMenuForm_jsCookMenu_menu/div
  script type=text/javascript cmDraw
('jsCookMenuForm_jsCookMenu_menu',
jsCookMenuForm_jsCookMenu_menu, 'hbr', cmThemeOffice,
'ThemeOffice');/script
  input type=hidden name= com.sun.faces.VIEW
 value=X /
  input type=hidden name=jsCookMenuForm
   value=jsCookMenuForm /
 /form
   
The form 'linkDummyForm' is still there but not rendered into
 the
   page.
   
Bye, Daniel
   
   
2006/1/26, Martin Marinschek  [EMAIL PROTECTED]:
 Can you try to wrap the whole jscookmenu in a form?

 the dummyform should only be rendered if necessary...

 regards,

 Martin

 On 1/26/06, Daniel Loebbe  [EMAIL PROTECTED]  wrote:
  Hi,
 
  seems that I found the reason. The form linkDummyForm
 and
   the js
function
  clear_linkDummyForm are missing / not rendered.
 
  Has anyone a solution for this (both seems to be rendered
 by
   the
  MyFaces
JSF
  implementation but not by Sun's RI)?
 
  Thanks,
 
  Daniel


 --

 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, 

Re: JSCookMenu and SUN's RI

2006-02-01 Thread Daniel Loebbe
Today I tested the nightly build from Feb. 01 and get the following results.

The html-output now is:
form id=jsCookMenuForm method=post action="" enctype=application/x-www-form-urlencodedscript type=text/_javascript_var jsCookMenuForm_jsCookMenu_menu =
[[null, 'Information', 'jsCookMenuForm_jsCookMenu_menu:A', 'jsCookMenuForm', null,[null, 'Aktuelle Informationen', 'jsCookMenuForm_jsCookMenu_menu:Ainformation', 'jsCookMenuForm', null],[null, 'Benachrichtigungen', 'jsCookMenuForm_jsCookMenu_menu:AbulletinBoard', 'jsCookMenuForm', null],
[null, 'Kontakt', 'jsCookMenuForm_jsCookMenu_menu:Acontact', 'jsCookMenuForm', null],[null, 'Kundendaten', 'jsCookMenuForm_jsCookMenu_menu:AcustomerData', 'jsCookMenuForm', null],[null, 'Einstellungen', 'jsCookMenuForm_jsCookMenu_menu:Asettings', 'jsCookMenuForm', null]],...

[null, 'Abmelden', 'jsCookMenuForm_jsCookMenu_menu:Alogoff', 'jsCookMenuForm', null]];/scriptdiv id=jsCookMenuForm_jsCookMenu_menu/divscript type=text/_javascript_cmDraw ('jsCookMenuForm_jsCookMenu_menu', jsCookMenuForm_jsCookMenu_menu, 'hbr', cmThemeOffice, 'ThemeOffice');/script
input type=hidden name=com.sun.faces.VIEW value=H4sIAL1YW2wUVRg /input type=hidden name=jsCookMenuForm value=jsCookMenuForm /
/form
But I get an error message dummyForm.elements.jscook_action has no proerties in the js function cmItemMouseUp line 29 (dummyForm.elements['jscook_action'].value = link;).

Sorry that I am not a js-professional. Can you try to help me further?

Bye, Daniel
2006/1/30, Martin Marinschek [EMAIL PROTECTED]:
Done!regards,MartinOn 1/30/06, Daniel Loebbe 
[EMAIL PROTECTED] wrote: Hi, I tried that, but the error message is the same. Here is the html-code I get now: form id=jsCookMenuForm method=post
 action=""> enctype=application/x-www-form-urlencoded script type=text/_javascript_var jsCookMenuForm_jsCookMenu_menu =
 [[null, 'Information', 'jsCookMenuForm_jsCookMenu_menu:', 'linkDummyForm', null,[null, 'Aktuelle Informationen', 'jsCookMenuForm_jsCookMenu_menu:information', 'linkDummyForm', null], [null, 'Benachrichtigungen',
 'jsCookMenuForm_jsCookMenu_menu:bulletinBoard', 'linkDummyForm', null], [null, 'Kontakt', 'jsCookMenuForm_jsCookMenu_menu:contact', 'linkDummyForm', null], ... ];/script
 div id=jsCookMenuForm_jsCookMenu_menu/div script type=text/_javascript_ cmDraw ('jsCookMenuForm_jsCookMenu_menu', jsCookMenuForm_jsCookMenu_menu, 'hbr', cmThemeOffice,
 'ThemeOffice');/script input type=hidden name=com.sun.faces.VIEW value=X / input type=hidden name=jsCookMenuForm value=jsCookMenuForm /
/form The form 'linkDummyForm' is still there but not rendered into the page. Bye, Daniel 2006/1/26, Martin Marinschek 
[EMAIL PROTECTED]:  Can you try to wrap the whole jscookmenu in a form?   the dummyform should only be rendered if necessary...   regards, 
  Martin   On 1/26/06, Daniel Loebbe [EMAIL PROTECTED] wrote:   Hi, seems that I found the reason. The form linkDummyForm and the js
 function   clear_linkDummyForm are missing / not rendered. Has anyone a solution for this (both seems to be rendered by the MyFaces JSF   implementation but not by Sun's RI)?
 Thanks, Daniel--   http://www.irian.at 
  Your JSF powerhouse -  JSF Consulting, Development and  Courses in English and German   Professional Support for Apache MyFaces 
--http://www.irian.atYour JSF powerhouse -JSF Consulting, Development andCourses in English and GermanProfessional Support for Apache MyFaces



Re: JSCookMenu and SUN's RI

2006-02-01 Thread Daniel Loebbe
And I got the following output con the console:

WARN util.AddResource - MyFaces special _javascript_ could not be retrieved from request-map.
ERROR util.MyFacesResourceLoader - Unparsable lastModified : @lastModified@

Did the filter settings change in the meantime?

Bye, Daniel

2006/1/30, Martin Marinschek [EMAIL PROTECTED]:
Done!regards,MartinOn 1/30/06, Daniel Loebbe 
[EMAIL PROTECTED] wrote: Hi, I tried that, but the error message is the same. Here is the html-code I get now: form id=jsCookMenuForm method=post
 action=""> enctype=application/x-www-form-urlencoded script type=text/_javascript_var jsCookMenuForm_jsCookMenu_menu =
 [[null, 'Information', 'jsCookMenuForm_jsCookMenu_menu:', 'linkDummyForm', null,[null, 'Aktuelle Informationen', 'jsCookMenuForm_jsCookMenu_menu:information', 'linkDummyForm', null], [null, 'Benachrichtigungen',
 'jsCookMenuForm_jsCookMenu_menu:bulletinBoard', 'linkDummyForm', null], [null, 'Kontakt', 'jsCookMenuForm_jsCookMenu_menu:contact', 'linkDummyForm', null], ... ];/script
 div id=jsCookMenuForm_jsCookMenu_menu/div script type=text/_javascript_ cmDraw ('jsCookMenuForm_jsCookMenu_menu', jsCookMenuForm_jsCookMenu_menu, 'hbr', cmThemeOffice,
 'ThemeOffice');/script input type=hidden name=com.sun.faces.VIEW value=X / input type=hidden name=jsCookMenuForm value=jsCookMenuForm /
/form The form 'linkDummyForm' is still there but not rendered into the page. Bye, Daniel 2006/1/26, Martin Marinschek 
[EMAIL PROTECTED]:  Can you try to wrap the whole jscookmenu in a form?   the dummyform should only be rendered if necessary...   regards, 
  Martin   On 1/26/06, Daniel Loebbe [EMAIL PROTECTED] wrote:   Hi, seems that I found the reason. The form linkDummyForm and the js
 function   clear_linkDummyForm are missing / not rendered. Has anyone a solution for this (both seems to be rendered by the MyFaces JSF   implementation but not by Sun's RI)?
 Thanks, Daniel--   http://www.irian.at 
  Your JSF powerhouse -  JSF Consulting, Development and  Courses in English and German   Professional Support for Apache MyFaces 
--http://www.irian.atYour JSF powerhouse -JSF Consulting, Development andCourses in English and GermanProfessional Support for Apache MyFaces



Re: JSCookMenu and SUN's RI

2006-02-01 Thread Martin Marinschek
Yeah, there is YAB (yet another bug) open on this. Bruno will fix this
together with me, sometime today or tomorrow.

regards,

Martin

On 2/1/06, Daniel Loebbe [EMAIL PROTECTED] wrote:
 And I got the following output con the console:


 WARN util.AddResource - MyFaces special javascript could not be retrieved
 from request-map.

 ERROR util.MyFacesResourceLoader - Unparsable lastModified : @lastModified@


 Did the filter settings change in the meantime?

 Bye, Daniel



 2006/1/30, Martin Marinschek [EMAIL PROTECTED]:
  Done!
 
  regards,
 
  Martin
 
  On 1/30/06, Daniel Loebbe  [EMAIL PROTECTED] wrote:
   Hi,
  
   I tried that, but the error message is the same. Here is the html-code I
 get
   now:
  
   form id=jsCookMenuForm method=post
   action=/Gasoline_Web/pages/main.faces
   enctype=application/x-www-form-urlencoded
 script type=text/javascriptvar jsCookMenuForm_jsCookMenu_menu =
   [[null, 'Information',
 'jsCookMenuForm_jsCookMenu_menu:',
   'linkDummyForm', null,[null, 'Aktuelle Informationen',
   'jsCookMenuForm_jsCookMenu_menu:information',
   'linkDummyForm', null],
   [null, 'Benachrichtigungen',
   'jsCookMenuForm_jsCookMenu_menu:bulletinBoard',
   'linkDummyForm', null],
   [null, 'Kontakt',
 'jsCookMenuForm_jsCookMenu_menu:contact',
   'linkDummyForm', null],   ...
   ];/script
 div id=jsCookMenuForm_jsCookMenu_menu/div
 script type=text/javascript cmDraw
   ('jsCookMenuForm_jsCookMenu_menu',
   jsCookMenuForm_jsCookMenu_menu, 'hbr', cmThemeOffice,
   'ThemeOffice');/script
 input type=hidden name=com.sun.faces.VIEW value=X /
 input type=hidden name=jsCookMenuForm value=jsCookMenuForm /
/form
  
   The form 'linkDummyForm' is still there but not rendered into the page.
  
   Bye, Daniel
  
  
   2006/1/26, Martin Marinschek  [EMAIL PROTECTED]:
Can you try to wrap the whole jscookmenu in a form?
   
the dummyform should only be rendered if necessary...
   
regards,
   
Martin
   
On 1/26/06, Daniel Loebbe [EMAIL PROTECTED] wrote:
 Hi,

 seems that I found the reason. The form linkDummyForm and the js
   function
 clear_linkDummyForm are missing / not rendered.

 Has anyone a solution for this (both seems to be rendered by the
 MyFaces
   JSF
 implementation but not by Sun's RI)?

 Thanks,

 Daniel
   
   
--
   
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: JSCookMenu and SUN's RI

2006-02-01 Thread Daniel Loebbe
Great to hear this. Thanks a lot!

Looking forward,

Daniel
2006/2/1, Martin Marinschek [EMAIL PROTECTED]:
Yeah, there is YAB (yet another bug) open on this. Bruno will fix thistogether with me, sometime today or tomorrow.
regards,MartinOn 2/1/06, Daniel Loebbe [EMAIL PROTECTED] wrote: And I got the following output con the console:
 WARN util.AddResource - MyFaces special _javascript_ could not be retrieved from request-map. ERROR util.MyFacesResourceLoader - Unparsable lastModified : @lastModified@ Did the filter settings change in the meantime?
 Bye, Daniel 2006/1/30, Martin Marinschek [EMAIL PROTECTED]:  Done!   regards,
   Martin   On 1/30/06, Daniel Loebbe  [EMAIL PROTECTED] wrote:   Hi, I tried that, but the error message is the same. Here is the html-code I
 get   now: form id=jsCookMenuForm method=post   action="">   enctype=application/x-www-form-urlencoded
   script type=text/_javascript_var jsCookMenuForm_jsCookMenu_menu =   [[null, 'Information', 'jsCookMenuForm_jsCookMenu_menu:',   'linkDummyForm', null,[null, 'Aktuelle Informationen',
   'jsCookMenuForm_jsCookMenu_menu:information',   'linkDummyForm', null],   [null, 'Benachrichtigungen',   'jsCookMenuForm_jsCookMenu_menu:bulletinBoard',
   'linkDummyForm', null],   [null, 'Kontakt', 'jsCookMenuForm_jsCookMenu_menu:contact',   'linkDummyForm', null], ...   ];/script   div id=jsCookMenuForm_jsCookMenu_menu/div
   script type=text/_javascript_ cmDraw   ('jsCookMenuForm_jsCookMenu_menu',   jsCookMenuForm_jsCookMenu_menu, 'hbr', cmThemeOffice,   'ThemeOffice');/script
   input type=hidden name=com.sun.faces.VIEW value=X /   input type=hidden name=jsCookMenuForm value=jsCookMenuForm /
  /form The form 'linkDummyForm' is still there but not rendered into the page. Bye, Daniel
   2006/1/26, Martin Marinschek  [EMAIL PROTECTED]:Can you try to wrap the whole jscookmenu in a form?   
the dummyform should only be rendered if necessary...   regards,   Martin   On 1/26/06, Daniel Loebbe 
[EMAIL PROTECTED] wrote: Hi, seems that I found the reason. The form linkDummyForm and the js
   function clear_linkDummyForm are missing / not rendered. Has anyone a solution for this (both seems to be rendered by the
 MyFaces   JSF implementation but not by Sun's RI)? Thanks, Daniel
  --   http://www.irian.at   Your JSF powerhouse -
JSF Consulting, Development andCourses 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 andCourses in English and GermanProfessional Support for Apache MyFaces


Re: JSCookMenu and SUN's RI

2006-01-30 Thread Daniel Loebbe
Hi,

I tried that, but the error message is the same. Here is the html-code I get now:

form id=jsCookMenuForm method=post action="" enctype=application/x-www-form-urlencodedscript type=text/_javascript_var jsCookMenuForm_jsCookMenu_menu =
[[null, 'Information', 'jsCookMenuForm_jsCookMenu_menu:', 'linkDummyForm', null,[null, 'Aktuelle Informationen', 'jsCookMenuForm_jsCookMenu_menu:information', 'linkDummyForm', null],[null, 'Benachrichtigungen', 'jsCookMenuForm_jsCookMenu_menu:bulletinBoard', 'linkDummyForm', null],
[null, 'Kontakt', 'jsCookMenuForm_jsCookMenu_menu:contact', 'linkDummyForm', null], ...
];/scriptdiv id=jsCookMenuForm_jsCookMenu_menu/divscript type=text/_javascript_cmDraw ('jsCookMenuForm_jsCookMenu_menu', jsCookMenuForm_jsCookMenu_menu, 'hbr', cmThemeOffice, 'ThemeOffice');/script
input type=hidden name=com.sun.faces.VIEW value=X /input type=hidden name=jsCookMenuForm value=jsCookMenuForm //form
The form 'linkDummyForm' is still there but not rendered into the page.

Bye, Daniel


2006/1/26, Martin Marinschek [EMAIL PROTECTED]:
Can you try to wrap the whole jscookmenu in a form?the dummyform should only be rendered if necessary...
regards,MartinOn 1/26/06, Daniel Loebbe [EMAIL PROTECTED] wrote: Hi, seems that I found the reason. The form linkDummyForm and the js function
 clear_linkDummyForm are missing / not rendered. Has anyone a solution for this (both seems to be rendered by the MyFaces JSF implementation but not by Sun's RI)? Thanks,
 Daniel--http://www.irian.atYour JSF powerhouse -JSF Consulting, Development andCourses in English and GermanProfessional Support for Apache MyFaces



Re: JSCookMenu and SUN's RI

2006-01-30 Thread Martin Marinschek
Done!

regards,

Martin

On 1/30/06, Daniel Loebbe [EMAIL PROTECTED] wrote:
 Hi,

 I tried that, but the error message is the same. Here is the html-code I get
 now:

 form id=jsCookMenuForm method=post
 action=/Gasoline_Web/pages/main.faces
 enctype=application/x-www-form-urlencoded
   script type=text/javascriptvar jsCookMenuForm_jsCookMenu_menu =
 [[null, 'Information', 'jsCookMenuForm_jsCookMenu_menu:',
 'linkDummyForm', null,[null, 'Aktuelle Informationen',
 'jsCookMenuForm_jsCookMenu_menu:information',
 'linkDummyForm', null],
 [null, 'Benachrichtigungen',
 'jsCookMenuForm_jsCookMenu_menu:bulletinBoard',
 'linkDummyForm', null],
 [null, 'Kontakt', 'jsCookMenuForm_jsCookMenu_menu:contact',
 'linkDummyForm', null],   ...
 ];/script
   div id=jsCookMenuForm_jsCookMenu_menu/div
   script type=text/javascript cmDraw
 ('jsCookMenuForm_jsCookMenu_menu',
 jsCookMenuForm_jsCookMenu_menu, 'hbr', cmThemeOffice,
 'ThemeOffice');/script
   input type=hidden name=com.sun.faces.VIEW value=X /
   input type=hidden name=jsCookMenuForm value=jsCookMenuForm /
  /form

 The form 'linkDummyForm' is still there but not rendered into the page.

 Bye, Daniel


 2006/1/26, Martin Marinschek [EMAIL PROTECTED]:
  Can you try to wrap the whole jscookmenu in a form?
 
  the dummyform should only be rendered if necessary...
 
  regards,
 
  Martin
 
  On 1/26/06, Daniel Loebbe [EMAIL PROTECTED] wrote:
   Hi,
  
   seems that I found the reason. The form linkDummyForm and the js
 function
   clear_linkDummyForm are missing / not rendered.
  
   Has anyone a solution for this (both seems to be rendered by the MyFaces
 JSF
   implementation but not by Sun's RI)?
  
   Thanks,
  
   Daniel
 
 
  --
 
  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


JSCookMenu and SUN's RI

2006-01-26 Thread Daniel Loebbe
Hi all,due to support and deployment issues with the oc4j, we need to switch our application back to Sun's RI (1.1.01) and jdk 1.4 (using facelets). Can anyone help me on getting the JSCookMenu from MyFaces 
1.1.1 to work in this configuration?Currently, the menu is rendered properly (except the style, but that is not the problem). But when selecting a menu item, I get a JS-Error:

'elements' is null or not an object
it raises in the cmItemMouseUp() function in MyFacesHack.js in the line 

dummyForm.elements['jscook_action'].value = action;
Any ideas? It would really help us!

Bye and thanks,

Daniel


Re: JSCookMenu and SUN's RI

2006-01-26 Thread Daniel Loebbe
Hi,

seems that I found the reason. The form linkDummyForm and the js function clear_linkDummyForm are missing / not rendered.

Has anyone a solution for this (both seems to be rendered by the MyFaces JSF implementation but not by Sun's RI)?

Thanks,

Daniel


Re: JSCookMenu and SUN's RI

2006-01-26 Thread Martin Marinschek
Can you try to wrap the whole jscookmenu in a form?

the dummyform should only be rendered if necessary...

regards,

Martin

On 1/26/06, Daniel Loebbe [EMAIL PROTECTED] wrote:
 Hi,

 seems that I found the reason. The form linkDummyForm and the js function
 clear_linkDummyForm are missing / not rendered.

 Has anyone a solution for this (both seems to be rendered by the MyFaces JSF
 implementation but not by Sun's RI)?

 Thanks,

 Daniel


--

http://www.irian.at

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

Professional Support for Apache MyFaces