Hi Folks!

Perhaps no newbie anymore, but I still have a simple question: if I
build a frameset and want to forward form data from one frame to a jsp
in another frame, how should I do that?
Within jsp:forward (if I don't want to process form data but want to
automatically change other contest if somewhere else in my frameset an
action occurred) there is no possibility to add a "target" parameter? I
tried this using the "_blank" target, but tomcat seemed to ingnore this
target?
Code-snippet:
...
<jsp:forward page="/index.jsp">
<jsp:param name="target" value="_blank"/>
</jsp:forward>
...

And if I use struts: is there any support for frames within this
framework? I was looking for target-parameter within the
struts-config-1.1-DTD, but it looks as if there is nothing to help me in
this case?
Or do I have to learn more about using tiles within struts?

Thanks in advance,
Fabian

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

Reply via email to