[Helma-user] Static Skins in prototype

Joshua Paine joshua at papercrown.org
Mon Jul 23 23:05:08 CEST 2007


If I understand you correctly, I'm actually doing what this amounts to, 
but I'm not using skins. Everything that would be a skin for me is 
instead an object method that returns an E4X XML object. E.g.:

##UserMgr/create.hac##

var page = {
	title: "Create New User",
	links:this.linkSet()
}
...
page.body = User.prototype.asForm.apply();
page.body. at action = this.href('create');
res.write(Templates.main(page));


More information about the Helma-user mailing list