On Fri, Mar 4, 2011 at 10:44 AM, Emi Lu <em...@encs.concordia.ca> wrote:
> check_action()
> {
>      PrintWriter out          = res.getWriter();
>      res.setContentType("text/html");
>      if(error)
>      {
>         out.println("<li>Error info</li>");

Ew.

> The part gives me headache is that how to submit hundreds of tags in the
> form in JSP?

A form with hundreds of fields is a horrible mess anyway.

> Is there a way, form values can be submit automatically?

... By submitting the form? You're going to have to be more specific
in your requirements--I don't know what you mean by "can the form
values be submit[ted] automatically"--that's what a form submission
does, submits all the input elements in a form.

Dave

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to