Hey John,

No, but it's a hard no because you've got several things mixed up. What
you're saying is you want to submit a form inside a frame. However, once
this form is submit, the client is asking the server for a page in frame1.
Then whatever the server can come up with is put in frame1. This is how HTML
and HTTP work together.

What you really want, is to have the form be in frame1, yet let it send it's
data through frame2. This is very simply accomplished through setting
target="frame2" on the form tag. frame2 in this case would be the name you
gave the frame in the frameset. To clarify I've added three small files.
Open set.html for a demo.

Good luck!

Martin

-----Oorspronkelijk bericht-----
Van: John MccLain [mailto:[EMAIL PROTECTED]
Verzonden: donderdag 1 april 2004 0:54
Aan: taglibs user list
Onderwerp: redirect to a frame???


Is it possible to target a frame in a jstl call.
For example, frame 1 has a button that submits a servlet request.
The servlet redirects to another jsp page but you want the jsp page it
redirects
to to be in frame 2. Can this be done without re-rendering the entire page,
and only re-render frame 2???


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to