java.lang.IllegalArgumentException: No bean specified

2007-05-31 Thread Vijay KS
onfig form-beans form-bean name=FileUpload type=roseindia.net.StrutsUploadForm/ /form-beans action-mappings action path=/FileUpload type=roseindia.net.StrutsUploadAction name=FileUpload scope=session validate=true input=/pages/FileUpload.jsp forward name=success path=/pages/uploadsuccess.jsp/

Re: java.lang.IllegalArgumentException: No bean specified

2007-05-31 Thread Laurie Harper
Please post questions about using Struts to the Struts Users list only. The Struts Dev list is for discussing the development and enhancement of Struts itself. http://struts.apache.org/mail.html L. Vijay KS wrote: onfig form-beans form-bean name=FileUpload

Table Tag With Freemarker Templates

2007-05-31 Thread André Faria
Hi All, I am interested in Table Tags Project to apply it resources in a project with Struts 2, but I'd like to know if you are planning to implement some functionality to add a freemarker template in the tags using the theme attribute like in old Struts 2 s:table tag. Thank's André

Re: Table Tag With Freemarker Templates

2007-05-31 Thread Tom Schneider
The current version of table tags does use freemarker templates when rendering a table. Tom On 5/31/07, André Faria [EMAIL PROTECTED] wrote: Hi All, I am interested in Table Tags Project to apply it resources in a project with Struts 2, but I'd like to know if you are planning to implement