Hello, Has anyone experienced using HTML frames with a struts 2 app? I'm trying to do just that, but my result page after a successful login doesn't find the pages for the frames. Here's the result page code:
<%@ taglib prefix="s" uri="/struts-tags" %> <html> <head> <title>Zen Server Main View</title> </head> <frameset cols="200,*"> <frame src="/pages/smart_member/FeatureOptions.jsp" name="Options" noresize> <frame src="/pages/smart_member/Welcome.jsp" name="Display" noresize> </frameset> </html> It's pretty straight forward, but I'm not sure whether I'm missing something here. Also, given that struts 2 actions use result pages to display the content of the action, how could I go about sending action properties to a page within a frame when the result page is one that sets the frameset? Thanks, Session --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]