File Upload Issue

2011-02-24 Thread vikram.g.byali
All, I am getting the following error while uploading a file. Am using Struts 1.3.8 and Weblogic server 9.2 MP3 on a UNIX environment. Any thoughts on this issue? Feb 23, 2011 8:46:57 PM EST Error HTTP BEA-101017 [weblogic.servlet.internal.WebAppServletContex t@42bb13 -

RE: retaining the values in html:select multiple=true in jsp + collection + struts

2011-01-12 Thread vikram.g.byali
Could some one help me on this please with some example? Thanks, Vikram _ From: Byali, Vikram G. Sent: Tuesday, January 11, 2011 3:48 PM To: 'user@struts.apache.org' Subject: retaining the values in html:select multiple=true in jsp + collection + struts Hi, I have a

RE: retaining the values in html:select multiple=true in jsp + collection + struts

2011-01-12 Thread vikram.g.byali
Lukasz, Yes, I am using Struts 1.3.8. I don't think Interceptor is supported in it. I tried the link you shared, but still it is not working. Could you please share me the right example to fix this ? Best Regards, Vikram -Original Message- From: Maurizio Cucchiara

RE: retaining the values in html:select multiple=true in jsp + collection + struts

2011-01-12 Thread vikram.g.byali
Maurizio, Thanks a lot it worked for all the fields except few lists which has a call to AjaxServlet in it. Can you help me with this? -Original Message- From: Maurizio Cucchiara [mailto:maurizio.cucchi...@gmail.com] Sent: Wednesday, January 12, 2011 3:06 PM To: Struts Users

retaining the values in html:select multiple=true in jsp + collection + struts

2011-01-11 Thread vikram.g.byali
Hi, I have a multiple selection box in one of the jsp: TR TD height=30 class=Formblue valign=topstrongSelectnbsp; Levelnbsp;:/strong/TD TD colspan=5 class=para strong html:select

retaining the values in html:select multiple=true in jsp + collection + struts

2011-01-11 Thread vikram.g.byali
Hi, I have a multiple selection box in one of the jsp: TR TD height=30 class=Formblue valign=topstrongSelectnbsp; Levelnbsp;:/strong/TD TD colspan=5 class=para strong html:select

RE: OutOfMemoryError: PermGen space!!!! Dont know why?

2010-07-09 Thread vikram.g.byali
-XX:PermSize=64M -XX:MaxPermSize=128M, these parameters define PermGenSpace, this is where all class files are loaded. Check out your Heap memory size. The PermGenSpace should be 1/4th of your allocated Heap memory. Best Regards, Vikram -Original Message- From: Brian Thompson

Retrieving the values from list

2009-03-04 Thread vikram.g.byali
Hi, I am setting the values retrieved from DB into a list sessionListDefects in my Action class as shown below: try { DefectDelegate defectDelegate = new DefectDelegate(); sessionListDefects = defectDelegate.findDefect();