Hi, I am new to struts. I am using Struts 1.2.9. I have two String arrays generated in an action should go to the JSP pages <html:options>. I can set it as an attribute in request/session and pull them in jsp pages. But it seems a bit against the idea of separation between model and view. If I change the view from JSP then there might be some difficulty to pull the object out. Is there any other ways to do this? What will be the best practice for a thing like this? Thanks.
Guojun