<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-24581</id>
	<title>Nabble - Visual Web - Development</title>
	<updated>2009-05-04T00:33:58Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/Visual-Web---Development-f24581.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Visual-Web---Development-f24581.html" />
	<subtitle type="html">The main list for developers to discuss module development issues/artifacts and requirements for version control.</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-23364297</id>
	<title>Types of RAM</title>
	<published>2009-05-04T00:33:58Z</published>
	<updated>2009-05-04T00:33:58Z</updated>
	<author>
		<name>Crosby51</name>
	</author>
	<content type="html">SRAM (static RAM) is random access memory (RAM) that retains data bits in its memory as long as power is being supplied. Unlike dynamic RAM (DRAM), which stores bits in cells consisting of a capacitor and a transistor, SRAM does not have to be periodically refreshed. Static RAM provides faster access to data and is more expensive than DRAM. SRAM is used for a computer's cache memory and as part of the random access memory digital-to-analog converter on a video card.
&lt;br&gt;&lt;br&gt;Dynamic random access memory (DRAM) is the most common kind of random access memory (RAM) for personal computers and workstations. Memory is the network of electrically-charged points in which a computer stores quickly accessible data in the form of 0s and 1s. Random access means that the PC processor can access any part of the memory or data storage space directly rather than having to proceed sequentially from some starting place. DRAM is dynamic in that, unlike static RAM (SRAM), it needs to have its storage cells refreshed or given a new electronic charge every few milliseconds. Static RAM does not need refreshing because it operates on the principle of moving current that is switched in one of two directions rather than a storage cell that holds a charge in place. Static RAM is generally used for cache memory, which can be accessed more quickly than DRAM. 
&lt;br&gt;&lt;br&gt;DRAM stores each bit in a storage cell consisting of a capacitor and a transistor. Capacitors tend to lose their charge rather quickly; thus, the need for recharging. A variety of other RAM interfaces to the computer exist. These include: EDO RAM and SDRAM.
&lt;br&gt;&lt;br&gt;SDRAM (synchronous DRAM) is a generic name for various kinds of dynamic random access memory (DRAM) that are synchronized with the clock speed that the microprocessor is optimized for. This tends to increase the number of instructions that the processor can perform in a given time. The speed of SDRAM is rated in MHz rather than in nanoseconds (ns). This makes it easier to compare the bus speed and the RAM chip speed. &lt;b&gt;&lt;a href=&quot;http://www.intellixmedia.com/web-design.htm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Website Design&lt;/a&gt;&lt;/b&gt;&amp;nbsp;can convert the RAM clock speed to nanoseconds by dividing the chip speed into 1 billion ns (which is one second). For example, an 83 MHz RAM would be equivalent to 12 ns.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Types-of-RAM-tp23364297p23364297.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22909022</id>
	<title>Re: visual web JavaServer Faces..Login form</title>
	<published>2009-04-06T06:45:34Z</published>
	<updated>2009-04-06T06:45:34Z</updated>
	<author>
		<name>budrockz</name>
	</author>
	<content type="html">try &lt;a href=&quot;http://flazx.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://flazx.com/&lt;/a&gt;&amp;nbsp;for the tutorials on JSF. hv fun..
&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;Ken Foust 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;budrockz wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message&quot;&gt;i'm developing a web application using Visaual Web Javaserver Faces in NetBeans 6.5 Beta version. i'm new to JSF and J2EE, and i want to validate the username and password of the Login page of my web application. do i have to maintain a loginbean? if so, how can i do it in NetBeans? 
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
I need to do the same thing and also connect it to mysql. &amp;nbsp;There must be a tutorial out there somewhere?
&lt;br&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/visual-web-JavaServer-Faces..Login-form-tp19967660p22909022.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22896331</id>
	<title>Re: visual web JavaServer Faces..Login form</title>
	<published>2009-04-05T10:29:29Z</published>
	<updated>2009-04-05T10:29:29Z</updated>
	<author>
		<name>Ken Foust</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;budrockz wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message&quot;&gt;i'm developing a web application using Visaual Web Javaserver Faces in NetBeans 6.5 Beta version. i'm new to JSF and J2EE, and i want to validate the username and password of the Login page of my web application. do i have to maintain a loginbean? if so, how can i do it in NetBeans? 
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
I need to do the same thing and also connect it to mysql. &amp;nbsp;There must be a tutorial out there somewhere?
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/visual-web-JavaServer-Faces..Login-form-tp19967660p22896331.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22560883</id>
	<title>Cannot find symbol</title>
	<published>2009-03-17T07:58:17Z</published>
	<updated>2009-03-17T07:58:17Z</updated>
	<author>
		<name>666lawyer</name>
	</author>
	<content type="html">I am doing the tutorial one of: &amp;nbsp;&lt;a href=&quot;http://www.netbeans.org/kb/60/web/inserts-updates-deletes.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.netbeans.org/kb/60/web/inserts-updates-deletes.html&lt;/a&gt;, 
&lt;br&gt;With postgresql and Netbeans 6,5, but when I have to add code after giving double click on the drag and drop list, where says ddAgente.getSelected () and form1 tells me cannot find symbol??? &amp;nbsp;
&lt;br&gt;&lt;br&gt;public void ddAgente_processValueChange(ValueChangeEvent vce) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Object selectedAgenteId = ddAgente.getSelected();
&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;agenteDataProvider.setCursorRow(agenteDataProvider.findFirst(&amp;quot;AGENTE.ID&amp;quot;, selectedAgenteId));
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;getSessionBean1().getLineaRowSet().setObject(1, selectedAgenteId);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;lineaDataProvider.refresh();
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;form1.discardSubmittedValues(&amp;quot;save&amp;quot;);
&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; &amp;nbsp; &amp;nbsp;error(&amp;quot;Cannot switch to agente &amp;quot; + selectedAgenteId);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;log(&amp;quot;Cannot switch to agente &amp;quot; + selectedAgenteId, e);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}
&lt;br&gt;&amp;nbsp; &amp;nbsp;
&lt;br&gt;Cannot find symbol????
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Cannot-find-symbol-tp22560883p22560883.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22371896</id>
	<title>Re: SyncResolver.UPDATE_ROW_CONFLICT row 0 attempt to update or delete a row that has been updated or deleted by another user</title>
	<published>2009-03-06T04:52:17Z</published>
	<updated>2009-03-06T04:52:17Z</updated>
	<author>
		<name>pscamara</name>
	</author>
	<content type="html">Same problem! Did you solve this?
&lt;br&gt;&lt;br&gt;Please, i need some help!</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/SyncResolver.UPDATE_ROW_CONFLICT-row-0-attempt-to-update-or-delete-a-row-that-has-been-updated-or-deleted-by-another-user-tp14884434p22371896.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22117770</id>
	<title>Enabling / Disabling Layout panel visiblity</title>
	<published>2009-02-20T01:51:57Z</published>
	<updated>2009-02-20T01:51:57Z</updated>
	<author>
		<name>Taibur Rahman</name>
	</author>
	<content type="html">Hello, i am new in netbeans. i have a problem that i want that when i click on a radio button then the respective layout panel will appear. And when i switch over another radio button then the previous layout panel will disappear where a new respective layout panel will appear. please help me how can i do this........
&lt;br&gt;&lt;br&gt;regards,
&lt;br&gt;Taibur Rahman</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Enabling---Disabling-Layout-panel-visiblity-tp22117770p22117770.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-21235153</id>
	<title>Re: Validate two components together</title>
	<published>2008-12-31T10:06:03Z</published>
	<updated>2008-12-31T10:06:03Z</updated>
	<author>
		<name>donlelel</name>
	</author>
	<content type="html">Have you tried using virtual forms? I dont know if they're available in 6.1, but 6.5 definitely has them.
&lt;br&gt;With virtual forms, you can submit parts of the user input.
&lt;br&gt;&lt;br&gt;Don
&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;Tharange wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message&quot;&gt;I have two radio buttons and two text fields. If I select radio1 then first text field should be mandatory. Else the second text box should be mandatory. I'm using NetBeans 6.1 as IDE. I'm stuck. Please help.
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Validate-two-components-together-tp20573223p21235153.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-21235111</id>
	<title>Saving / loading data with SessionBean</title>
	<published>2008-12-31T10:03:32Z</published>
	<updated>2008-12-31T10:03:32Z</updated>
	<author>
		<name>donlelel</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;I have two pages:
&lt;br&gt;- user login page
&lt;br&gt;- user menu page
&lt;br&gt;&lt;br&gt;The user passes by the login page and, if OK, I store a serializable User obj in the session bean:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; User usr = etc
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; SessionBean sb = getSessionBean();
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; sb.saveData(AppConsts.BEAN_USER, usr);
&lt;br&gt;Later, in the menu page, I try to access it:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; SessionBean sb = getSessionBean();
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; User usr = (User) sb.retrieveData(AppConsts.BEAN_USER);
&lt;br&gt;For some reason I dont know, I always get null when trying to retrieve that object in the menu page!!!
&lt;br&gt;&lt;br&gt;Right after sb.saveData, I verified that indeed sb.retrieveData gets the right obj. 
&lt;br&gt;&lt;br&gt;Any idea of what's going on? What do I miss here?
&lt;br&gt;&lt;br&gt;Thanks, Don</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Saving---loading-data-with-SessionBean-tp21235111p21235111.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-20583979</id>
	<title>Refresh without prompt</title>
	<published>2008-11-19T08:48:10Z</published>
	<updated>2008-11-19T08:48:10Z</updated>
	<author>
		<name>mcadirci</name>
	</author>
	<content type="html">Hello,
&lt;br&gt;I have developed a web site using netbeans 5.5.1+ vwp. But i have a problem.
&lt;br&gt;My problem is i cant refresh one of my pages without prompt by javascript refresh command. To solve this i try to change my form method to GET but i cant find out how to do it. Is it possible to change form method or is there any way to refresh my page without prompt.
&lt;br&gt;Thanks.</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Refresh-without-prompt-tp20583979p20583979.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-20573223</id>
	<title>Validate two components together</title>
	<published>2008-11-18T19:45:46Z</published>
	<updated>2008-11-18T19:45:46Z</updated>
	<author>
		<name>Tharange</name>
	</author>
	<content type="html">I have two radio buttons and two text fields. If I select radio1 then first text field should be mandatory. Else the second text box should be mandatory. I'm using NetBeans 6.1 as IDE. I'm stuck. Please help.</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Validate-two-components-together-tp20573223p20573223.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-20190646</id>
	<title>Re: newbie - Lifecycle explanation for Visual Web?</title>
	<published>2008-10-27T09:00:16Z</published>
	<updated>2008-10-27T09:00:16Z</updated>
	<author>
		<name>aemcat</name>
	</author>
	<content type="html">&lt;br&gt;Thanks for pointing me to the Creator documentation - that will help!</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/newbie---Lifecycle-explanation-for-Visual-Web--tp20094280p20190646.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-20119055</id>
	<title>Re: newbie - Lifecycle explanation for Visual Web?</title>
	<published>2008-10-22T13:41:57Z</published>
	<updated>2008-10-22T13:41:57Z</updated>
	<author>
		<name>krysP</name>
	</author>
	<content type="html">&lt;br&gt;You'll have to do some searching in the archives. There used to
&lt;br&gt;be such a document. &amp;nbsp;Try looking through 
&lt;br&gt;&lt;a href=&quot;http://developers.sun.com/jscreator/overview/previous/2004Q2.jsp&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://developers.sun.com/jscreator/overview/previous/2004Q2.jsp&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://developers.sun.com/jscreator/archive/reference/techart/2/app_model.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://developers.sun.com/jscreator/archive/reference/techart/2/app_model.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;/krys</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/newbie---Lifecycle-explanation-for-Visual-Web--tp20094280p20119055.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-20094280</id>
	<title>newbie - Lifecycle explanation for Visual Web?</title>
	<published>2008-10-21T09:31:14Z</published>
	<updated>2008-10-21T09:31:14Z</updated>
	<author>
		<name>aemcat</name>
	</author>
	<content type="html">&lt;br&gt;I am not only new to JSF, Netbeans, and Visual Web, I am completely new to web app development period!
&lt;br&gt;&lt;br&gt;I have done some Visual Web tutorials and trying stuff on my own, but am unfortunately confused about the total lifecycle of the web app, when does what get called 
&lt;br&gt;&lt;br&gt;- i.e. in the Page Beans, when are the various methods called, init, preprocess, prerenderer, etc, and what state is the bean in during those points? There are some nice comments for the methods but I'm just not completely comprehending the flow and data lifecycle.
&lt;br&gt;&lt;br&gt;By any chance would someone be able to point me to a document that thoroughly discusses how these beans and methods are used and the lifecycle of the processing of the pages?
&lt;br&gt;&lt;br&gt;or provide a brief synopsis?
&lt;br&gt;&lt;br&gt;Sorry for the really raw question, thanks for any guidance!
&lt;br&gt;RP</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/newbie---Lifecycle-explanation-for-Visual-Web--tp20094280p20094280.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-19967660</id>
	<title>visual web JavaServer Faces..Login form</title>
	<published>2008-10-13T23:19:50Z</published>
	<updated>2008-10-13T23:19:50Z</updated>
	<author>
		<name>budrockz</name>
	</author>
	<content type="html">i'm developing a web application using Visaual Web Javaserver Faces in NetBeans 6.5 Beta version. i'm new to JSF and J2EE, and i want to validate the username and password of the Login page of my web application. do i have to maintain a loginbean? if so, how can i do it in NetBeans? </content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/visual-web-JavaServer-Faces..Login-form-tp19967660p19967660.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-19603447</id>
	<title>mondrian datasource</title>
	<published>2008-09-22T01:07:28Z</published>
	<updated>2008-09-22T01:07:28Z</updated>
	<author>
		<name>Isacr</name>
	</author>
	<content type="html">Hi
&lt;br&gt;&lt;br&gt;I try to include like a new datasource mondrian jdbc and olap4j datasource but don't work 
&lt;br&gt;&lt;br&gt;Is this possible in netbeans? Does anyone has succeeded?
&lt;br&gt;&lt;br&gt;Thanks</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/mondrian-datasource-tp19603447p19603447.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-19467141</id>
	<title>Radio Button disappears in Table after implementation of consultation</title>
	<published>2008-09-12T20:30:04Z</published>
	<updated>2008-09-12T20:30:04Z</updated>
	<author>
		<name>master_foca</name>
	</author>
	<content type="html">I have a problem, the business is the following I have with a Table 
&lt;br&gt;a column of radiobutton, but after that I do an SQL query 
&lt;br&gt;in time of the execution radiobutton disappears from the table, that this 
&lt;br&gt;happens? 
&lt;br&gt;&lt;br&gt;I like to do the consultation and the side of the customer data in 
&lt;br&gt;radiobutton continue showing the table, so that I atribuisse 
&lt;br&gt;other features.</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Radio-Button-disappears-in-Table-after-implementation-of-consultation-tp19467141p19467141.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-19233750</id>
	<title>How can i use the jsf woodstock's renderer (HTML renderer) in another web project</title>
	<published>2008-08-30T07:18:37Z</published>
	<updated>2008-08-30T07:18:37Z</updated>
	<author>
		<name>gtirapegui</name>
	</author>
	<content type="html">I want to personalize the development process of the modules of an electronical health record , so i create some netbean's plugin that generate JSF files for a &amp;quot;health record module&amp;quot; . The problem is the rendering process , the jsp's pages of the generated module project doesn't render the pages to drag and drop the components into it. So i want to know what file or configuration i have to change to preview the jsf pages (JSF/HTML renderer of the woodstock project) in design time , on netbeans.</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-can-i-use-the-jsf-woodstock%27s-renderer-%28HTML-renderer%29-in-another-web-project-tp19233750p19233750.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-18523516</id>
	<title>Web Design</title>
	<published>2008-07-17T23:44:48Z</published>
	<updated>2008-07-17T23:44:48Z</updated>
	<author>
		<name>Ignacio36</name>
	</author>
	<content type="html">It is good that everyone should have a personal project, like building a tree house, playing sports, or even cleaning the house. What's better for everyone is that they make money off their personal hobbies. &lt;b&gt;&lt;a href=&quot;http://www.wspgweb.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Professional website design&lt;/a&gt;&lt;/b&gt;&amp;nbsp;is one of the best opportunities to make money and have fun while you're at it. After working for nine years, I decided to take on something on the side. I started web design after a friend who works exclusively in computers recommended it. After learning HTML from www.htmlschool.org, I started to create my own website. I also started making money off the site, so I decided to keep with my new project.
&lt;br&gt;&lt;br&gt;Web design is one of the easiest skills to learn. Once you are able to code HTML, using other websites as guides, you should be able to create your own website. And if you decide to put advertising in your websites, you may even make a little money on the side. Of course, it can never substitute a real income, but as you learn more complex forms of web design, you can build on your earnings with more professional style websites. Besides, web design promotes the user's creativity, intelligence, and determination. These qualities are paramount in establishing a useful hobby.
&lt;br&gt;&lt;br&gt;The fact that the internet is one of the most rapidly growing attractions in society is reason enough to begin web design. As more information is added onto the internet, the number of websites increases. It is also likely that one's website will be popular if it holds just the right information that people demand, so it may prove to be profitable for the designer. It's like owning a small business in some aspects, as you are your own boss, you earn money, and you supply a product for the people. Web design is suitable for all ages. A great first step for children to take in starting a job is to begin on the internet, a field that they are both familiar to and talented in. Others may find it as a healthy alternative to a restricted lifestyle, or some may even consider it to be a little financial helper. In any perspective, however, web design is one of the most interesting and popular types of work in the world of today and tomorrow
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Web-Design-tp18523516p18523516.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-18455539</id>
	<title>Re: Is relative addressing possible with a hyperlink component?</title>
	<published>2008-07-14T16:47:54Z</published>
	<updated>2008-07-14T16:47:54Z</updated>
	<author>
		<name>fieyr2002</name>
	</author>
	<content type="html">Just figured it out! Apparently you have to say /faces/upload/images/picture.gif. Nevermind :P
&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;fieyr2002 wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message&quot;&gt;I've been trying to figure it out with /../../ bla bla but not having much luck.
&lt;br&gt;&lt;br&gt;I'm trying to link a hyperlink component to a picture stored in my project files by setting the url property. Currently it's set to &lt;a href=&quot;http://localhost:8080/Uploading4/faces/upload/images/500k.gif&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost:8080/Uploading4/faces/upload/images/500k.gif&lt;/a&gt;&amp;nbsp;but I'd like to say something along the lines of /upload/images/500k.gif but I can't get it to work.
&lt;br&gt;&lt;br&gt;Any ideas?
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Is-relative-addressing-possible-with-a-hyperlink-component--tp18454714p18455539.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-18454714</id>
	<title>Is relative addressing possible with a hyperlink component?</title>
	<published>2008-07-14T15:36:33Z</published>
	<updated>2008-07-14T15:36:33Z</updated>
	<author>
		<name>fieyr2002</name>
	</author>
	<content type="html">I've been trying to figure it out with /../../ bla bla but not having much luck.
&lt;br&gt;&lt;br&gt;I'm trying to link a hyperlink component to a picture stored in my project files by setting the url property. Currently it's set to &lt;a href=&quot;http://localhost:8080/Uploading4/faces/upload/images/500k.gif&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost:8080/Uploading4/faces/upload/images/500k.gif&lt;/a&gt;&amp;nbsp;but I'd like to say something along the lines of /upload/images/500k.gif but I can't get it to work.
&lt;br&gt;&lt;br&gt;Any ideas?</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Is-relative-addressing-possible-with-a-hyperlink-component--tp18454714p18454714.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-18450359</id>
	<title>Looking for help to set the keyword for website!!</title>
	<published>2008-07-14T11:43:06Z</published>
	<updated>2008-07-14T11:43:06Z</updated>
	<author>
		<name>brook.brian55</name>
	</author>
	<content type="html">Hi all,
&lt;br&gt;I’m new in online business and looking for a help to give good keyword to my website so that I can get good traffic. I know the correct keyword helps in increasing the online business. If you people have any idea in this or you may have any experience that can help me in selecting the correct key word then please suggest me. Any help will be highly appreciated. &amp;nbsp;
&lt;br&gt;&lt;br&gt;Thanks in advance!!!!
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Looking-for-help-to-set-the-keyword-for-website%21%21-tp18450359p18450359.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-18104574</id>
	<title>SINGLE PAGE CRUD WITH TABLE EXAMPLE</title>
	<published>2008-06-24T21:03:44Z</published>
	<updated>2008-06-24T21:03:44Z</updated>
	<author>
		<name>sysboss1</name>
	</author>
	<content type="html">I found a number of errors in this sample app. using Visual Java Server Faces in Netbeans 6.1. This example uses the sample travel data base that comes with the IDE. When running the app, you can select a row to delete and press the delete button, but often times the wrong row gets deleted and the results are often inconsistant; sometimes it works like it should and deletes the proper row, sometimes it doesn't. &amp;nbsp;The add button sometimes adds a new row, sometimes it doesn't. I read the jave code behind the two buttons, and can't figure out what's wrong. Here it is:
&lt;br&gt;&lt;br&gt;public String deleteButton_action() {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; // TODO: Process the action. Return value is a navigation
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; // case name where null will return to the same page.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Iterator rowKeys = selectedTrips.iterator(); &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; while (rowKeys.hasNext()) { &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; RowKey rowKey = (RowKey) rowKeys.next();
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; System.out.println(&amp;quot;rowKey: &amp;quot; + rowKey);
&lt;br&gt;&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; tripDataProvider.removeRow(rowKey);
&lt;br&gt;&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; error(&amp;quot;Cannot delete trip with row key &amp;quot; + rowKey);
&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; } 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; // do outside loop because commitChanges() invalidates rowkeys
&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; tripDataProvider.commitChanges();
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; } catch (Exception ex) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; error(&amp;quot;Cannot commit deletions.&amp;quot;);
&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;&amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; /**
&lt;br&gt;&amp;nbsp; &amp;nbsp;* Returns true if the trip for the current row is selected.
&lt;br&gt;&amp;nbsp; &amp;nbsp;*/ 
&lt;br&gt;&amp;nbsp; &amp;nbsp;public boolean isSelectedTrip() {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;TableRowDataProvider trdp = (TableRowDataProvider) getBean(&amp;quot;currentRow&amp;quot;);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;if (trdp == null) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;return false;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;RowKey rowKey = trdp.getTableRow(); &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;return selectedTrips.contains(rowKey);
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp;/**
&lt;br&gt;&amp;nbsp; &amp;nbsp; * Records whether or not the current trip should be marked as selected,
&lt;br&gt;&amp;nbsp; &amp;nbsp; * based on the state of the checkbox.
&lt;br&gt;&amp;nbsp; &amp;nbsp; */
&lt;br&gt;&amp;nbsp; &amp;nbsp;public void setSelectedTrip(boolean b) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;TableRowDataProvider trdp = (TableRowDataProvider) getBean(&amp;quot;currentRow&amp;quot;);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;RowKey rowKey = trdp.getTableRow(); &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;if (selectedTripCheckbox.isChecked()) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;selectedTrips.add(rowKey);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;} else {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;selectedTrips.remove(rowKey);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; public String addButton_action() {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; // TODO: Process the action. Return value is a navigation
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; // case name where null will return to the same page.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if ( tripDataProvider.canAppendRow() ) {
&lt;br&gt;&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; RowKey rowKey = tripDataProvider.appendRow();
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; tripDataProvider.setCursorRow(rowKey);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; tripDataProvider.setValue(&amp;quot;TRIP.TRIPID&amp;quot;, rowKey, &amp;nbsp;nextPK());
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; tripDataProvider.setValue(&amp;quot;TRIP.PERSONID&amp;quot;, rowKey, personId.getSelected()); 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; java.util.Date depDate = (java.util.Date) departureDate.getValue();
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if ( depDate != null ) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; java.sql.Date date = new java.sql.Date( depDate.getTime() );
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; tripDataProvider.setValue(&amp;quot;TRIP.DEPDATE&amp;quot;, rowKey, date);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; } else {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; tripDataProvider.setValue(&amp;quot;TRIP.DEPDATE&amp;quot;, rowKey, null);
&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; tripDataProvider.setValue(&amp;quot;TRIP.DEPCITY&amp;quot;, rowKey, departureCity.getValue());
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; tripDataProvider.setValue(&amp;quot;TRIP.DESTCITY&amp;quot;, rowKey, destinationCity.getValue());
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; tripDataProvider.setValue(&amp;quot;TRIP.TRIPTYPEID&amp;quot;, rowKey, tripType.getSelected());
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; tripDataProvider.commitChanges();
&lt;br&gt;&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; error(&amp;quot;Cannot append new trip: &amp;quot; + e);
&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;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; } else {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; error(&amp;quot;Cannot append a new row&amp;quot;);
&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; //clear fields
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; departureDate.setValue(null);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; departureCity.setText(null);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; destinationCity.setText(null);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; tripType.setForgetValue(true);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; form1.discardSubmittedValues(&amp;quot;saveChanges&amp;quot;);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return null;
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/SINGLE-PAGE-CRUD-WITH-TABLE-EXAMPLE-tp18104574p18104574.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-17892661</id>
	<title>Re: problem in dataprovider NetBean 5.5</title>
	<published>2008-06-17T05:11:00Z</published>
	<updated>2008-06-17T05:11:00Z</updated>
	<author>
		<name>LG.</name>
	</author>
	<content type="html">ok the cause of problem that name of table was written in small letters , 
&lt;br&gt;and it must be in CAPITAL letters
&lt;br&gt;i capotalize the name and it works fine&lt;img class='smiley' src='http://old.nabble.com/images/smiley/anim_claps.gif' /&gt;&lt;img class='smiley' src='http://old.nabble.com/images/smiley/anim_claps.gif' /&gt;&lt;img class='smiley' src='http://old.nabble.com/images/smiley/anim_claps.gif' /&gt;&lt;img class='smiley' src='http://old.nabble.com/images/smiley/anim_claps.gif' /&gt;&amp;nbsp; 
&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;LG. wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;hi , 
&lt;br&gt;I have problem in connecting my database to Table
&lt;br&gt;I use netbean 5.5+visual web pack 
&lt;br&gt;database is connected and when i drag it in to Table component nothing happen 
&lt;br&gt;when right click on Table-&amp;gt;Bind to Data , the dataprovider &amp;nbsp;shows in red 
&lt;br&gt;this error occur when I choose it 
&lt;br&gt;javax.el.ELException: javax.faces.el.EvaluationException: javax.el.ELException: javax.faces.el.PropertyNotFoundException: defaultTableDataProvider
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at javax.faces.component.ValueExpressionValueBindingAdapter.getValue(ValueExpressionValueBindingAdapter.java:76)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.sun.webui.jsf.component.TableRowGroup.getSourceData(TableRowGroup.java:3030)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.sun.webui.jsf.component.TableRowGroup.getTableRowDataProvider(TableRowGroup.java:1251) …….
&lt;br&gt;&lt;br&gt;But when I work with Travel DB that comes with visual web pack it works fine.
&lt;br&gt;&lt;br&gt;i hope any one can help me in this 
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;img class='smiley' src='http://old.nabble.com/images/smiley/smiley_sad.gif' /&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/problem-in-dataprovider-NetBean-5.5-tp17822473p17892661.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-17822473</id>
	<title>problem in dataprovider NetBean 5.5</title>
	<published>2008-06-13T05:40:26Z</published>
	<updated>2008-06-13T05:40:26Z</updated>
	<author>
		<name>LG.</name>
	</author>
	<content type="html">hi , 
&lt;br&gt;I have problem in connecting my database to Table
&lt;br&gt;I use netbean 5.5+visual web pack 
&lt;br&gt;database is connected and when i drag it in to Table component nothing happen 
&lt;br&gt;when right click on Table-&amp;gt;Bind to Data , the dataprovider &amp;nbsp;shows in red 
&lt;br&gt;this error occur when I choose it 
&lt;br&gt;javax.el.ELException: javax.faces.el.EvaluationException: javax.el.ELException: javax.faces.el.PropertyNotFoundException: defaultTableDataProvider
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at javax.faces.component.ValueExpressionValueBindingAdapter.getValue(ValueExpressionValueBindingAdapter.java:76)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.sun.webui.jsf.component.TableRowGroup.getSourceData(TableRowGroup.java:3030)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.sun.webui.jsf.component.TableRowGroup.getTableRowDataProvider(TableRowGroup.java:1251) …….
&lt;br&gt;&lt;br&gt;But when I work with Travel DB that comes with visual web pack it works fine.
&lt;br&gt;&lt;br&gt;i hope any one can help me in this 
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;img class='smiley' src='http://old.nabble.com/images/smiley/smiley_sad.gif' /&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/problem-in-dataprovider-NetBean-5.5-tp17822473p17822473.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-17693013</id>
	<title>New component request: Need a new component: a List of Values like ORACLE ADF or MyFaces inputListOfValues</title>
	<published>2008-06-06T03:41:01Z</published>
	<updated>2008-06-06T03:41:01Z</updated>
	<author>
		<name>Liviu Delureanu</name>
	</author>
	<content type="html">&lt;table cellspacing='0' cellpadding='0' border='0' background='none' style='font-family:arial;font-size:10pt;color:#000000;background-color:#ffffff;width:100%;'&gt;&lt;tr&gt;&lt;td valign='top' style='font: inherit;'&gt;&lt;P&gt;Hi all!&lt;/P&gt;
&lt;P&gt;If you consider usefull, please vote my request for a new feature :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href=&quot;http://visualweb.netbeans.org/issues/show_bug.cgi?id=136620&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://visualweb.netbeans.org/issues/show_bug.cgi?id=136620&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Need a new component: a List of Values like ORACLE ADF or MyFaces inputListOfValues&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This component is already in MyFaces-Trinidad and Oracle ADF.&lt;BR&gt;See it on:&lt;/P&gt;
&lt;P&gt;&lt;A href=&quot;http://www.myfaces.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.myfaces.org/&lt;/A&gt;&amp;nbsp;&amp;nbsp; &amp;gt;&amp;gt;Trinidad&amp;nbsp; &amp;gt;&amp;gt;LiveDemos &amp;gt;&amp;gt; Components &lt;BR&gt;&amp;gt;&amp;gt; inputListOfValues , or follow the link : &lt;BR&gt;&lt;A href=&quot;http://www.irian.at/trinidad-demo/faces/componentDemos.jspx;jsessionid=BCA114F361E51B2E7B60E3577C612044&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.irian.at/trinidad-demo/faces/componentDemos.jspx;jsessionid=BCA114F361E51B2E7B60E3577C612044&lt;/A&gt;#&lt;BR&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;br&gt;



      </content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/New-component-request%3A-Need-a-new-component%3A-a-List-of-Values-like-ORACLE-ADF-or-MyFaces-inputListOfValues-tp17693013p17693013.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-17520887</id>
	<title>Re: Netbeans design guide</title>
	<published>2008-05-28T13:00:44Z</published>
	<updated>2008-05-28T13:00:44Z</updated>
	<author>
		<name>Jayashri Visvanathan</name>
	</author>
	<content type="html">Nothing has changed in the Design time API, so Creator design time API 
&lt;br&gt;still holds. Are you saying that the component library worked in 6.0.1 
&lt;br&gt;but doesn't work in 6.0 ?
&lt;br&gt;&lt;br&gt;regards
&lt;br&gt;-Jayashri
&lt;br&gt;&lt;br&gt;jjmarini wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; The project I work on develops a component library for Creator, which I have
&lt;br&gt;&amp;gt; ported to NetBeans 5.5.1. 
&lt;br&gt;&amp;gt; and now Netbeans 6.0.1. Creator had a design time guide. Has NetBeans
&lt;br&gt;&amp;gt; updated and released its design time guide? &amp;nbsp;I am having issues with
&lt;br&gt;&amp;gt; Netbeans 6.1 during design time drag and drop.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;/div&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=17520887&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://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=17520887&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Netbeans-design-guide-tp17519087p17520887.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-17519087</id>
	<title>Netbeans design guide</title>
	<published>2008-05-28T11:29:48Z</published>
	<updated>2008-05-28T11:29:48Z</updated>
	<author>
		<name>jjmarini</name>
	</author>
	<content type="html">The project I work on develops a component library for Creator, which I have ported to NetBeans 5.5.1. 
&lt;br&gt;and now Netbeans 6.0.1. Creator had a design time guide. Has NetBeans updated and released its design time guide? &amp;nbsp;I am having issues with Netbeans 6.1 during design time drag and drop.
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Netbeans-design-guide-tp17519087p17519087.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-17519037</id>
	<title>Issues with 6.1, drag and drop and component library</title>
	<published>2008-05-28T11:26:59Z</published>
	<updated>2008-05-28T11:26:59Z</updated>
	<author>
		<name>jjmarini</name>
	</author>
	<content type="html">The project I work on has developed a component library first for Creator, which I have ported to NetBeans 5.5.1 and now Netbeans 6.0.1. All works fine. When I try to use Netbeans 6.1 drag drop at first seems to work fine. Howeve when I compile the project or Netbeans tries to reparse the project the property page looses all its attribute values for the tag. Though the JSP page still contains the correct attribute values. Does anyone know what is going on? 
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Issues-with-6.1%2C-drag-and-drop-and-component-library-tp17519037p17519037.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-17511469</id>
	<title>error with jpa - &quot; is not a known entity type&quot;</title>
	<published>2008-05-28T05:25:58Z</published>
	<updated>2008-05-28T05:25:58Z</updated>
	<author>
		<name>ics</name>
	</author>
	<content type="html">hi, iven trying to use jpa, but when i try to persists , im getting the error &amp;quot;xx is not a known entity type&amp;quot;, its like the class im using its not in the persistence.xml file, but if i look there the checkbox named &amp;quot;include all classess in ....&amp;quot; its checked, 
&lt;br&gt;&lt;br&gt;another anoying thing its that if i try to use hibertnate instead toplink , the error its the same and it says that the provider its toplink...</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/error-with-jpa---%22-is-not-a-known-entity-type%22-tp17511469p17511469.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-17338216</id>
	<title>Visual Editor causes problems when not directly extending AbstractPageBean</title>
	<published>2008-05-20T04:30:07Z</published>
	<updated>2008-05-20T04:30:07Z</updated>
	<author>
		<name>Stefan Bley</name>
	</author>
	<content type="html">I created a more generic class for my page beans which includes some common properties. This class extends AbstractPageBean and is itself extended by the beans created by the Visual Editor.
&lt;br&gt;&lt;br&gt;In the JSP view I can bind the component values to properties of the parent class. But when I try to open the Design view, it says that it can't find these properties in the bean.
&lt;br&gt;&lt;br&gt;Is this a bug?
&lt;br&gt;&lt;br&gt;Regards, Stevy</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Visual-Editor-causes-problems-when-not-directly-extending-AbstractPageBean-tp17338216p17338216.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-16965752</id>
	<title>Re: Null Source in custom component library</title>
	<published>2008-04-29T10:27:00Z</published>
	<updated>2008-04-29T10:27:00Z</updated>
	<author>
		<name>mr.meyers</name>
	</author>
	<content type="html">So I finally found out what was wrong! &amp;nbsp;Our project is using a content management system that makes everything read-only, and there is a file called index.xml in the lib/complib folder under the project folder that was read-only, so Netbeans couldn't write to it to add the component library to the project, and instead of giving us an error saying that it couldn't write to the file like it usually does, it give us the cryptic (and grammatically incorrect) message, &amp;quot;Unable to embedded a complib into project&amp;quot;.
&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;mr.meyers wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;I'm using Netbeans 6.0.1. &amp;nbsp;I have a visual web custom component library (.complib) that I made that extends some ICEFaces components, and when I go to Component Libraries I can import the library, but it doesn't show up on the Palette. &amp;nbsp;When I right click the palette and click Add Component Library, it shows up in the list and I click add. &amp;nbsp;When I click add, Netbeans reports the exception at the end of this message and doesn't add it to the palette. &amp;nbsp;Then I right click the palette and click refresh, and it shows up. &amp;nbsp;I used to not get this message. &amp;nbsp;Does anyone know what could cause an exception like this?
&lt;br&gt;&lt;br&gt;The exception:
&lt;br&gt;&lt;br&gt;java.lang.IllegalArgumentException: null source
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.util.EventObject.&amp;lt;init&amp;gt;(EventObject.java:38)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.netbeans.modules.visualweb.complib.api.ComplibEvent.&amp;lt;init&amp;gt;(ComplibEvent.java:53)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.netbeans.modules.visualweb.complib.ComplibServiceProvider.replaceProjectComplib(ComplibServiceProvider.java:1244)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.netbeans.modules.visualweb.complib.ComplibServiceProvider.addProjectComplib(ComplibServiceProvider.java:1286)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.netbeans.modules.visualweb.complib.ui.ComplibsRootNode$AddComplibAction.actionPerformed(ComplibsRootNode.java:267)
&lt;br&gt;Caused: java.lang.Throwable: Unable to embedded a complib into project
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.netbeans.modules.visualweb.complib.IdeUtil.logError(IdeUtil.java:117)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.netbeans.modules.visualweb.complib.ui.ComplibsRootNode$AddComplibAction.actionPerformed(ComplibsRootNode.java:269)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at javax.swing.AbstractButton.doClick(AbstractButton.java:357)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1216)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1257)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.awt.Component.processMouseEvent(Component.java:6038)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at javax.swing.JComponent.processMouseEvent(JComponent.java:3265)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.awt.Component.processEvent(Component.java:5803)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.awt.Container.processEvent(Container.java:2058)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.awt.Component.dispatchEventImpl(Component.java:4410)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.awt.Container.dispatchEventImpl(Container.java:2116)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.awt.Component.dispatchEvent(Component.java:4240)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4322)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3986)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3916)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.awt.Container.dispatchEventImpl(Container.java:2102)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.awt.Window.dispatchEventImpl(Window.java:2429)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.awt.Component.dispatchEvent(Component.java:4240)
&lt;br&gt;[catch] at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:173)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)
&lt;br&gt;&lt;br&gt;Thanks.
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Null-Source-in-custom-component-library-tp16850205p16965752.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-16850205</id>
	<title>Null Source in custom component library</title>
	<published>2008-04-24T05:08:32Z</published>
	<updated>2008-04-24T05:08:32Z</updated>
	<author>
		<name>mr.meyers</name>
	</author>
	<content type="html">I'm using Netbeans 6.0.1. &amp;nbsp;I have a visual web custom component library (.complib) that I made that extends some ICEFaces components, and when I go to Component Libraries I can import the library, but it doesn't show up on the Palette. &amp;nbsp;When I right click the palette and click Add Component Library, it shows up in the list and I click add. &amp;nbsp;When I click add, Netbeans reports the exception at the end of this message and doesn't add it to the palette. &amp;nbsp;Then I right click the palette and click refresh, and it shows up. &amp;nbsp;I used to not get this message. &amp;nbsp;Does anyone know what could cause an exception like this?
&lt;br&gt;&lt;br&gt;The exception:
&lt;br&gt;&lt;br&gt;java.lang.IllegalArgumentException: null source
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.util.EventObject.&amp;lt;init&amp;gt;(EventObject.java:38)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.netbeans.modules.visualweb.complib.api.ComplibEvent.&amp;lt;init&amp;gt;(ComplibEvent.java:53)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.netbeans.modules.visualweb.complib.ComplibServiceProvider.replaceProjectComplib(ComplibServiceProvider.java:1244)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.netbeans.modules.visualweb.complib.ComplibServiceProvider.addProjectComplib(ComplibServiceProvider.java:1286)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.netbeans.modules.visualweb.complib.ui.ComplibsRootNode$AddComplibAction.actionPerformed(ComplibsRootNode.java:267)
&lt;br&gt;Caused: java.lang.Throwable: Unable to embedded a complib into project
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.netbeans.modules.visualweb.complib.IdeUtil.logError(IdeUtil.java:117)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.netbeans.modules.visualweb.complib.ui.ComplibsRootNode$AddComplibAction.actionPerformed(ComplibsRootNode.java:269)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at javax.swing.AbstractButton.doClick(AbstractButton.java:357)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1216)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1257)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.awt.Component.processMouseEvent(Component.java:6038)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at javax.swing.JComponent.processMouseEvent(JComponent.java:3265)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.awt.Component.processEvent(Component.java:5803)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.awt.Container.processEvent(Container.java:2058)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.awt.Component.dispatchEventImpl(Component.java:4410)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.awt.Container.dispatchEventImpl(Container.java:2116)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.awt.Component.dispatchEvent(Component.java:4240)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4322)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3986)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3916)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.awt.Container.dispatchEventImpl(Container.java:2102)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.awt.Window.dispatchEventImpl(Window.java:2429)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.awt.Component.dispatchEvent(Component.java:4240)
&lt;br&gt;[catch] at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:173)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)
&lt;br&gt;&lt;br&gt;Thanks.</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Null-Source-in-custom-component-library-tp16850205p16850205.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-16544968</id>
	<title>Re: [Help] Upload File Component Problem</title>
	<published>2008-04-07T18:16:01Z</published>
	<updated>2008-04-07T18:16:01Z</updated>
	<author>
		<name>dodgers188</name>
	</author>
	<content type="html">I tried not to use it but it won't display the image I uploaded.
&lt;br&gt;I guess this servlet has something to do with showing the image.
&lt;br&gt;Anything I can do?
&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;avbravo wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message&quot;&gt;can you used the fileupload without:
&lt;br&gt;&lt;br&gt;ServletContext theApplicationsServletContext = (ServletContext) this.getExternalContext().getContext();
&lt;br&gt;this.realImageFilePath = theApplicationsServletContext.getRealPath(IMAGE_URL);
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Help--Upload-File-Component-Problem-tp16410318p16544968.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-16542543</id>
	<title>Re: [Help] Upload File Component Problem</title>
	<published>2008-04-07T16:10:27Z</published>
	<updated>2008-04-07T16:10:27Z</updated>
	<author>
		<name>avbravo</name>
	</author>
	<content type="html">can you used the fileupload without:
&lt;br&gt;&lt;br&gt;ServletContext theApplicationsServletContext = (ServletContext) this.getExternalContext().getContext();
&lt;br&gt;this.realImageFilePath = theApplicationsServletContext.getRealPath(IMAGE_URL);
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Help--Upload-File-Component-Problem-tp16410318p16542543.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-16532392</id>
	<title>Re: [Help] Upload File Component Problem</title>
	<published>2008-04-06T18:50:03Z</published>
	<updated>2008-04-06T18:50:03Z</updated>
	<author>
		<name>dodgers188</name>
	</author>
	<content type="html">I did fix imports and it says nothing to imports
&lt;br&gt;What I don't get is reformat, I tried Ctrl + Shift + F but it will display Find Dialog Box..
&lt;br&gt;&lt;quote author=&quot;avbravo&quot;&gt;&lt;br&gt;. You add import statements to fix these errors 
&lt;br&gt;Right-click in the Java Editor and choose Fix Imports
&lt;br&gt;, you can press Ctrl-Shift-F to reformat the code.
&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;dodgers188 wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;Dear gurus,
&lt;br&gt;I tried to follow example given in netbeans 6.0 kb about file upload component.
&lt;br&gt;I have an error on line:
&lt;br&gt;&lt;b&gt;ServletContext theApplicationsServletContext = (ServletContext) this.getExternalContext().getContext();&lt;/b&gt;&lt;br&gt;it says cannot find symbol getContext();
&lt;br&gt;I tried to remove the getContext() but it says inconvertible types.
&lt;br&gt;Anybody can please help me?
&lt;br&gt;&lt;br&gt;/*
&lt;br&gt;* Page1.java
&lt;br&gt;*
&lt;br&gt;* Created on Mar 27, 2008, 12:55:24 PM
&lt;br&gt;*/
&lt;br&gt;&lt;br&gt;package uploadfile;
&lt;br&gt;&lt;br&gt;import com.sun.rave.web.ui.appbase.AbstractPageBean;
&lt;br&gt;import com.sun.webui.jsf.component.Body;
&lt;br&gt;import com.sun.webui.jsf.component.Button;
&lt;br&gt;import com.sun.webui.jsf.component.Form;
&lt;br&gt;import com.sun.webui.jsf.component.Head;
&lt;br&gt;import com.sun.webui.jsf.component.Html;
&lt;br&gt;import com.sun.webui.jsf.component.Link;
&lt;br&gt;import com.sun.webui.jsf.component.MessageGroup;
&lt;br&gt;import com.sun.webui.jsf.component.Page;
&lt;br&gt;import com.sun.webui.jsf.component.StaticText;
&lt;br&gt;import com.sun.webui.jsf.component.Upload;
&lt;br&gt;import javax.faces.FacesException;
&lt;br&gt;import javax.servlet.ServletContext;
&lt;br&gt;&lt;br&gt;/**
&lt;br&gt;*
&lt;br&gt;&lt;br&gt;Page bean that corresponds to a similarly named JSP page. This
&lt;br&gt;* class contains component definitions (and initialization code) for
&lt;br&gt;* all components that you have defined on this page, as well as
&lt;br&gt;* lifecycle methods and event handlers where you may add behavior
&lt;br&gt;* to respond to incoming events.
&lt;br&gt;*
&lt;br&gt;* @author Dwi Pamudji Soetedjo
&lt;br&gt;*/
&lt;br&gt;public class Page1 extends AbstractPageBean {
&lt;br&gt;// &amp;lt;editor-fold defaultstate=&amp;quot;collapsed&amp;quot; desc=&amp;quot;Managed Component Definition&amp;quot;&amp;gt;
&lt;br&gt;&lt;br&gt;/**
&lt;br&gt;*
&lt;br&gt;&lt;br&gt;Automatically managed component initialization. WARNING:
&lt;br&gt;* This method is automatically generated, so any user-specified code inserted
&lt;br&gt;* here is subject to being replaced.
&lt;br&gt;*/
&lt;br&gt;private void _init() throws Exception {
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;private Page page1 = new Page();
&lt;br&gt;&lt;br&gt;public Page getPage1() {
&lt;br&gt;return page1;
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;public void setPage1(Page p) {
&lt;br&gt;this.page1 = p;
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;private Html html1 = new Html();
&lt;br&gt;&lt;br&gt;public Html getHtml1() {
&lt;br&gt;return html1;
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;public void setHtml1(Html h) {
&lt;br&gt;this.html1 = h;
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;private Head head1 = new Head();
&lt;br&gt;&lt;br&gt;public Head getHead1() {
&lt;br&gt;return head1;
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;public void setHead1(Head h) {
&lt;br&gt;this.head1 = h;
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;private Link link1 = new Link();
&lt;br&gt;&lt;br&gt;public Link getLink1() {
&lt;br&gt;return link1;
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;public void setLink1(Link l) {
&lt;br&gt;this.link1 = l;
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;private Body body1 = new Body();
&lt;br&gt;&lt;br&gt;public Body getBody1() {
&lt;br&gt;return body1;
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;public void setBody1(Body b) {
&lt;br&gt;this.body1 = b;
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;private Form form1 = new Form();
&lt;br&gt;&lt;br&gt;public Form getForm1() {
&lt;br&gt;return form1;
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;public void setForm1(Form f) {
&lt;br&gt;this.form1 = f;
&lt;br&gt;}
&lt;br&gt;private Upload fileUpload1 = new Upload();
&lt;br&gt;&lt;br&gt;public Upload getFileUpload1() {
&lt;br&gt;return fileUpload1;
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;public void setFileUpload1(Upload u) {
&lt;br&gt;this.fileUpload1 = u;
&lt;br&gt;}
&lt;br&gt;private Button button1 = new Button();
&lt;br&gt;&lt;br&gt;public Button getButton1() {
&lt;br&gt;return button1;
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;public void setButton1(Button b) {
&lt;br&gt;this.button1 = b;
&lt;br&gt;}
&lt;br&gt;private StaticText staticText1 = new StaticText();
&lt;br&gt;&lt;br&gt;public StaticText getStaticText1() {
&lt;br&gt;return staticText1;
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;public void setStaticText1(StaticText st) {
&lt;br&gt;this.staticText1 = st;
&lt;br&gt;}
&lt;br&gt;private StaticText staticText2 = new StaticText();
&lt;br&gt;&lt;br&gt;public StaticText getStaticText2() {
&lt;br&gt;return staticText2;
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;public void setStaticText2(StaticText st) {
&lt;br&gt;this.staticText2 = st;
&lt;br&gt;}
&lt;br&gt;private StaticText staticText3 = new StaticText();
&lt;br&gt;&lt;br&gt;public StaticText getStaticText3() {
&lt;br&gt;return staticText3;
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;public void setStaticText3(StaticText st) {
&lt;br&gt;this.staticText3 = st;
&lt;br&gt;}
&lt;br&gt;private MessageGroup messageGroup1 = new MessageGroup();
&lt;br&gt;&lt;br&gt;public MessageGroup getMessageGroup1() {
&lt;br&gt;return messageGroup1;
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;public void setMessageGroup1(MessageGroup mg) {
&lt;br&gt;this.messageGroup1 = mg;
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;// &amp;lt;/editor-fold&amp;gt;
&lt;br&gt;&lt;br&gt;/**
&lt;br&gt;*
&lt;br&gt;&lt;br&gt;Construct a new Page bean instance.
&lt;br&gt;*/
&lt;br&gt;public Page1() {
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;/**
&lt;br&gt;*
&lt;br&gt;&lt;br&gt;Callback method that is called whenever a page is navigated to,
&lt;br&gt;* either directly via a URL, or indirectly via page navigation.
&lt;br&gt;* Customize this method to acquire resources that will be needed
&lt;br&gt;* for event handlers and lifecycle methods, whether or not this
&lt;br&gt;* page is performing post back processing.
&lt;br&gt;*
&lt;br&gt;*
&lt;br&gt;&lt;br&gt;Note that, if the current request is a postback, the property
&lt;br&gt;* values of the components do not represent any
&lt;br&gt;* values submitted with this request. Instead, they represent the
&lt;br&gt;* property values that were saved for this view when it was rendered.
&lt;br&gt;*/
&lt;br&gt;&lt;br&gt;private String realImageFilePath;
&lt;br&gt;private static final String IMAGE_URL = &amp;quot;/resources/image-file&amp;quot;;
&lt;br&gt;@Override
&lt;br&gt;public void init() {
&lt;br&gt;// Perform initializations inherited from our superclass
&lt;br&gt;super.init();
&lt;br&gt;// Perform application initialization that must complete
&lt;br&gt;// before managed components are initialized
&lt;br&gt;// TODO - add your own initialiation code here
&lt;br&gt;&lt;br&gt;// &amp;lt;editor-fold defaultstate=&amp;quot;collapsed&amp;quot; desc=&amp;quot;Managed Component Initialization&amp;quot;&amp;gt;
&lt;br&gt;// Initialize automatically managed components
&lt;br&gt;// Note - this logic should NOT be modified
&lt;br&gt;try {
&lt;br&gt;_init();
&lt;br&gt;} catch (Exception e) {
&lt;br&gt;log(&amp;quot;Page1 Initialization Failure&amp;quot;, e);
&lt;br&gt;throw e instanceof FacesException ? (FacesException) e: new FacesException(e);
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;// &amp;lt;/editor-fold&amp;gt;
&lt;br&gt;// Perform application initialization that must complete
&lt;br&gt;// after managed components are initialized
&lt;br&gt;// TODO - add your own initialization code here
&lt;br&gt;ServletContext theApplicationsServletContext = (ServletContext) this.getExternalContext().getContext();
&lt;br&gt;this.realImageFilePath = theApplicationsServletContext.getRealPath(IMAGE_URL);
&lt;br&gt;&lt;br&gt;}
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
&lt;/quote&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Help--Upload-File-Component-Problem-tp16410318p16532392.html" />
</entry>

</feed>
