> I also managed to write a fairly complete 
> base controller which integrates with
> FormProc to give you semi-automated form
> validation.

Does it work with multipart forms?

I did build yesterday something similar, althought I used more
lightweight approach. I did not introduce any new tags, as what I can
see you did. I just used controller parameters, eg.:

<controller ...>
        <param name="form" value="loginForm" />
        <!--
        or maybe
        <param name="extendedForm" value="loginForm" />
        -->
</controller>

Then I just build a few abstract classes. I use only the validation part
of the FormProc.

I'm thinking about implemeting something similar for Authorization:

<controller ...>
        <param name="rolesRequired" value="manager publisher" />
</controller>

This is my approach... maybe you did it better, but this works fine for
me.



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
[INVALID FOOTER]

Reply via email to