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, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to