RE: S:If test with percent car

2008-12-03 Thread Jishnu Viswanath
Or try .equals also Regards, Jishnu Viswanath Software Engineer *(+9180)41190300 - 222(Ext) ll * ( + 91 ) 9731209330ll Tavant Technologies Inc., www.tavant.com PEOPLE :: PASSION :: EXCELLENCE -Original Message- From: Dave Newton [mailto:[EMAIL PROTECTED] Sent: Wednesday, December

RE: Advanced Struts 2 Validation Question...

2008-11-13 Thread Jishnu Viswanath
You can write java validation Try like this in xml FirstName Regards, Jishnu Viswanath Software Engineer *(+9180)41190300 - 222(Ext) ll * ( + 91 ) 9731209330ll Tavant Technologies Inc., www.tavant.com PEOPLE :: PASSION

RE: [S2]Multiple Form Submission

2008-10-29 Thread Jishnu Viswanath
contains a key called org.apache.struts2.util.InvocationSessionStore.invocationMap and the value is Another SessionMap, whose key value is correct struts.token and value is the SESSION. Regards, Jishnu Viswanath Software Engineer *(+9180)41190300 - 222(Ext) ll * ( + 91 ) 9731209330ll Tavant

RE: Struts 2.0.12 - XML Validation with Websphere 6.1

2008-10-29 Thread Jishnu Viswanath
Does this help? https://issues.apache.org/struts/browse/WW-2653 Regards, Jishnu Viswanath Software Engineer *(+9180)41190300 - 222(Ext) ll * ( + 91 ) 9731209330ll Tavant Technologies Inc., www.tavant.com PEOPLE :: PASSION :: EXCELLENCE -Original Message- From: Struts Developer

RE: [S2]Multiple Form Submission

2008-10-29 Thread Jishnu Viswanath
.util.InvocationSessionStore.invocationMap. Now problem is still there, it does not have struts.token when I double post, I still don't understand where did it disappear to? Regards, Jishnu Viswanath Software Engineer *(+9180)41190300 - 222(Ext) ll * ( + 91 ) 9731209330ll Tavant Technologie

RE: [S2]Multiple Form Submission

2008-10-29 Thread Jishnu Viswanath
SESSION. Regards, Jishnu Viswanath Software Engineer *(+9180)41190300 - 222(Ext) ll * ( + 91 ) 9731209330ll Tavant Technologies Inc., www.tavant.com PEOPLE :: PASSION :: EXCELLENCE -Original Message- From: Jishnu Viswanath [mailto:[EMAIL PROTECTED] Sent: Thursday, October 30, 2008 1

RE: [S2]Multiple Form Submission

2008-10-29 Thread Jishnu Viswanath
thanks very much. I really appreciate it :) Regards, Jishnu Viswanath Software Engineer *(+9180)41190300 - 222(Ext) ll * ( + 91 ) 9731209330ll Tavant Technologies Inc., www.tavant.com PEOPLE :: PASSION :: EXCELLENCE -Original Message- From: hernan gonzalez [mailto:[EMAIL PROTECTED

RE: [S2]Multiple Form Submission

2008-10-29 Thread Jishnu Viswanath
ped which refers to the following interceptor stack And action map is like this /jsp/index.jsp And ;) it does work without the token-session

RE: [S2]Multiple Form Submission

2008-10-29 Thread Jishnu Viswanath
ading when I added this interceptor. Regards, Jishnu Viswanath Software Engineer *(+9180)41190300 - 222(Ext) ll * ( + 91 ) 9731209330ll Tavant Technologies Inc., www.tavant.com PEOPLE :: PASSION :: EXCELLENCE -Original Message- From: hernan gonzalez [mailto:[EMAIL PROTECTED] Sent:

RE: [S2]Multiple Form Submission

2008-10-29 Thread Jishnu Viswanath
:// Regards, Jishnu Viswanath Software Engineer *(+9180)41190300 - 222(Ext) ll * ( + 91 ) 9731209330ll Tavant Technologies Inc., www.tavant.com PEOPLE :: PASSION :: EXCELLENCE -Original Message- From: hernan gonzalez [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 29, 2008 7:04

[S2]Multiple Form Submission

2008-10-29 Thread Jishnu Viswanath
tokens or something like that. Regards, Jishnu Viswanath Software Engineer *(+9180)41190300 - 222(Ext) ll * ( + 91 ) 9731209330ll Tavant Technologies Inc., www.tavant.com PEOPLE :: PASSION :: EXCELLENCE Any comments or statements made in this email are not necessarily those of Tavant

Maven2 archetype:generate, Struts 2

2008-10-19 Thread Jishnu Viswanath
ied to do add that but I am getting Invocation Target Exception. http://forum.springframework.org/showthread.php?p=207143#post207143 Regards, Jishnu Viswanath Software Engineer *(+9180)41190300 - 222(Ext) ll * ( + 91 ) 9731209330ll Tavant Technologies Inc., www.tavant.com PEOPLE :: PASSION ::

RE: change border of field when error comes(Custom CSS)

2008-10-16 Thread Jishnu Viswanath
. Regards, Jishnu Viswanath Software Engineer *(+9180)41190300 - 222(Ext) ll * ( + 91 ) 9731209330ll Tavant Technologies Inc., www.tavant.com PEOPLE :: PASSION :: EXCELLENCE -Original Message- From: Hardik Shah [mailto:[EMAIL PROTECTED] Sent: Thursday, October 16, 2008 4:03 P

RE: Using POSIX Regular Expressions for Internationalized Validation

2008-10-09 Thread Jishnu Viswanath
Hi, Any way you want to unescape, something you escaped, I don't know but what ever you put in the text field is got from the getter public String getFieldName(){ //TODO: Decode/Unescape here return this.fieldName; } Regards, Jishnu Viswanath Software Engineer *(

RE: howto cache the textfield

2008-10-07 Thread Jishnu Viswanath
or remove feature for already getting text fields? Regards, Jishnu Viswanath Software Engineer *(+9180)41190300 - 222(Ext) ll * ( + 91 ) 9731209330ll Tavant Technologies Inc., www.tavant.com PEOPLE :: PASSION :: EXCELLENCE -Original Message- From: Paweł Wielgus [mailto:[EMAIL PROTEC

RE: Using POSIX Regular Expressions for Internationalized Validation

2008-10-07 Thread Jishnu Viswanath
same folder as struts.xml exist ClassName should extend RegexFieldValidator Override validate method, do what ever you want there. This should work. Regards, Jishnu Viswanath Software Engineer *(+9180)41190300 - 222(Ext) ll * ( + 91 ) 9731209330ll Tavant Technologies Inc., www.tav

RE: Accessing "id" bean-property (not tag attribute) in freemarker template

2008-09-29 Thread Jishnu Viswanath
Hi, I think all the things that is there in parameters like id and name can not be accessed from ftl, Work around? No idea, I had a custom widget had the problem, so had to change the name. If I am correct, you can not access getName() etc... Regards, Jishnu Viswanath

RE: tooltipIconPath attribute not working?

2008-09-27 Thread Jishnu Viswanath
My Bad!!! Ok I got it, any way thanks, then it should work in 2.1.x. Regards, Jishnu Viswanath Software Engineer *(+9180)41190300 - 222(Ext) ll * ( + 91 ) 9731209330ll Tavant Technologies Inc., www.tavant.com PEOPLE :: PASSION :: EXCELLENCE -Original Message- From: Dave Newton

RE: tooltipIconPath attribute not working?

2008-09-27 Thread Jishnu Viswanath
I have 2.1.2, any way could you grep it in webwork.tld? I don't have a single result in 2.1.2 Regards, Jishnu Viswanath Software Engineer *(+9180)41190300 - 222(Ext) ll * ( + 91 ) 9731209330ll Tavant Technologies Inc., www.tavant.com PEOPLE :: PASSION :: EXCELLENCE -Original Me

RE: tooltipIconPath attribute not working?

2008-09-27 Thread Jishnu Viswanath
Oops, Nope it will not work, it has not yet implemented I think. Regards, Jishnu Viswanath Software Engineer *(+9180)41190300 - 222(Ext) ll * ( + 91 ) 9731209330ll Tavant Technologies Inc., www.tavant.com PEOPLE :: PASSION :: EXCELLENCE -Original Message- From: Jishnu Viswanath

RE: tooltipIconPath attribute not working?

2008-09-27 Thread Jishnu Viswanath
; 834 if (this.tooltipIconPath != null) 835 this.addParameter("tooltipIconPath", findString(this.tooltipIconPath)); Ya you were rite, they were added in 2.1.x but not yet completely added. Regards, Jishnu Viswanath Software Engineer *(+9180)41190300 - 222(Ext) ll *

RE: tooltipIconPath attribute not working?

2008-09-27 Thread Jishnu Viswanath
not yet used it. Regards, Jishnu Viswanath Software Engineer *(+9180)41190300 - 222(Ext) ll * ( + 91 ) 9731209330ll Tavant Technologies Inc., www.tavant.com PEOPLE :: PASSION :: EXCELLENCE -Original Message- From: Martin Gainty [mailto:[EMAIL PROTECTED] Sent: Sunday, September 28

RE: tooltipIconPath attribute not working?

2008-09-27 Thread Jishnu Viswanath
to use it. Regards, Jishnu Viswanath Software Engineer *(+9180)41190300 - 222(Ext) ll * ( + 91 ) 9731209330ll Tavant Technologies Inc., www.tavant.com PEOPLE :: PASSION :: EXCELLENCE -Original Message- From: Dave Newton [mailto:[EMAIL PROTECTED] Sent: Sunday, September 28, 2008 6:47 AM

RE: tooltipIconPath attribute not working?

2008-09-27 Thread Jishnu Viswanath
nents/UIBean.html Regards, Jishnu Viswanath Software Engineer *(+9180)41190300 - 222(Ext) ll * ( + 91 ) 9731209330ll Tavant Technologies Inc., www.tavant.com PEOPLE :: PASSION :: EXCELLENCE -Original Message- From: Dave Newton [mailto:[EMAIL PROTECTED] Sent: Sunday, September 28, 2008 6:

RE: tooltipIconPath attribute not working?

2008-09-27 Thread Jishnu Viswanath
http://struts.apache.org/2.0.6/struts2-core/apidocs/org/apache/struts2/c omponents/UIBean.html Check examples Regards, Jishnu Viswanath Software Engineer *(+9180)41190300 - 222(Ext) ll * ( + 91 ) 9731209330ll Tavant Technologies Inc., www.tavant.com PEOPLE :: PASSION :: EXCELLENCE

RE: Accessing UIBean property value in action class

2008-09-26 Thread Jishnu Viswanath
Put it as a hidden variable in the template??? Wont it work. Regards, Jishnu Viswanath Software Engineer *(+9180)41190300 - 222(Ext) ll * ( + 91 ) 9731209330ll Tavant Technologies Inc., www.tavant.com PEOPLE :: PASSION :: EXCELLENCE -Original Message- From: ManiKanta G [mailto

RE: I am trying to ignore any white space entered by the user in the autocompleter combobox.

2008-09-24 Thread Jishnu Viswanath
That you can do it in server side also, I mean you intercept, remove the white space and proceed. Regards, Jishnu Viswanath Software Engineer *(+9180)41190300 - 222(Ext) ll * ( + 91 ) 9731209330ll Tavant Technologies Inc., www.tavant.com PEOPLE :: PASSION :: EXCELLENCE -Original

RE: I am trying to ignore any white space entered by the user in the autocompleter combobox.

2008-09-24 Thread Jishnu Viswanath
You want a client side removal or server side? If server side, why don't you write interceptor for it? And if client side you have to write js. Regards, Jishnu Viswanath Software Engineer *(+9180)41190300 - 222(Ext) ll * ( + 91 ) 9731209330ll Tavant Technologies Inc., www.tavant.com P

RE: Extending Struts Tags

2008-09-24 Thread Jishnu Viswanath
Cant you put if condition in the ftl? Regards, Jishnu Viswanath Software Engineer *(+9180)41190300 - 222(Ext) ll * ( + 91 ) 9731209330ll Tavant Technologies Inc., www.tavant.com PEOPLE :: PASSION :: EXCELLENCE -Original Message- From: Narayana S [mailto:[EMAIL PROTECTED] Sent

RE: Java Mail errors

2008-09-23 Thread Jishnu Viswanath
LOL Well from the last reply you need to learn java, but if you know or some of your friends know Java refer to http://java.sun.com/products/javamail/javadocs/javax/mail/package-summar y.html for mailing things. Regards, Jishnu Viswanath Software Engineer *(+9180)41190300 - 222(Ext) ll

RE: Issue using struts2 autocompleter.

2008-09-23 Thread Jishnu Viswanath
Oops I mean Late version needs plugin Regards, Jishnu Viswanath Software Engineer *(+9180)41190300 - 222(Ext) ll * ( + 91 ) 9731209330ll Tavant Technologies Inc., www.tavant.com PEOPLE :: PASSION :: EXCELLENCE -Original Message- From: Jishnu Viswanath [mailto:[EMAIL PROTECTED

RE: Issue using struts2 autocompleter.

2008-09-23 Thread Jishnu Viswanath
Which version of struts are you using? Later versions of sturts 2.1.x check http://struts.apache.org/2.0.11.2/docs/ajax-tags.html Regards, Jishnu Viswanath Software Engineer *(+9180)41190300 - 222(Ext) ll * ( + 91 ) 9731209330ll Tavant Technologies Inc., www.tavant.com PEOPLE :: PASSION

RE: Issue using struts2 autocompleter.

2008-09-23 Thread Jishnu Viswanath
1. You need to have theme=ajax otherwise autocompleter won't work. 2. Did you try to remove simple theme from s:autocompleter ? or put ajax there instead of simple. Regards, Jishnu Viswanath Software Engineer *(+9180)41190300 - 222(Ext) ll * ( + 91 ) 9731209330ll Tavant Technologie

RE: Query

2008-09-22 Thread Jishnu Viswanath
until I see it I wont believe it :D Regards, Jishnu Viswanath Software Engineer *(+9180)41190300 - 222(Ext) ll * ( + 91 ) 9731209330ll Tavant Technologies Inc., www.tavant.com PEOPLE :: PASSION :: EXCELLENCE -Original Message- From: Dave Newton [mailto:[EMAIL PROTECTED] Sent: Tuesd

RE: Query

2008-09-22 Thread Jishnu Viswanath
per, not jQuery :D But I have to accept Grid is ++jQuery;--dojo/dijit. Regards, Jishnu Viswanath Software Engineer *(+9180)41190300 - 222(Ext) ll * ( + 91 ) 9731209330ll Tavant Technologies Inc., www.tavant.com PEOPLE :: PASSION :: EXCELLENCE -Original Message- From: Martin Gainty

RE: Query

2008-09-22 Thread Jishnu Viswanath
id, or put grid in a different frame if you still use dojo. Regards, Jishnu Viswanath Software Engineer *(+9180)41190300 - 222(Ext) ll * ( + 91 ) 9731209330ll Tavant Technologies Inc., www.tavant.com PEOPLE :: PASSION :: EXCELLENCE -Original Message- From: Martin Gainty [mai

RE: Query

2008-09-22 Thread Jishnu Viswanath
If you are using jQuery try this also http://www.webplicity.net/flexigrid/ I felt its better polished and finished. Regards, Jishnu Viswanath Software Engineer *(+9180)41190300 - 222(Ext) ll * ( + 91 ) 9731209330ll Tavant Technologies Inc., www.tavant.com PEOPLE :: PASSION :: EXCELLENCE

RE: Nothing helps

2008-07-25 Thread Jishnu Viswanath
1.If var does not exist u are using struts 2.0.x not 2.1.x 2. Try doing something like this so this Document Title: Regards, Jishnu Viswanath Software Engineer *(+9180)41190300 - 222(Ext) ll * ( + 91 ) 9731209330ll Tavant Technologies Inc., www.tavant.com PEOPLE :: PASSION

RE: [s2] Making textfield input optional

2008-07-24 Thread Jishnu Viswanath
Ignore my last mail on this thread. I did not see the replies. Regards, Jishnu Viswanath Software Engineer *(+9180)41190300 - 222(Ext) ll * ( + 91 ) 9731209330ll Tavant Technologies Inc., www.tavant.com PEOPLE :: PASSION :: EXCELLENCE -Original Message- From: Gabriel Belingueres

RE: [s2] Making textfield input optional

2008-07-24 Thread Jishnu Viswanath
Hey if you are using int, float, or double instead of them use Wrapper Classes id Integer, Float, Double former does not allow null value while later does allow. Regards, Jishnu Viswanath Software Engineer *(+9180)41190300 - 222(Ext) ll * ( + 91 ) 9731209330ll Tavant Technologies Inc

RE: What is the best way to handle cancel, Update, Back Buttons in Struts2

2008-07-24 Thread Jishnu Viswanath
Did you try mailto:[EMAIL PROTECTED] Sent: Thursday, July 24, 2008 3:54 AM To: user@struts.apache.org Subject: What is the best way to handle cancel, Update, Back Buttons in Struts2 Hello Everyone I know this might be very easy for you guys but it is being difficult for me.:working: I am deve

RE: Problem accessing iterated object (

2008-07-23 Thread Jishnu Viswanath
I don't think the var will work always, ie I am using struts 2.0.6 The webworl.tld does not contain the var. I expect lawDraft.docs contains a title then Regards, Jishnu Viswanath Software Engineer *(+9180)41190300 - 222(Ext) ll * ( + 91 ) 9731209330ll Tavant Technologie

RE: [s2] Formatting input textfields

2008-07-23 Thread Jishnu Viswanath
tag. Regards, Jishnu Viswanath Software Engineer *(+9180)41190300 - 222(Ext) ll * ( + 91 ) 9731209330ll Tavant Technologies Inc., www.tavant.com PEOPLE :: PASSION :: EXCELLENCE -Original Message- From: Milan Milanovic [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 23, 2008 7

RE: [s2] Formatting input textfields

2008-07-23 Thread Jishnu Viswanath
alue= (result+"").replace('.', ","); } Regards, Jishnu Viswanath Software Engineer *(+9180)41190300 - 222(Ext) ll * ( + 91 ) 9731209330ll Tavant Technologies Inc., www.tavant.com PEOPLE :: PASSION :: EXCELLENCE -Original Mess

RE: [S2] Using ajax to fill selectboxes

2008-07-23 Thread Jishnu Viswanath
Why don't use mailto:[EMAIL PROTECTED] Sent: Wednesday, July 23, 2008 1:36 PM To: Struts Users Mailing List Subject: [S2] Using ajax to fill selectboxes Hi, are there any hints or examples how I can fill a selectbox with content over ajax-technology? I have some problems to find out, how I can

RE: Dojo javascript errors with ajax theme. please help

2008-07-22 Thread Jishnu Viswanath
http://download.dojotoolkit.org/release-0.4.0/ Regards, Jishnu Viswanath Software Engineer *(+9180)41190300 - 222(Ext) ll * ( + 91 ) 9731209330ll Tavant Technologies Inc., www.tavant.com PEOPLE :: PASSION :: EXCELLENCE -Original Message- From: Pranav [mailto:[EMAIL PROTECTED

RE: [s2] Formatting input textfields

2008-07-22 Thread Jishnu Viswanath
http://cwiki.apache.org/WW/ajax-validation.html On the validate part, do put Regular expression to make to accept the pattern you want. Regards, Jishnu Viswanath Software Engineer *(+9180)41190300 - 222(Ext) ll * ( + 91 ) 9731209330ll Tavant Technologies Inc., www.tavant.com PEOPLE

RE: disabling textfield....problem

2008-07-21 Thread Jishnu Viswanath
If you still want to send the data, make it read only Regards, Jishnu Viswanath Software Engineer *(+9180)41190300 - 222(Ext) ll * ( + 91 ) 9731209330ll Tavant Technologies Inc., www.tavant.com PEOPLE :: PASSION :: EXCELLENCE -Original Message- From: ManiKanta G [mailto:[EMAIL

RE: ExecAndWait (navigating back to the progress page)

2008-07-17 Thread Jishnu Viswanath
, the client browser will wait for the server to respond, if its too long it will actually get timed out. The best solution is ajax. Even ajax won't work fine if your //long task takes more than request time out. Regards, Jishnu Viswanath Software Engineer *(+9180)41190300 - 2

RE: Struts2: display int in JSP

2008-07-17 Thread Jishnu Viswanath
one lesson I learned from experience was never use int, float, boolean etc instead use Integer Float and Boolean etc. Regards, Jishnu Viswanath Software Engineer *(+9180)41190300 - 222(Ext) ll * ( + 91 ) 9731209330ll Tavant Technologies Inc., www.tavant.com PEOPLE :: PASSION :: EXCELLENCE -Ori

RE: Struts2: display int in JSP

2008-07-17 Thread Jishnu Viswanath
Use Integer instead of int Regards, Jishnu Viswanath Software Engineer *(+9180)41190300 - 222(Ext) ll * ( + 91 ) 9731209330ll Tavant Technologies Inc., www.tavant.com PEOPLE :: PASSION :: EXCELLENCE -Original Message- From: Phan, Hienthuc T [mailto:[EMAIL PROTECTED] Sent: Friday

RE: [OT] good logging

2008-07-16 Thread Jishnu Viswanath
Take the case proxy is null, then this will bomb rite? What is the point of the comparison? throw new XWorkException(gripe, e, proxy.getConfig()); Regards, Jishnu Viswanath Software Engineer *(+9180)41190300 - 222(Ext) ll * ( + 91 ) 9731209330ll Tavant Technologies Inc., www.t

RE: Re[5]: autocompleter bug in forefox3 but not in ie6

2008-07-16 Thread Jishnu Viswanath
I noticed that but I don't think id is a mandatory field... id is give for users to do manipulation on the widget, other wise it would be mandatory field. Any way did you check what is the value sending to server? I mean the HTTP header? Regards, Jishnu Viswanath Software Eng

RE: Re[2]: autocompleter bug in forefox3 but not in ie6

2008-07-16 Thread Jishnu Viswanath
Opera does not work with dojo, by the way try in safari can u see what is the generated code, I am using dojo 1, so had re written almost all the ftl's. Dojo uses a hidden field where we store the data. Check if it has given the proper name in generated code. Regards, Jishnu Viswanath Sof

RE: autocompleter bug in forefox3 but not in ie6

2008-07-16 Thread Jishnu Viswanath
I am not sure... Struts in turn uses dojo for its Ajax (it was .4) there are lot of issues with dojo and ff3. I am not sure because of this it's failing. Can you tell me what exactly it's the error, if you have firebug installed, tell is there any request in red? Regards, Jishnu

RE: struts menu problem

2008-07-16 Thread Jishnu Viswanath
Can you put the code some where, if you are using IE 6, it has a known problem with z-index attribute. Regards, Jishnu Viswanath Software Engineer *(+9180)41190300 - 222(Ext) ll * ( + 91 ) 9731209330ll Tavant Technologies Inc., www.tavant.com PEOPLE :: PASSION :: EXCELLENCE -Original

messages_(locale).properties

2008-07-14 Thread Jishnu Viswanath
Hi all, Can any one tell me where do I specify that I want to use messages_en.properties or messages_de.properties? By the way I am using struts 2. And one more thing, does browser any intention that it's DE or EN? Regards, Jishnu Viswanath Software Engineer *(+9180)41190300

RE: Struts 2 Indexed Properties

2008-07-14 Thread Jishnu Viswanath
Re you using struts 2 itself? If yes it would look something like this The code you send looks like struts 1 Regards, Jishnu Viswanath Software Engineer *(+9180)41190300 - 222(Ext) ll * ( + 91 ) 9731209330ll Tavant Technologies Inc., www.tavant.com PEOPLE :: PASSION

RE: Customizing CSS

2008-07-14 Thread Jishnu Viswanath
I don't have much idea, but you can give it a try on Regards, Jishnu Viswanath Software Engineer *(+9180)41190300 - 222(Ext) ll * ( + 91 ) 9731209330ll Tavant Technologies Inc., www.tavant.com PEOPLE :: PASSION :: EXCELLENCE -Original Message- From: Narayana S [mailto:[

RE: Customizing CSS

2008-07-13 Thread Jishnu Viswanath
.class1{ background-color:red; } .class2{ background-color:blue; } Sorry I have not seen your earlier mail, what ever you want to do using class Regards, Jishnu Viswanath Software Engineer *(+9180)41190300 - 222(Ext) ll * ( + 91 ) 9731209330ll Tavant Technologies Inc

RE: question about submitting checkboxes

2008-07-13 Thread Jishnu Viswanath
Eric, If you are using struts 2, Eric have u tried s:checkboxList ?? Syntax: If its just a Boolean object ignore the key value :D Regards, Jishnu Viswanath Software Engineer *(+9180)41190300 - 222(Ext) ll * ( + 91 ) 9731209330ll Tavant Technologies Inc., www.tavant.com PEOPLE

Struts Text & Property together(s:text and s:property

2008-07-13 Thread Jishnu Viswanath
me time? Any one has any idea? PS: I am using struts 2 :) Regards, Jishnu Viswanath Any comments or statements made in this email are not necessarily those of Tavant Technologies. The information transmitted is intended only for the person or entity to which it is addressed and may contain