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 implemen

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é Faria

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 my first jsp is FileUpload.jsp like this -

java.lang.IllegalArgumentException: No bean specified

2007-05-31 Thread Vijay KS
onfig my first jsp is FileUpload.jsp like this - Upload File after clicking the Upload file button, the uploadSuccess.jsp looks like this The correspondin form beans are public class StrutsUploadForm extends ActionForm { //assume al