<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-14074152</id><updated>2011-04-22T05:42:49.981+08:00</updated><title type='text'>RERecording Cache</title><subtitle type='html'>Open discussion.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://kitzr.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14074152/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://kitzr.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Kitz</name><uri>http://www.blogger.com/profile/15308587831965143270</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>8</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-14074152.post-2782030934962159956</id><published>2007-06-05T11:02:00.000+08:00</published><updated>2007-06-08T09:26:14.512+08:00</updated><title type='text'>JSF Datatable output problem</title><content type='html'>Had a hard time figuring out how to output a column data in a datatable from a List declared in the model(POJO). I thought it would be like "myAppForm.myModel.myList.myProperty"  since the table has a value of "myAppForm.myModel.myList". Then there is the variable (var) "myAppVar",  which you could use to access the properties in the List e.g. "myAppVar.myProperty".&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/14074152-2782030934962159956?l=kitzr.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://kitzr.blogspot.com/feeds/2782030934962159956/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=14074152&amp;postID=2782030934962159956' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14074152/posts/default/2782030934962159956'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14074152/posts/default/2782030934962159956'/><link rel='alternate' type='text/html' href='http://kitzr.blogspot.com/2007/06/jsf-datatable-output-problem.html' title='JSF Datatable output problem'/><author><name>Kitz</name><uri>http://www.blogger.com/profile/15308587831965143270</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14074152.post-6341304529798280758</id><published>2007-03-22T10:34:00.000+08:00</published><updated>2007-03-22T11:00:02.261+08:00</updated><title type='text'>Tomcat Stopped ?</title><content type='html'>An unexpected error has been detected by Java Runtime Environmet&lt;br /&gt;&lt;br /&gt;Problematic Frame:&lt;br /&gt;V [libjvm.so+0x2e4dde]&lt;br /&gt;&lt;br /&gt;Read a lot of Forum, found out that it was a version bug or something.&lt;br /&gt;I currently have 1.6 installed. Checked that /usr/bin/java is old so I had to&lt;br /&gt;remove it. Then downgraded to 1.5. It got fixed. Just wasn't sure if downgrading it&lt;br /&gt;or removing the old java fixed it.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/14074152-6341304529798280758?l=kitzr.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://kitzr.blogspot.com/feeds/6341304529798280758/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=14074152&amp;postID=6341304529798280758' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14074152/posts/default/6341304529798280758'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14074152/posts/default/6341304529798280758'/><link rel='alternate' type='text/html' href='http://kitzr.blogspot.com/2007/03/tomcat-stopped.html' title='Tomcat Stopped ?'/><author><name>Kitz</name><uri>http://www.blogger.com/profile/15308587831965143270</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14074152.post-7546812973326676006</id><published>2007-03-19T11:16:00.000+08:00</published><updated>2007-03-20T14:59:39.331+08:00</updated><title type='text'>postgresql please respond</title><content type='html'>Postgres doesnt start. &lt;br /&gt;&lt;pre style="color: rgb(255, 0, 0);"&gt;&lt;code&gt;/usr/local/pgsql/bin/postmaster -D /usr/local/pgsql/data &gt;logfile 2&gt;&amp;1 &amp; &lt;/code&gt;&lt;/pre&gt;    &lt;--start postgres service (doesn't work)&lt;br /&gt;&lt;br /&gt;keeps saying that there is another process going. Tried killing it but it doesn't exist.&lt;br /&gt;&lt;br /&gt;Tried other commands, then found out the solution was simple. Just DELETE the postmaster.pid found inside [data] and start it again&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/14074152-7546812973326676006?l=kitzr.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://kitzr.blogspot.com/feeds/7546812973326676006/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=14074152&amp;postID=7546812973326676006' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14074152/posts/default/7546812973326676006'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14074152/posts/default/7546812973326676006'/><link rel='alternate' type='text/html' href='http://kitzr.blogspot.com/2007/03/postgresql-please-respond.html' title='postgresql please respond'/><author><name>Kitz</name><uri>http://www.blogger.com/profile/15308587831965143270</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14074152.post-5587167079281149214</id><published>2007-03-05T14:31:00.000+08:00</published><updated>2007-03-05T14:50:16.638+08:00</updated><title type='text'>Missing Bundle</title><content type='html'>&lt;span style="font-family: arial;"&gt;&lt;/span&gt;error in jsf&lt;br /&gt;&lt;pre style="color: rgb(255, 0, 0);"&gt;&lt;code&gt;f:loadbundle basename="#{payslipForm.bundleName}" Can't find bundle for base name&lt;/code&gt;&lt;/pre&gt; What went wrong?&lt;br /&gt;I added the following code in my jsp file:&lt;br /&gt;&lt;span style="color: rgb(0, 153, 0);"&gt;...&lt;br /&gt;&lt;f:view&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;f:loadbundle var="text" basename="#{payslipForm.bundleName}"&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 153, 0);"&gt;&lt;br /&gt;...&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;edited my message properties (in this case, ApplicationResources.properties)&lt;br /&gt;and added a few lines:&lt;br /&gt;&lt;span style="color: rgb(0, 153, 0);"&gt;# -- payslipForm -&lt;/span&gt;-&lt;br /&gt;payslipForm.title=&lt;span style="color: rgb(51, 51, 255);"&gt;Online Payslip View&lt;/span&gt;&lt;br /&gt;payslipForm.heading=&lt;span style="color: rgb(51, 51, 255);"&gt;My Payslip&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;What I forgot was the name for my bundle &lt;span style="color: rgb(255, 0, 0);"&gt;should be the same&lt;/span&gt; as the one I declared as my managed bean. Anyways I'm learning..&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/14074152-5587167079281149214?l=kitzr.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://kitzr.blogspot.com/feeds/5587167079281149214/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=14074152&amp;postID=5587167079281149214' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14074152/posts/default/5587167079281149214'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14074152/posts/default/5587167079281149214'/><link rel='alternate' type='text/html' href='http://kitzr.blogspot.com/2007/03/missing-bundle.html' title='Missing Bundle'/><author><name>Kitz</name><uri>http://www.blogger.com/profile/15308587831965143270</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14074152.post-117029747419584049</id><published>2007-02-01T10:34:00.000+08:00</published><updated>2007-02-01T10:37:54.206+08:00</updated><title type='text'>not saving</title><content type='html'>Using JSF, setting &lt;span style="color: rgb(51, 102, 255);"&gt;inputText&lt;/span&gt; as &lt;span style="color: rgb(255, 102, 102);"&gt;readonly&lt;/span&gt; would make values unregistered so I would have to add the value again, different &lt;span style="color: rgb(204, 51, 204);"&gt;id&lt;/span&gt;, as a &lt;span style="color: rgb(51, 204, 0);"&gt;hidden&lt;/span&gt; value to save it.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/14074152-117029747419584049?l=kitzr.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://kitzr.blogspot.com/feeds/117029747419584049/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=14074152&amp;postID=117029747419584049' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14074152/posts/default/117029747419584049'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14074152/posts/default/117029747419584049'/><link rel='alternate' type='text/html' href='http://kitzr.blogspot.com/2007/02/not-saving.html' title='not saving'/><author><name>Kitz</name><uri>http://www.blogger.com/profile/15308587831965143270</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14074152.post-116349024595702155</id><published>2006-11-14T15:37:00.000+08:00</published><updated>2006-11-14T15:44:05.966+08:00</updated><title type='text'>make no mistake</title><content type='html'>After spending an hour of trying to jar my classfiles, I found out why it isn't working. Getting error &lt;span style="color: rgb(255, 0, 0);"&gt;"main" java.lang.NoClassDefFoundError:&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 153, 0);"&gt;"&lt;/span&gt;jar cvfm myjar.jar manifest.mf -C mydirectory&lt;span style="color: rgb(255, 0, 0);"&gt;/&lt;/span&gt; .&lt;span style="color: rgb(0, 153, 0);"&gt;"&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;        "&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;/&lt;span style="color: rgb(0, 0, 0);"&gt;"&lt;/span&gt;&lt;/span&gt; &lt;span style="color: rgb(0, 0, 0);"&gt;should have been&lt;/span&gt; &lt;span style="color: rgb(0, 0, 0);"&gt;"&lt;/span&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;\&lt;/span&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;"&lt;br /&gt;&lt;slash&gt;                                        &lt;backslash&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/14074152-116349024595702155?l=kitzr.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://kitzr.blogspot.com/feeds/116349024595702155/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=14074152&amp;postID=116349024595702155' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14074152/posts/default/116349024595702155'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14074152/posts/default/116349024595702155'/><link rel='alternate' type='text/html' href='http://kitzr.blogspot.com/2006/11/make-no-mistake.html' title='make no mistake'/><author><name>Kitz</name><uri>http://www.blogger.com/profile/15308587831965143270</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14074152.post-116281522542538868</id><published>2006-11-06T20:06:00.000+08:00</published><updated>2007-01-09T21:26:41.210+08:00</updated><title type='text'>YUM MY!!!</title><content type='html'>I had a hard time setting up my YUM (FC4) because i was BEHIND a FIREWALL with AUTHENTICATION :(&lt;br /&gt;&lt;br /&gt;Finally, after some research, I had to edit /etc/yum.conf&lt;br /&gt;&lt;br /&gt;and added this &lt;span style="color: rgb(204, 0, 0);"&gt;line&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;[main]&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;&lt;span style="color: rgb(204, 0, 0);"&gt;proxy=http://username:password@ip_address:port&lt;/span&gt;        &lt;span style="color: rgb(51, 51, 255);"&gt; &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;cachedir=/var/cache/yum&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;....&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;...&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;...&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;didn't work for me, so I added the environment variable "HTTP_PROXY"&lt;br /&gt;e.g&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;&lt;span style="color: rgb(204, 0, 0);"&gt;HTTP_PROXY=http://username:password@ip_address:port&lt;/span&gt; &lt;/span&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;and&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;&lt;span style="color: rgb(204, 0, 0);"&gt;export HTTP_PROXY&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/14074152-116281522542538868?l=kitzr.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://kitzr.blogspot.com/feeds/116281522542538868/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=14074152&amp;postID=116281522542538868' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14074152/posts/default/116281522542538868'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14074152/posts/default/116281522542538868'/><link rel='alternate' type='text/html' href='http://kitzr.blogspot.com/2006/11/yum-my.html' title='YUM MY!!!'/><author><name>Kitz</name><uri>http://www.blogger.com/profile/15308587831965143270</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-14074152.post-112376671563408733</id><published>2005-08-11T21:24:00.000+08:00</published><updated>2005-08-11T21:25:15.633+08:00</updated><title type='text'></title><content type='html'>CLEAN?&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/14074152-112376671563408733?l=kitzr.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://kitzr.blogspot.com/feeds/112376671563408733/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=14074152&amp;postID=112376671563408733' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14074152/posts/default/112376671563408733'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14074152/posts/default/112376671563408733'/><link rel='alternate' type='text/html' href='http://kitzr.blogspot.com/2005/08/clean.html' title=''/><author><name>Kitz</name><uri>http://www.blogger.com/profile/15308587831965143270</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry></feed>
