This week's book giveaway is in the Java in General forum. We're giving away four copies of Helidon Revealed: A Practical Guide to Oracle’s Microservices Framework and have Michael Redlich on-line! See this thread for details.
Does any know how to display data to a frame in Struts? I have a login page. After the login page, I query the database and display the data in a new page. This new page has two frames and I need to have the data to the right frame, how can I do that?