Re: How can I redirect servlet output to different frame?
Jean-Christophe CHARVY <[email protected]>
| Newsgroups | gmane.comp.java.sun.servlet |
|---|---|
| Message-ID | <6580111.1064641264515.JavaMail.www@wwinf4002> |
Hi, You have just to set the target attribute of the form markup like that : <form action="/path/to/your/servlet" target="pathToTheTargetFrame"> ... </form> Cheers, JC > Message du 26/09/03 à 17h11 > De : Charles Jordan <[email protected]> > A : [email protected] > Copie à : > Objet : How can I redirect servlet output to different frame? > > Hello All, > I have a two frame jsp which has a menu frame from which I call a servlet > that I want to populate the second frame. How can I do this from within > the servlet? > > Thank you. > > Charles (Allen) Jordan <[email protected]> > System Administrator (407)771-8919 > Convergys > 285 International Parkway, > Lake Mary, FL 32746-5007 > > ___________________________________________________________________________ > 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 > ------------------------------------------ Faites un voeu et puis Voila ! www.voila.fr ___________________________________________________________________________ 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