I would like some thoughts on this.... I would like to use jsp to do things that are local to each page (form validation simple logic, etc.) and then pass off the request to a servlet (which can do bigger things - database, business logic, etc.) What is the best way to do this? I know that you can direcly call JSPs from servlets, passing them bean info, either in the request or the session, but what is the best way to go from JSP->servlet? Essentially, Initial JSP page -POST-GET-> same JSP page (simple logic) -> servlet (advanced logic, database,etc.) Does this make sense? How are other people doing it? I know that JSPs are compiled into servlets, but it "seems" to make more sense to me that page to page sort of things should stay in JSPs (so if my designer looks at them, they won't freak) and I can use servlets for more complicated issues. Am I crazy for trying to use this before the 1.0 JSP release? Thoughts? Thanks in advance! -- Jason Puyleart Internet Concepts, LLC [EMAIL PROTECTED] Office: 608.285.6600 Fax: 608.285.6601 ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
