RE: How to get index of the iterator in logic:iterator

2006-06-16 Thread Shasirekha Engala
<%= index1%> -Original Message- From: Pankaj Gupta [mailto:[EMAIL PROTECTED] Sent: Friday, June 16, 2006 1:41 PM To: Struts Users Mailing List Subject: How to get index of the iterator in logic:iterator Hi All, Can some one please suggest that how can I display the serial no. in my t

Reg: Display of Processing message in Struts Application

2006-06-14 Thread Shasirekha Engala
hi I am developing an struts application in which the user enters some information in screen A. After processing this information, I display the same screen A or may be another screen B. But the processing sometimes takes a while, so I want to display a dialogbox on the screen A that says "Please

Display of the processing message when the page is submitted

2006-06-14 Thread Shasirekha Engala
hi there is a small requirement - when the form is submitted at the time of processing a dialogbox should be shown with the processing message and the dialogbox should be closed when the processing of the request is completed. Can this be possible. Thanks & Regards --

storing values in the formbean

2006-06-05 Thread Shasirekha Engala
hi I have some doubts regarding the storage of objects in a vector declared in the struts-config.xml. I am using DynaActionForms and the problem is, I have declared a vector named hiddedFieldVector in struts-config.xml as This vector has not been initialised any where. I

RE: urgent

2006-06-05 Thread Shasirekha Engala
give an id to the table and in the javascript function alert ("no.of rows: " + document.getElementById(tableid).getElementsByTagName("TR")[0].length); this may work Thanks and Regards shasi -Original Message- From: Abhimanyu Koul [mailto:[EMAIL PROTECTED] Sent: Monday, June 05, 2006 7

Reg: Storage of objects in the vector in the jsp and access them when the page is submitted dynamically

2006-04-20 Thread Shasirekha Engala
Hi I have some doubts regarding the storage of objects in a vector declared in the struts-config.xml. I am using DynaActionForms and the problem is, I have declared a vector named hiddedFieldVector in struts-config.xml as This vector has not been initialised any where. I

RE: Reg: use of Application Resources

2006-04-10 Thread Shasirekha Engala
bundle in the struts-config. For a concrete exampole, see the MailReader application that is bundled with Struts Action 1.2.9. MailReader uses an alternate bundle to reference images and iconic text. HTH, Ted. On 4/8/06, Shasirekha Engala <[EMAIL PROTECTED]> wrote: > Hi > >

RE: Reg: use of Application Resources

2006-04-10 Thread Shasirekha Engala
tion 1.2.9. MailReader uses an alternate bundle to reference images and iconic text. HTH, Ted. On 4/8/06, Shasirekha Engala <[EMAIL PROTECTED]> wrote: > Hi > > can we use more than one Application Resources files in a j

Reg: use of Application Resources

2006-04-08 Thread Shasirekha Engala
Hi can we use more than one Application Resources files in a jsp using Shasi - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Problem opening application in more than one browser

2006-03-29 Thread Shasirekha Engala
Hi There is a struts application. If the application is opened in more than one browser and is tested it is throwing exception. Is there any solution for this. Shasi - To unsubscribe, e-mail: [EMAIL PROTECTED] For add

Reg: SocketException

2006-03-08 Thread Shasirekha Engala
I need some information of why we get the following error can any one heipme out 2006-03-08 12:48:47,161 DEBUG [org.jboss.mq.il.uil2.ServerSocketManagerHandler] Exiting on IOE java.net.SocketException: socket closed at java.net.SocketInputStream.socketRead0(Native Method) at java.

RE: Logic Tag Question

2006-03-06 Thread Shasirekha Engala
is the timeZone membervariable of timeZones? then replace the logic:equal tag with the following -Original Message- From: Kalcevich, Daniel [mailto:[EMAIL PROTECTED] Sent: Monday, March 06, 2006 8:41 PM To: Struts Users Mailing List Subject: RE: Logic Tag Question Laurie, I c

Re: debugging in eclipse

2006-03-06 Thread Shasirekha Engala
Getting error when trying to debug a remote application as Launching (error: Failed to connect to remote VM) and the details displayed are Failed to connect to remote VM java.io.IOException: EOF encountered during handshake org.eclipse.jdi.internal.connect.SocketTransportImpl.PerformHandshake(Sock

Reg: Usability of a Model object in another Model

2006-02-28 Thread Shasirekha Engala
Hi can a model interact with another model i.e can an object of one layer use an object of same layer. Eg: UserModel can it create DepartmentModel object and access the functionality in it. Thanks and Regards Shasi - To unsubs

RE: which method is better

2006-02-28 Thread Shasirekha Engala
sending form reference to the model is not the correct way as it will make model dependent on the view. do not send the formbean object till the model. -Original Message- From: vasumathi [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 28, 2006 5:19 PM To: Struts Users Mailing List Subjec

RE: debuging in eclipse

2006-02-23 Thread Shasirekha Engala
is correct that you need to use JPDA, then the comment in what you quoted to "uncomment and modify as appropriate to enable remote debugging" indicates that you do need to remove that rem at the start of the set JAVA_OPTS debug line. Hope that helps! Chris -----Original Message- F

RE: Business logic validation should be handled in business objec ts.

2006-02-23 Thread Shasirekha Engala
for basic validation for ints,floats etc.business logic validation is app specific. Cheers, Chand. -Original Message----- From: Shasirekha Engala [mailto:[EMAIL PROTECTED] Sent: 23 February 2006 12:23 To: 'Struts Users Mailing List' Subject: Reg: Business logic validation should be handled

Reg: Business logic validation should be handled in business objects.

2006-02-23 Thread Shasirekha Engala
Hi need information about what is the business logic validation and what are business objects. What is the difference between serverside validation and clientside validation.when using struts which is the best place for serverside validation and clientside validation and business logic validation

BusinessObject and DataTransferObject

2006-02-23 Thread Shasirekha Engala
Hi What is the difference between a BusinessObject and DataTransferObject. Can the DTO be serialized. Thanks and Regards Shasi - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: debuging in eclipse

2006-02-22 Thread Shasirekha Engala
ified in the script and in Eclipse. -Max On Thu, 2006-02-23 at 09:38 +0530, Shasirekha Engala wrote: > Hi Chandra > > I am using Jboss with Eclipse and the operating system I am using is > windows XP. In jboss/bin/run.bat file the java options are specified > as > >

RE: debuging in eclipse

2006-02-22 Thread Shasirekha Engala
or Tomcat running and listening for debugging connections you are good to go for connectin with Eclipse. Ofcourse you need have mention the same listen port in your 'debug launch configuration' of eclipse. Hope this will help. Chandra -Original Message----- From: Shasirekha Engala [mai

Reg: debuging in eclipse

2006-02-22 Thread Shasirekha Engala
Hi I have some problem related to eclipse. When I am trying to debug my struts application I am getting the error as "Failed to connect to remote VM". Can I get solution to this problem. Regards Shasi - To unsubscribe, e-mail

RE: Disabling Back Button in IE

2006-02-21 Thread Shasirekha Engala
try using this in your jsp if you are in java platform history.forward(); -Original Message- From: vasumathi [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 22, 2006 10:49 AM To: user@struts.apache.org Subject: Disabling Back Button in IE Hi Anyone can tell how to disable the "

Reg: DynaActionforms and ActionForms

2006-02-21 Thread Shasirekha Engala
Hi, I want some information regarding the difference between DynaActionforms and ActionForms and advantages of DynaActionforms over ActionForms. I need the code of subclassing the dynaforms and using it. For example, I am having a BaseForm with the variables pageno( page number), action (acti