Struts2 File Upload

2010-04-07 Thread sand...@i2it
Hello All, In my file upload program of struts 2 in HTTP Monitor window of Netbeans im getting Data sent with this request was not parameterized Thanks in Advance -- View this message in context: http://old.nabble.com/Struts2-File-Upload-tp28163069p28163069.html Sent from the Struts - Use

Re: Struts2 File Upload

2010-04-07 Thread sand...@i2it
JSP page My Action Class public class TestUpload extends ActionSupport{ public TestUpload() { } public String execute() throws Excepti

Encoding URL for Struts2

2010-04-14 Thread sand...@i2it
Hello all, I am new to Strut.I have a simple Struts2 Based application. say simple Login Application Where user have a login screen on which he enters his credentials and logs into a particular page in my appliacation. So for this page i have attached some urls in query string. What i want i

Re: Encoding URL for Struts2

2010-04-14 Thread sand...@i2it
No But i want that for all my application url's. Don't we have a filter that will do this automatic encoding and decoding for us. So our actions will always get decrpted url's and user will get encrypted.. Im looking that kind of solution -- View this message in context: http://old.nabb