Check Tag problem?

2005-01-02 Thread Jim Douglas
I used the example that came with tiles to create a site and I keep getting this error below, ERROR - Servlet.service() for servlet jsp threw exception javax.servlet.jsp.JspException: Error - tag useAttribute : attribute 'list' not found in context. Check tag syntax at org.apache.struts.taglib.

Re: LogFactory error with Struts and Tomcat

2005-01-02 Thread David Farrell
I managed to root out all old versions of java sdk and jre from my system and reinstalled 1.4.2 - it works now. Not sure exactly what was going on but glad its sorted . Thanks for the help. David - To unsubscribe, e-mail: [EMAIL

Re: Validation Post-Back help

2005-01-02 Thread Daniel Kies
I was able to fix the problem that I was having by changing my input for the action from the jsp that was being used to the action mapping. That way when the validation fails, it kicks back to the original mapping and runs through that action populating the necessary beans. That way I don't need

Re: LogFactory error with Struts and Tomcat

2005-01-02 Thread David Farrell
No joy. Same error. Richard Yee wrote: David, Put the commons-logging.jar in your E:\Program Files\Apache Group\Tomcat 4.1\common\lib directory. -Richard At 08:42 PM 1/1/2005, you wrote: (i tried sending this a few times from the wrong mail account - hope it only gets through once) Hi all, Apo

Re: (newbie) Error when installed Struts 1.2

2005-01-02 Thread Richard Yee
Sudheer, Check your web.xml file. It appears that you are missing the servlet and servlet-mapping entries for the ActionServlet. action org.apache.struts.action.ActionServlet config /WEB-INF/struts-config.xml 1 action *.do Regards, Richard At

Re: LogFactory error with Struts and Tomcat

2005-01-02 Thread Richard Yee
David, Put the commons-logging.jar in your E:\Program Files\Apache Group\Tomcat 4.1\common\lib directory. -Richard At 08:42 PM 1/1/2005, you wrote: (i tried sending this a few times from the wrong mail account - hope it only gets through once) Hi all, Apologies for this question. It is undoubt

(newbie) Error when installed Struts 1.2

2005-01-02 Thread Sudheer
Hi,     My struts application shows the following two erros when Iupgraded Struts 1.1 to 1.2. This was working fine underStruts 1.1. Also attached struts-config.xml and web.xml     Please help.     Thank you.   Sudheer   Error 1---type : Status report   message : Servlet action is not avai