Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within JSP
Search Coderanch
Advance search
Google search
Register / Login
Win a copy of
OCP Oracle Certified Professional Java SE 11 Developer Practice Tests
this week in the
OCP
forum!
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Paul Clapham
Jeanne Boyarsky
Ron McLeod
Tim Cooke
Sheriffs:
Devaka Cooray
paul wheaton
Mark Herschberg
Saloon Keepers:
Tim Moores
Tim Holloway
Stephan van Hulst
Frits Walraven
Jj Roberts
Bartenders:
Carey Brown
salvin francis
Piet Souris
Forum:
JSP
Multiline Building in JSP
Ayyappan Selvaraj
Ranch Hand
Posts: 63
posted 15 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
I need code to build rows with input boxes and combo boxes in
JSP
by calling
JAVA
methods.
Using javascript works in IE but not in Mozilla.
ankur rathi
Ranch Hand
Posts: 3851
posted 15 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Not sure this is what you are looking for...
<% for(int i=0; i<10; i++) { %><input type="text"/><BR><% } %>
You can also do this through taglib to avoid scriptlet...
We're all out of roofs. But we still have tiny ads:
the value of filler advertising in 2021
https://coderanch.com/t/730886/filler-advertising
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
Alert box in JSP!
Combo Boxes
struts and display tag
Passing values to form bean string array
Need a GUI
More...