thanks, S.

does it seems like a pretty obvious and useful general feature?  html forms 
even allow the regex validation with the pattern attribute.

ideally, a basic parser briefly looks at the HTML form before it is drawn, 
encrypts each form (so that it becomes unalterable) and passes it along. 
 the recipient decrypts these, parses the forms and checks that all the 
html form constraints are met.  now, without coding, without repetition, 
and only with html markup, one of the most common tasks in web interaction 
is taken care of.

I will likely get to rolling my own when I understand the framework a 
little better.  for the sender, I need to hook post-template processing and 
pre-rendering, parse the DOM, encrypt each form and add it as hidden field 
into each form.  for the recipient, I need a function that decrypts and 
systematically goes through the tags and attributes in the html.

regards,

/iaw


On Saturday, March 4, 2017 at 3:37:08 AM UTC-8, sri wrote:
>
> I don't think this exists yet. In fact, i don't think this exists for any 
> framework in any language. :)
>
> --
> sebastian
>

-- 
You received this message because you are subscribed to the Google Groups 
"Mojolicious" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/mojolicious.
For more options, visit https://groups.google.com/d/optout.

Reply via email to