Re: Struts 1.3 Tiles not working

2013-01-14 Thread sameer ali
Il'l keep that in mind the next time. Sameer On Tue, Jan 15, 2013 at 5:19 AM, Dave Newton wrote: > Unrelated, but go ahead and take out all those comments that don't add > anything to the question next time. Some of us read on mobile devices and > useless vertical whitespace generally ends up

Re: Struts 1.3 Tiles not working

2013-01-14 Thread Dave Newton
Unrelated, but go ahead and take out all those comments that don't add anything to the question next time. Some of us read on mobile devices and useless vertical whitespace generally ends up in an automatic delete. Dave

Fwd: Struts 1.3 Tiles not working

2013-01-14 Thread sameer ali
Hi, I am Unable to get tiles to work in my application . I am using Struts 1.3 , stuts-tiles-1.3.10.jar is in the lib folder I am building this application on top of struts-blank.war The struts-config.xml http://struts.apache.org/dtds/struts-config_1_3.dtd";>

Re: debug value stack

2013-01-14 Thread fusillator
Il 14/01/2013 20:08, Dave Newton ha scritto: On Mon, Jan 14, 2013 at 1:48 PM, fusillator wrote: I used the tag in a view page to show the content of the value stack, doest the Stack context table list the OGNL context map's items? AFAIK, yes; should be visible if you used it. Dave Ok,

Re: debug value stack

2013-01-14 Thread Dave Newton
On Mon, Jan 14, 2013 at 1:48 PM, fusillator wrote: > I used the tag in a view page to show the content of the > value stack, doest the Stack context table list the OGNL context map's > items? > AFAIK, yes; should be visible if you used it. Dave

debug value stack

2013-01-14 Thread fusillator
Hi all, I used the tag in a view page to show the content of the value stack, doest the Stack context table list the OGNL context map's items? Thanks - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additio

Re: [2.3.8] Parameters interceptor tampering with file upload ?

2013-01-14 Thread Lukasz Lenart
Did you try to test with version prior to 2.3.7? Regards -- Ɓukasz + 48 606 323 122 http://www.lenart.org.pl/ 2013/1/14 Philippe Lagardere : > Hello, > > I've been trying to set up a form to upload a .txt file to the server, > and met a curious exception doing so. The exception implies Struts >

[2.3.8] Parameters interceptor tampering with file upload ?

2013-01-14 Thread Philippe Lagardere
Hello, I've been trying to set up a form to upload a .txt file to the server, and met a curious exception doing so. The exception implies Struts expects the setter method to use a String array instead of a java.io.File. Not that it would have been acceptable, but adding a setter using a string arr