Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/grype/seaside-mold

Mold: Form Validation for Seaside
https://github.com/grype/seaside-mold

component pharo pharo-smalltalk seaside smalltalk validation webframework

Last synced: 19 days ago
JSON representation

Mold: Form Validation for Seaside

Awesome Lists containing this project

README

        

# Seaside-Mold

Mold: Form Validation for Seaside

> This is a fork of [@ktreis](https://github.com/ktreis)'s project at http://www.squeaksource.com/Mold/.

## Installation

```smalltalk
Metacello new
baseline: 'Mold';
repository: 'github://grype/Seaside-Mold/src';
load.
```

## Getting started

The best information about Mold can be found in the article [Mold: Form Validation for Seaside](https://kentreis.wordpress.com/2008/08/27/mold-form-validation-for-seaside/)