<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:www.nabble.com,2006:forum-26169</id>
	<title>Nabble - Project Woodstock - Dev</title>
	<updated>2008-09-03T06:20:53Z</updated>
	<link rel="self" type="application/atom+xml" href="http://www.nabble.com/Project-Woodstock---Dev-f26169.xml" />
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Project-Woodstock---Dev-f26169.html" />
	<subtitle type="html">The main list for developers to discuss project development issues/artifacts and requirements for version control.</subtitle>
	
<entry>
	<id>tag:www.nabble.com,2006:post-19289095</id>
	<title>Re: Loading speed of Calendar Component</title>
	<published>2008-09-03T06:20:53Z</published>
	<updated>2008-09-03T06:20:53Z</updated>
	<author>
		<name>richard ratta</name>
	</author>
	<content type="html">Well, I don't &amp;quot;use&amp;quot; the calendar at all ;)
&lt;br&gt;&lt;br&gt;I was a developer on the Woodstock team.
&lt;br&gt;In general IE7 and any variant of IE were just pigs in general.
&lt;br&gt;These browsers have different behavior with respect to executing
&lt;br&gt;javascript when it is embedded within HTML (among other things). If I 
&lt;br&gt;remember they
&lt;br&gt;defer executing the javascript until any surrounding HTML has been
&lt;br&gt;evaluated. This caused us problems in several cases.
&lt;br&gt;&lt;br&gt;Now that I think of it, this may be a case where we had to &amp;quot;parseonload&amp;quot;,
&lt;br&gt;which is another configuration parameter, (false or true ?, I can't 
&lt;br&gt;remember.)
&lt;br&gt;&lt;br&gt;In any case one way is faster than the other. Try toggling this parameter.
&lt;br&gt;&lt;br&gt;Also make sure that there isn't a collision between an old &amp;quot;calendar.js&amp;quot;
&lt;br&gt;file that was provided but is not needed for the calendar widget 
&lt;br&gt;implementation.
&lt;br&gt;This file was included because some developers were using the original
&lt;br&gt;JSF calendar.
&lt;br&gt;&lt;br&gt;-rick
&lt;br&gt;&lt;br&gt;nbnbnewb wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;I thought I had tried the various loading schemes (after reading the release
&lt;br&gt;&amp;gt;notes for Woodstock 4.2 releases).
&lt;br&gt;&amp;gt;Interestingly, Firefox and Safari load almost instantly, the problem appears
&lt;br&gt;&amp;gt;to be IE7 specific.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;Did you use the calendar component specifically? If so I would be interested
&lt;br&gt;&amp;gt;to know what load speed you achieve in IE7 and also what scheme you used?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;I shall investigate the schemes again.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;Good thought on customising the Javascript. I shall look at cutting it down
&lt;br&gt;&amp;gt;to the bare essentials.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;Regards
&lt;br&gt;&amp;gt;Nick
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;richard ratta wrote:
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;Check to see if the calendar.js page is loading separately.
&lt;br&gt;&amp;gt;&amp;gt;If the calendar.js page is loading separately, try using one of the 
&lt;br&gt;&amp;gt;&amp;gt;alternative loading
&lt;br&gt;&amp;gt;&amp;gt;schemes (can't remember the incantation exactly) like &amp;quot;webuiAll&amp;quot;.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;There are a few loading schemes that allow you to tune what gets loaded 
&lt;br&gt;&amp;gt;&amp;gt;in every
&lt;br&gt;&amp;gt;&amp;gt;page. We tried to make the most likely page load as fast as possible. 
&lt;br&gt;&amp;gt;&amp;gt;But it did not include
&lt;br&gt;&amp;gt;&amp;gt;every widget's javascript. There are several schemes, I think you 
&lt;br&gt;&amp;gt;&amp;gt;configure them on the
&lt;br&gt;&amp;gt;&amp;gt;body tag.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;You could consider customizing the js that loads by creating your own js 
&lt;br&gt;&amp;gt;&amp;gt;file that contains
&lt;br&gt;&amp;gt;&amp;gt;the &amp;quot;stuff&amp;quot; you need. This will reduce the amount of js loaded and the 
&lt;br&gt;&amp;gt;&amp;gt;number files to load.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;We found that the reducing number of downloads is one of the primary 
&lt;br&gt;&amp;gt;&amp;gt;factors to fast page start up.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;-rick
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;Nick Beare wrote:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;Hi,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;I have been very impressed with the functionality and visual appeal of 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;a number of the Woodstock components I have used in my short 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;experience with Woodstock.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;However (…have you noticed, there is always a ‘however’ following a 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;compliment?) I have noticed that the load times on some pages are very 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;slow compared with some other frameworks. I am in the process of 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;rewriting a Tapestry application. The VW JSF Woodstock app looks much 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;better and has more functionality, but load speed in some of the pages 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;is much slower.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;My investigations lead me to strip down one of my pages and I found 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;that the load time was nearly all down to the calendar control. I have 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;4 of these on my page Without these controls, the load time is 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;approximately 4 seconds quicker (2 seconds versus 6 seconds on my 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;desktop PC). The equivalent (uglier) Tapestry page loads in about 1.5 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;seconds).
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;Is there any way to tune the calendar control?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;Regards
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;Nick Beare
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;Developer
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;Vixensoft
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;**Tel:** 01420 89898
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;**Fax:** 01420 541223
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;**Web:** www.vixensoft.co.uk &amp;lt;blocked::&lt;a href=&quot;http://www.vixensoft.co.uk/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.vixensoft.co.uk/&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;**Head Office: **Market House, Lenten Street, Alton, Hampshire. GU34 1HG
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;ViXEN Software Solutions Ltd. Registered in England and Wales. Company 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;Number 4335138.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;-----------------------------------------------------------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;//Notice: This message contains information which may be confidential 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;and privileged. Unless you are the intended recipient (or are 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;authorised to receive this message for the intended recipient), you 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;may not use, copy, disseminate or disclose to anyone the message or 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;any information contained in the message. If you have received the 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;message in error, please advise the sender by reply e-mail and delete 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;the message. Thank you.///
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;//Disclaimer: No notice provided by e-mail shall be binding unless 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;confirmed by hard copy and signed by a duly authorised person.///
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;---------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19289095&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19289095&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19289095&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19289095&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Loading-speed-of-Calendar-Component-tp19179580p19289095.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19287574</id>
	<title>Re: Loading speed of Calendar Component</title>
	<published>2008-09-03T04:40:48Z</published>
	<updated>2008-09-03T04:40:48Z</updated>
	<author>
		<name>nbnbnewb</name>
	</author>
	<content type="html">I thought I had tried the various loading schemes (after reading the release notes for Woodstock 4.2 releases).
&lt;br&gt;Interestingly, Firefox and Safari load almost instantly, the problem appears to be IE7 specific.
&lt;br&gt;&lt;br&gt;Did you use the calendar component specifically? If so I would be interested to know what load speed you achieve in IE7 and also what scheme you used?
&lt;br&gt;&lt;br&gt;I shall investigate the schemes again.
&lt;br&gt;&lt;br&gt;Good thought on customising the Javascript. I shall look at cutting it down to the bare essentials.
&lt;br&gt;&lt;br&gt;Regards
&lt;br&gt;Nick
&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;richard ratta wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;Check to see if the calendar.js page is loading separately.
&lt;br&gt;If the calendar.js page is loading separately, try using one of the 
&lt;br&gt;alternative loading
&lt;br&gt;schemes (can't remember the incantation exactly) like &amp;quot;webuiAll&amp;quot;.
&lt;br&gt;&lt;br&gt;There are a few loading schemes that allow you to tune what gets loaded 
&lt;br&gt;in every
&lt;br&gt;page. We tried to make the most likely page load as fast as possible. 
&lt;br&gt;But it did not include
&lt;br&gt;every widget's javascript. There are several schemes, I think you 
&lt;br&gt;configure them on the
&lt;br&gt;body tag.
&lt;br&gt;&lt;br&gt;You could consider customizing the js that loads by creating your own js 
&lt;br&gt;file that contains
&lt;br&gt;the &amp;quot;stuff&amp;quot; you need. This will reduce the amount of js loaded and the 
&lt;br&gt;number files to load.
&lt;br&gt;&lt;br&gt;We found that the reducing number of downloads is one of the primary 
&lt;br&gt;factors to fast page start up.
&lt;br&gt;&lt;br&gt;-rick
&lt;br&gt;&lt;br&gt;Nick Beare wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I have been very impressed with the functionality and visual appeal of 
&lt;br&gt;&amp;gt; a number of the Woodstock components I have used in my short 
&lt;br&gt;&amp;gt; experience with Woodstock.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; However (…have you noticed, there is always a ‘however’ following a 
&lt;br&gt;&amp;gt; compliment?) I have noticed that the load times on some pages are very 
&lt;br&gt;&amp;gt; slow compared with some other frameworks. I am in the process of 
&lt;br&gt;&amp;gt; rewriting a Tapestry application. The VW JSF Woodstock app looks much 
&lt;br&gt;&amp;gt; better and has more functionality, but load speed in some of the pages 
&lt;br&gt;&amp;gt; is much slower.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; My investigations lead me to strip down one of my pages and I found 
&lt;br&gt;&amp;gt; that the load time was nearly all down to the calendar control. I have 
&lt;br&gt;&amp;gt; 4 of these on my page Without these controls, the load time is 
&lt;br&gt;&amp;gt; approximately 4 seconds quicker (2 seconds versus 6 seconds on my 
&lt;br&gt;&amp;gt; desktop PC). The equivalent (uglier) Tapestry page loads in about 1.5 
&lt;br&gt;&amp;gt; seconds).
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Is there any way to tune the calendar control?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Regards
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Nick Beare
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Developer
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Vixensoft
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; **Tel:** 01420 89898
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; **Fax:** 01420 541223
&lt;br&gt;&amp;gt; **Web:** www.vixensoft.co.uk &amp;lt;blocked::&lt;a href=&quot;http://www.vixensoft.co.uk/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.vixensoft.co.uk/&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; **Head Office: **Market House, Lenten Street, Alton, Hampshire. GU34 1HG
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ViXEN Software Solutions Ltd. Registered in England and Wales. Company 
&lt;br&gt;&amp;gt; Number 4335138.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -----------------------------------------------------------------------------------------------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; //Notice: This message contains information which may be confidential 
&lt;br&gt;&amp;gt; and privileged. Unless you are the intended recipient (or are 
&lt;br&gt;&amp;gt; authorised to receive this message for the intended recipient), you 
&lt;br&gt;&amp;gt; may not use, copy, disseminate or disclose to anyone the message or 
&lt;br&gt;&amp;gt; any information contained in the message. If you have received the 
&lt;br&gt;&amp;gt; message in error, please advise the sender by reply e-mail and delete 
&lt;br&gt;&amp;gt; the message. Thank you.///
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; //Disclaimer: No notice provided by e-mail shall be binding unless 
&lt;br&gt;&amp;gt; confirmed by hard copy and signed by a duly authorised person.///
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: dev-unsubscribe@woodstock.dev.java.net
&lt;br&gt;For additional commands, e-mail: dev-help@woodstock.dev.java.net
&lt;br&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Loading-speed-of-Calendar-Component-tp19179580p19287574.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19271734</id>
	<title>Render speed of Calendar component in IE7</title>
	<published>2008-09-02T07:09:21Z</published>
	<updated>2008-09-02T07:09:21Z</updated>
	<author>
		<name>nbnbnewb</name>
	</author>
	<content type="html">&lt;html xmlns:o=&quot;urn:schemas-microsoft-com:office:office&quot; xmlns:w=&quot;urn:schemas-microsoft-com:office:word&quot; xmlns:st1=&quot;urn:schemas-microsoft-com:office:smarttags&quot; xmlns=&quot;http://www.w3.org/TR/REC-html40&quot;&gt;

&lt;head&gt;
&lt;META HTTP-EQUIV=&quot;Content-Type&quot; CONTENT=&quot;text/html; charset=us-ascii&quot;&gt;


&lt;meta name=Generator content=&quot;Microsoft Word 11 (filtered medium)&quot;&gt;
&lt;o:SmartTagType namespaceuri=&quot;urn:schemas-microsoft-com:office:smarttags&quot; name=&quot;City&quot; /&gt;
&lt;o:SmartTagType namespaceuri=&quot;urn:schemas-microsoft-com:office:smarttags&quot; name=&quot;place&quot; /&gt;
&lt;!--[if !mso]&gt;
&lt;style&gt;
st1\:*{behavior:url(#default#ieooui) }
&lt;/style&gt;
&lt;![endif]--&gt;


&lt;/head&gt;

&lt;body lang=EN-US link=blue vlink=purple&gt;

&lt;div class=Section1&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Verdana&gt;&lt;span lang=EN-GB style='font-size:
10.0pt'&gt;Hi,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Verdana&gt;&lt;span lang=EN-GB style='font-size:
10.0pt'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Verdana&gt;&lt;span lang=EN-GB style='font-size:
10.0pt'&gt;I have developed a web app where a number of pages have 3 or 4 Calendar
components. While the render speed is perfectly adequate in Firefox and Safari,
it is markedly slower in IE7. (6-7 secs versus 1-2 secs!).&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Verdana&gt;&lt;span lang=EN-GB style='font-size:
10.0pt'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Verdana&gt;&lt;span lang=EN-GB style='font-size:
10.0pt'&gt;I then created a simple page with just 4 of these components on not
bound to any data and got the same timings.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Verdana&gt;&lt;span lang=EN-GB style='font-size:
10.0pt'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Verdana&gt;&lt;span lang=EN-GB style='font-size:
10.0pt'&gt;Hunting around, I saw that 4.2 had some performance improvements, so I
made sure I had the latest 4.2 release and retested. No noticeable improvement!&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Verdana&gt;&lt;span lang=EN-GB style='font-size:
10.0pt'&gt;I then did some research into IE7 performance tuning. I then took all
the recommended tuning tips to improve Ie7 performance. Again there was no
noticeable difference. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Verdana&gt;&lt;span lang=EN-GB style='font-size:
10.0pt'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Verdana&gt;&lt;span lang=EN-GB style='font-size:
10.0pt'&gt;Given that IE still accounts for 80%+ of the browser market, it is imperative
that &lt;st1:place w:st=&quot;on&quot;&gt;&lt;st1:City w:st=&quot;on&quot;&gt;Woodstock&lt;/st1:City&gt;&lt;/st1:place&gt;
works efficiently with Ie7 in addition to other browsers.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Verdana&gt;&lt;span lang=EN-GB style='font-size:
10.0pt'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Verdana&gt;&lt;span lang=EN-GB style='font-size:
10.0pt'&gt;Are there any plans to try and get this issue resolved? Or are there
any workarounds? Alternative DatePicker controls?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Verdana&gt;&lt;span lang=EN-GB style='font-size:
10.0pt'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Verdana&gt;&lt;span lang=EN-GB style='font-size:
10.0pt'&gt;Regards&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Verdana&gt;&lt;span lang=EN-GB style='font-size:
10.0pt'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=1 color=gray face=Verdana&gt;&lt;span lang=EN-GB style='font-size:7.5pt;color:gray'&gt;Nick Beare&lt;/span&gt;&lt;/font&gt;&lt;font face=Arial&gt;&lt;span lang=EN-GB style='font-family:Arial'&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=1 color=gray face=Verdana&gt;&lt;span lang=EN-GB style='font-size:7.5pt;color:gray'&gt;Developer&lt;/span&gt;&lt;/font&gt;&lt;font face=Arial&gt;&lt;span lang=EN-GB style='font-family:Arial'&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-bottom:12.0pt'&gt;&lt;font size=1 color=gray face=Verdana&gt;&lt;span lang=EN-GB style='font-size:7.5pt;color:gray'&gt;Vixensoft&lt;/span&gt;&lt;/font&gt;&lt;font size=1&gt;&lt;span lang=EN-GB style='font-size:7.5pt'&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;strong&gt;&lt;b&gt;&lt;font size=1 color=gray face=Verdana&gt;&lt;span lang=EN-GB style='font-size:7.5pt;font-family:Verdana;color:gray'&gt;Tel:&lt;/span&gt;&lt;/font&gt;&lt;/b&gt;&lt;/strong&gt;&lt;font size=1 color=gray&gt;&lt;span lang=EN-GB style='font-size:7.5pt;color:gray'&gt; 01420
89898&lt;/span&gt;&lt;/font&gt;&lt;font face=Arial&gt;&lt;span lang=EN-GB style='font-family:Arial'&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;strong&gt;&lt;b&gt;&lt;font size=1 color=gray face=Verdana&gt;&lt;span lang=EN-GB style='font-size:7.5pt;font-family:Verdana;color:gray'&gt;Fax:&lt;/span&gt;&lt;/font&gt;&lt;/b&gt;&lt;/strong&gt;&lt;font size=1 color=gray&gt;&lt;span lang=EN-GB style='font-size:7.5pt;color:gray'&gt; 01420
541223&lt;br&gt;
&lt;strong&gt;&lt;b&gt;&lt;font face=Verdana&gt;&lt;span style='font-family:Verdana'&gt;Web:&lt;/span&gt;&lt;/font&gt;&lt;/b&gt;&lt;/strong&gt;
&lt;a href=&quot;blocked::http://www.vixensoft.co.uk/&quot; title=&quot;http://www.vixensoft.co.uk/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;www.vixensoft.co.uk&lt;/a&gt;&lt;/span&gt;&lt;/font&gt;&lt;font face=Arial&gt;&lt;span lang=EN-GB style='font-family:Arial'&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-bottom:12.0pt'&gt;&lt;strong&gt;&lt;b&gt;&lt;font size=1 color=gray face=Verdana&gt;&lt;span lang=EN-GB style='font-size:7.5pt;font-family:
Verdana;color:gray'&gt;Head&amp;nbsp;Office: &lt;/span&gt;&lt;/font&gt;&lt;/b&gt;&lt;/strong&gt;&lt;font size=1 color=gray&gt;&lt;span lang=EN-GB style='font-size:7.5pt;color:gray'&gt;Market House,
Lenten Street, Alton, Hampshire. GU34 1HG&lt;/span&gt;&lt;/font&gt;&lt;font face=Arial&gt;&lt;span lang=EN-GB style='font-family:Arial'&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-bottom:12.0pt'&gt;&lt;font size=1 color=gray face=Verdana&gt;&lt;span lang=EN-GB style='font-size:7.5pt;color:gray'&gt;ViXEN Software
Solutions Ltd.&amp;nbsp; Registered in England and Wales. Company Number 4335138.&lt;br&gt;
&lt;br&gt;
-----------------------------------------------------------------------------------------------------------------------&lt;/span&gt;&lt;/font&gt;&lt;font face=Arial&gt;&lt;span lang=EN-GB style='font-family:Arial'&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;em&gt;&lt;i&gt;&lt;font size=1 color=gray face=Verdana&gt;&lt;span lang=EN-GB style='font-size:7.5pt;font-family:Verdana;color:gray'&gt;Notice: This
message contains information which may be confidential and privileged. Unless
you are the intended recipient (or are authorised to receive this message for
the intended recipient), you may not use, copy, disseminate or disclose to
anyone the message or any information contained in the message. If you have
received the message in error, please advise the sender by reply e-mail and
delete the message. Thank you.&lt;/span&gt;&lt;/font&gt;&lt;/i&gt;&lt;/em&gt;&lt;i&gt;&lt;font size=1 color=gray&gt;&lt;span lang=EN-GB style='font-size:7.5pt;color:gray;font-style:italic'&gt;&lt;br&gt;
&lt;br&gt;
&lt;em&gt;&lt;i&gt;&lt;font face=Verdana&gt;&lt;span style='font-family:Verdana'&gt;Disclaimer: No
notice provided by e-mail shall be binding unless confirmed by hard copy and
signed by a duly authorised person.&lt;/span&gt;&lt;/font&gt;&lt;/i&gt;&lt;/em&gt;&lt;/span&gt;&lt;/font&gt;&lt;/i&gt;&lt;font face=Arial&gt;&lt;span lang=EN-GB style='font-family:Arial'&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Verdana&gt;&lt;span lang=EN-GB style='font-size:
10.0pt'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;/body&gt;

&lt;/html&gt;
</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Render-speed-of-Calendar-component-in-IE7-tp19271734p19271734.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19218847</id>
	<title>Re: Project Woodstock 4.3 Build 7 is Posted and Available</title>
	<published>2008-08-29T05:20:30Z</published>
	<updated>2008-08-29T05:20:30Z</updated>
	<author>
		<name>richard ratta</name>
	</author>
	<content type="html">It looks like the repository wasn't tagged for Build 7.
&lt;br&gt;&lt;br&gt;I've also been trying to help &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19218847&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Ana.Caballero@...&lt;/a&gt; since there seems to be
&lt;br&gt;issues with the source for tag &amp;quot;Woodstock_43_B6&amp;quot;. It also looks like 
&lt;br&gt;'logging' may not
&lt;br&gt;be on for the repository either since you can't get certain types of 
&lt;br&gt;records via &amp;quot;history&amp;quot;, like
&lt;br&gt;when a tag was created.
&lt;br&gt;&lt;br&gt;-rick
&lt;br&gt;&lt;br&gt;Richard Spellman wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Build 7 Project Woodstock 4.3 has been posted and links can be found 
&lt;br&gt;&amp;gt; on the Download page.
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://woodstock.dev.java.net/Download.htm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://woodstock.dev.java.net/Download.htm&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; We apologize for the delay but things are changing around Project 
&lt;br&gt;&amp;gt; Woodstock. &amp;nbsp;We wanted to put this Build out since there are some fixes
&lt;br&gt;&amp;gt; developers have been asking for, but please understand that it has not 
&lt;br&gt;&amp;gt; been fully tested.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; A further announcement about Project Woodstock will be forthcoming. &amp;nbsp;
&lt;br&gt;&amp;gt; In the meantime we would like to encourage any users/developers who have
&lt;br&gt;&amp;gt; fixes or additions that they think are appropriate to send them out to 
&lt;br&gt;&amp;gt; the &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19218847&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev@...&lt;/a&gt; alias for review.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The latest version of the Release Notes for Build 7 are available from 
&lt;br&gt;&amp;gt; the Download page, or from this link:
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://woodstock.dev.java.net/source/browse/*checkout*/woodstock/doc/release-notes.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://woodstock.dev.java.net/source/browse/*checkout*/woodstock/doc/release-notes.html&lt;/a&gt;&amp;nbsp;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks again for your patience,
&lt;br&gt;&amp;gt; The Project Woodstock Team
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19218847&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19218847&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19218847&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19218847&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Project-Woodstock-4.3-Build-7-is-Posted-and-Available-tp19207948p19218847.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19207948</id>
	<title>Project Woodstock 4.3 Build 7 is Posted and Available</title>
	<published>2008-08-28T12:54:12Z</published>
	<updated>2008-08-28T12:54:12Z</updated>
	<author>
		<name>Richard Spellman</name>
	</author>
	<content type="html">&lt;br&gt;Build 7 Project Woodstock 4.3 has been posted and links can be found on 
&lt;br&gt;the Download page.
&lt;br&gt;&lt;a href=&quot;https://woodstock.dev.java.net/Download.htm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://woodstock.dev.java.net/Download.htm&lt;/a&gt;&lt;br&gt;&lt;br&gt;We apologize for the delay but things are changing around Project 
&lt;br&gt;Woodstock. &amp;nbsp;We wanted to put this Build out since there are some fixes
&lt;br&gt;developers have been asking for, but please understand that it has not 
&lt;br&gt;been fully tested.
&lt;br&gt;&lt;br&gt;A further announcement about Project Woodstock will be forthcoming. &amp;nbsp;In 
&lt;br&gt;the meantime we would like to encourage any users/developers who have
&lt;br&gt;fixes or additions that they think are appropriate to send them out to 
&lt;br&gt;the &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19207948&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev@...&lt;/a&gt; alias for review.
&lt;br&gt;&lt;br&gt;The latest version of the Release Notes for Build 7 are available from 
&lt;br&gt;the Download page, or from this link:
&lt;br&gt;&lt;a href=&quot;https://woodstock.dev.java.net/source/browse/*checkout*/woodstock/doc/release-notes.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://woodstock.dev.java.net/source/browse/*checkout*/woodstock/doc/release-notes.html&lt;/a&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;&lt;br&gt;Thanks again for your patience,
&lt;br&gt;The Project Woodstock Team
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19207948&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19207948&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Project-Woodstock-4.3-Build-7-is-Posted-and-Available-tp19207948p19207948.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19181251</id>
	<title>Re: CVS Tag for WS 4.3 build 6</title>
	<published>2008-08-27T06:40:45Z</published>
	<updated>2008-08-27T06:40:45Z</updated>
	<author>
		<name>richard ratta</name>
	</author>
	<content type="html">Looks like something may have screwed up the tagging, like tagging a 
&lt;br&gt;checked out workspace, of an
&lt;br&gt;older revision and then checking it in, vs. just tagging the repository.
&lt;br&gt;&lt;br&gt;Or its possible that code was backed out for '43_B6'.
&lt;br&gt;&lt;br&gt;I would suggest finding out what date &amp;quot;Woodstock_43_B6&amp;quot; represents and then
&lt;br&gt;checking out the repository based on that date.
&lt;br&gt;&lt;br&gt;Or just use the source at the current revision level.
&lt;br&gt;&lt;br&gt;-rick
&lt;br&gt;&lt;br&gt;Ana Caballero wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; What is the cvs tag for WS 4.3 build 6? &amp;nbsp;It appears that 
&lt;br&gt;&amp;gt; &amp;quot;Woodstock_43_B6&amp;quot; points to very old source code, much older than B5. &amp;nbsp;
&lt;br&gt;&amp;gt; I am trying to build a compatible theme with 4.3 build 6, but are 
&lt;br&gt;&amp;gt; unable to do so.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks,
&lt;br&gt;&amp;gt; Ana
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19181251&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19181251&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19181251&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19181251&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/CVS-Tag-for-WS-4.3-build-6-tp19179570p19181251.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19180995</id>
	<title>Re: Loading speed of Calendar Component</title>
	<published>2008-08-27T06:28:04Z</published>
	<updated>2008-08-27T06:28:04Z</updated>
	<author>
		<name>richard ratta</name>
	</author>
	<content type="html">Check to see if the calendar.js page is loading separately.
&lt;br&gt;If the calendar.js page is loading separately, try using one of the 
&lt;br&gt;alternative loading
&lt;br&gt;schemes (can't remember the incantation exactly) like &amp;quot;webuiAll&amp;quot;.
&lt;br&gt;&lt;br&gt;There are a few loading schemes that allow you to tune what gets loaded 
&lt;br&gt;in every
&lt;br&gt;page. We tried to make the most likely page load as fast as possible. 
&lt;br&gt;But it did not include
&lt;br&gt;every widget's javascript. There are several schemes, I think you 
&lt;br&gt;configure them on the
&lt;br&gt;body tag.
&lt;br&gt;&lt;br&gt;You could consider customizing the js that loads by creating your own js 
&lt;br&gt;file that contains
&lt;br&gt;the &amp;quot;stuff&amp;quot; you need. This will reduce the amount of js loaded and the 
&lt;br&gt;number files to load.
&lt;br&gt;&lt;br&gt;We found that the reducing number of downloads is one of the primary 
&lt;br&gt;factors to fast page start up.
&lt;br&gt;&lt;br&gt;-rick
&lt;br&gt;&lt;br&gt;Nick Beare wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I have been very impressed with the functionality and visual appeal of 
&lt;br&gt;&amp;gt; a number of the Woodstock components I have used in my short 
&lt;br&gt;&amp;gt; experience with Woodstock.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; However (…have you noticed, there is always a ‘however’ following a 
&lt;br&gt;&amp;gt; compliment?) I have noticed that the load times on some pages are very 
&lt;br&gt;&amp;gt; slow compared with some other frameworks. I am in the process of 
&lt;br&gt;&amp;gt; rewriting a Tapestry application. The VW JSF Woodstock app looks much 
&lt;br&gt;&amp;gt; better and has more functionality, but load speed in some of the pages 
&lt;br&gt;&amp;gt; is much slower.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; My investigations lead me to strip down one of my pages and I found 
&lt;br&gt;&amp;gt; that the load time was nearly all down to the calendar control. I have 
&lt;br&gt;&amp;gt; 4 of these on my page Without these controls, the load time is 
&lt;br&gt;&amp;gt; approximately 4 seconds quicker (2 seconds versus 6 seconds on my 
&lt;br&gt;&amp;gt; desktop PC). The equivalent (uglier) Tapestry page loads in about 1.5 
&lt;br&gt;&amp;gt; seconds).
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Is there any way to tune the calendar control?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Regards
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Nick Beare
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Developer
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Vixensoft
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; **Tel:** 01420 89898
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; **Fax:** 01420 541223
&lt;br&gt;&amp;gt; **Web:** www.vixensoft.co.uk &amp;lt;blocked::&lt;a href=&quot;http://www.vixensoft.co.uk/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.vixensoft.co.uk/&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; **Head Office: **Market House, Lenten Street, Alton, Hampshire. GU34 1HG
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ViXEN Software Solutions Ltd. Registered in England and Wales. Company 
&lt;br&gt;&amp;gt; Number 4335138.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -----------------------------------------------------------------------------------------------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; //Notice: This message contains information which may be confidential 
&lt;br&gt;&amp;gt; and privileged. Unless you are the intended recipient (or are 
&lt;br&gt;&amp;gt; authorised to receive this message for the intended recipient), you 
&lt;br&gt;&amp;gt; may not use, copy, disseminate or disclose to anyone the message or 
&lt;br&gt;&amp;gt; any information contained in the message. If you have received the 
&lt;br&gt;&amp;gt; message in error, please advise the sender by reply e-mail and delete 
&lt;br&gt;&amp;gt; the message. Thank you.///
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; //Disclaimer: No notice provided by e-mail shall be binding unless 
&lt;br&gt;&amp;gt; confirmed by hard copy and signed by a duly authorised person.///
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19180995&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19180995&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Loading-speed-of-Calendar-Component-tp19179580p19180995.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19179580</id>
	<title>Loading speed of Calendar Component</title>
	<published>2008-08-27T00:51:00Z</published>
	<updated>2008-08-27T00:51:00Z</updated>
	<author>
		<name>nbnbnewb</name>
	</author>
	<content type="html">&lt;html xmlns:o=&quot;urn:schemas-microsoft-com:office:office&quot; xmlns:w=&quot;urn:schemas-microsoft-com:office:word&quot; xmlns:st1=&quot;urn:schemas-microsoft-com:office:smarttags&quot; xmlns=&quot;http://www.w3.org/TR/REC-html40&quot;&gt;

&lt;head&gt;
&lt;META HTTP-EQUIV=&quot;Content-Type&quot; CONTENT=&quot;text/html; charset=us-ascii&quot;&gt;


&lt;meta name=Generator content=&quot;Microsoft Word 11 (filtered medium)&quot;&gt;
&lt;o:SmartTagType namespaceuri=&quot;urn:schemas-microsoft-com:office:smarttags&quot; name=&quot;City&quot; /&gt;
&lt;o:SmartTagType namespaceuri=&quot;urn:schemas-microsoft-com:office:smarttags&quot; name=&quot;place&quot; /&gt;
&lt;!--[if !mso]&gt;
&lt;style&gt;
st1\:*{behavior:url(#default#ieooui) }
&lt;/style&gt;
&lt;![endif]--&gt;


&lt;/head&gt;

&lt;body lang=EN-US link=blue vlink=purple&gt;

&lt;div class=Section1&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Verdana&gt;&lt;span lang=EN-GB style='font-size:
10.0pt'&gt;Hi,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Verdana&gt;&lt;span lang=EN-GB style='font-size:
10.0pt'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Verdana&gt;&lt;span lang=EN-GB style='font-size:
10.0pt'&gt;I have been very impressed with the functionality and visual appeal of a
number of the &lt;st1:City w:st=&quot;on&quot;&gt;Woodstock&lt;/st1:City&gt; components I have used
in my short experience with &lt;st1:City w:st=&quot;on&quot;&gt;&lt;st1:place w:st=&quot;on&quot;&gt;Woodstock&lt;/st1:place&gt;&lt;/st1:City&gt;.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Verdana&gt;&lt;span lang=EN-GB style='font-size:
10.0pt'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Verdana&gt;&lt;span lang=EN-GB style='font-size:
10.0pt'&gt;However (&amp;#8230;have you noticed, there is always a &amp;#8216;however&amp;#8217;
following a compliment?) I have noticed that the load times on some pages are
very slow compared with some other frameworks. I am in the process of rewriting
a Tapestry application. The VW JSF Woodstock app looks much better and has more
functionality, but load speed in some of the pages is much slower.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Verdana&gt;&lt;span lang=EN-GB style='font-size:
10.0pt'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Verdana&gt;&lt;span lang=EN-GB style='font-size:
10.0pt'&gt;My investigations lead me to strip down one of my pages and I found
that the load time was nearly all down to the calendar control. I have 4 of
these on my page Without these controls, the load time is approximately 4
seconds quicker (2 seconds versus 6 seconds on my desktop PC). The equivalent (uglier)
Tapestry page loads in about 1.5 seconds).&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Verdana&gt;&lt;span lang=EN-GB style='font-size:
10.0pt'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Verdana&gt;&lt;span lang=EN-GB style='font-size:
10.0pt'&gt;Is there any way to tune the calendar control?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Verdana&gt;&lt;span lang=EN-GB style='font-size:
10.0pt'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Verdana&gt;&lt;span lang=EN-GB style='font-size:
10.0pt'&gt;Regards&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Verdana&gt;&lt;span lang=EN-GB style='font-size:
10.0pt'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=1 color=gray face=Verdana&gt;&lt;span lang=EN-GB style='font-size:7.5pt;color:gray'&gt;Nick Beare&lt;/span&gt;&lt;/font&gt;&lt;font face=Arial&gt;&lt;span lang=EN-GB style='font-family:Arial'&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=1 color=gray face=Verdana&gt;&lt;span lang=EN-GB style='font-size:7.5pt;color:gray'&gt;Developer&lt;/span&gt;&lt;/font&gt;&lt;font face=Arial&gt;&lt;span lang=EN-GB style='font-family:Arial'&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-bottom:12.0pt'&gt;&lt;font size=1 color=gray face=Verdana&gt;&lt;span lang=EN-GB style='font-size:7.5pt;color:gray'&gt;Vixensoft&lt;/span&gt;&lt;/font&gt;&lt;font size=1&gt;&lt;span lang=EN-GB style='font-size:7.5pt'&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;strong&gt;&lt;b&gt;&lt;font size=1 color=gray face=Verdana&gt;&lt;span lang=EN-GB style='font-size:7.5pt;font-family:Verdana;color:gray'&gt;Tel:&lt;/span&gt;&lt;/font&gt;&lt;/b&gt;&lt;/strong&gt;&lt;font size=1 color=gray&gt;&lt;span lang=EN-GB style='font-size:7.5pt;color:gray'&gt; 01420
89898&lt;/span&gt;&lt;/font&gt;&lt;font face=Arial&gt;&lt;span lang=EN-GB style='font-family:Arial'&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;strong&gt;&lt;b&gt;&lt;font size=1 color=gray face=Verdana&gt;&lt;span lang=EN-GB style='font-size:7.5pt;font-family:Verdana;color:gray'&gt;Fax:&lt;/span&gt;&lt;/font&gt;&lt;/b&gt;&lt;/strong&gt;&lt;font size=1 color=gray&gt;&lt;span lang=EN-GB style='font-size:7.5pt;color:gray'&gt; 01420
541223&lt;br&gt;
&lt;strong&gt;&lt;b&gt;&lt;font face=Verdana&gt;&lt;span style='font-family:Verdana'&gt;Web:&lt;/span&gt;&lt;/font&gt;&lt;/b&gt;&lt;/strong&gt;
&lt;a href=&quot;blocked::http://www.vixensoft.co.uk/&quot; title=&quot;http://www.vixensoft.co.uk/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;www.vixensoft.co.uk&lt;/a&gt;&lt;/span&gt;&lt;/font&gt;&lt;font face=Arial&gt;&lt;span lang=EN-GB style='font-family:Arial'&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-bottom:12.0pt'&gt;&lt;strong&gt;&lt;b&gt;&lt;font size=1 color=gray face=Verdana&gt;&lt;span lang=EN-GB style='font-size:7.5pt;font-family:
Verdana;color:gray'&gt;Head&amp;nbsp;Office: &lt;/span&gt;&lt;/font&gt;&lt;/b&gt;&lt;/strong&gt;&lt;font size=1 color=gray&gt;&lt;span lang=EN-GB style='font-size:7.5pt;color:gray'&gt;Market House,
Lenten Street, Alton, Hampshire. GU34 1HG&lt;/span&gt;&lt;/font&gt;&lt;font face=Arial&gt;&lt;span lang=EN-GB style='font-family:Arial'&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-bottom:12.0pt'&gt;&lt;font size=1 color=gray face=Verdana&gt;&lt;span lang=EN-GB style='font-size:7.5pt;color:gray'&gt;ViXEN Software
Solutions Ltd.&amp;nbsp; Registered in England and Wales. Company Number 4335138.&lt;br&gt;
&lt;br&gt;
-----------------------------------------------------------------------------------------------------------------------&lt;/span&gt;&lt;/font&gt;&lt;font face=Arial&gt;&lt;span lang=EN-GB style='font-family:Arial'&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;em&gt;&lt;i&gt;&lt;font size=1 color=gray face=Verdana&gt;&lt;span lang=EN-GB style='font-size:7.5pt;font-family:Verdana;color:gray'&gt;Notice: This
message contains information which may be confidential and privileged. Unless
you are the intended recipient (or are authorised to receive this message for
the intended recipient), you may not use, copy, disseminate or disclose to
anyone the message or any information contained in the message. If you have
received the message in error, please advise the sender by reply e-mail and
delete the message. Thank you.&lt;/span&gt;&lt;/font&gt;&lt;/i&gt;&lt;/em&gt;&lt;i&gt;&lt;font size=1 color=gray&gt;&lt;span lang=EN-GB style='font-size:7.5pt;color:gray;font-style:italic'&gt;&lt;br&gt;
&lt;br&gt;
&lt;em&gt;&lt;i&gt;&lt;font face=Verdana&gt;&lt;span style='font-family:Verdana'&gt;Disclaimer: No
notice provided by e-mail shall be binding unless confirmed by hard copy and
signed by a duly authorised person.&lt;/span&gt;&lt;/font&gt;&lt;/i&gt;&lt;/em&gt;&lt;/span&gt;&lt;/font&gt;&lt;/i&gt;&lt;font face=Arial&gt;&lt;span lang=EN-GB style='font-family:Arial'&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Verdana&gt;&lt;span lang=EN-GB style='font-size:
10.0pt'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;/body&gt;

&lt;/html&gt;
</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Loading-speed-of-Calendar-Component-tp19179580p19179580.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19179570</id>
	<title>CVS Tag for WS 4.3 build 6</title>
	<published>2008-08-26T19:00:03Z</published>
	<updated>2008-08-26T19:00:03Z</updated>
	<author>
		<name>Ana Caballero</name>
	</author>
	<content type="html">What is the cvs tag for WS 4.3 build 6? &amp;nbsp;It appears that 
&lt;br&gt;&amp;quot;Woodstock_43_B6&amp;quot; points to very old source code, much older than B5. &amp;nbsp;I 
&lt;br&gt;am trying to build a compatible theme with 4.3 build 6, but are unable 
&lt;br&gt;to do so.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Ana
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19179570&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19179570&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/CVS-Tag-for-WS-4.3-build-6-tp19179570p19179570.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18891857</id>
	<title>Re: Accordion Resize issue</title>
	<published>2008-08-08T06:25:57Z</published>
	<updated>2008-08-08T06:25:57Z</updated>
	<author>
		<name>richard ratta</name>
	</author>
	<content type="html">I believe this is possible.
&lt;br&gt;Given the current implementation, I believe you will always have to have 
&lt;br&gt;one tab open
&lt;br&gt;when rendered, and make sure that each tab's &amp;quot;contentheight&amp;quot; ensures 
&lt;br&gt;that the tab fills the
&lt;br&gt;page (minus the tab headers). However if the page is resized, the 
&lt;br&gt;accordion may not adjust accordingly.
&lt;br&gt;&lt;br&gt;You will also want to have the open tab close when another tab is 
&lt;br&gt;opened. Otherwise
&lt;br&gt;the overall height of the accordion will be the sum of each tab's 
&lt;br&gt;content height.
&lt;br&gt;&lt;br&gt;It may be possible to use the theme mechanism to redefine the selectors 
&lt;br&gt;and define
&lt;br&gt;new selectors to make this behavior implicit, but you will have to 
&lt;br&gt;examine the generated
&lt;br&gt;html, identify the existing selectors and create new ones as necessary.
&lt;br&gt;&lt;br&gt;See
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://webdev2.sun.com/woodstock-theme-doc/index.html#toc&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://webdev2.sun.com/woodstock-theme-doc/index.html#toc&lt;/a&gt;&lt;br&gt;&lt;br&gt;For information about customizing the theme. Essentially you define 
&lt;br&gt;application level
&lt;br&gt;overrides for any theme properites.
&lt;br&gt;&lt;br&gt;-rick
&lt;br&gt;&lt;br&gt;Christian Smith - Sun Microsystems - Dublin Ireland wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi Folks,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I am using Woodstocks accordion component and am unable to get it to 
&lt;br&gt;&amp;gt; resisze properly. &amp;nbsp;I would like the component to always fill the pages 
&lt;br&gt;&amp;gt; height (100%) if possible. &amp;nbsp;Is this possible?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks,
&lt;br&gt;&amp;gt; Christian
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18891857&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18891857&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18891857&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18891857&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Accordion-Resize-issue-tp18890673p18891857.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18890673</id>
	<title>Accordion Resize issue</title>
	<published>2008-08-08T04:03:05Z</published>
	<updated>2008-08-08T04:03:05Z</updated>
	<author>
		<name>smith1511</name>
	</author>
	<content type="html">Hi Folks,
&lt;br&gt;&lt;br&gt;I am using Woodstocks accordion component and am unable to get it to 
&lt;br&gt;resisze properly. &amp;nbsp;I would like the component to always fill the pages 
&lt;br&gt;height (100%) if possible. &amp;nbsp;Is this possible?
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Christian
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18890673&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18890673&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Accordion-Resize-issue-tp18890673p18890673.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18886906</id>
	<title>How can i debug my custom dataprovider component?</title>
	<published>2008-08-08T00:17:02Z</published>
	<updated>2008-08-08T00:17:02Z</updated>
	<author>
		<name>章程</name>
	</author>
	<content type="html">﻿&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0 Transitional//EN&quot;&gt;
&lt;HTML ChildAreas=&quot;12&quot; xmlns:canvas&gt;&lt;HEAD&gt;
&lt;META http-equiv=Content-Type content=&quot;text/html; charset=utf-8&quot;&gt;
&lt;META content=&quot;MSHTML 6.00.2900.5512&quot; name=GENERATOR&gt;&lt;/HEAD&gt;
&lt;BODY id=MailContainerBody style=&quot;PADDING-RIGHT: 10px; PADDING-LEFT: 10px; PADDING-TOP: 15px&quot; bgColor=#ffffff leftMargin=0 topMargin=0 name=&quot;Compose message area&quot; CanvasTabStop=&quot;false&quot;&gt;
&lt;DIV id=PublishHeaderContainer contentEditable=false&gt;
&lt;TABLE style=&quot;FONT-SIZE: 9pt; RIGHT: 0px; LEFT: 10px; WIDTH: 100%; COLOR: #aaaaaa; FONT-FAMILY: Simsun; WHITE-SPACE: nowrap; BACKGROUND-COLOR: #f5f5f5&quot; cellSpacing=0 cellPadding=8&gt;
  &lt;TBODY&gt;
  &lt;TR style=&quot;MARGIN: 40px&quot;&gt;
    &lt;TD&gt;
      &lt;TABLE cellSpacing=0 cellPadding=0&gt;
        &lt;TBODY&gt;
        &lt;TR&gt;
          &lt;TD style=&quot;WIDTH: 20px&quot;&gt;&lt;IMG height=16 alt=播放幻灯片 src=&quot;http://www.nabble.com/attachment/18886906/0/Slideshow.gif&quot; width=16&gt;&lt;/TD&gt;
          &lt;TD title=以幻灯片形式查看照片&gt;&lt;A style=&quot;FONT-SIZE: 9pt; COLOR: #444444; FONT-FAMILY: Simsun; WHITE-SPACE: nowrap&quot; href=&quot;http://g.msn.com/5meen_us/171?path=/photomail/{df0483d3-f415-4f99-8978-51e415338991}&amp;amp;image=20EE0B4815A575EE!204&amp;amp;imagehi=20EE0B4815A575EE!202&amp;amp;CID=2372846457899546094&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;播放幻灯片&lt;/A&gt;&lt;/TD&gt;
          &lt;TD style=&quot;WIDTH: 16px&quot;&gt;&lt;/TD&gt;
          &lt;TD style=&quot;WIDTH: 20px&quot;&gt;&lt;IMG style=&quot;TEXT-ALIGN: right&quot; height=16 alt=保存所有照片 src=&quot;http://www.nabble.com/attachment/18886906/1/SaveImages.gif&quot; width=16&gt;&lt;/TD&gt;
          &lt;TD title=下载并保存这些照片的高分辨率版本 style=&quot;DISPLAY: none&quot;&gt;&lt;A style=&quot;FONT-SIZE: 9pt; COLOR: #444444; FONT-FAMILY: Simsun; WHITE-SPACE: nowrap&quot; name=layoutSaveAllImages target=&quot;_top&quot;&gt;保存所有照片 &lt;/A&gt;&lt;/TD&gt;
          &lt;TD title=&quot;通过 Windows Live Mail，只要几个步骤，您就可以保存此电子邮件中的所有照片&quot; style=&quot;FONT-SIZE: 9pt; COLOR: #b2b2b2; FONT-FAMILY: Simsun; WHITE-SPACE: nowrap; colorsend: #444444&quot;&gt;想要立即保存所有照片吗? 
            &lt;A href=&quot;http://help.live.com/help.aspx?mkt=zh-cn&amp;amp;project=WL_Mailv2&amp;amp;querytype=keyword&amp;amp;query=segami_lla_evas&quot; name=layoutSaveAllImagesPromote target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;了解如何操作 &lt;/A&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/TD&gt;
    &lt;TD style=&quot;TEXT-ALIGN: right&quot;&gt;联机图片的有效期为 30 天 &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;
&lt;DIV style=&quot;PADDING-RIGHT: 5px; PADDING-LEFT: 7px; PADDING-BOTTOM: 2px; WIDTH: 100%; PADDING-TOP: 2px&quot;&gt;
&lt;DIV&gt;&lt;FONT face=宋体 size=2&gt;
&lt;DIV&gt;&lt;FONT face=宋体 size=2&gt;hi&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Simsun size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Simsun size=2&gt;I use netbeans visual web pack.&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Simsun size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Simsun size=2&gt;I want to create custom vwp&amp;nbsp; jsf 
component.&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Simsun size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Simsun size=2&gt;how can I debug the components 
source?&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN class=Apple-style-span style=&quot;WORD-SPACING: 0px; FONT: 13px -webkit-monospace; TEXT-TRANSFORM: none; COLOR: rgb(0,0,0); TEXT-INDENT: 0px; WHITE-SPACE: normal; LETTER-SPACING: normal; BORDER-COLLAPSE: separate; orphans: 2; widows: 2; webkit-border-horizontal-spacing: 2px; webkit-border-vertical-spacing: 2px; webkit-text-decorations-in-effect: none; webkit-text-size-adjust: auto; webkit-text-stroke-width: 0&quot;&gt;woodstock 
is how to debug?&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Simsun size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Simsun size=2&gt;who can tell me this?&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Simsun size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Simsun size=2&gt;thank you&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Simsun size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Simsun size=2&gt;zhangcheng&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=宋体&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=宋体&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=宋体&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;SPAN contentEditable=false&gt;&lt;SPAN style=&quot;DISPLAY: block&quot; xmlns:canvas=&quot;canvas-namespace-id&quot; layoutEmptyTextWellFont=&quot;Simsun&quot;&gt;&lt;SPAN style=&quot;DISPLAY: block; MARGIN-BOTTOM: 15px; OVERFLOW: visible; HEIGHT: 19px&quot;&gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;display: -moz-inline-box; display: inline-block; MARGIN-BOTTOM: 25px; VERTICAL-ALIGN: top; OVERFLOW: visible; MARGIN-RIGHT: 25px; HEIGHT: 251px&quot;&gt;
&lt;TABLE style=&quot;HEIGHT: 251px&quot;&gt;
  &lt;TBODY&gt;
  &lt;TR&gt;
    &lt;TD&gt;
      &lt;DIV title=查看或保存此照片的更高分辨率版本 style=&quot;OVERFLOW: hidden; WIDTH: 215px; HEIGHT: 215px&quot;&gt;&lt;A href=&quot;http://ry92ag.blu.livefilestore.com/y1pEjr1ix7-K1oE5U7YfusNFeCMv350enYyN9OTeRawEQqQI6kSy31TojQ_hIMODOfp5hJ1xSxE04U/!cid_BCFC5DB43F5944EAAF63A8BD048B1A1C@se467xpen.jpg?download&quot; name=msnPhotoHref border=&quot;0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;FONT face=宋体 size=2&gt;&lt;/FONT&gt;&lt;FONT face=SimSun size=2&gt;&lt;/FONT&gt;&lt;IMG style=&quot;MARGIN-TOP: 50px; DISPLAY: inline-block; MARGIN-LEFT: 0px&quot; height=115 src=&quot;http://www.nabble.com/attachment/18886906/2/%21cid_BCFC5DB43F5944EAAF63A8BD048B1A1C%40se467xpen.jpg&quot; width=215 border=0&gt;&lt;/A&gt;&lt;/DIV&gt;&lt;/TD&gt;&lt;/TR&gt;
  &lt;TR&gt;
    &lt;TD&gt;
      &lt;DIV style=&quot;FONT-SIZE: 10pt; WIDTH: 215px; FONT-FAMILY: verdana; TEXT-ALIGN: center&quot;&gt;&lt;FONT face=宋体&gt;my custom component 
(dataprovider)&lt;/FONT&gt;&lt;/DIV&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;display: -moz-inline-box; display: inline-block; MARGIN-BOTTOM: 25px; VERTICAL-ALIGN: top; OVERFLOW: visible; MARGIN-RIGHT: 25px; HEIGHT: 238px&quot;&gt;
&lt;TABLE style=&quot;HEIGHT: 238px&quot;&gt;
  &lt;TBODY&gt;
  &lt;TR&gt;
    &lt;TD&gt;
      &lt;DIV title=查看或保存此照片的更高分辨率版本 style=&quot;OVERFLOW: hidden; WIDTH: 215px; HEIGHT: 215px&quot;&gt;&lt;A href=&quot;http://ry92ag.blu.livefilestore.com/y1pkhqvvKTaX2atRMGbTJWgz1q3duv2_iLUeBsmjeWj7fooZYEUahZr10ttaT76JzGZ3B3fV_QRils/!cid_8B1E38FE7C474DB3B0D91E05F23F098B@se467xpen.jpg?download&quot; name=msnPhotoHref border=&quot;0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;FONT face=宋体 size=2&gt;&lt;/FONT&gt;&lt;FONT face=SimSun size=2&gt;&lt;/FONT&gt;&lt;IMG style=&quot;MARGIN-TOP: 57px; DISPLAY: inline-block; MARGIN-LEFT: 0px&quot; height=101 src=&quot;http://www.nabble.com/attachment/18886906/3/%21cid_8B1E38FE7C474DB3B0D91E05F23F098B%40se467xpen.jpg&quot; width=215 border=0&gt;&lt;/A&gt;&lt;/DIV&gt;&lt;/TD&gt;&lt;/TR&gt;
  &lt;TR&gt;
    &lt;TD&gt;
      &lt;DIV style=&quot;FONT-SIZE: 10pt; WIDTH: 215px; FONT-FAMILY: verdana; TEXT-ALIGN: center&quot;&gt;&lt;FONT face=宋体&gt;my components project&lt;/FONT&gt;&lt;/DIV&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;display: -moz-inline-box; display: inline-block; MARGIN-BOTTOM: 25px; VERTICAL-ALIGN: top; OVERFLOW: visible; MARGIN-RIGHT: 25px; HEIGHT: 238px&quot;&gt;
&lt;TABLE style=&quot;HEIGHT: 238px&quot;&gt;
  &lt;TBODY&gt;
  &lt;TR&gt;
    &lt;TD&gt;
      &lt;DIV title=查看或保存此照片的更高分辨率版本 style=&quot;OVERFLOW: hidden; WIDTH: 215px; HEIGHT: 215px&quot;&gt;&lt;A href=&quot;http://ry92ag.blu.livefilestore.com/y1pQ9GNtO1m2055lnfRygw95BGcDJSY-VEnFo2LXcEyJvL6GqEpQ2bwPHXjAV9yNfw7gnJyu4dshhI/!cid_914D1647994B4ACDBD7BF3DC0B8F2482@se467xpen.jpg?download&quot; name=msnPhotoHref border=&quot;0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;FONT face=宋体 size=2&gt;&lt;/FONT&gt;&lt;IMG style=&quot;MARGIN-TOP: 56px; DISPLAY: inline-block; MARGIN-LEFT: 0px&quot; height=103 src=&quot;http://www.nabble.com/attachment/18886906/4/%21cid_914D1647994B4ACDBD7BF3DC0B8F2482%40se467xpen.jpg&quot; width=215 border=0&gt;&lt;/A&gt;&lt;/DIV&gt;&lt;/TD&gt;&lt;/TR&gt;
  &lt;TR&gt;
    &lt;TD&gt;
      &lt;DIV style=&quot;FONT-SIZE: 10pt; WIDTH: 215px; FONT-FAMILY: verdana; TEXT-ALIGN: center&quot;&gt;&lt;FONT face=宋体&gt;my war project lib&lt;/FONT&gt;&lt;/DIV&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;display: -moz-inline-box; display: inline-block; MARGIN-BOTTOM: 25px; VERTICAL-ALIGN: top; OVERFLOW: visible; MARGIN-RIGHT: 25px; HEIGHT: 238px&quot;&gt;
&lt;TABLE style=&quot;HEIGHT: 238px&quot;&gt;
  &lt;TBODY&gt;
  &lt;TR&gt;
    &lt;TD&gt;
      &lt;DIV title=查看或保存此照片的更高分辨率版本 style=&quot;OVERFLOW: hidden; WIDTH: 215px; HEIGHT: 215px&quot;&gt;&lt;A href=&quot;http://ry92ag.blu.livefilestore.com/y1pS-VzcdP4q0oTH8jri7mUvSKK-u0xqqhu327h0rMShalsm9h5Lpl_Bul1RKL5KzwYIyvq3vWbnr4/(H@VF$T%5B@8DIRTU%7D$7(%2TD.jpg?download&quot; name=msnPhotoHref border=&quot;0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;IMG style=&quot;MARGIN-TOP: 49px; DISPLAY: inline-block; MARGIN-LEFT: 0px&quot; height=116 src=&quot;http://www.nabble.com/attachment/18886906/5/1B0.jpg&quot; width=215 border=0&gt;&lt;/A&gt;&lt;/DIV&gt;&lt;/TD&gt;&lt;/TR&gt;
  &lt;TR&gt;
    &lt;TD&gt;
      &lt;DIV style=&quot;FONT-SIZE: 10pt; WIDTH: 215px; FONT-FAMILY: verdana; TEXT-ALIGN: center&quot;&gt;&lt;FONT face=宋体&gt;my dataprovider&lt;/FONT&gt;&lt;/DIV&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;display: -moz-inline-box; display: inline-block; MARGIN-BOTTOM: 25px; VERTICAL-ALIGN: top; OVERFLOW: visible; MARGIN-RIGHT: 25px; HEIGHT: 238px&quot;&gt;
&lt;TABLE style=&quot;HEIGHT: 238px&quot;&gt;
  &lt;TBODY&gt;
  &lt;TR&gt;
    &lt;TD&gt;
      &lt;DIV title=查看或保存此照片的更高分辨率版本 style=&quot;OVERFLOW: hidden; WIDTH: 215px; HEIGHT: 215px&quot;&gt;&lt;A href=&quot;http://ry92ag.blu.livefilestore.com/y1pfaUptXrdSahtUBKwIdqgvzqI9kmgeZy24PMWWmH0cFkbRZATAeYsagmZl64Mjd1kDeRpL3bxws0/ICMB3S4Q)FWEOC(9M9URXAQ.jpg?download&quot; name=msnPhotoHref border=&quot;0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;FONT face=宋体 size=2&gt;&lt;/FONT&gt;&lt;FONT face=SimSun size=2&gt;&lt;/FONT&gt;&lt;IMG style=&quot;MARGIN-TOP: 51px; DISPLAY: inline-block; MARGIN-LEFT: 0px&quot; height=113 src=&quot;http://www.nabble.com/attachment/18886906/6/1B1.jpg&quot; width=215 border=0&gt;&lt;/A&gt;&lt;/DIV&gt;&lt;/TD&gt;&lt;/TR&gt;
  &lt;TR&gt;
    &lt;TD&gt;
      &lt;DIV style=&quot;FONT-SIZE: 10pt; WIDTH: 215px; FONT-FAMILY: verdana; TEXT-ALIGN: center&quot;&gt;&lt;FONT face=宋体&gt;my component 
property&lt;/FONT&gt;&lt;/DIV&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;
&lt;DIV style=&quot;PADDING-RIGHT: 5px; PADDING-LEFT: 7px; PADDING-BOTTOM: 2px; WIDTH: 100%; PADDING-TOP: 2px; HEIGHT: 50px&quot;&gt;
&lt;DIV&gt;&lt;FONT face=宋体 size=2&gt;
&lt;DIV&gt;&lt;FONT face=宋体&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;/DIV&gt;
&lt;DIV contentEditable=false style=&quot;MARGIN-TOP: 50px&quot;&gt;
&lt;TABLE style=&quot;FONT-SIZE: 9pt; RIGHT: 0px; LEFT: 10px; WIDTH: 100%; FONT-FAMILY: Simsun; WHITE-SPACE: nowrap; BACKGROUND-COLOR: #f5f5f5&quot; cellSpacing=0 cellPadding=10 align=left&gt;
  &lt;TBODY&gt;
  &lt;TR&gt;
    &lt;TD title=&quot;加入 Windows Live，使用 Windows Live 照片电子邮件共享照片&quot; colSpan=2&gt;&lt;A style=&quot;COLOR: #444444&quot; href=&quot;http://g.msn.com/5meen_us/175&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;获取 Windows 
      Live Mail 以创建您自己的照片电子邮件 &lt;/A&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;
&lt;br /&gt; &lt;br /&gt; &lt;br /&gt; &lt;br /&gt; &lt;br /&gt; &lt;br /&gt; &lt;br /&gt; </content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/How-can-i-debug-my-custom-dataprovider-component--tp18886906p18886906.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18851068</id>
	<title>Tag Library Documentation down</title>
	<published>2008-08-06T06:21:21Z</published>
	<updated>2008-08-06T06:21:21Z</updated>
	<author>
		<name>Stefan Bley</name>
	</author>
	<content type="html">The TLD documentation site &lt;a href=&quot;http://webdev2.sun.com/example&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://webdev2.sun.com/example&lt;/a&gt;&amp;nbsp;is down. 
&lt;br&gt;Could you please fix that or are you updating it to 4.3 final release?
&lt;br&gt;&lt;br&gt;Stevy</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Tag-Library-Documentation-down-tp18851068p18851068.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18686426</id>
	<title>How to clear tree selection?</title>
	<published>2008-07-28T01:54:33Z</published>
	<updated>2008-07-28T01:54:33Z</updated>
	<author>
		<name>Stefan Bley</name>
	</author>
	<content type="html">I can set the selected tree node through tree's &amp;quot;selected&amp;quot; attribute. But how can I clear this selection?
&lt;br&gt;&lt;br&gt;I tried tree1.setSelected(null) as well as tree1.setSelected(&amp;quot;&amp;quot;) but neither worked. The previously selected node remained selected.
&lt;br&gt;I'm also wondering why a tree node is selected after deployment (last one? or the one selected in visual editor?) although i did not specify a node to be initially selected.
&lt;br&gt;&lt;br&gt;Stevy</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/How-to-clear-tree-selection--tp18686426p18686426.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18644631</id>
	<title>Re: This page contains both secure and nonsecure items</title>
	<published>2008-07-24T20:34:43Z</published>
	<updated>2008-07-24T20:34:43Z</updated>
	<author>
		<name>asg54</name>
	</author>
	<content type="html">What about the generated portion of the page:
&lt;br&gt;&lt;br&gt;&amp;lt;!DOCTYPE html PUBLIC &amp;quot;-//W3C//DTD XHTML 1.0 Transitional//EN&amp;quot; &amp;quot;&lt;a href=&quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;lt;html xmlns=&amp;quot;&lt;a href=&quot;http://www.w3.org/1999/xhtml&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/1999/xhtml&lt;/a&gt;&amp;quot; xmlns:wairole=&amp;quot;&lt;a href=&quot;http://www.w3.org/2005/01/wai-rdf/GUIRoleTaxonomy#&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2005/01/wai-rdf/GUIRoleTaxonomy#&lt;/a&gt;&amp;quot; xmlns:waistate=&amp;quot;&lt;a href=&quot;http://www.w3.org/2005/07/aaa&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2005/07/aaa&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&lt;br&gt;I have no idea how that is generated from:
&lt;br&gt;&lt;br&gt;&amp;lt;jsp:root version=&amp;quot;2.1&amp;quot; xmlns:f=&amp;quot;&lt;a href=&quot;http://java.sun.com/jsf/core&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://java.sun.com/jsf/core&lt;/a&gt;&amp;quot; xmlns:h=&amp;quot;&lt;a href=&quot;http://java.sun.com/jsf/html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://java.sun.com/jsf/html&lt;/a&gt;&amp;quot; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;xmlns:jsp=&amp;quot;&lt;a href=&quot;http://java.sun.com/JSP/Page&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://java.sun.com/JSP/Page&lt;/a&gt;&amp;quot; xmlns:webuijsf=&amp;quot;&lt;a href=&quot;http://www.sun.com/webui/webuijsf&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.sun.com/webui/webuijsf&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;jsp:directive.page contentType=&amp;quot;text/html;charset=UTF-8&amp;quot; pageEncoding=&amp;quot;UTF-8&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;f:view&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;webuijsf:page id=&amp;quot;page&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;webuijsf:html id=&amp;quot;html&amp;quot;&amp;gt;
&lt;br&gt;&lt;br&gt;But if the app is running under the https protocol, don't the above URL's for the schemas need to https too?
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;richard ratta wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;There have been several threads about this issue.
&lt;br&gt;My conclusion was that it is an issue with IE and relative urls that are 
&lt;br&gt;defined in the CSS
&lt;br&gt;file for images.
&lt;br&gt;&lt;br&gt;I have not investigated it all and will not be (since I am no longer an 
&lt;br&gt;active developer on woodstock).
&lt;br&gt;&lt;br&gt;But if my conclusion is correct, the CSS rules must be &amp;quot;fixed up&amp;quot; either 
&lt;br&gt;when the page is
&lt;br&gt;streamed from the server, or after the CSS is loaded in the browser.
&lt;br&gt;&lt;br&gt;I think you can &amp;quot;turn off something&amp;quot; in IE7 to stop the messages.
&lt;br&gt;&lt;br&gt;I'm sorry but I don't have any references to the other threads.
&lt;br&gt;But there were alot of &amp;quot;hits&amp;quot; in a google search for this issue which 
&lt;br&gt;led me to my conclusion,
&lt;br&gt;at least for the woodstock pages. If I remember it is related to 
&lt;br&gt;referencing a file via relative
&lt;br&gt;URLS, whether it be an img or javascript file. Some paths can be &amp;quot;fixed 
&lt;br&gt;up&amp;quot; more easily than
&lt;br&gt;others and the &amp;quot;hardest&amp;quot; ones are the embedded references in CSS, in the 
&lt;br&gt;woodstock case.
&lt;br&gt;&lt;br&gt;-rick
&lt;br&gt;&lt;br&gt;asg54 wrote:
&lt;br&gt;&lt;br&gt;&amp;gt;Did you find a solution to this problem? &amp;nbsp;I am also receiving the message. 
&lt;br&gt;&amp;gt;Thanks.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;=?ISO-8859-1?Q?M=E1rcio Gon=E7alves?= wrote:
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;Hi,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;I'm using Woodstock over https, and having a problem in IE with the &amp;quot;This
&lt;br&gt;&amp;gt;&amp;gt;page contains both secure and nonsecure items&amp;quot; message.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;Do you know if is anyone else having this problem?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;Do you think this is something that can be fixed?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;Thanks,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;Marcio
&lt;br&gt;&amp;gt;&amp;gt;gomes@metha.com.br
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;---------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt;To unsubscribe, e-mail: dev-unsubscribe@woodstock.dev.java.net
&lt;br&gt;&amp;gt;&amp;gt;For additional commands, e-mail: dev-help@woodstock.dev.java.net
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: dev-unsubscribe@woodstock.dev.java.net
&lt;br&gt;For additional commands, e-mail: dev-help@woodstock.dev.java.net
&lt;br&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/This-page-contains-both-secure-and-nonsecure-items-tp17719760p18644631.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18640479</id>
	<title>Re: This page contains both secure and nonsecure items</title>
	<published>2008-07-24T13:57:34Z</published>
	<updated>2008-07-24T13:57:34Z</updated>
	<author>
		<name>=?ISO-8859-1?Q?M=E1rcio Gon=E7alves?=</name>
	</author>
	<content type="html">Asg54,
&lt;br&gt;&lt;br&gt;What Richard wrote is what i know, too. I continue setting up the IE7, manually.
&lt;br&gt;&lt;br&gt;Marcio
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp;Thu, 24 Jul 2008 14:42:56 -0400, richard ratta &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18640479&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Richard.Ratta@...&lt;/a&gt;&amp;gt; escreveu:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; There have been several threads about this issue.
&lt;br&gt;&amp;gt; My conclusion was that it is an issue with IE and relative urls that are 
&lt;br&gt;&amp;gt; defined in the CSS
&lt;br&gt;&amp;gt; file for images.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I have not investigated it all and will not be (since I am no longer an 
&lt;br&gt;&amp;gt; active developer on woodstock).
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; But if my conclusion is correct, the CSS rules must be &amp;quot;fixed up&amp;quot; either 
&lt;br&gt;&amp;gt; when the page is
&lt;br&gt;&amp;gt; streamed from the server, or after the CSS is loaded in the browser.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I think you can &amp;quot;turn off something&amp;quot; in IE7 to stop the messages.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I'm sorry but I don't have any references to the other threads.
&lt;br&gt;&amp;gt; But there were alot of &amp;quot;hits&amp;quot; in a google search for this issue which 
&lt;br&gt;&amp;gt; led me to my conclusion,
&lt;br&gt;&amp;gt; at least for the woodstock pages. If I remember it is related to 
&lt;br&gt;&amp;gt; referencing a file via relative
&lt;br&gt;&amp;gt; URLS, whether it be an img or javascript file. Some paths can be &amp;quot;fixed 
&lt;br&gt;&amp;gt; up&amp;quot; more easily than
&lt;br&gt;&amp;gt; others and the &amp;quot;hardest&amp;quot; ones are the embedded references in CSS, in the 
&lt;br&gt;&amp;gt; woodstock case.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; -rick
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; asg54 wrote:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt;Did you find a solution to this problem? &amp;nbsp;I am also receiving the message. 
&lt;br&gt;&amp;gt; &amp;gt;Thanks.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;=?ISO-8859-1?Q?M=E1rcio Gon=E7alves?= wrote:
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;Hi,
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;I'm using Woodstock over https, and having a problem in IE with the &amp;quot;This
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;page contains both secure and nonsecure items&amp;quot; message.
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;Do you know if is anyone else having this problem?
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;Do you think this is something that can be fixed?
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;Thanks,
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;Marcio
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18640479&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gomes@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;---------------------------------------------------------------------
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18640479&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18640479&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18640479&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18640479&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18640479&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18640479&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/This-page-contains-both-secure-and-nonsecure-items-tp17719760p18640479.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18638175</id>
	<title>Re: This page contains both secure and nonsecure items</title>
	<published>2008-07-24T11:42:56Z</published>
	<updated>2008-07-24T11:42:56Z</updated>
	<author>
		<name>richard ratta</name>
	</author>
	<content type="html">There have been several threads about this issue.
&lt;br&gt;My conclusion was that it is an issue with IE and relative urls that are 
&lt;br&gt;defined in the CSS
&lt;br&gt;file for images.
&lt;br&gt;&lt;br&gt;I have not investigated it all and will not be (since I am no longer an 
&lt;br&gt;active developer on woodstock).
&lt;br&gt;&lt;br&gt;But if my conclusion is correct, the CSS rules must be &amp;quot;fixed up&amp;quot; either 
&lt;br&gt;when the page is
&lt;br&gt;streamed from the server, or after the CSS is loaded in the browser.
&lt;br&gt;&lt;br&gt;I think you can &amp;quot;turn off something&amp;quot; in IE7 to stop the messages.
&lt;br&gt;&lt;br&gt;I'm sorry but I don't have any references to the other threads.
&lt;br&gt;But there were alot of &amp;quot;hits&amp;quot; in a google search for this issue which 
&lt;br&gt;led me to my conclusion,
&lt;br&gt;at least for the woodstock pages. If I remember it is related to 
&lt;br&gt;referencing a file via relative
&lt;br&gt;URLS, whether it be an img or javascript file. Some paths can be &amp;quot;fixed 
&lt;br&gt;up&amp;quot; more easily than
&lt;br&gt;others and the &amp;quot;hardest&amp;quot; ones are the embedded references in CSS, in the 
&lt;br&gt;woodstock case.
&lt;br&gt;&lt;br&gt;-rick
&lt;br&gt;&lt;br&gt;asg54 wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;Did you find a solution to this problem? &amp;nbsp;I am also receiving the message. 
&lt;br&gt;&amp;gt;Thanks.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;=?ISO-8859-1?Q?M=E1rcio Gon=E7alves?= wrote:
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;Hi,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;I'm using Woodstock over https, and having a problem in IE with the &amp;quot;This
&lt;br&gt;&amp;gt;&amp;gt;page contains both secure and nonsecure items&amp;quot; message.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;Do you know if is anyone else having this problem?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;Do you think this is something that can be fixed?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;Thanks,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;Marcio
&lt;br&gt;&amp;gt;&amp;gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18638175&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gomes@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;---------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18638175&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18638175&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18638175&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18638175&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/This-page-contains-both-secure-and-nonsecure-items-tp17719760p18638175.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18637838</id>
	<title>Re: This page contains both secure and nonsecure items</title>
	<published>2008-07-24T11:28:50Z</published>
	<updated>2008-07-24T11:28:50Z</updated>
	<author>
		<name>asg54</name>
	</author>
	<content type="html">Did you find a solution to this problem? &amp;nbsp;I am also receiving the message. &amp;nbsp;Thanks.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;=?ISO-8859-1?Q?M=E1rcio Gon=E7alves?= wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;Hi,
&lt;br&gt;&lt;br&gt;I'm using Woodstock over https, and having a problem in IE with the &amp;quot;This page contains both secure and nonsecure items&amp;quot; message.
&lt;br&gt;&lt;br&gt;Do you know if is anyone else having this problem?
&lt;br&gt;&lt;br&gt;Do you think this is something that can be fixed?
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;Marcio
&lt;br&gt;gomes@metha.com.br
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: dev-unsubscribe@woodstock.dev.java.net
&lt;br&gt;For additional commands, e-mail: dev-help@woodstock.dev.java.net
&lt;br&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/This-page-contains-both-secure-and-nonsecure-items-tp17719760p18637838.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18569316</id>
	<title>Dynamic Tree Cant change back end data dynamically</title>
	<published>2008-07-21T07:05:52Z</published>
	<updated>2008-07-21T07:05:52Z</updated>
	<author>
		<name>stuartr</name>
	</author>
	<content type="html">I am using the ajax component within the dynamic tree widget and cannot , after numerous tries, to get 
&lt;br&gt;the tree to function without having the completed modle at the backend. 
&lt;br&gt;I had hoped that I could create sub level leaf node structure within the callback for the node being selected. 
&lt;br&gt;This seemed to work at the top level but after that , no events are trapped for any sub children that I create dynamically within the tree model.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Within the callback.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; TreeNode2 thisNode= ne.getEventNode();
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; logger.debug(&amp;quot;ID is &amp;quot;+thisNode.getId());
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; int eventType = ne.getEventType();
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if ( eventType == TreeNode2Event.LOADCHILDREN_EVENT) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; thisNode.setExpanded(true);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; logger.debug(&amp;quot;Load children event occured&amp;quot;);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; // lets find out if we have to show any children
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; // get the id of the node so that we can find out where we are.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; // walk backwards up the tree
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; thisNode.getChildren().clear(); // get rid of the empty node.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; // we need to find out the name of the folder we are looking at
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; String path = this.constructPath(thisNode);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; logger.debug(&amp;quot;PATH we are looking at is &amp;quot;+path);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; this.constructChildren(thisNode, new File(path));
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ....
&lt;br&gt;&lt;br&gt;&lt;br&gt;Wtihin the constructChildren I am appending mode children to the node that has just been clicked. 
&lt;br&gt;( This is part of a file browser type application ). 
&lt;br&gt;However, each sub node click never invoked the callback. 
&lt;br&gt;&lt;br&gt;I am setting the method expression correctly within the code and have checked this with a test application. 
&lt;br&gt;It would appear that the woodstock components have a snap shot of the structure.
&lt;br&gt;&lt;br&gt;Can any one help here ???
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Dynamic-Tree-Cant-change-back-end-data-dynamically-tp18569316p18569316.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18535364</id>
	<title>Re: javax.faces shalre-remoting</title>
	<published>2008-07-18T11:32:28Z</published>
	<updated>2008-07-18T11:32:28Z</updated>
	<author>
		<name>Anissa Lam</name>
	</author>
	<content type="html">&lt;br&gt;Just as a follow up, &amp;nbsp; Ed has published the jar to maven repo. &amp;nbsp;It is 
&lt;br&gt;now available at
&lt;br&gt;&lt;a href=&quot;http://download.java.net/maven/2/com/sun/faces/extensions/jsf-extensions-common/0.1/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://download.java.net/maven/2/com/sun/faces/extensions/jsf-extensions-common/0.1/&lt;/a&gt;&lt;br&gt;Hopefully this build issue is resolved.
&lt;br&gt;&lt;br&gt;thanks
&lt;br&gt;Anissa.
&lt;br&gt;&lt;br&gt;Anissa Lam wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I have contacted Ed Burns yesterday regarding this issue and this is 
&lt;br&gt;&amp;gt; his reply.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; AL&amp;gt; &amp;lt;!DOCTYPE html PUBLIC &amp;quot;-//W3C//DTD HTML 4.01 Transitional//EN&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; AL&amp;gt; &amp;lt;html&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; AL&amp;gt; &amp;lt;head&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; AL&amp;gt; &amp;nbsp; &amp;lt;meta content=&amp;quot;text/html;charset=ISO-8859-1&amp;quot; 
&lt;br&gt;&amp;gt;&amp;gt; http-equiv=&amp;quot;Content-Type&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; AL&amp;gt; &amp;lt;/head&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; AL&amp;gt; &amp;lt;body bgcolor=&amp;quot;#ffffff&amp;quot; text=&amp;quot;#000000&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; AL&amp;gt; &amp;lt;br&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; AL&amp;gt; Hi,&amp;lt;br&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; AL&amp;gt; Since this seems to be coming from jsf-extensions and related to 
&lt;br&gt;&amp;gt;&amp;gt; swdp,&amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; AL&amp;gt; I am cc'ing Ed and Rajiv&amp;nbsp; here to see if they any idea about 
&lt;br&gt;&amp;gt;&amp;gt; this
&lt;br&gt;&amp;gt;&amp;gt; AL&amp;gt; invalid pom.&amp;lt;br&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Yes, I own this pom. 
&lt;br&gt;&amp;gt;&amp;gt; I'll fix it and get back to you.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Ed
&lt;br&gt;&amp;gt; thanks
&lt;br&gt;&amp;gt; Anissa.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Jerome Dochez wrote:
&lt;br&gt;&amp;gt;&amp;gt; yes the core of the problem we have is the woodstock webui pom.xml is 
&lt;br&gt;&amp;gt;&amp;gt; referencing an inexistent jsf-extensions-common module. Inexistent in 
&lt;br&gt;&amp;gt;&amp;gt; at leat the public maven repositories we use.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; com.sun.woodstock:webui-jsf:4.2-SNAPSHOT--(runtime)--&amp;gt;com.sun.faces.extensions:jsf-extensions-common:0.1 
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; there are 2 ways of fixing it :
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; - fix the import in the webui pom.xml to a version which is 
&lt;br&gt;&amp;gt;&amp;gt; available externally
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; - publish the 0.1 version externally.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; if you look at the webui-jsf pom.xml in 
&lt;br&gt;&amp;gt;&amp;gt; ~/.m2/repository/com/sun/woodstock/webui-jsf/4.2-SNAPSHOT/webui-jsf-4.2-SNAPSHOT.pom 
&lt;br&gt;&amp;gt;&amp;gt; , you can see
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;dependency&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;groupId&amp;gt;com.sun.faces.extensions&amp;lt;/groupId&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;artifactId&amp;gt;jsf-extensions-common&amp;lt;/artifactId&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;version&amp;gt;0.1&amp;lt;/version&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;scope&amp;gt;runtime&amp;lt;/scope&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/dependency&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; this is the one we don't find...
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Jerome
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; On Jul 18, 2008, at 12:45 AM, Ken Paulsen wrote:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Hi Jerome,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Is the text below the error? I guess I'll need to build the branch 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; to see what the problem with that pom.xml is? It looks like I need 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; to build the console-web-plugin?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Dick Spellman is probably the right contact person. Dick are you 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; aware of this problem and can you help get it fixed? I'm happy to 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; help out in any way that I can.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Thanks,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Ken
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Jerome Dochez wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; this is a woodstock-webui module which is owned by the woodstock team.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; KenP, you u work with them to fix this.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Also, can u provide a contact in their team so we can directly 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; interface with them
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; thanks, jerome
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; On Jul 17, 2008, at 2:31 PM, Bhakti Mehta wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Does anyone have an idea who owns this and where the repo lies?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; This is the dependency trail, we are running into issues building 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; the branch due to the invalid pom and
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; trail=[org.glassfish.distributions:web:10.0-V3-PRELUDE-M1-SNAPSHOT--(compile)--&amp;gt;org.glassfish.web:webtier-all:10.0-V3-PRELUDE-M1-SNAPSHOT, 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; org.glassfish.web:webtier-all:10.0-V3-PRELUDE-M1-SNAPSHOT--(compile)--&amp;gt;org.glassfish.admingui:console-web-plugin:10.0-V3-PRELUDE-M1-SNAPSHOT, 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; org.glassfish.admingui:console-web-plugin:10.0-V3-PRELUDE-M1-SNAPSHOT--(compile)--&amp;gt;com.sun.woodstock:webui-jsf:4.2-SNAPSHOT, 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; com.sun.woodstock:webui-jsf:4.2-SNAPSHOT--(runtime)--&amp;gt;com.sun.faces.extensions:jsf-extensions-common:0.1] 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; for project com.sun.faces.extensions:jsf-extensions-common:null
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://maven-repository.dev.java.net/repository/javax.faces/poms/shale-remoting-1.1.0-swdp-a.pom&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://maven-repository.dev.java.net/repository/javax.faces/poms/shale-remoting-1.1.0-swdp-a.pom&lt;/a&gt;&amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Bhakti
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18535364&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18535364&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Re%3A-javax.faces-shalre-remoting-tp18524152p18535364.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18530152</id>
	<title>Re: javax.faces shalre-remoting</title>
	<published>2008-07-18T07:11:53Z</published>
	<updated>2008-07-18T07:11:53Z</updated>
	<author>
		<name>Anissa Lam</name>
	</author>
	<content type="html">&lt;br&gt;I have contacted Ed Burns yesterday regarding this issue and this is his 
&lt;br&gt;reply.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; AL&amp;gt; &amp;lt;!DOCTYPE html PUBLIC &amp;quot;-//W3C//DTD HTML 4.01 Transitional//EN&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; AL&amp;gt; &amp;lt;html&amp;gt;
&lt;br&gt;&amp;gt; AL&amp;gt; &amp;lt;head&amp;gt;
&lt;br&gt;&amp;gt; AL&amp;gt; &amp;nbsp; &amp;lt;meta content=&amp;quot;text/html;charset=ISO-8859-1&amp;quot; http-equiv=&amp;quot;Content-Type&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; AL&amp;gt; &amp;lt;/head&amp;gt;
&lt;br&gt;&amp;gt; AL&amp;gt; &amp;lt;body bgcolor=&amp;quot;#ffffff&amp;quot; text=&amp;quot;#000000&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; AL&amp;gt; &amp;lt;br&amp;gt;
&lt;br&gt;&amp;gt; AL&amp;gt; Hi,&amp;lt;br&amp;gt;
&lt;br&gt;&amp;gt; AL&amp;gt; Since this seems to be coming from jsf-extensions and related to swdp,&amp;nbsp;
&lt;br&gt;&amp;gt; AL&amp;gt; I am cc'ing Ed and Rajiv&amp;nbsp; here to see if they any idea about this
&lt;br&gt;&amp;gt; AL&amp;gt; invalid pom.&amp;lt;br&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Yes, I own this pom. &amp;nbsp;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I'll fix it and get back to you.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Ed
&lt;/div&gt;thanks
&lt;br&gt;Anissa.
&lt;br&gt;&lt;br&gt;Jerome Dochez wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; yes the core of the problem we have is the woodstock webui pom.xml is 
&lt;br&gt;&amp;gt; referencing an inexistent jsf-extensions-common module. Inexistent in 
&lt;br&gt;&amp;gt; at leat the public maven repositories we use.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; com.sun.woodstock:webui-jsf:4.2-SNAPSHOT--(runtime)--&amp;gt;com.sun.faces.extensions:jsf-extensions-common:0.1 
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; there are 2 ways of fixing it :
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; - fix the import in the webui pom.xml to a version which is 
&lt;br&gt;&amp;gt; available externally
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; - publish the 0.1 version externally.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; if you look at the webui-jsf pom.xml in 
&lt;br&gt;&amp;gt; ~/.m2/repository/com/sun/woodstock/webui-jsf/4.2-SNAPSHOT/webui-jsf-4.2-SNAPSHOT.pom 
&lt;br&gt;&amp;gt; , you can see
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;dependency&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;groupId&amp;gt;com.sun.faces.extensions&amp;lt;/groupId&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;artifactId&amp;gt;jsf-extensions-common&amp;lt;/artifactId&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;version&amp;gt;0.1&amp;lt;/version&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;scope&amp;gt;runtime&amp;lt;/scope&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/dependency&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; this is the one we don't find...
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Jerome
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Jul 18, 2008, at 12:45 AM, Ken Paulsen wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Hi Jerome,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Is the text below the error? I guess I'll need to build the branch to 
&lt;br&gt;&amp;gt;&amp;gt; see what the problem with that pom.xml is? It looks like I need to 
&lt;br&gt;&amp;gt;&amp;gt; build the console-web-plugin?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Dick Spellman is probably the right contact person. Dick are you 
&lt;br&gt;&amp;gt;&amp;gt; aware of this problem and can you help get it fixed? I'm happy to 
&lt;br&gt;&amp;gt;&amp;gt; help out in any way that I can.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Thanks,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Ken
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Jerome Dochez wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; this is a woodstock-webui module which is owned by the woodstock team.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; KenP, you u work with them to fix this.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Also, can u provide a contact in their team so we can directly 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; interface with them
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; thanks, jerome
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; On Jul 17, 2008, at 2:31 PM, Bhakti Mehta wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Does anyone have an idea who owns this and where the repo lies?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; This is the dependency trail, we are running into issues building 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; the branch due to the invalid pom and
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; trail=[org.glassfish.distributions:web:10.0-V3-PRELUDE-M1-SNAPSHOT--(compile)--&amp;gt;org.glassfish.web:webtier-all:10.0-V3-PRELUDE-M1-SNAPSHOT, 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; org.glassfish.web:webtier-all:10.0-V3-PRELUDE-M1-SNAPSHOT--(compile)--&amp;gt;org.glassfish.admingui:console-web-plugin:10.0-V3-PRELUDE-M1-SNAPSHOT, 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; org.glassfish.admingui:console-web-plugin:10.0-V3-PRELUDE-M1-SNAPSHOT--(compile)--&amp;gt;com.sun.woodstock:webui-jsf:4.2-SNAPSHOT, 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; com.sun.woodstock:webui-jsf:4.2-SNAPSHOT--(runtime)--&amp;gt;com.sun.faces.extensions:jsf-extensions-common:0.1] 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; for project com.sun.faces.extensions:jsf-extensions-common:null
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://maven-repository.dev.java.net/repository/javax.faces/poms/shale-remoting-1.1.0-swdp-a.pom&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://maven-repository.dev.java.net/repository/javax.faces/poms/shale-remoting-1.1.0-swdp-a.pom&lt;/a&gt;&amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Bhakti
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18530152&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18530152&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Re%3A-javax.faces-shalre-remoting-tp18524152p18530152.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18530116</id>
	<title>Re: javax.faces shalre-remoting</title>
	<published>2008-07-18T07:09:30Z</published>
	<updated>2008-07-18T07:09:30Z</updated>
	<author>
		<name>Jason Lee</name>
	</author>
	<content type="html">On Fri, Jul 18, 2008 at 2:56 AM, Jerome Dochez &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18530116&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Jerome.Dochez@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; there are 2 ways of fixing it :
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;- fix the import in the webui pom.xml to a version which is available
&lt;br&gt;&amp;gt; externally
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;- publish the 0.1 version externally.
&lt;br&gt;&lt;br&gt;Someone on &amp;nbsp;##jsf on freenode asked Ed Burns about this yesterday. &amp;nbsp;He
&lt;br&gt;said he'd like to get it published, but has not had time for it, for
&lt;br&gt;what that's worth. &amp;nbsp;I'll be in SCA next week for orientation, etc.
&lt;br&gt;I'd be happy to help out where I can, as I have a vested interest in
&lt;br&gt;resolving this as well.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Jason Lee, SCJP
&lt;br&gt;Mojarra and Mojarra Scales Dev Team
&lt;br&gt;&lt;a href=&quot;https://mojarra.dev.java.net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://mojarra.dev.java.net&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;https://scales.dev.java.net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://scales.dev.java.net&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://blogs.steeplesoft.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://blogs.steeplesoft.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18530116&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18530116&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Re%3A-javax.faces-shalre-remoting-tp18524152p18530116.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18527958</id>
	<title>Re: javax.faces shalre-remoting</title>
	<published>2008-07-18T00:56:17Z</published>
	<updated>2008-07-18T00:56:17Z</updated>
	<author>
		<name>Jerome Dochez</name>
	</author>
	<content type="html">yes the core of the problem we have is the woodstock webui pom.xml is &amp;nbsp;
&lt;br&gt;referencing an inexistent jsf-extensions-common module. Inexistent in &amp;nbsp;
&lt;br&gt;at leat the public maven repositories we use.
&lt;br&gt;&lt;br&gt;com.sun.woodstock:webui-jsf:4.2-SNAPSHOT--(runtime)-- 
&lt;br&gt;&amp;nbsp;&amp;gt;com.sun.faces.extensions:jsf-extensions-common:0.1
&lt;br&gt;&lt;br&gt;there are 2 ways of fixing it :
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - fix the import in the webui pom.xml to a version which is available &amp;nbsp;
&lt;br&gt;externally
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - publish the 0.1 version externally.
&lt;br&gt;&lt;br&gt;if you look at the webui-jsf pom.xml in ~/.m2/repository/com/sun/ 
&lt;br&gt;woodstock/webui-jsf/4.2-SNAPSHOT/webui-jsf-4.2-SNAPSHOT.pom , you can &amp;nbsp;
&lt;br&gt;see
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;dependency&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;groupId&amp;gt;com.sun.faces.extensions&amp;lt;/groupId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;artifactId&amp;gt;jsf-extensions-common&amp;lt;/artifactId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;version&amp;gt;0.1&amp;lt;/version&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;scope&amp;gt;runtime&amp;lt;/scope&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/dependency&amp;gt;
&lt;br&gt;&lt;br&gt;this is the one we don't find...
&lt;br&gt;&lt;br&gt;Jerome
&lt;br&gt;&lt;br&gt;On Jul 18, 2008, at 12:45 AM, Ken Paulsen wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Hi Jerome,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Is the text below the error? I guess I'll need to build the branch &amp;nbsp;
&lt;br&gt;&amp;gt; to see what the problem with that pom.xml is? It looks like I need &amp;nbsp;
&lt;br&gt;&amp;gt; to build the console-web-plugin?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Dick Spellman is probably the right contact person. Dick are you &amp;nbsp;
&lt;br&gt;&amp;gt; aware of this problem and can you help get it fixed? I'm happy to &amp;nbsp;
&lt;br&gt;&amp;gt; help out in any way that I can.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Ken
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Jerome Dochez wrote:
&lt;br&gt;&amp;gt;&amp;gt; this is a woodstock-webui module which is owned by the woodstock &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; team.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; KenP, you u work with them to fix this.
&lt;br&gt;&amp;gt;&amp;gt; Also, can u provide a contact in their team so we can directly &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; interface with them
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; thanks, jerome
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; On Jul 17, 2008, at 2:31 PM, Bhakti Mehta wrote:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Does anyone have an idea who owns this and where the repo lies?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; This is the dependency trail, we are running into issues building &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; the branch due to the invalid pom and
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; trail=[org.glassfish.distributions:web:10.0-V3-PRELUDE-M1- 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; SNAPSHOT--(compile)--&amp;gt;org.glassfish.web:webtier-all:10.0-V3- 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; PRELUDE-M1-SNAPSHOT, org.glassfish.web:webtier-all:10.0-V3-PRELUDE- 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; M1-SNAPSHOT--(compile)--&amp;gt;org.glassfish.admingui:console-web-plugin: 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 10.0-V3-PRELUDE-M1-SNAPSHOT, org.glassfish.admingui:console-web- 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; plugin:10.0-V3-PRELUDE-M1-SNAPSHOT--(compile)-- 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt;com.sun.woodstock:webui-jsf:4.2-SNAPSHOT, com.sun.woodstock:webui- 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; jsf:4.2-SNAPSHOT--(runtime)--&amp;gt;com.sun.faces.extensions:jsf- 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; extensions-common:0.1] for project com.sun.faces.extensions:jsf- 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; extensions-common:null
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://maven-repository.dev.java.net/repository/javax.faces/poms/shale-remoting-1.1.0-swdp-a.pom&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://maven-repository.dev.java.net/repository/javax.faces/poms/shale-remoting-1.1.0-swdp-a.pom&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Bhakti
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18527958&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18527958&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18527958&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18527958&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18527958&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18527958&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18527958&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18527958&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Re%3A-javax.faces-shalre-remoting-tp18524152p18527958.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18524152</id>
	<title>Re: javax.faces shalre-remoting</title>
	<published>2008-07-18T00:45:14Z</published>
	<updated>2008-07-18T00:45:14Z</updated>
	<author>
		<name>Ken Paulsen</name>
	</author>
	<content type="html">&lt;br&gt;Hi Jerome,
&lt;br&gt;&lt;br&gt;Is the text below the error? I guess I'll need to build the branch to 
&lt;br&gt;see what the problem with that pom.xml is? It looks like I need to build 
&lt;br&gt;the console-web-plugin?
&lt;br&gt;&lt;br&gt;Dick Spellman is probably the right contact person. Dick are you aware 
&lt;br&gt;of this problem and can you help get it fixed? I'm happy to help out in 
&lt;br&gt;any way that I can.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;Ken
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Jerome Dochez wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; this is a woodstock-webui module which is owned by the woodstock team.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; KenP, you u work with them to fix this.
&lt;br&gt;&amp;gt; Also, can u provide a contact in their team so we can directly 
&lt;br&gt;&amp;gt; interface with them
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; thanks, jerome
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Jul 17, 2008, at 2:31 PM, Bhakti Mehta wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Does anyone have an idea who owns this and where the repo lies?
&lt;br&gt;&amp;gt;&amp;gt; This is the dependency trail, we are running into issues building the 
&lt;br&gt;&amp;gt;&amp;gt; branch due to the invalid pom and
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; trail=[org.glassfish.distributions:web:10.0-V3-PRELUDE-M1-SNAPSHOT--(compile)--&amp;gt;org.glassfish.web:webtier-all:10.0-V3-PRELUDE-M1-SNAPSHOT, 
&lt;br&gt;&amp;gt;&amp;gt; org.glassfish.web:webtier-all:10.0-V3-PRELUDE-M1-SNAPSHOT--(compile)--&amp;gt;org.glassfish.admingui:console-web-plugin:10.0-V3-PRELUDE-M1-SNAPSHOT, 
&lt;br&gt;&amp;gt;&amp;gt; org.glassfish.admingui:console-web-plugin:10.0-V3-PRELUDE-M1-SNAPSHOT--(compile)--&amp;gt;com.sun.woodstock:webui-jsf:4.2-SNAPSHOT, 
&lt;br&gt;&amp;gt;&amp;gt; com.sun.woodstock:webui-jsf:4.2-SNAPSHOT--(runtime)--&amp;gt;com.sun.faces.extensions:jsf-extensions-common:0.1] 
&lt;br&gt;&amp;gt;&amp;gt; for project com.sun.faces.extensions:jsf-extensions-common:null
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://maven-repository.dev.java.net/repository/javax.faces/poms/shale-remoting-1.1.0-swdp-a.pom&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://maven-repository.dev.java.net/repository/javax.faces/poms/shale-remoting-1.1.0-swdp-a.pom&lt;/a&gt;&amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt;&amp;gt; Bhakti
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18524152&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18524152&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18524152&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18524152&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18524152&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18524152&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Re%3A-javax.faces-shalre-remoting-tp18524152p18524152.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18405770</id>
	<title>Re: Bug in RowGroup component</title>
	<published>2008-07-11T07:55:31Z</published>
	<updated>2008-07-11T07:55:31Z</updated>
	<author>
		<name>Dan Labrecque</name>
	</author>
	<content type="html">&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot;&gt;
&lt;html&gt;
&lt;head&gt;
  &lt;meta content=&quot;text/html;charset=UTF-8&quot; http-equiv=&quot;Content-Type&quot;&gt;
&lt;/head&gt;
&lt;body bgcolor=&quot;#ffffff&quot; text=&quot;#000000&quot;&gt;
Ramon Casha wrote:
&lt;blockquote cite=&quot;mid:1215757657.6820.8.camel@localhost&quot; type=&quot;cite&quot;&gt;
  &lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; &quot;&gt;
  &lt;meta name=&quot;GENERATOR&quot; content=&quot;GtkHTML/3.18.2&quot;&gt;
There is a bug in the RowGroup component (already filed as bug #1315). &lt;br&gt;
  &lt;br&gt;
In the invokeOnComponent method, it assumes that any content of a
column has a rowId encoded in its clientId. However, header and footer
facets do not. I created a footer facet because I'm using ajax to
update it with a total of the fields in the table cells.&lt;br&gt;
  &lt;br&gt;
I have temporarily gone around this by overriding that method in my own
subclass. My question is, what is the safest method to check whether a
clientId has a rowId in it. (eg: is the rowId always numeric?)&lt;br&gt;
&lt;/blockquote&gt;
&lt;br&gt;
For Woodstock it is an int, but it doesn't have to be. You might want
to check if the component is included in the facet map, first. For
example, if you know the name of the facet, you can use:&lt;br&gt;
&lt;br&gt;
UIComponent facet = getFacet(&quot;FacetName&quot;);&lt;br&gt;
if (facet != null) {&lt;br&gt;
    // Skip row id&lt;br&gt;
}&lt;br&gt;
&lt;br&gt;
Otherwise, you might have to iterate over the facet map and look for a
match? I have not looked into the issue myself.&lt;br&gt;
&lt;br&gt;
Dan&lt;br&gt;
&lt;br&gt;
&lt;blockquote cite=&quot;mid:1215757657.6820.8.camel@localhost&quot; type=&quot;cite&quot;&gt;&lt;br&gt;
Ramon Casha&lt;br&gt;
  &lt;br&gt;
---- &lt;br&gt;
Disclamer: I am not responsible for the disclaimer added below&lt;br&gt;
﻿---- &lt;br&gt;
  &lt;br&gt;
&lt;!--[object_id=#megabyte.net#]--&gt;
  &lt;p align=&quot;left&quot;&gt;&lt;font face=&quot;Arial&quot; size=&quot;2&quot;&gt;
  &lt;hr&gt;&lt;/font&gt;&lt;/p&gt;
  &lt;p align=&quot;left&quot;&gt;&lt;font face=&quot;Arial&quot; size=&quot;2&quot;&gt;&lt;strong&gt;DISCLAIMER&lt;/strong&gt;
  &lt;/font&gt;&lt;/p&gt;
  &lt;p align=&quot;left&quot;&gt;&lt;font face=&quot;Arial&quot; size=&quot;2&quot;&gt;&lt;em&gt;The information
contained in this electronic mail may be confidential or legally
privileged. It is for the intended recipient(s) only. Should you
receive this message in error, please notify the sender by replying to
this mail. Unauthorised use of the contents is strictly prohibited.
Whilst all care has been taken, the Megabyte Group is not responsible
for the integrity of the contents of this electronic mail and any
attachments included within.&lt;/em&gt;&lt;/font&gt;&lt;/p&gt;
  &lt;p align=&quot;center&quot;&gt;&lt;font face=&quot;Arial&quot; size=&quot;2&quot;&gt;
  &lt;hr&gt;&lt;/font&gt;
  &lt;/p&gt;
&lt;/blockquote&gt;
&lt;br&gt;
&lt;/body&gt;
&lt;/html&gt;
</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Bug-in-RowGroup-component-tp18397539p18405770.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18397539</id>
	<title>Bug in RowGroup component</title>
	<published>2008-07-10T23:27:37Z</published>
	<updated>2008-07-10T23:27:37Z</updated>
	<author>
		<name>Ramon Casha</name>
	</author>
	<content type="html">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0 TRANSITIONAL//EN&quot;&gt;
&lt;HTML&gt;
&lt;HEAD&gt;
  &lt;META HTTP-EQUIV=&quot;Content-Type&quot; CONTENT=&quot;text/html; CHARSET=UTF-8&quot;&gt;
  &lt;META NAME=&quot;GENERATOR&quot; CONTENT=&quot;GtkHTML/3.18.2&quot;&gt;
&lt;/HEAD&gt;
&lt;BODY&gt;
There is a bug in the RowGroup component (already filed as bug #1315). &lt;BR&gt;
&lt;BR&gt;
In the invokeOnComponent method, it assumes that any content of a column has a rowId encoded in its clientId. However, header and footer facets do not. I created a footer facet because I'm using ajax to update it with a total of the fields in th