Hi Subrahmanyam,

> I am a new user of Velocity.

Welcome to the gang!  ;)

> I would like to know , how to send a bunch of values to the serverside , and
> then how to retriev the values again in the velocity to populate page,
> using sessions objects.

To send stuff from client to server, do as any web application, using
the <form> and <input> tags in your html.  As for server to client,
use the VelocityViewServlet.  :)
  
http://jakarta.apache.org/velocity/tools/javadoc/org/apache/velocity/tools/view/servlet/VelocityViewServlet.html

Best regards,
-- Shinobu

--
Shinobu "Kawai" Yoshida <[EMAIL PROTECTED]>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to