Exception loading sessions from persistent storage

2003-02-11 Thread Scot Rob
Due to this strange exception i am getting, i can't access my beans/forms in jsps. I will appreciate any help/clues. Many Thanks, Scot 2003-02-11 21:53:35 StandardManager[/strutsvom] IOException while loading persisted sessions: java.io.WriteAbortedException: Writing aborted by exception;

How to handle Collections (List,Map etc.)

2003-02-10 Thread Scot Rob
Hi, I am not sure how can i pass a collection of beans from my action class to jsp? In my Action class, if i set a session attribute with a list/Map Object. Which struts tags can i use on jsp side? Please help ? Scot __ Do you Yahoo!? Yahoo!

Exception:: tag nesting error ?

2003-02-10 Thread Scot Rob
Hi, I am getting this strange tag nesting erorr. Does anyone any possible reason for it ? Pls see output from Tomcat log file below. Many Thanks Scot 2003-02-10 20:49:34 ApplicationDispatcher[/strutsvom] Servlet.service() for servlet jsp threw exception

(newbie) Problem getting request level bean data in jsps

2003-01-28 Thread Scot Rob
Hi, I am setting some data in DynaActionForm userRegisterForm in my Action registerUser and it forwards request to a jsp page through another Action showRegisterForm (which is a ForwardAction). Now, i am trying to get data in the jsp page using html:text property=name name=userRegisterForm/ but