How to visualized the last page a user was visiting in a web application where credentials are validated with struts 1.2 ???

2009-03-02 Thread Ariel
ttern ??? Regards Ariel

Re: How traumatic is to migrate from struts version 1.2 to struts version 2.0 ???

2008-11-12 Thread Ariel
gt;> > traumatic is to migrate from struts version 1.2 to struts version 2.0 > ??? > >> > > >> > Thanks in advance. > >> > Greetings > >> > Ariel > >> > > >> > > > > > > -- > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >

How traumatic is to migrate from struts version 1.2 to struts version 2.0 ???

2008-11-07 Thread Ariel
Hie everybody: I have a project working with struts 1.2 version, I would want to know How traumatic is to migrate from struts version 1.2 to struts version 2.0 ??? Thanks in advance. Greetings Ariel

How to allow to download several files in a zip in Internet Explorer

2008-10-13 Thread Ariel
dInputStream(fin); zos.putNextEntry(zipEntry); while ((len = in.read(buf)) >= 0) { zos.write(buf, 0, len); } in.close(); zos.closeEntry(); } zos.close(); I hope you can help me. Greetings Ariel