Hi everyone. The SetUp is the following. I have an existing WebPage that has a complex Frame structure with several jsp's that contain jsp's again. The case that interests me most is the following:
I have a GWT-application that shows one of the jsp's in a Frame-Widget called FrameSetStart.jsp. This jsp contains a FrameSetOrder.jsp. This jsp contains NavAddTopOrder.jsp and FrameOrder.jsp. Now I want to access a JavaScript function out of GWT called "orderAction(String, int, int, int, int, int, int, int)" that is in the NavAddTopOrder.jsp. (This must be done, because the jsp has to do a check of its contents and submit it to the server.) Is there a way to do that? I hope you can help. I tried a lot with JSNI but I am quite new to that so I was not able to access the frames in the IFrame of the Frame-Widget. Greetings, Jens --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
