RE: how to handle requests submitted using java script with a LookupDispatchAction subcalss

2006-04-06 Thread Krishna, Mattam \(M.\)
Hi, Change ur script as follows, it may solve ur problem.. Add u r webRoot name and method name. Still u have problems send a mail.. function resubmit(form_name,method_value) { document.forms[form_name].method.value= method_value;

RE: invoking method of DispatchAction from within another DispatchAction

2006-03-10 Thread Krishna, Mattam \(M.\)
Use the following action specific forward in struts-confing.xml file. action ... forward name=success path=/diceSetUp.do?dispatch=diceWebSetUp/ /action I am sure , it will work fine. Let me know the results. Thanks and Regards, Krishna Mattam Team Member - CDF

bean:write will not recognize \n or \t

2006-03-10 Thread Krishna, Mattam \(M.\)
I have the following code in jsp. html:textarea name=empOtherDevFocusBO cols=512 rows=3 property=focusText / Here I am enterd the following text: Test Test. Note:I typed Test and then enter key then tab then Test. After I submit the html:form , it stores the value perfectly in DB. After

REG: Interfaces Vs Abstract classes.

2006-03-09 Thread Krishna, Mattam \(M.\)
Hi All, Here I have a doubt. What is the difference between an Interface and Abstract class(Design Point of View)??. In which scenario which is useful. Can anybody kindly reply me. Thanks and Regards, Krishna Mattam Team Member - CDF Toolset Contact:044-22548575 Email: [EMAIL PROTECTED]

RE: Struts 1.1 and IExplorer

2006-03-08 Thread Krishna, Mattam \(M.\)
Hi Yariel Ramos Moreno, Can you send your struts-confing's action mapping code. Thanks and Regards, Krishna Mattam Team Member - CDF Toolset Contact:044-22548575 Email: [EMAIL PROTECTED] -Original Message- From: Yariel Ramos Moreno [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 08,

Struts Validation

2006-03-08 Thread Krishna, Mattam \(M.\)
Hi All, I have a doubt related to Struts validations. I want to know how to use indexedListProperty in Validation.xml file. Template code(Validation.xml): form name=- field property= depends= indexedListProperty= arg0 key=/ /field /form In

Struts validation and XML Constants

2006-03-08 Thread Krishna, Mattam \(M.\)
form-validation global constant constant-namephone/constant-name constant-value^\(?(\d{3})\)?[-| ]?(\d{3})[-| ]?(\d{4})$/constant-value /constant /global formset form name=checkoutForm