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 :-)



0 comments:

Post a Comment