Getting data on single submit

View: New views
2 Messages — Rating Filter:   Alert me  

Getting data on single submit

by Chandramouli P-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Hi,

We have an application, which is developed using Front Servlets. We have a JSP page, which in turn has three frames. We are able to get the form-data defined in inside frames using JavaScript DOM syntax and submit it with one Submit button.

Now, we are planning to migrate the application to Struts. Is it possible to get the forms-data defined in two tiles, defined in one JSP page, and submit it with one click.

Regards,
Chandramouli P.
_________________________________________________________________
Watch hottest Bollywood videos, clips, movie tailors, star interviews, songs and more on MSN videos.
http://video.msn.com/?mkt=en-in

Re: Getting data on single submit

by Antonio Petrelli-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

2008/6/19 Chandramouli P <chandra_struts@...>:
> Now, we are planning to migrate the application to Struts. Is it possible to get the forms-data defined in two tiles, defined in one JSP page, and submit it with one click.

I think that the best answer is seeing it in your browser.
If you see an HTML <form> containing all your needed <input> and other
fields, then you nested correctly your pages.

Antonio