in ASP i used For each field in form ...
get value
is it possible in JSP?
(prior to parsing form i don't know names of fields, but from value i can
get all info that i need)
is it possible?
thanx
is it possible in JSP?
(prior to parsing form i don't know names of fields, but from value i can
get all info that i need)
is it possible?
thanx
Enumeration eNames = request.getParameterNames();
while (eNames.hasMoreElements())
{
String eName = (String) eNames.nextElement();
String[] eValues = request.getParameterValues(eName);
}
Quote:> in ASP i used For each field in form ...
> get value
> is it possible in JSP?
> (prior to parsing form i don't know names of fields, but from value i can
> get all info that i need)
> is it possible?
> thanx
1. How do I parse name into first and last name fields
Hai Maurice
pos%= instr(1,Naam$,",")
Firstname = left(naam,pos%-1)
Lastname= right(naam,pos%+1)
Peter Adriaenssens
2. : Referential Integrity and Delhi delete method
3. Accessing another user's table without qualifying table name with the owner-name
4. Failure during send to the target server.
6. Unable to start Oracle 7.3 DB after Unix Server Crash
7. Pre-Parsing a SQL Query to retrieve just the field names
8. RSA Pick programmer available
12. get the source table.field name from a view's field
13. PDox 5: form input fields that AREN't table fields