The demo/tutorial has the same basic functionality as the last release -- just a login form essentially -- but a lot more bling now. Like menu link items that change colors when the page is clicked. Also the login form that gives sane error messages.
The focus for this release was on explaining how I used StringTemplate with HAppS.
Hopefully in version 4 I'll finally get to State and Macid! And hopefully some functionality that actually does something beyond just showing what users have created logins :)
> The demo/tutorial has the same basic functionality as the last release > -- just a login form essentially -- but a lot more bling now. Like > menu link items that change colors when the page is clicked. Also the > login form that gives sane error messages.
> The focus for this release was on explaining how I used StringTemplate > with HAppS.
> Hopefully in version 4 I'll finally get to State and Macid! And > hopefully some functionality that actually does something beyond just > showing what users have created logins :)
> The demo/tutorial has the same basic functionality as the last release > -- just a login form essentially -- but a lot more bling now. Like > menu link items that change colors when the page is clicked. Also the > login form that gives sane error messages.
> The focus for this release was on explaining how I used StringTemplate > with HAppS.
> Hopefully in version 4 I'll finally get to State and Macid! And > hopefully some functionality that actually does something beyond just > showing what users have created logins :)
I've got a problem. In Windows XP, running the executable from the command prompt:
c:\>happs-tutorial.exe 5001
When I use the browser to request the default page it came rendered with some wrong ports: The content area had good links (for example: the "install and run" had link to http://localhost:5001/tutorial/run-tutorial-locally), but the menubarMenu and tocArea (as defined in View.hs) got random ports, i.e. "thanks" is linked to http://localhost:1161/tutorial/thanks.
Who gives the problem? Is it the rendering process, the Happs server or the windows implementation stack?