Regarding Out of memory error (Java heap space)

2007-06-14 Thread Sid
Hi I have a page that allows users to create 100 records at the same time (100 is the limit that we have set). The screen works this way, the user can upload the information for those hundred rows and then click on "Save" to save all the information. The form has formfile element in it (to enable

Re: Go back -> BeanUtils.populate

2007-05-29 Thread Sid
Hi Are you using FormFile in your page? This happens when the table that you are trying to paint is not in the scope of your Make sure you give your in the right place Thanks On 5/29/07, Jean-Marie Pitre <[EMAIL PROTECTED]> wrote: Hi, I am facing a problem ;-) : I am using struts 1.3.5

Hiding/encrypting URL parameters in Struts application

2007-05-12 Thread Sid
Hi Is there a way to hide/encrypt URL parameters using Struts? Right now i am passing some critical params in the URL For e.g http://localhost:8080/method=xyz?param1=123¶m2=xyz I want to avoid this. Please let me know if anything can be done about this. Thanks Sid