[Lift] Re: how to call my servlet from lift form

2009-04-16 Thread Viktor Klang
Hello Pravin,

I cannot understand what you mean.
Can you please try to describe the workflow.

(the flow involving web.xml makes no sense to me)

Cheers,
Viktor

On Thu, Apr 16, 2009 at 8:53 AM, pravin pravinka...@gmail.com wrote:


 Hi guys,
 I am new to Lift framework.
 I created one form. i want to submit this for to one servlet and
 perform some business logic on form data and display other page.

 How can i do this with the help of lift.

 I short i want to do this like sample web application - form - web.xm
 (navigartion rules)- servlet - web.xml --- other jsp


 Thanks in advance

 



-- 
Viktor Klang
Senior Systems Analyst

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Lift group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~--~~~~--~~--~--~---



[Lift] Re: how to call my servlet from lift form

2009-04-16 Thread David Pollak
Pravin,

Please see the Arc Challenge example:

http://demo.liftweb.net/arc

The view for the example is at:
http://github.com/dpp/liftweb/blob/430b0abfc483a5c56856b169d2ac54a48257cdb4/sites/example/src/main/webapp/arc.html

And the Scala code is at:
http://github.com/dpp/liftweb/blob/430b0abfc483a5c56856b169d2ac54a48257cdb4/sites/example/src/main/scala/net/liftweb/example/snippet/ArcChallenge.scala

Hope this helps.

Thanks,

David

On Wed, Apr 15, 2009 at 11:53 PM, pravin pravinka...@gmail.com wrote:


 Hi guys,
 I am new to Lift framework.
 I created one form. i want to submit this for to one servlet and
 perform some business logic on form data and display other page.

 How can i do this with the help of lift.

 I short i want to do this like sample web application - form - web.xm
 (navigartion rules)- servlet - web.xml --- other jsp


 Thanks in advance

 



-- 
Lift, the simply functional web framework http://liftweb.net
Beginning Scala http://www.apress.com/book/view/1430219890
Follow me: http://twitter.com/dpp
Git some: http://github.com/dpp

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Lift group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~--~~~~--~~--~--~---