Read struts.xml out of classpath

2009-08-28 Thread Arthur Nogueira Neves
Hi, One guy into user list complain about this isnt working. struts2 org.apache.struts2.dispatcher.FilterDispatcher config /WEB-INF/struts.xml struts2 /* Than I find out It is impossible to do, because struts2 just read struts.xml into class

Re: JSON plugin 0.33 and Struts 2.1.6 (integrated with Spring 2.5)

2009-08-28 Thread Dave Newton
Please ask this question on the struts-user mailing list. The struts-dev list is for the development of Struts itself. http://struts.apache.org/mail.html Thanks, Dave Gadbury wrote: Hi all, Does anyone have a solution to this? I have exactly the same problem. For example:

Re: JSON plugin 0.33 and Struts 2.1.6 (integrated with Spring 2.5)

2009-08-28 Thread Gadbury
My apologies. For a Collection of objects, one must state which members of the object in the list to include. For example, to retrieve every attribute of the Product object: products.*, productsTotal ...and one can select which attributes to include like so: products.name, products.descriptio

Re: JSON plugin 0.33 and Struts 2.1.6 (integrated with Spring 2.5)

2009-08-28 Thread Gadbury
Hi all, Does anyone have a solution to this? I have exactly the same problem. For example: /customer/products/list_ext.jsp products, productsTotal