form elements

Y

yasaswi

I am trying to build a web application with JSPs and Servlets in
Tomcat. There are lot of form elements like text fields, radio buttons,
etc. that need to be created. What is the best to create a reusable or
scalable set of form elements?
Thanks,
Yasaswi
 
W

Wendy Smoak

yasaswi said:
I am trying to build a web application with JSPs and Servlets in
Tomcat. There are lot of form elements like text fields, radio buttons,
etc. that need to be created. What is the best to create a reusable or
scalable set of form elements?

Anytime you mention JSP/Servlet and HTML forms in the same sentence, the
answer is always Struts.
http://struts.apache.org/
 
H

Heiner Kücker

yasaswi
I am trying to build a web application with JSPs and Servlets in
Tomcat. There are lot of form elements like text fields, radio buttons,
etc. that need to be created. What is the best to create a reusable or
scalable set of form elements?
Thanks,
Yasaswi

The best way is using jsp taglibs.

In my JSP Framework is an decided session key
for Form beans and List Form Beans.

This avoid redundant coding in actions and
tag libs.

--
Heiner Kuecker
Internet: http://www.heinerkuecker.de http://www.heiner-kuecker.de
JSP WorkFlow PageFlow Page Flow FlowControl Navigation: http://www.control-and-command.de
Java Expression Formula Parser: http://www.heinerkuecker.de/Expression.html
Domain Specific Languages http://www.heinerkuecker.de/DomainParser.html
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top