I don't know much about flash but I wonder if you can can parameterize
the form fields names. For instance when you're calling the flash
object you pass the name of each form field. These names can be
generated by Lift hence they would represent mapped functions. Hence
when your form gets submitted you functions will be executed.This
should be easy to do if your flash call is added from a snippet.

Br's,
Marius

On Dec 28, 3:17 pm, Marius <[email protected]> wrote:
> Well since there is no function binding on server side you do not have
> a function to process it or separate functions for each field (as you
> well know)
>
> You would probably use a DispatchPF function to process the request
> "manually"
>
> Br's,
> Marius
>
> On Dec 28, 3:01 pm, Tim Perrett <[email protected]> wrote:
>
> > Guys,
>
> > seeing as lift binds the html form elements to server side functions,
> > how can one post a flash based form (or any other non-lift powered
> > form) to a lift back-end and, process the response in the normal
> > manner?
>
> > Would it be some hacky S.param stuff?
>
> > Thoughts / ideas on how to handle this would be great!
>
> > Cheers,
>
> > Tim
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to