codetoad.com
  ASP Shopping CartForum & BBS
  - all for $20 from CodeToad Plus!
  
  Home || ASP | ASP.Net | C++/C# | DHTML | HTML | Java | Javascript | Perl | VB | XML || CodeToad Plus! || Forums || RAM 
Search Site:
Search Forums:
  help with jsp..urgent  venun2000 at 14:02 on Wednesday, April 04, 2007
 

hi

I am having an login page written in jsp.I want to get values from login jsp to another jsp by submit button.How can i get.

  Re: help with jsp..urgent  sandeshas at 10:22 on Thursday, May 24, 2007
 

The syntax for a JSP expression

<%= any Java expression that can be converted to a string % >

The syntax for getting a parameter from the implicit request object

request.getParameter(parameterName);

Examples that use scriptlets and expressions

A scriptlet and expression that display the value of the firstName parameter

<%
String firstName = request.getParameter("firstName");
%>
The first name is <%= firstName %> .

An expression that displays the value of the firstName parameter

The first name is <%= request.getParameter("firstName") %>.








CodeToad Experts

Can't find the answer?
Our Site experts are answering questions for free in the CodeToad forums
//








Recent Forum Threads
•  How to send multiple perameters in SOAP request.
•  Java code for Insert picture on the table in spreadsheet
•  Re: Problem with concatenation
•  how to genrates the crystal report by sending a id at runtime
•  help me
•  pls help me with this..
•  Re: Security - Code verify
•  Job @ EarlySail
•  Job @ EarlySail (perl)


Recent Articles
ASP GetTempName
Decode and Encode UTF-8
ASP GetFile
ASP FolderExists
ASP FileExists
ASP OpenTextFile
ASP FilesystemObject
ASP CreateFolder
ASP CreateTextFile
Javascript Get Selected Text


© Copyright codetoad.com 2001-2007