Reg Value Object and Javabean

2006-10-30 Thread Medicherla Lakshmi
Hi All, Can anyone please tell me the difference between a ValueObject and a JavaBean, where both have same getter/setter methods and both can be used to transfer data between view and model. Thanks in Advance.

Re: Drag-and-drop struts-aware IDE?

2006-10-20 Thread Medicherla Lakshmi
Hi, I agree with ur opinion. I feel that the asp taglibrary is very helpful in using many controls and components in .NET and this is available by default which they do not need to include seperately. Bruno Melloni [EMAIL PROTECTED] wrote: We are constantly getting pressure to

Application setup using Ant

2006-10-13 Thread Medicherla Lakshmi
Hi All, Can anyone tell me how to include classpath in build.xml file. Actually i want to run database script file using build.xml file for which i need to set the classpath with .jar file of the particular database java connector. target name=classpath path pathelement

Re: Application setup using Ant

2006-10-13 Thread Medicherla Lakshmi
: You can specify e.g. a lib directory with a classpath id. In other sections you can reference this id. classname=xdoclet.modules.ejb.EjbDocletTask/ Manfred Struts goes mobile: http://www.strutsme.org. Now 1.0Beta3 available. Medicherla Lakshmi wrote: Hi All, Can anyone tell me how

Re: [OT] RE: Application setup using Ant

2006-10-13 Thread Medicherla Lakshmi
Thank you. I could work it out. Dave Newton [EMAIL PROTECTED] wrote: From: Medicherla Lakshmi [mailto:[EMAIL PROTECTED] Can u tell me how to get the classname and other details of task from a properties file. You may want to consider reading the Ant documentation rather than posting

RE: setup file

2006-10-11 Thread Medicherla Lakshmi
: setup file Use Ant. http://ant.apache.org is where you should head. -Original Message- From: Medicherla Lakshmi [mailto:[EMAIL PROTECTED] Sent: Wednesday, 11 October 2006 3:17 PM To: user@struts.apache.org Subject: setup file Hi All, Can anyone plz tel me how to create a setup file

setup file

2006-10-10 Thread Medicherla Lakshmi
Hi All, Can anyone plz tel me how to create a setup file for a java web application? It needs to deploy everything the war and database scripts also. Thanks in Advance. Thanks and Regards, Lakshmi MSV. - Find

Regarding Socket Exception

2006-10-05 Thread Medicherla Lakshmi
Hi All, I get the below mentioned Exception on console whenever i try to open my application from browser. But, I dont have any problems in accessing the application from front end, my application works well. For each menu item i try to open, i get this Exception. Can anyone plz tel me

Regarding Pager Taglib

2006-08-23 Thread Medicherla Lakshmi
Hi, Am using pager taglib in my jsps and its working fine with navigation. But, suppose i enter to the 2nd page and edit a record in that page, again the page is getting refreshed and the 2nd page status is not maintained. Can anyone please tell me how to check for the pagenumber or

RE: Hi

2006-08-17 Thread Medicherla Lakshmi
the url with pg:pager (so it would show /Applcn name/getVendorInfo.do and pg:param to set a parameter named method to pass getVendors? Unless you mean some other pager-taglib than that one I'm guessing above. Regards, David -Original Message- From: Medicherla Lakshmi [mailto:[EMAIL

Hi

2006-08-16 Thread Medicherla Lakshmi
Hi All, Am trying to use pager-taglib for pagination. I specified the url for that as the action being called. My action is a Dispatch Action, so i specified for the url attribute as url=/Applcn name/getVendorInfo.do?method=getVendors I got the page index, but when am

Plz Help, Urgent

2006-08-10 Thread Medicherla Lakshmi
Hi All, I developed an application which forwards menuitems.jsp as we login and it was working fine. I changed the name of the jsp into MenuItems.jsp and trying to access, it gives the following error. I felt it unable to find the class file. So, undeployed the application and deployed

RE: Plz Help, Urgent

2006-08-10 Thread Medicherla Lakshmi
/ and remove whatever in there. Chandra -Original Message- From: Medicherla Lakshmi [mailto:[EMAIL PROTECTED] Sent: Thursday, August 10, 2006 4:47 PM To: user@struts.apache.org Subject: Plz Help, Urgent Hi All, I developed an application which forwards menuitems.jsp as we login

Re: Plz Help, Urgent

2006-08-10 Thread Medicherla Lakshmi
No, i changed everywhere. kalpesh modi [EMAIL PROTECTED] wrote: It seems that you have not changed the JSP name in your forward. You are still forwarding to the old JSP in your code. Thanks, -Kalpesh - Do you Yahoo!? Everyone is raving about the all-new Yahoo!

Re: Plz Help, Urgent

2006-08-10 Thread Medicherla Lakshmi
searching for menuitems If you have Linux then try grep -r menuitems * if nothing, then try grep -ri menuitems * Shervin Asgari - System Consultant Medicherla Lakshmi wrote: No, i changed everywhere. kalpesh modi wrote: It seems that you have not changed the JSP name in your forward. You are still

pagination

2006-08-01 Thread Medicherla Lakshmi
Hi All, Am using struts in my project. Can anyone tel me how to implement pagination in struts. I dont have any idea how to do that. Any links or examples will be of great value. Thanks in Advance. - Here’s a new

Re: Off-topic: Java Web development research

2006-08-01 Thread Medicherla Lakshmi
Pillay, Kiren KN [EMAIL PROTECTED] wrote: Hello people, I'm doing some research regarding Java Web development 1. How many projects do you get that start from scratch, ie design, development, coding, testing etc. 2. How much is maintenance of existing applications. Also, do the existing

Re: Off-topic: Java Web development research

2006-08-01 Thread Medicherla Lakshmi
Pillay, Kiren KN [EMAIL PROTECTED] wrote: Hello people, I'm doing some research regarding Java Web development 1. How many projects do you get that start from scratch, ie design, development, coding, testing etc. 2. How much is maintenance of existing applications. Also, do the existing

Re: Regarding DynaBean

2006-07-17 Thread Medicherla Lakshmi
Thank you very much. Niall Pemberton [EMAIL PROTECTED] wrote: On 7/14/06, Medicherla Lakshmi wrote: Hi All, Can anyone please tell me something regarding BasicDynaBean class and DynaProperties. Any examples or links where i can find examples will be of great help. http

Urgent help required

2006-07-10 Thread Medicherla Lakshmi
Hi All, Can anyone give me idea of some requirements to create a project related to transportation of goods using trucks. Am trying to search in google, but could not get appropriate results. Any links or ideas will be of great help. Thanks in Advance.

Re: how to maintain state of jsp

2006-07-06 Thread Medicherla Lakshmi
a form, then you can't do this at all. You need something to actually modify. Medicherla Lakshmi wrote: Yeah, thatz ok, but am using a dynaactionform for this and there is no seperate form. Moreover, am retrieving the values using request.getParameter(sss). whatever the parameter may be since i

how to maintain state of jsp

2006-07-05 Thread Medicherla Lakshmi
Hi all, I have a problem of maintaining the state of the jsp which is entered with some values. In my jsp, i have some text boxes and select boxes. I enter all the values and submit it, but if the name of any of the text boxes exist in the database already, it fires an alert and

Re: how to maintain state of jsp

2006-07-05 Thread Medicherla Lakshmi
validation. Set validate=false and call form.validate() in your execute method. Then you should determine if you need to invoke your database again and reset the form with whatever fields you want. -- Paul Medicherla Lakshmi wrote: Hi all, I have a problem of maintaining the state of the jsp which

Javascript problem, how to control special characters from being entered into textbox

2006-06-27 Thread Medicherla Lakshmi
Hi, I hava a javascript problem. I need to restrict anyone entering special characters into a textbox which is there in my html. I know that i can use onKeyPress event to handle this, but for this i need to know the keycodes. Please anyone tel me if there is any other way to handle

Menuitems being overlapped: please help

2006-06-22 Thread Medicherla Lakshmi
hi, Am using menuitems in my application which is menuitems.jsp. But when am opening any menuitem from that and if that jsp has any select boxes or text boxes on top, menuitems are getting overlapped with these select boxes. Actually in one of my jsps, i have a fieldset which has two

Re: ActionErrors not being displayed in jsp

2006-06-21 Thread Medicherla Lakshmi
in ApplicationResources.properties then you will have to add - filter = false to the bean:write tag. This will allow the HTML to be rendered properly, ie it will not escape those HTML characters. ~madhav On 6/21/06, Medicherla Lakshmi wrote: Yes, i have validate=true set in my struts-config.xml

Re: ActionErrors not being displayed in jsp

2006-06-21 Thread Medicherla Lakshmi
Sorry, I could not get you. Can u please be more clear with the information. Madhav Bhargava [EMAIL PROTECTED] wrote: Paste the complete code for action form, snippet in JSP where you are fetching the messages. ~madhav On 6/21/06, Medicherla Lakshmi wrote: Hi, am still not able

ActionErrors not being displayed in jsp

2006-06-20 Thread Medicherla Lakshmi
HI, Can anyone please explain me how to validate a login page using validate method of actionform. Am not able to display the errors in my jsp page though i wrote html:errors/ in my jsp. Please give any example of using ActionErrors. Thanks and Regards, MSV Lakshmi.

Re: need urgent help

2006-06-20 Thread Medicherla Lakshmi
http://struts.apache.org/struts-action/userGuide/index.html -ed On 6/19/06, Medicherla Lakshmi wrote: hi, I have a problem, please give me soln. I have an actionform which has String aswellas int types with get and set methods. In the jsp, when am trying to get the int type value

Re: ActionErrors not being displayed in jsp

2006-06-20 Thread Medicherla Lakshmi
- From: Medicherla Lakshmi [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 20, 2006 6:16 PM To: Struts Users Mailing List Subject: ActionErrors not being displayed in jsp HI, Can anyone please explain me how to validate a login page using validate method of actionform. Am not able

RE: ActionErrors not being displayed in jsp

2006-06-20 Thread Medicherla Lakshmi
with validate=true ? Regards, David -Original Message- From: Medicherla Lakshmi [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 21, 2006 12:19 AM To: Struts Users Mailing List Subject: Re: ActionErrors not being displayed in jsp Hi, Am not using validator.xml for validation. But just

need urgent help

2006-06-19 Thread Medicherla Lakshmi
hi, I have a problem, please give me soln. I have an actionform which has String aswellas int types with get and set methods. In the jsp, when am trying to get the int type value of that actionform using bean:write name=ele property=empid where empid is one of the get/set method in the

Error with dynaactionform integer property

2006-06-08 Thread Medicherla Lakshmi
Hi, I have an action in which am trying to get two values from database, one is of type Integer and the other String. I have put them in an ArrayList and have set to an attribute like request.setAttribute(Employee, Employee). Form for this action is of type dynaactionform. When

Re: [OT] Re: multiple html:select

2006-05-31 Thread Medicherla Lakshmi
Thanks All of you. Finally, i could implement it with ajax. Lakshmi. Dave Newton [EMAIL PROTECTED] wrote: Medicherla Lakshmi wrote: Am using struts and my requirement is i have two selects i a jsp. On change of value in the first select, the values in the secon select should pop up

multiple html:select

2006-05-30 Thread Medicherla Lakshmi
Hi, Am using struts and my requirement is i have two selects i a jsp. On change of value in the first select, the values in the secon select should pop up. Is there any way to do this using remote scripting. Please give me solution. Thanks and Regards, MSV Lakshmi.

Hi, need of help

2006-05-26 Thread Medicherla Lakshmi
Hi Everyone, Am Lakshmi. Am working on a web application in struts in a company. Am alone over here on java. Everyone is on .Net. Am new to huge development on java and never worked on any project in java till now since i was on vc++. This is my first project. So, please, please,

Hi, need urgent help

2006-05-26 Thread Medicherla Lakshmi
Hi Everyone, Am Lakshmi. Am working on a web application in struts in a company. Am alone over here on java. Everyone is on .Net. Am new to huge development on java and never worked on any project in java till now since i was on vc++. This is my first project. So, please, please,

problem with iframe

2006-05-24 Thread Medicherla Lakshmi
Hi All, Am trying to load some xxx. jsp into an iframe located in one jsp. But, that xxx.jsp has some html:selects to which data shld come from database. So, in the first jsp, i tried to call iframe.location.href = /action.do?method=; its working fine, entering into