Re: How to pass values between velocity and servlet

2006-10-12 Thread erica_ren
Baughman <[EMAIL PROTECTED]> 12/10/2006 12:00 PM Please respond to "Velocity Users List" To Velocity Users List cc Subject Re: How to pass values between velocity and servlet String number=(String) request.getParameter("number"); Barbara Baughman X2157 On Thu, 12

Re: How to pass values between velocity and servlet

2006-10-12 Thread Barbara Baughman
rbara Baughman <[EMAIL PROTECTED]> > 12/10/2006 11:38 AM > Please respond to > "Velocity Users List" > > > To > Velocity Users List > cc > > Subject > Re: How to pass values between velocity and servlet > > > > > > > If you'

Re: How to pass values between velocity and servlet

2006-10-12 Thread Paul Loy
ra Baughman <[EMAIL PROTECTED]> 12/10/2006 11:38 AM Please respond to "Velocity Users List" To Velocity Users List cc Subject Re: How to pass values between velocity and servlet If you're using a hyper link to a servlet, can you add the parameters with the UR

Re: How to pass values between velocity and servlet

2006-10-12 Thread erica_ren
h Floor, 15 rue Eddy Gatineau, Québec K1A 0M5 819.956.2179 Barbara Baughman <[EMAIL PROTECTED]> 12/10/2006 11:38 AM Please respond to "Velocity Users List" To Velocity Users List cc Subject Re: How to pass values between velocity and servlet If you're using a

Re: How to pass values between velocity and servlet

2006-10-12 Thread Barbara Baughman
gt; Gatineau, Qu?bec > K1A 0M5 > 819.956.2179 > > > > > > > Paul Loy <[EMAIL PROTECTED]> > 12/10/2006 11:07 AM > Please respond to > "Velocity Users List" > > > To > Velocity Users List > cc > > Subject > Re: How to pass values betw

Re: How to pass values between velocity and servlet

2006-10-12 Thread Paul Loy
Paul Loy <[EMAIL PROTECTED]> 12/10/2006 11:07 AM Please respond to "Velocity Users List" To Velocity Users List cc Subject Re: How to pass values between velocity and servlet can you not just use the same form - just add a hidden field! [EMAIL PROTECTED] wrote: Hi,

Re: How to pass values between velocity and servlet

2006-10-12 Thread erica_ren
dien Room 26B, 8th Floor, 15 rue Eddy Gatineau, Québec K1A 0M5 819.956.2179 Paul Loy <[EMAIL PROTECTED]> 12/10/2006 11:07 AM Please respond to "Velocity Users List" To Velocity Users List cc Subject Re: How to pass values between velocity and servlet can you

Re: How to pass values between velocity and servlet

2006-10-12 Thread Paul Loy
can you not just use the same form - just add a hidden field! [EMAIL PROTECTED] wrote: Hi, I have a parameter on a velocity template which I need to pass to my servlet to do some calculation, and then pass it back to the velocity template for rendering new content. I'm already using a form fi

How to pass values between velocity and servlet

2006-10-12 Thread erica_ren
Hi, I have a parameter on a velocity template which I need to pass to my servlet to do some calculation, and then pass it back to the velocity template for rendering new content. I'm already using a form filter through HTTPRequest so I cannot use another form to pass on the data. The idea is t