Hello Struts-Users!
I have a problem with the action handling of an internal frame: I display a table in an <iframe> with some checkboxes to make a selektion in the table. Outside of this iframe I have some other select elements and a submit button. When I click now the submit button, the corresponding property in the form for the checkboxes are not set. I guess, this is because the checkboxes are located in the iframe and therefore in a different jsp, right? Has anybody an idea how to get the state of the checkboxes in the internal frame' JSP? Greetings, Bernhard

