RE: Cross site scripting issue

2007-03-15 Thread Levan Dvalishvili
That looks interesting, can I add that to my toolking? One question thought, it is regexp pattern right? So I assume it's evaluated for every request that comes into the system, is not it kind of performance load on the system? But I guess that is the only way to fight XSS. -Original

RE: Struts, AJAX, JSP, and JavaScript question

2006-12-01 Thread Levan Dvalishvili
you get those two errors below. Levan Dvalishvili Support Lead  US Verticali,Inc (646) 736 - 6075 -Original Message- From: Chris Pratt [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 29, 2006 9:08 PM To: Struts Users Mailing List Subject: Re: Struts, AJAX, JSP, and JavaScript question

RE: Struts, running email process in separate thread

2006-11-22 Thread Levan Dvalishvili
But this requires J2EE Container right? Levan Dvalishvili Support Lead  US Verticali,Inc (646) 736 - 6075 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 21, 2006 2:02 PM To: user@struts.apache.org Subject: RE: Struts, running email process

Struts, running email process in separate thread

2006-11-21 Thread Levan Dvalishvili
your email will arrive shortly, Both have to happen same time. I could do it with regular thread procedures, but I was wondering if there is like maybe a design pattern anyone wants to share that already has identified bottle necks? Best Regards. Levan Dvalishvili

RE: Migrating Struts App From TC 4 - 5

2006-11-15 Thread Levan Dvalishvili
JDK-5 comes with a fully working XML parser and you shouldn't need one in tomcat lib, also there are probably conflicts, check common/endorsed dir, it probably has xml parser jars in it , remove them, that might help. Levan -Original Message- From: Jon Wynacht [mailto:[EMAIL PROTECTED]

RE: In search of a perfect AJAX solution for Struts

2006-11-13 Thread Levan Dvalishvili
] Sent: Friday, November 10, 2006 7:03 PM To: Struts Users Mailing List Subject: Re: In search of a perfect AJAX solution for Struts Levan Dvalishvili wrote: There is small cavity regarding ajaxtags as a name : , http://ajaxtags.sourceforge.net/ is alive and well and its in beta 2 stage

RE: Struts 1.3.5 and Eclipse 3.2

2006-11-13 Thread Levan Dvalishvili
On struts wiki it says to remove local or old external references of TLDs with new external URLs : http://wiki.apache.org/struts/StrutsUpgradeNotes12to13 topic 5.4 TLD URLs, myeclpse which I think is based on eclipse WTP, works fine with struts 1.3.x using external TLD references. Levan

RE: In search of a perfect AJAX solution for Struts

2006-11-10 Thread Levan Dvalishvili
://struts.sourceforge.net/ajaxtags/index.html is what Frank referring to is indeed dead and turned into part of other bigger project. Levan Dvalishvili Support Lead  US Verticali,Inc (646) 736 - 6075 -Original Message- From: robin bajaj [mailto:[EMAIL PROTECTED] Sent: Friday, November 10, 2006

why Struts 2 ? ,( justified reasons to migrate)

2006-11-09 Thread Levan Dvalishvili
Hi All! I have been recently trying to come up with at least top 5 justifieable reasons , why one should consider migrating from struts 1.3 (or even 1.2.X) to struts 2,bascially , what are the gaining points that justify migration headache? Not talking about more cutting edge architecture, IOC,

RE: request.getParameterMap

2006-11-03 Thread Levan Dvalishvili
That’s Objects default toString() method that does that . try casting .out((String)value); Levan Dvalishvili Support Lead  US Verticali,Inc (646) 736 - 6075 -Original Message- From: temp temp [mailto:[EMAIL PROTECTED] Sent: Friday, November 03, 2006 11:04 AM To: user

RE: Form not found for locale 'en_US' warning message

2006-10-26 Thread Levan Dvalishvili
Probably worth trying to steps found in from http://wiki.apache.org/struts/StrutsUpgradeNotes12to13: Quote: 3.3 Commons Validator 1.3.0 Struts 1.3 now depends on [WWW] Commons Validator version 1.3.0 (previous was version 1.1.4) - remember to upgrade the Validator jar. * Validator

RE: Struts 2.0 vs JSF

2006-10-24 Thread Levan Dvalishvili
injection ways that struts 2.0 got ... Levan Dvalishvili Support Lead  US Verticali,Inc (646) 736 - 6075 -Original Message- From: Mike Duffy [mailto:[EMAIL PROTECTED] Sent: Monday, October 23, 2006 5:57 PM To: user@struts.apache.org Subject: Struts 2.0 vs JSF I just finished a JSF

RE: Struts1.3.5 error

2006-10-24 Thread Levan Dvalishvili
Please make sure In JSP pages : remove/change local references to tag libs to absolute URLs: It should look like that : %@ taglib uri=http://struts.apache.org/tags-bean; prefix=bean % %@ taglib uri=http://struts.apache.org/tags-html; prefix=html % %@ taglib uri=http://struts.apache.org/tags-logic;

RE: Struts1.3.5 error

2006-10-24 Thread Levan Dvalishvili
Please make sure In JSP pages : remove/change local references to tag libs to absolute URLs: It should look like that : %@ taglib uri=http://struts.apache.org/tags-bean; prefix=bean % %@ taglib uri=http://struts.apache.org/tags-html; prefix=html % %@ taglib

RE: Hosting

2006-10-21 Thread Levan Dvalishvili
I suggest, http://rimuhosting.com/, they have the best support team I have seen . their VPS plans will exactly match your needs, 4-16 GB HD and 75 GB transferee at min. -Original Message- From: James Mitchell [mailto:[EMAIL PROTECTED] Sent: Friday, October 20, 2006 10:30 PM To: Struts