Sunday, January 31, 2010

Sell Your Blood Chicago

Foreword

I just received the very sad news of the death of a friend's real sports.

Dear Michael,
I had unfortunately just the chance you get to know just two years to be allowed to. But rarely before me a man with such energy and such a desire to make a difference, encountered. Your directness, your determination and your almost invincible optimism impressed me deeply.

You showed that you can move very much if you only because it finally begins. Also resistance from opponents ignorant or have you can not slow down, because you were you sure to walk a good path.

In all these things to you that was good of the Community is very important. You yourself have brought this also many personal sacrifices and that too at a time when everyone else would have probably already desperate.


What now remains to us, the consolation is to have had the good fortune to be able to meet you. And the task to follow your example, no matter how difficult the circumstances, they sometimes may be.

My thoughts are with your loved ones in the hope that they find enough strength in this difficult time by the memory of your strength.

you never to be forgotten!

Friday, January 8, 2010

Kolestol Haircolor Color Chart

eclipse - build.xml - Installation Instructions (Stand-alone configuration)

In my small JSF project (
http://kenai.com/projects/agrar-land
) I had problems with the use of AJAX within my Facelets:
\u0026lt;h: command button action = "# {schlagView.addWorking}" value = "ADD3>
\u0026lt;f:ajax render="@form" execute="@form" />
\u0026lt;/ h: command button>

was supposed at the day

f: ajax

all happen automatically, that is the required JavaScript Library jsf.js should be included automatically.
Unfortunately the whole at first glance does not really work :-( The Page has made a normal submit - no AJAX ...
A closer look However, the following message was issued on the HTML Page:

One or more resources, the target 'head', but it was not a component 'head' is defined in the view.

The reason was simply that I have worked in my JSF Files not clean. I used for the HTML header just normal HTML tags - has found out how bad digestion! This work
AJAX and therefore the file

jsf.js
(formerly
ajax.js ) automatically included, must be with the JSF days
h: head to work
. Then everything works well :-)