Here request is an implicit object provided by JSP. It is described along
with other implicit objects in JSP presentation.
--
Regards,
Artashes Hovasapyan
2009/7/5 merve t
> hi,
> i must add a parameter "myparameter" with value "Passion" to request object
> and forward the request to the middl
Hi!
Take a look at the Syntax for JSP:Forward , You should be able to figure how
to pass a new parameter from here ,
http://java.sun.com/products/jsp/tags/11/syntaxref11.fm9.html
just to make things easier for you : here you go ,
On Mon, Mar 9, 2009 at 7:57 AM, BOOKER Steve wrote:
> Hi
try this:
and recieve
My Param is ${param.myParam}
On 8 mar, 21:27, "BOOKER Steve"
wrote:
> Hi All,
>
> I am very new to J2ee and web programming.
>
> Trying to do the homework for 4003 and cannot quite see how to add a new
> parameter in a jsp. As far as I can make out the training showe