> Hmmm... I may be misunderstanding what you're saying... but...
>
> In the PayPal landing, I'd update the user's state (e.g., credit their
> account), add something to S.notices and then redirect the browser to either
> "/" or some other page.  So, no HTML required on the landing page.  Also,
> this is specific to the PayPal stuff so it shouldn't be referenced in Boot.

I think im not being clear. Let me clarify:

When the request comes in from paypal, I want to process that request,
get the various parameters and then provide some way for the user to
use those values to do whatever post-processing they require.

So, without any settings in Boot.scala, how do i handle the request
from a framework point of view? And provide means for the user to
customize what happens to those results? Some kind of

PayPal.afterIPN({
  // bunch of processing
})

Thoughts?

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