<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:www.nabble.com,2006:forum-26167</id>
	<title>Nabble - Project Woodstock</title>
	<updated>2008-07-24T20:34:43Z</updated>
	<link rel="self" type="application/atom+xml" href="http://www.nabble.com/Project-Woodstock-f26167.xml" />
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Project-Woodstock-f26167.html" />
	<subtitle type="html">&lt;b&gt;&lt;a href=&quot;https://woodstock.dev.java.net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Project Woodstock&lt;/a&gt;&amp;nbsp;participants are developing the next generation of User Interface Components for the web, based on Java Server Faces and AJAX.&lt;/b&gt;&amp;nbsp;This open source collaboration enables a community of developers to create powerful and intuitive web applications that are accessible and localizable, and which are based on a uniform set of guidelines and components, to help ensure ease of development and ease of use.
&lt;br&gt;&lt;br&gt;&lt;b&gt;Vision: Project Woodstock is devoted to providing the best possible web application experience for our customers and communities.&lt;/b&gt;&amp;nbsp;That experience will certainly be greatly enriched by the interaction of ideas, information, and techniques that emerge from the cooperation of individuals in the web community, and the rapid introduction of new technologies by members of that community.</subtitle>
	
<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;
&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Project-Woodstock---Dev-f26169.html&quot; embed=&quot;fixTarget[26169]&quot; target=&quot;_top&quot; &gt;Project Woodstock - Dev&lt;/a&gt;&lt;/p&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;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Project-Woodstock---Dev-f26169.html&quot; embed=&quot;fixTarget[26169]&quot; target=&quot;_top&quot; &gt;Project Woodstock - Dev&lt;/a&gt;&lt;/p&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;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Project-Woodstock---Dev-f26169.html&quot; embed=&quot;fixTarget[26169]&quot; target=&quot;_top&quot; &gt;Project Woodstock - Dev&lt;/a&gt;&lt;/p&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;
&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Project-Woodstock---Dev-f26169.html&quot; embed=&quot;fixTarget[26169]&quot; target=&quot;_top&quot; &gt;Project Woodstock - Dev&lt;/a&gt;&lt;/p&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-18594831</id>
	<title>Re: ayuda textfield</title>
	<published>2008-07-22T10:39:33Z</published>
	<updated>2008-07-22T10:39:33Z</updated>
	<author>
		<name>vader.memo</name>
	</author>
	<content type="html">Jaider:
&lt;br&gt;&lt;br&gt;&amp;nbsp; Como le hiciste para poder poner el color en el textfield?
&lt;br&gt;Utilizaste alguina propiedad en javascript? cual?
&lt;br&gt;&lt;br&gt;Puedes poner tu codigo por favor?
&lt;br&gt;&lt;br&gt;SAludos y gracias de antemano
&lt;br&gt;&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;Jaider Fernando Rodriguez Lozano wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;Dmitry muchas pero muchas gracias ya me funciono, ese truco que me diste esta 
&lt;br&gt;de maravilla
&lt;br&gt;&lt;br&gt;gracias muchas gracias
&lt;br&gt;&lt;br&gt;&lt;br&gt;El Sunday 20 April 2008 15:41:10 Dmitry Kushner escribió:
&lt;br&gt;&amp;gt; &amp;nbsp;Firebug
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: users-unsubscribe@woodstock.dev.java.net
&lt;br&gt;For additional commands, e-mail: users-help@woodstock.dev.java.net
&lt;br&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Project-Woodstock---Users-f26168.html&quot; embed=&quot;fixTarget[26168]&quot; target=&quot;_top&quot; &gt;Project Woodstock - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/ayuda-textfield-tp16419588p18594831.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18572156</id>
	<title>Re: Hidden field for &quot;remembering&quot; an old value.</title>
	<published>2008-07-21T09:17:19Z</published>
	<updated>2008-07-21T09:17:19Z</updated>
	<author>
		<name>Stefan Bley</name>
	</author>
	<content type="html">I don't think there is a feature like that.
&lt;br&gt;You could try a disabled/readOnly field that is not submitted with the form instead of the hiddenfield.
&lt;br&gt;&lt;br&gt;Or you bind the hiddenfield's text to a property in your backing bean and implement some custom logic in your getters and setters, which would delegate to the object's getters and setters only in special cases.
&lt;br&gt;&lt;br&gt;Stevy
&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;Q Beukes wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;Hey,
&lt;br&gt;&lt;br&gt;My second question is if I can have it reference the same value, but the
&lt;br&gt;change in one, doesn't change both.
&lt;br&gt;&lt;br&gt;So basically, TextField references object.id by reference (meaning changing
&lt;br&gt;the text field changes the object value).
&lt;br&gt;&lt;br&gt;And HiddenField references object.id by value (copies the value), so
&lt;br&gt;changing it doesn't change object.id, and changing textfield doesn't changed
&lt;br&gt;hidden field's value. Basically a way to store and post the &amp;quot;original&amp;quot;
&lt;br&gt;value.
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Project-Woodstock---Users-f26168.html&quot; embed=&quot;fixTarget[26168]&quot; target=&quot;_top&quot; &gt;Project Woodstock - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Hidden-field-for-%22remembering%22-an-old-value.-tp18559843p18572156.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;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Project-Woodstock---Dev-f26169.html&quot; embed=&quot;fixTarget[26169]&quot; target=&quot;_top&quot; &gt;Project Woodstock - Dev&lt;/a&gt;&lt;/p&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-18571982</id>
	<title>Re: Hidden field for &quot;remembering&quot; an old value.</title>
	<published>2008-07-21T06:18:56Z</published>
	<updated>2008-07-21T06:18:56Z</updated>
	<author>
		<name>Q Beukes</name>
	</author>
	<content type="html">&lt;p&gt;Hey,&lt;/p&gt;&lt;p&gt;My second question is if I can have it reference the same value, but the change in one, doesn&amp;#39;t change both.&lt;br&gt;&lt;/p&gt;&lt;p&gt;So basically, TextField references &lt;a href=&quot;http://object.id&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;object.id&lt;/a&gt; by reference (meaning changing the text field changes the object value).&lt;/p&gt;
&lt;p&gt;And HiddenField references &lt;a href=&quot;http://object.id&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;object.id&lt;/a&gt; by value (copies the value), so changing it doesn&amp;#39;t change &lt;a href=&quot;http://object.id&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;object.id&lt;/a&gt;, and changing textfield doesn&amp;#39;t changed hidden field&amp;#39;s value. Basically a way to store and post the &amp;quot;original&amp;quot; value.&lt;/p&gt;
&lt;p&gt;Q&lt;/p&gt;&lt;br&gt;&lt;div&gt;&lt;span class=&quot;gmail_quote&quot;&gt;On 7/21/08, &lt;b class=&quot;gmail_sendername&quot;&gt;Stefan Bley&lt;/b&gt; &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18571982&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;stefan.bley@...&lt;/a&gt;&amp;gt; wrote:&lt;/span&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;margin:0;margin-left:0.8ex;border-left:1px #ccc solid;padding-left:1ex&quot;&gt;
&lt;br&gt; Regarding question (1)&lt;br&gt; &lt;br&gt; If you bind your tableRowGroup&amp;#39;s sourceData to a object list data provider&lt;br&gt; you can get the current lamp like this:&lt;br&gt; &lt;br&gt; public Object getSelectedObject() {&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;try {&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;for (RowKey rowKey : getRgReaders().getSelectedRowKeys()) {&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;return this.myObjectListDataProvider().getObject(rowKey);&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;} catch (Exception e) {&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;return null;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br&gt; &lt;br&gt; I don&amp;#39;t really understand your second question. You *don&amp;#39;t* want it&lt;br&gt; reference the same value as the textfield?&lt;br&gt; &lt;br&gt; Stevy&lt;br&gt; &lt;br&gt;&lt;br&gt; &lt;br&gt; Q Beukes wrote:&lt;br&gt; &amp;gt;&lt;br&gt;
 &amp;gt; Hey,&lt;br&gt; &amp;gt;&lt;br&gt; &amp;gt; I have the following:&lt;br&gt; &amp;gt; &amp;lt;webuijsf:table id=&amp;quot;gridReaders&amp;quot; paginateButton=&amp;quot;true&amp;quot;&lt;br&gt; &amp;gt; paginationControls=&amp;quot;true&amp;quot;&amp;gt;&lt;br&gt; &amp;gt;&amp;nbsp;&amp;nbsp; &amp;lt;webuijsf:tableRowGroup binding=&amp;quot;#{ConfigLamps.rgReaders}&amp;quot;&lt;br&gt;
 &amp;gt; id=&amp;quot;rgReaders&amp;quot; rows=&amp;quot;10&amp;quot;&lt;br&gt; &amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sourceData=&amp;quot;#{ConfigLamps.readers}&amp;quot; sourceVar=&amp;quot;currentRow&amp;quot;&amp;gt;&lt;br&gt; &amp;gt;&amp;nbsp;&amp;nbsp; &amp;lt;webuijsf:hiddenField binding=&amp;quot;#{ConfigLamps.readerId}&amp;quot;&lt;br&gt;
 &amp;gt; converter=&amp;quot;#{ConfigLamps.integerConverter}&amp;quot;&lt;br&gt; &amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; id=&amp;quot;readerId&amp;quot; text=&amp;quot;#{currentRow.value[&amp;#39;id&amp;#39;]}&amp;quot;/&amp;gt;&lt;br&gt; &amp;gt;&amp;nbsp;&amp;nbsp; &amp;lt;webuijsf:tableColumn sort=&amp;quot;id&amp;quot;&amp;gt;&lt;br&gt; &amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;webuijsf:textField binding=&amp;quot;#{ConfigLamps.txtReaderID}&amp;quot;&lt;br&gt;
 &amp;gt; converter=&amp;quot;#{ConfigLamps.integerConverter}&amp;quot;&lt;br&gt; &amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; id=&amp;quot;txtReaderID&amp;quot; text=&amp;quot;#{currentRow.value[&amp;#39;id&amp;#39;]}&amp;quot;&lt;br&gt; &amp;gt;&lt;br&gt; &amp;gt; valueChangeListenerExpression=&amp;quot;#{ConfigLamps.readerData_processValueChange}&amp;quot;/&amp;gt;&lt;br&gt;
 &amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/webuijsf:tableColumn&amp;gt;&lt;br&gt; &amp;gt;&amp;nbsp;&amp;nbsp; &amp;lt;/webuijsf:tableRowGroup&amp;gt;&lt;br&gt; &amp;gt; &amp;lt;/webuijsf:table&amp;gt;&lt;br&gt; &amp;gt;&lt;br&gt; &amp;gt;&lt;br&gt; &lt;br&gt; &lt;br&gt;--&lt;br&gt; View this message in context: &lt;a href=&quot;http://www.nabble.com/Hidden-field-for-%22remembering%22-an-old-value.-tp18559843p18565295.html&quot; target=&quot;_top&quot;&gt;http://www.nabble.com/Hidden-field-for-%22remembering%22-an-old-value.-tp18559843p18565295.html&lt;/a&gt;&lt;br&gt;
 &lt;br&gt;Sent from the Project Woodstock - Users mailing list archive at Nabble.com.&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=18571982&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-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=18571982&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;&lt;br&gt; &lt;br&gt; &lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;br clear=&quot;all&quot;&gt;&lt;br&gt;-- &lt;br&gt;Quintin Beukes
&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Project-Woodstock---Users-f26168.html&quot; embed=&quot;fixTarget[26168]&quot; target=&quot;_top&quot; &gt;Project Woodstock - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Hidden-field-for-%22remembering%22-an-old-value.-tp18559843p18571982.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18565448</id>
	<title>No way to clear tree selection?</title>
	<published>2008-07-21T02:57:43Z</published>
	<updated>2008-07-21T02:57:43Z</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&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Project-Woodstock---Users-f26168.html&quot; embed=&quot;fixTarget[26168]&quot; target=&quot;_top&quot; &gt;Project Woodstock - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/No-way-to-clear-tree-selection--tp18565448p18565448.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18565325</id>
	<title>Re: Help building Theme</title>
	<published>2008-07-21T02:47:36Z</published>
	<updated>2008-07-21T02:47:36Z</updated>
	<author>
		<name>Stefan Bley</name>
	</author>
	<content type="html">I was using Ant 1.6.x instead of Ant 1.7.0. That was causing my problem.
&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;Stefan Bley wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message&quot;&gt;I've got the same problem. The clone fails at line 1972 of build.xml. The assembled package path seems to be wrong.
&lt;br&gt;Has anyone got it working?
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Project-Woodstock---Users-f26168.html&quot; embed=&quot;fixTarget[26168]&quot; target=&quot;_top&quot; &gt;Project Woodstock - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Help-building-Theme-tp16472423p18565325.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18565295</id>
	<title>Re: Hidden field for &quot;remembering&quot; an old value.</title>
	<published>2008-07-21T02:45:38Z</published>
	<updated>2008-07-21T02:45:38Z</updated>
	<author>
		<name>Stefan Bley</name>
	</author>
	<content type="html">Regarding question (1)
&lt;br&gt;&lt;br&gt;If you bind your tableRowGroup's sourceData to a object list data provider you can get the current lamp like this:
&lt;br&gt;&lt;br&gt;public Object getSelectedObject() {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; try {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; for (RowKey rowKey : getRgReaders().getSelectedRowKeys()) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return this.myObjectListDataProvider().getObject(rowKey);
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; } catch (Exception e) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return null;
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;I don't really understand your second question. You *don't* want it reference the same value as the textfield?
&lt;br&gt;&lt;br&gt;Stevy
&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;Q Beukes wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;Hey,
&lt;br&gt;&lt;br&gt;I have the following:
&lt;br&gt;&amp;lt;webuijsf:table id=&amp;quot;gridReaders&amp;quot; paginateButton=&amp;quot;true&amp;quot; paginationControls=&amp;quot;true&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;webuijsf:tableRowGroup binding=&amp;quot;#{ConfigLamps.rgReaders}&amp;quot; id=&amp;quot;rgReaders&amp;quot; rows=&amp;quot;10&amp;quot; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; sourceData=&amp;quot;#{ConfigLamps.readers}&amp;quot; sourceVar=&amp;quot;currentRow&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;webuijsf:hiddenField binding=&amp;quot;#{ConfigLamps.readerId}&amp;quot; converter=&amp;quot;#{ConfigLamps.integerConverter}&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; id=&amp;quot;readerId&amp;quot; text=&amp;quot;#{currentRow.value['id']}&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;webuijsf:tableColumn sort=&amp;quot;id&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;webuijsf:textField binding=&amp;quot;#{ConfigLamps.txtReaderID}&amp;quot; converter=&amp;quot;#{ConfigLamps.integerConverter}&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; id=&amp;quot;txtReaderID&amp;quot; text=&amp;quot;#{currentRow.value['id']}&amp;quot; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; valueChangeListenerExpression=&amp;quot;#{ConfigLamps.readerData_processValueChange}&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;/webuijsf:tableColumn&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;/webuijsf:tableRowGroup&amp;gt;
&lt;br&gt;&amp;lt;/webuijsf:table&amp;gt;
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Project-Woodstock---Users-f26168.html&quot; embed=&quot;fixTarget[26168]&quot; target=&quot;_top&quot; &gt;Project Woodstock - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Hidden-field-for-%22remembering%22-an-old-value.-tp18559843p18565295.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18559843</id>
	<title>Hidden field for &quot;remembering&quot; an old value.</title>
	<published>2008-07-20T16:13:06Z</published>
	<updated>2008-07-20T16:13:06Z</updated>
	<author>
		<name>Q Beukes</name>
	</author>
	<content type="html">Hey,
&lt;br&gt;&lt;br&gt;I have the following:
&lt;br&gt;&amp;lt;webuijsf:table id=&amp;quot;gridReaders&amp;quot; paginateButton=&amp;quot;true&amp;quot; paginationControls=&amp;quot;true&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;webuijsf:tableRowGroup binding=&amp;quot;#{ConfigLamps.rgReaders}&amp;quot; id=&amp;quot;rgReaders&amp;quot; rows=&amp;quot;10&amp;quot; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; sourceData=&amp;quot;#{ConfigLamps.readers}&amp;quot; sourceVar=&amp;quot;currentRow&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;webuijsf:hiddenField binding=&amp;quot;#{ConfigLamps.readerId}&amp;quot; converter=&amp;quot;#{ConfigLamps.integerConverter}&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; id=&amp;quot;readerId&amp;quot; text=&amp;quot;#{currentRow.value['id']}&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;webuijsf:tableColumn sort=&amp;quot;id&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;webuijsf:textField binding=&amp;quot;#{ConfigLamps.txtReaderID}&amp;quot; converter=&amp;quot;#{ConfigLamps.integerConverter}&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; id=&amp;quot;txtReaderID&amp;quot; text=&amp;quot;#{currentRow.value['id']}&amp;quot; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; valueChangeListenerExpression=&amp;quot;#{ConfigLamps.readerData_processValueChange}&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;/webuijsf:tableColumn&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;/webuijsf:tableRowGroup&amp;gt;
&lt;br&gt;&amp;lt;/webuijsf:table&amp;gt;
&lt;br&gt;&lt;br&gt;Then, ConfigLamps.readers source data binding is merely linked against a &amp;quot;public Lamp[] getReaders()&amp;quot; method which returns a bunch of Lamp objects. The object has a field &amp;quot;id&amp;quot; which I want to update using the text field.
&lt;br&gt;&lt;br&gt;I do the matching against the entity by getting the current row's &amp;quot;readerId.getValue()&amp;quot;, fetching a Lamp by this ID, and then updating it's fields. I do this for all my tables. 
&lt;br&gt;&lt;br&gt;It has worked so far to carry the primary key of the record in a hidden field, but I have run into a problem where I want to update the primary key field itself. 
&lt;br&gt;&lt;br&gt;Since both the hidden and text field's have: text=&amp;quot;#{currentRow.value['id']}&amp;quot;
&lt;br&gt;Whenever I change the value of the text field, the hidden field's binding field also changes.
&lt;br&gt;&lt;br&gt;This is normal.
&lt;br&gt;&lt;br&gt;My question is 
&lt;br&gt;(1) Is there a better way of identifying the record I am busy with. For instance, can I fetch row's object (which is referred to by currentRow. In other words, can I get the currentRow's Lamp object.
&lt;br&gt;(2) Is there a way to have the hidden field's value set by value, meaning it isn't linked against the binding object?
&lt;br&gt;&lt;br&gt;Regarding the first question, I have checked around the RowKey object and such, to see if I can get the bound object, but find no way to do this.
&lt;br&gt;&lt;br&gt;thanks
&lt;br&gt;Quintin&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Project-Woodstock---Users-f26168.html&quot; embed=&quot;fixTarget[26168]&quot; target=&quot;_top&quot; &gt;Project Woodstock - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Hidden-field-for-%22remembering%22-an-old-value.-tp18559843p18559843.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;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Project-Woodstock---Dev-f26169.html&quot; embed=&quot;fixTarget[26169]&quot; target=&quot;_top&quot; &gt;Project Woodstock - Dev&lt;/a&gt;&lt;/p&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;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Project-Woodstock---Dev-f26169.html&quot; embed=&quot;fixTarget[26169]&quot; target=&quot;_top&quot; &gt;Project Woodstock - Dev&lt;/a&gt;&lt;/p&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;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Project-Woodstock---Dev-f26169.html&quot; embed=&quot;fixTarget[26169]&quot; target=&quot;_top&quot; &gt;Project Woodstock - Dev&lt;/a&gt;&lt;/p&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;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Project-Woodstock---Dev-f26169.html&quot; embed=&quot;fixTarget[26169]&quot; target=&quot;_top&quot; &gt;Project Woodstock - Dev&lt;/a&gt;&lt;/p&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;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Project-Woodstock---Dev-f26169.html&quot; embed=&quot;fixTarget[26169]&quot; target=&quot;_top&quot; &gt;Project Woodstock - Dev&lt;/a&gt;&lt;/p&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-18513508</id>
	<title>RE: Perfomance problem with Woodstock</title>
	<published>2008-07-17T10:14:21Z</published>
	<updated>2008-07-17T10:14:21Z</updated>
	<author>
		<name>Alex Sherwin</name>
	</author>
	<content type="html">The newer Woodstock components let the full page download. &amp;nbsp;Unfortunately,
&lt;br&gt;the default behavior is, like you mentioned, not directly drawing the
&lt;br&gt;components. &amp;nbsp;Instead, JavaScript is rendered, and when the page is fully
&lt;br&gt;downloaded all the JS is invoked, which dynamically creates and inserts HTML
&lt;br&gt;DOM elements.
&lt;br&gt;&lt;br&gt;This obviously has some advantages, since now there is a full client side
&lt;br&gt;javascript framework/representation of the DOM, so you have a full suite of
&lt;br&gt;JavaScript API functions you can use on the client side that allow you to do
&lt;br&gt;various things (change values, reset to original state, async redraw etc).
&lt;br&gt;&lt;br&gt;But it gives a very unprofessional and &amp;quot;slow&amp;quot; look to the page due to the
&lt;br&gt;way it is rendered. &amp;nbsp;Luckily, they have included a few things to change this
&lt;br&gt;behavior a bit...
&lt;br&gt;&lt;br&gt;On the webuijsf:head component, there are a few attributes:
&lt;br&gt;&lt;br&gt;&amp;lt;webuijsf:head id=&amp;quot;head1&amp;quot; title=&amp;quot;Title&amp;quot; webuiOnLoad=&amp;quot;false&amp;quot;
&lt;br&gt;parseOnLoad=&amp;quot;false&amp;quot;&amp;gt;
&lt;br&gt;&lt;br&gt;webuiOnLoad
&lt;br&gt;parseOnLoad
&lt;br&gt;&lt;br&gt;Which effect the behavior of the rendering/javascript rendering.
&lt;br&gt;&lt;br&gt;See &lt;a href=&quot;http://webdev2.sun.com/woodstock-tlddocs/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://webdev2.sun.com/woodstock-tlddocs/&lt;/a&gt;&amp;nbsp;for the Woodstock TLD docs and
&lt;br&gt;look at webuijsf:head component for a detailed description of these
&lt;br&gt;attributes
&lt;br&gt;&lt;br&gt;&lt;br&gt;Alex Sherwin
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18513508&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;alex.sherwin@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;-----Original Message-----
&lt;br&gt;From: Alex [mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18513508&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;evilhare@...&lt;/a&gt;] 
&lt;br&gt;Sent: Thursday, July 17, 2008 10:54 AM
&lt;br&gt;To: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18513508&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users@...&lt;/a&gt;
&lt;br&gt;Subject: Perfomance problem with Woodstock
&lt;br&gt;&lt;br&gt;Hi! We have moved our project from Sun Creator + Basic Visual Web Components
&lt;br&gt;to Netbeans 6.1 + Woodstock Components (using automatic converter). So it is
&lt;br&gt;very annoying decrease of the perfomance, for example table with 50 rows &amp;
&lt;br&gt;10 cols is rendered about 3 seconds, at first it is displayed collapsed
&lt;br&gt;without data, and after it it is slowly populated with components (labels,
&lt;br&gt;textfields). Old Basic Components from Sun Creator were much more faster.
&lt;br&gt;&lt;br&gt;I've looked in HTML sourse, and for each components there is no direct HTML
&lt;br&gt;tag (lite &amp;lt;input&amp;gt; for textField), there is something like this:
&lt;br&gt;&lt;br&gt;&amp;lt;script
&lt;br&gt;type=&amp;quot;text/javascript&amp;quot;&amp;gt;webui.suntheme4_2.widget.common._createWidget('_form1
&lt;br&gt;:table1:tableRowGroup1:35:tableColumn10:staticText10',{&amp;quot;widgetType&amp;quot;:&amp;quot;webui.s
&lt;br&gt;untheme4_2.widget.staticText&amp;quot;,&amp;quot;value&amp;quot;:&amp;quot;251&amp;quot;,&amp;quot;visible&amp;quot;:true,&amp;quot;escape&amp;quot;:false,&amp;quot;i
&lt;br&gt;d&amp;quot;:&amp;quot;form1:table1:tableRowGroup1:35:tableColumn10:staticText10&amp;quot;});&amp;lt;/script&amp;gt;
&lt;br&gt;&lt;br&gt;for each component! For example, if I have table 50*10 with 2 components in
&lt;br&gt;each row is corresponds to 1000 calls of JS function!!! Why did developers
&lt;br&gt;do so strange (for me) thing? Why not to transfer JSF tags to HTML tags
&lt;br&gt;without JS calls?
&lt;br&gt;&lt;br&gt;Is it possible to avoid this huge number of JS scripts?
&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=18513508&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-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=18513508&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&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=18513508&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-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=18513508&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Project-Woodstock---Users-f26168.html&quot; embed=&quot;fixTarget[26168]&quot; target=&quot;_top&quot; &gt;Project Woodstock - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Perfomance-problem-with-Woodstock-tp18511328p18513508.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18511328</id>
	<title>Perfomance problem with Woodstock</title>
	<published>2008-07-17T07:53:55Z</published>
	<updated>2008-07-17T07:53:55Z</updated>
	<author>
		<name>Alex-441</name>
	</author>
	<content type="html">Hi! We have moved our project from Sun Creator + Basic Visual Web Components to Netbeans 6.1 + Woodstock Components (using automatic converter). So it is very annoying decrease of the perfomance, for example table with 50 rows &amp; 10 cols is rendered about 3 seconds, at first it is displayed collapsed without data, and after it it is slowly populated with components (labels, textfields). Old Basic Components from Sun Creator were much more faster.
&lt;br&gt;&lt;br&gt;I've looked in HTML sourse, and for each components there is no direct HTML tag (lite &amp;lt;input&amp;gt; for textField), there is something like this:
&lt;br&gt;&lt;br&gt;&amp;lt;script type=&amp;quot;text/javascript&amp;quot;&amp;gt;webui.suntheme4_2.widget.common._createWidget('_form1:table1:tableRowGroup1:35:tableColumn10:staticText10',{&amp;quot;widgetType&amp;quot;:&amp;quot;webui.suntheme4_2.widget.staticText&amp;quot;,&amp;quot;value&amp;quot;:&amp;quot;251&amp;quot;,&amp;quot;visible&amp;quot;:true,&amp;quot;escape&amp;quot;:false,&amp;quot;id&amp;quot;:&amp;quot;form1:table1:tableRowGroup1:35:tableColumn10:staticText10&amp;quot;});&amp;lt;/script&amp;gt;
&lt;br&gt;&lt;br&gt;for each component! For example, if I have table 50*10 with 2 components in each row is corresponds to 1000 calls of JS function!!! Why did developers do so strange (for me) thing? Why not to transfer JSF tags to HTML tags without JS calls?
&lt;br&gt;&lt;br&gt;Is it possible to avoid this huge number of JS scripts?
&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=18511328&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-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=18511328&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Project-Woodstock---Users-f26168.html&quot; embed=&quot;fixTarget[26168]&quot; target=&quot;_top&quot; &gt;Project Woodstock - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Perfomance-problem-with-Woodstock-tp18511328p18511328.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18465196</id>
	<title>I18N/Themes Problem with Woodstock 4.3 Build 6</title>
	<published>2008-07-15T06:22:54Z</published>
	<updated>2008-07-15T06:22:54Z</updated>
	<author>
		<name>marchy</name>
	</author>
	<content type="html">Hello
&lt;br&gt;I just got a problem on the internationalization/localization after upgrading from 4.2 GA zu 4.3 Build 6 with Netbeans 6.1.
&lt;br&gt;The localisation worked as described in &lt;a href=&quot;http://wiki.netbeans.org/VwpFAQSetComponentsLocale&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.netbeans.org/VwpFAQSetComponentsLocale&lt;/a&gt;&amp;nbsp;under 4.2.
&lt;br&gt;In 4.3 I only get the english version of the components, not the german one, which I used for local tests under 4.2.
&lt;br&gt;Does anybody know, if there are additional setups required &amp;nbsp;in 4.3 to get other languages than english on the components?
&lt;br&gt;Also in 4.3 there is no possibility to switch a theme as it was possible in 4.2.
&lt;br&gt;The Theme Icon changed and there is no context menu, as seen here
&lt;br&gt;&lt;img src=&quot;http://www.nabble.com/file/p18465196/test.png&quot; border=&quot;0&quot; /&gt;&lt;br&gt;Is this a bug or my fault?
&lt;br&gt;Thanks.
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Project-Woodstock---Users-f26168.html&quot; embed=&quot;fixTarget[26168]&quot; target=&quot;_top&quot; &gt;Project Woodstock - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/I18N-Themes-Problem-with-Woodstock-4.3-Build-6-tp18465196p18465196.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;
&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Project-Woodstock---Dev-f26169.html&quot; embed=&quot;fixTarget[26169]&quot; target=&quot;_top&quot; &gt;Project Woodstock - Dev&lt;/a&gt;&lt;/p&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-18405293</id>
	<title>TreeNode attributes not working</title>
	<published>2008-07-11T06:55:10Z</published>
	<updated>2008-07-11T06:55:10Z</updated>
	<author>
		<name>rsearls</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; It appears the TreeNode attributes actionListenerExpression and
&lt;br&gt;&amp;nbsp; actionListener are never being called. &amp;nbsp;Is this a known issue?
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;lt;webuijsf:tree id=&amp;quot;dynamicTree&amp;quot; binding=&amp;quot;#{treeViewBean.dynamicTree}&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;webuijsf:treeNode id=&amp;quot;Connectors&amp;quot; text=&amp;quot;Connectors&amp;quot; url=&amp;quot;#&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;actionListenerExpression=&amp;quot;#{treeViewBean.nodeExpanded}&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;/webuijsf:tree&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;I am using woodstock 4.3. &amp;nbsp;I have read and am followed the
&lt;br&gt;example code from both the example DynamicTreeBackingBean
&lt;br&gt;and &lt;a href=&quot;http://webdev2.sun.com/woodstock-tlddocs/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://webdev2.sun.com/woodstock-tlddocs/&lt;/a&gt;&amp;nbsp;Tree section
&lt;br&gt;Dynamic tree. &amp;nbsp;I've added print stmts to my code and
&lt;br&gt;can confirm that actionListenerExpression and actionListener
&lt;br&gt;are never called however dynamicTree is.
&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=18405293&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-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=18405293&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Project-Woodstock---Users-f26168.html&quot; embed=&quot;fixTarget[26168]&quot; target=&quot;_top&quot; &gt;Project Woodstock - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/TreeNode-attributes-not-working-tp18405293p18405293.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 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;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;
&amp;#65279;---- &lt;BR&gt;
&lt;BR&gt;
&lt;/BODY&gt;
&lt;!--[object_id=#megabyte.net#]--&gt;&lt;P align=left&gt;&lt;FONT face=Arial size=2&gt;
&lt;HR&gt;
&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P align=left&gt;&lt;FONT face=Arial size=2&gt;&lt;STRONG&gt;DISCLAIMER&lt;/STRONG&gt; &lt;/FONT&gt;&lt;/P&gt;
&lt;P align=left&gt;&lt;FONT face=Arial size=2&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=center&gt;&lt;FONT face=Arial size=2&gt;
&lt;HR&gt;
&lt;/FONT&gt;
&lt;P&gt;&lt;/P&gt;&lt;/HTML&gt;
&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Project-Woodstock---Dev-f26169.html&quot; embed=&quot;fixTarget[26169]&quot; target=&quot;_top&quot; &gt;Project Woodstock - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Bug-in-RowGroup-component-tp18397539p18397539.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18390985</id>
	<title>Re: CheckboxGroup ignores converter</title>
	<published>2008-07-10T13:15:25Z</published>
	<updated>2008-07-10T13:15:25Z</updated>
	<author>
		<name>richard ratta</name>
	</author>
	<content type="html">It looks like there is a bug in the logic in the renderer.
&lt;br&gt;If the submitted value is null it does not call the converter,
&lt;br&gt;&lt;br&gt;I believe this is the opposite of what it should be. If the submittedValue
&lt;br&gt;is null, that means that there is no error a conversion may be necessary.
&lt;br&gt;&lt;br&gt;Please file a bug.
&lt;br&gt;&lt;br&gt;-rick
&lt;br&gt;&lt;br&gt;Stefan Bley wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;There seems to be a bug in CheckboxGroup.
&lt;br&gt;&amp;gt;If you assign a custom converter to the checkboxGroup either by converter
&lt;br&gt;&amp;gt;attribute or &amp;lt;f:converter&amp;gt; tag, it is not used. At least the getAsString()
&lt;br&gt;&amp;gt;method is not called. getAsObject() is called but then of course the value
&lt;br&gt;&amp;gt;string is false and the conversion fails.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;I verified the converter is okay assigning it to a Listbox. Both
&lt;br&gt;&amp;gt;getAsString() and getAsObject() are called &amp;nbsp;properly. I'm using NetBeans
&lt;br&gt;&amp;gt;6.1/Woodstock 4.2.
&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=18390985&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=18390985&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Project-Woodstock---Dev-f26169.html&quot; embed=&quot;fixTarget[26169]&quot; target=&quot;_top&quot; &gt;Project Woodstock - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/CheckboxGroup-ignores-converter-tp18385576p18390985.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18385576</id>
	<title>CheckboxGroup ignores converter</title>
	<published>2008-07-10T08:57:25Z</published>
	<updated>2008-07-10T08:57:25Z</updated>
	<author>
		<name>Stefan Bley</name>
	</author>
	<content type="html">There seems to be a bug in CheckboxGroup.
&lt;br&gt;If you assign a custom converter to the checkboxGroup either by converter attribute or &amp;lt;f:converter&amp;gt; tag, it is not used. At least the getAsString() method is not called. getAsObject() is called but then of course the value string is false and the conversion fails.
&lt;br&gt;&lt;br&gt;I verified the converter is okay assigning it to a Listbox. Both getAsString() and getAsObject() are called &amp;nbsp;properly. I'm using NetBeans 6.1/Woodstock 4.2.&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Project-Woodstock---Dev-f26169.html&quot; embed=&quot;fixTarget[26169]&quot; target=&quot;_top&quot; &gt;Project Woodstock - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/CheckboxGroup-ignores-converter-tp18385576p18385576.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18369132</id>
	<title>Re: two &quot;issues&quot;</title>
	<published>2008-07-09T12:36:24Z</published>
	<updated>2008-07-09T12:36:24Z</updated>
	<author>
		<name>jsr</name>
	</author>
	<content type="html">&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;jsr wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message&quot;&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;Paul Stead wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;The second issue is regarding the table component (the first one since 
&lt;br&gt;table2 still doesn't seem to be available, at least as of NetBeans 6.1). 
&lt;br&gt;&amp;nbsp; *Very* often, I run into situations where the table is rendered 
&lt;br&gt;&amp;quot;empty&amp;quot; at first. &amp;nbsp;In fact, it seems to affect the rendering of several 
&lt;br&gt;of the components on the page! &amp;nbsp;Then, when I &amp;quot;refresh&amp;quot; the page, it 
&lt;br&gt;renders properly. &amp;nbsp;I've attached two screenshots, one showing the empty 
&lt;br&gt;version, and then the correct one after a refresh. &amp;nbsp;I noticed that 
&lt;br&gt;somebody posted a very similar problem in the forum, but there was no 
&lt;br&gt;answer. &amp;nbsp;Is there some trick to get this to render properly always?
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
Are you using any additional javascript on that page? I used to have this problem, and it took me forever to figure it out. It was caused by some javascript that I had added that used window.init. This caused the woodstock components to randomly fail to render, or only render partially. Once I corrected it to not use window.init and instead run after the woodstock components have been rendered, I never saw the problem again.
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
Sorry, I meant window.onload.
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Project-Woodstock---Dev-f26169.html&quot; embed=&quot;fixTarget[26169]&quot; target=&quot;_top&quot; &gt;Project Woodstock - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/two-%22issues%22-tp18302735p18369132.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18369087</id>
	<title>Re: two &quot;issues&quot;</title>
	<published>2008-07-09T12:34:26Z</published>
	<updated>2008-07-09T12:34:26Z</updated>
	<author>
		<name>jsr</name>
	</author>
	<content type="html">&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;Paul Stead wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;The second issue is regarding the table component (the first one since 
&lt;br&gt;table2 still doesn't seem to be available, at least as of NetBeans 6.1). 
&lt;br&gt;&amp;nbsp; *Very* often, I run into situations where the table is rendered 
&lt;br&gt;&amp;quot;empty&amp;quot; at first. &amp;nbsp;In fact, it seems to affect the rendering of several 
&lt;br&gt;of the components on the page! &amp;nbsp;Then, when I &amp;quot;refresh&amp;quot; the page, it 
&lt;br&gt;renders properly. &amp;nbsp;I've attached two screenshots, one showing the empty 
&lt;br&gt;version, and then the correct one after a refresh. &amp;nbsp;I noticed that 
&lt;br&gt;somebody posted a very similar problem in the forum, but there was no 
&lt;br&gt;answer. &amp;nbsp;Is there some trick to get this to render properly always?
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
Are you using any additional javascript on that page? I used to have this problem, and it took me forever to figure it out. It was caused by some javascript that I had added that used window.init. This caused the woodstock components to randomly fail to render, or only render partially. Once I corrected it to not use window.init and instead run after the woodstock components have been rendered, I never saw the problem again.&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Project-Woodstock---Dev-f26169.html&quot; embed=&quot;fixTarget[26169]&quot; target=&quot;_top&quot; &gt;Project Woodstock - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/two-%22issues%22-tp18302735p18369087.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18353837</id>
	<title>Re: Woodstock accordion keyboardcontrol</title>
	<published>2008-07-08T20:27:58Z</published>
	<updated>2008-07-08T20:27:58Z</updated>
	<author>
		<name>Ratnadeep Bhattacharjee-2</name>
	</author>
	<content type="html">JULCAR wrote:
&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Please, in which version was fixed ?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;It has not yet been fixed...
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Ratnadeep Bhattacharjee-2 wrote:
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; This is a bug in the accordion that has to be fixed.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; -Deep.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; JULCAR wrote:
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&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 the same problem, how to fix it ? &amp;nbsp;
&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; julcar
&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;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; rowa rowaLN wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Dear Woodstock team,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Via netbeans6.1beta &amp; woodstock4.2, i use the new accordion component.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Running this code, mostly i can not use my spacebar into p.e. a
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; texfield.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; When i use the spacebar, i lost the control and the accordionTab will be
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; close.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;lt;webuijsf:accordion id=&amp;quot;accordion1&amp;quot; style=&amp;quot;position: absolute; left:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 36px;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; top: 24px; width: 552px; height: 240px&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;webuijsf:accordionTab id=&amp;quot;accordionTab1&amp;quot; selected=&amp;quot;true&amp;quot;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; title=&amp;quot;AccordionTab 1&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;webuijsf:panelLayout id=&amp;quot;layoutPanel1&amp;quot; style=&amp;quot;height: 128px;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; position: relative; width: 460px; -rave-layout: grid&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;webuijsf:textField id=&amp;quot;textField1&amp;quot; style=&amp;quot;position: absolute;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; left: 60px; top: 24px&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/webuijsf:panelLayout&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;/webuijsf:accordionTab&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;lt;/webuijsf:accordion&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Can you explain me what's wrong, is the deploy incorrect?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Any help will be greatly appreciated.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Thanks,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Ron de Waard
&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; Bekijk Yes-R's real life soap op MSN Video!
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://video.msn.com/video.aspx?mkt=nl-nl&amp;tab=m1192527562294&amp;vid=8aff5b76-b78d-4b55-8b64-ef7e1d73aab2&amp;playlist=videoByUuids:uuids:50b732c2-c105-41e9-adf0-36bd627d4eaa,0813da8c-031b-423f-a79d-35d925aee805,5cce447e-948d-43af-9862-45bb6bb9d6d8,6a39138c-f562-4254-be70-9d93343650f8,f9b8d78f-05a4-4c74-8e4b-28d20a4037ab&amp;from=NLNL_Yes-R&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://video.msn.com/video.aspx?mkt=nl-nl&amp;tab=m1192527562294&amp;vid=8aff5b76-b78d-4b55-8b64-ef7e1d73aab2&amp;playlist=videoByUuids:uuids:50b732c2-c105-41e9-adf0-36bd627d4eaa,0813da8c-031b-423f-a79d-35d925aee805,5cce447e-948d-43af-9862-45bb6bb9d6d8,6a39138c-f562-4254-be70-9d93343650f8,f9b8d78f-05a4-4c74-8e4b-28d20a4037ab&amp;from=NLNL_Yes-R&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&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=18353837&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=18353837&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;
&lt;br&gt;&amp;gt; &amp;nbsp; 
&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=18353837&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=18353837&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Project-Woodstock---Dev-f26169.html&quot; embed=&quot;fixTarget[26169]&quot; target=&quot;_top&quot; &gt;Project Woodstock - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Woodstock-accordion-keyboardcontrol-tp16178112p18353837.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18353736</id>
	<title>Re: Woodstock accordion keyboardcontrol</title>
	<published>2008-07-08T20:16:20Z</published>
	<updated>2008-07-08T20:16:20Z</updated>
	<author>
		<name>JULCAR</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;Please, in which version was fixed ?
&lt;br&gt;&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;Ratnadeep Bhattacharjee-2 wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;This is a bug in the accordion that has to be fixed.
&lt;br&gt;&lt;br&gt;-Deep.
&lt;br&gt;&lt;br&gt;&lt;br&gt;JULCAR wrote:
&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I have the same problem, how to fix it ? &amp;nbsp;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; thanks
&lt;br&gt;&amp;gt; julcar
&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; rowa rowaLN wrote:
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; Dear Woodstock team,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Via netbeans6.1beta &amp; woodstock4.2, i use the new accordion component.
&lt;br&gt;&amp;gt;&amp;gt; Running this code, mostly i can not use my spacebar into p.e. a texfield.
&lt;br&gt;&amp;gt;&amp;gt; When i use the spacebar, i lost the control and the accordionTab will be
&lt;br&gt;&amp;gt;&amp;gt; close.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;lt;webuijsf:accordion id=&amp;quot;accordion1&amp;quot; style=&amp;quot;position: absolute; left: 36px;
&lt;br&gt;&amp;gt;&amp;gt; top: 24px; width: 552px; height: 240px&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;webuijsf:accordionTab id=&amp;quot;accordionTab1&amp;quot; selected=&amp;quot;true&amp;quot;
&lt;br&gt;&amp;gt;&amp;gt; title=&amp;quot;AccordionTab 1&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;webuijsf:panelLayout id=&amp;quot;layoutPanel1&amp;quot; style=&amp;quot;height: 128px;
&lt;br&gt;&amp;gt;&amp;gt; position: relative; width: 460px; -rave-layout: grid&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;webuijsf:textField id=&amp;quot;textField1&amp;quot; style=&amp;quot;position: absolute;
&lt;br&gt;&amp;gt;&amp;gt; left: 60px; top: 24px&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/webuijsf:panelLayout&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;/webuijsf:accordionTab&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;lt;/webuijsf:accordion&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Can you explain me what's wrong, is the deploy incorrect?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Any help will be greatly appreciated.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Thanks,
&lt;br&gt;&amp;gt;&amp;gt; Ron de Waard
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; _________________________________________________________________
&lt;br&gt;&amp;gt;&amp;gt; Bekijk Yes-R's real life soap op MSN Video!
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://video.msn.com/video.aspx?mkt=nl-nl&amp;tab=m1192527562294&amp;vid=8aff5b76-b78d-4b55-8b64-ef7e1d73aab2&amp;playlist=videoByUuids:uuids:50b732c2-c105-41e9-adf0-36bd627d4eaa,0813da8c-031b-423f-a79d-35d925aee805,5cce447e-948d-43af-9862-45bb6bb9d6d8,6a39138c-f562-4254-be70-9d93343650f8,f9b8d78f-05a4-4c74-8e4b-28d20a4037ab&amp;from=NLNL_Yes-R&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://video.msn.com/video.aspx?mkt=nl-nl&amp;tab=m1192527562294&amp;vid=8aff5b76-b78d-4b55-8b64-ef7e1d73aab2&amp;playlist=videoByUuids:uuids:50b732c2-c105-41e9-adf0-36bd627d4eaa,0813da8c-031b-423f-a79d-35d925aee805,5cce447e-948d-43af-9862-45bb6bb9d6d8,6a39138c-f562-4254-be70-9d93343650f8,f9b8d78f-05a4-4c74-8e4b-28d20a4037ab&amp;from=NLNL_Yes-R&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&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;
&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Project-Woodstock---Dev-f26169.html&quot; embed=&quot;fixTarget[26169]&quot; target=&quot;_top&quot; &gt;Project Woodstock - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Woodstock-accordion-keyboardcontrol-tp16178112p18353736.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18353654</id>
	<title>Re: Woodstock accordion keyboardcontrol</title>
	<published>2008-07-08T20:04:43Z</published>
	<updated>2008-07-08T20:04:43Z</updated>
	<author>
		<name>Ratnadeep Bhattacharjee-2</name>
	</author>
	<content type="html">This is a bug in the accordion that has to be fixed.
&lt;br&gt;&lt;br&gt;-Deep.
&lt;br&gt;&lt;br&gt;&lt;br&gt;JULCAR wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I have the same problem, how to fix it ? &amp;nbsp;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; thanks
&lt;br&gt;&amp;gt; julcar
&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; rowa rowaLN wrote:
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; Dear Woodstock team,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Via netbeans6.1beta &amp; woodstock4.2, i use the new accordion component.
&lt;br&gt;&amp;gt;&amp;gt; Running this code, mostly i can not use my spacebar into p.e. a texfield.
&lt;br&gt;&amp;gt;&amp;gt; When i use the spacebar, i lost the control and the accordionTab will be
&lt;br&gt;&amp;gt;&amp;gt; close.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;lt;webuijsf:accordion id=&amp;quot;accordion1&amp;quot; style=&amp;quot;position: absolute; left: 36px;
&lt;br&gt;&amp;gt;&amp;gt; top: 24px; width: 552px; height: 240px&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;webuijsf:accordionTab id=&amp;quot;accordionTab1&amp;quot; selected=&amp;quot;true&amp;quot;
&lt;br&gt;&amp;gt;&amp;gt; title=&amp;quot;AccordionTab 1&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;webuijsf:panelLayout id=&amp;quot;layoutPanel1&amp;quot; style=&amp;quot;height: 128px;
&lt;br&gt;&amp;gt;&amp;gt; position: relative; width: 460px; -rave-layout: grid&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;webuijsf:textField id=&amp;quot;textField1&amp;quot; style=&amp;quot;position: absolute;
&lt;br&gt;&amp;gt;&amp;gt; left: 60px; top: 24px&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/webuijsf:panelLayout&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;/webuijsf:accordionTab&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;lt;/webuijsf:accordion&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Can you explain me what's wrong, is the deploy incorrect?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Any help will be greatly appreciated.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Thanks,
&lt;br&gt;&amp;gt;&amp;gt; Ron de Waard
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; _________________________________________________________________
&lt;br&gt;&amp;gt;&amp;gt; Bekijk Yes-R's real life soap op MSN Video!
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://video.msn.com/video.aspx?mkt=nl-nl&amp;tab=m1192527562294&amp;vid=8aff5b76-b78d-4b55-8b64-ef7e1d73aab2&amp;playlist=videoByUuids:uuids:50b732c2-c105-41e9-adf0-36bd627d4eaa,0813da8c-031b-423f-a79d-35d925aee805,5cce447e-948d-43af-9862-45bb6bb9d6d8,6a39138c-f562-4254-be70-9d93343650f8,f9b8d78f-05a4-4c74-8e4b-28d20a4037ab&amp;from=NLNL_Yes-R&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://video.msn.com/video.aspx?mkt=nl-nl&amp;tab=m1192527562294&amp;vid=8aff5b76-b78d-4b55-8b64-ef7e1d73aab2&amp;playlist=videoByUuids:uuids:50b732c2-c105-41e9-adf0-36bd627d4eaa,0813da8c-031b-423f-a79d-35d925aee805,5cce447e-948d-43af-9862-45bb6bb9d6d8,6a39138c-f562-4254-be70-9d93343650f8,f9b8d78f-05a4-4c74-8e4b-28d20a4037ab&amp;from=NLNL_Yes-R&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; 
&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=18353654&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=18353654&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Project-Woodstock---Dev-f26169.html&quot; embed=&quot;fixTarget[26169]&quot; target=&quot;_top&quot; &gt;Project Woodstock - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Woodstock-accordion-keyboardcontrol-tp16178112p18353654.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18353428</id>
	<title>Re: Woodstock accordion keyboardcontrol</title>
	<published>2008-07-08T19:50:31Z</published>
	<updated>2008-07-08T19:50:31Z</updated>
	<author>
		<name>JULCAR</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;I have the same problem, how to fix it ? &amp;nbsp;
&lt;br&gt;&lt;br&gt;thanks
&lt;br&gt;julcar
&lt;br&gt;&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;rowa rowaLN wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;Dear Woodstock team,
&lt;br&gt;&lt;br&gt;Via netbeans6.1beta &amp; woodstock4.2, i use the new accordion component.
&lt;br&gt;Running this code, mostly i can not use my spacebar into p.e. a texfield.
&lt;br&gt;When i use the spacebar, i lost the control and the accordionTab will be close.
&lt;br&gt;&lt;br&gt;&amp;lt;webuijsf:accordion id=&amp;quot;accordion1&amp;quot; style=&amp;quot;position: absolute; left: 36px; top: 24px; width: 552px; height: 240px&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;webuijsf:accordionTab id=&amp;quot;accordionTab1&amp;quot; selected=&amp;quot;true&amp;quot; title=&amp;quot;AccordionTab 1&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;webuijsf:panelLayout id=&amp;quot;layoutPanel1&amp;quot; style=&amp;quot;height: 128px; position: relative; width: 460px; -rave-layout: grid&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;webuijsf:textField id=&amp;quot;textField1&amp;quot; style=&amp;quot;position: absolute; left: 60px; top: 24px&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/webuijsf:panelLayout&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/webuijsf:accordionTab&amp;gt;
&lt;br&gt;&amp;lt;/webuijsf:accordion&amp;gt;
&lt;br&gt;&lt;br&gt;Can you explain me what's wrong, is the deploy incorrect?
&lt;br&gt;&lt;br&gt;Any help will be greatly appreciated.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Ron de Waard
&lt;br&gt;&lt;br&gt;_________________________________________________________________
&lt;br&gt;Bekijk Yes-R's real life soap op MSN Video!
&lt;br&gt;&lt;a href=&quot;http://video.msn.com/video.aspx?mkt=nl-nl&amp;tab=m1192527562294&amp;vid=8aff5b76-b78d-4b55-8b64-ef7e1d73aab2&amp;playlist=videoByUuids:uuids:50b732c2-c105-41e9-adf0-36bd627d4eaa,0813da8c-031b-423f-a79d-35d925aee805,5cce447e-948d-43af-9862-45bb6bb9d6d8,6a39138c-f562-4254-be70-9d93343650f8,f9b8d78f-05a4-4c74-8e4b-28d20a4037ab&amp;from=NLNL_Yes-R&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://video.msn.com/video.aspx?mkt=nl-nl&amp;tab=m1192527562294&amp;vid=8aff5b76-b78d-4b55-8b64-ef7e1d73aab2&amp;playlist=videoByUuids:uuids:50b732c2-c105-41e9-adf0-36bd627d4eaa,0813da8c-031b-423f-a79d-35d925aee805,5cce447e-948d-43af-9862-45bb6bb9d6d8,6a39138c-f562-4254-be70-9d93343650f8,f9b8d78f-05a4-4c74-8e4b-28d20a4037ab&amp;from=NLNL_Yes-R&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Project-Woodstock---Dev-f26169.html&quot; embed=&quot;fixTarget[26169]&quot; target=&quot;_top&quot; &gt;Project Woodstock - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Woodstock-accordion-keyboardcontrol-tp16178112p18353428.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18340859</id>
	<title>Re: Help building Theme</title>
	<published>2008-07-08T07:42:44Z</published>
	<updated>2008-07-08T07:42:44Z</updated>
	<author>
		<name>Stefan Bley</name>
	</author>
	<content type="html">&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;Lking wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message&quot;&gt;I just got the WoodStock src from CVS and I was trying to &amp;quot;clone&amp;quot; a Theme as
&lt;br&gt;the sample described. In fact there's a sample file to clone the SunTheme at
&lt;br&gt;the themes dir but I figured it out it's not working. Is there anything
&lt;br&gt;wrong with the build.xml provided for WoodStock 4.2?
&lt;br&gt;thanks,
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
I've got the same problem. The clone fails at line 1972 of build.xml. The assembled package path seems to be wrong.
&lt;br&gt;Has anyone got it working?
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Project-Woodstock---Users-f26168.html&quot; embed=&quot;fixTarget[26168]&quot; target=&quot;_top&quot; &gt;Project Woodstock - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Help-building-Theme-tp16472423p18340859.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18338074</id>
	<title>How to refresh (asynchronous) the Woodstock Table component?</title>
	<published>2008-07-07T20:41:17Z</published>
	<updated>2008-07-07T20:41:17Z</updated>
	<author>
		<name>Sergey-42</name>
	</author>
	<content type="html">&lt;html xmlns:v=&quot;urn:schemas-microsoft-com:vml&quot; xmlns:o=&quot;urn:schemas-microsoft-com:office:office&quot; xmlns:w=&quot;urn:schemas-microsoft-com:office:word&quot; xmlns:m=&quot;http://schemas.microsoft.com/office/2004/12/omml&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 12 (filtered medium)&quot;&gt;

&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:shapedefaults v:ext=&quot;edit&quot; spidmax=&quot;1026&quot; /&gt;
&lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:shapelayout v:ext=&quot;edit&quot;&gt;
  &lt;o:idmap v:ext=&quot;edit&quot; data=&quot;1&quot; /&gt;
 &lt;/o:shapelayout&gt;&lt;/xml&gt;&lt;![endif]--&gt;
&lt;/head&gt;

&lt;body lang=RU link=blue vlink=purple&gt;

&lt;div class=Section1&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-US style='font-size:10.0pt;font-family:&quot;Courier New&quot;;
color:black'&gt;Hi,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-US style='font-size:10.0pt;font-family:&quot;Courier New&quot;;
color:black'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-US style='font-size:10.0pt;font-family:&quot;Courier New&quot;;
color:black'&gt;I work at NetBeans 6.1 and use Visual Web JSF components (Woodstock
v.4.2) in my web project.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-US style='font-size:10.0pt;font-family:&quot;Courier New&quot;;
color:black'&gt;&amp;nbsp;&lt;br&gt;
How to refresh (asynchronous) the Woodstock Table component
(&amp;lt;webuijsf:table&amp;gt;)?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-US&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-US style='font-size:10.0pt;font-family:&quot;Courier New&quot;;
color:black'&gt;Thanks,&lt;o:p&gt;&lt;