I'm definitely missing something here. There is no url in the form. I'm using the booking-faces demo, and just added an h:for to the intro.xhtml page that comes in the sample. No matter what I change...
Type: Posts; User: awjmans; Keyword(s):
I'm definitely missing something here. There is no url in the form. I'm using the booking-faces demo, and just added an h:for to the intro.xhtml page that comes in the sample. No matter what I change...
I'm struggling with the JSF faces sample. I want to add a simple JSF form to the intro.xhtml page using:
<h:form>
<h:commandButton />
</h:form>
Because Spring Webflow wants to take control...
Quote from the Spring Modules Chapter 5 - DB4o :
"As samples, a web application named Recipe Manager and some examples 'converted' from db4o distribution (mainly chapter 1) are available."
...
Not the most elegant - but it'l get things working 4 u in a WebApp.
1. Start a new web project in e.g. eclipse.
2. In your java/src folder, create 2 packages - one called org.mydomain.quote, and...
I'm experiencing the same problem. I have run the cafe successfully in *non-webapp* mode - i.e. just running it on the local machine. When I create a webapp, using wtp, and then create the spring...