test mail - please ignore

2002-11-13 Thread Saini, Deepank
This message contains information that may be privileged or confidential and is the property of the Cap Gemini Ernst Young Group. It is intended only for the person to whom it is addressed. If you are not the intended recipient, you are not

RE: struts concerns

2002-11-13 Thread Saini, Deepank
second issue: 1)take a look at DispatchAction and LookupDispatchAction for a solution to this problem 2) if u have more than one form in your jsp, u could possibly associate each form with a different action, i ahve not reied this but should be possible -Original Message- From: Shalu

test mail - please ignore

2002-11-11 Thread Saini, Deepank
This message contains information that may be privileged or confidential and is the property of the Cap Gemini Ernst Young Group. It is intended only for the person to whom it is addressed. If you are not the intended recipient, you are not

RE: checkbox problem

2002-11-11 Thread Saini, Deepank
may u need to reset the value of the checkbox to (false or true) in the reset method of ur formbean -Original Message- From: Hirschmann, Bernhard [mailto:Bernhard.Hirschmann;t-systems.com] Sent: Monday, November 11, 2002 7:00 PM To: '[EMAIL PROTECTED]' Subject: checkbox problem Hello

RE: checkbox problem

2002-11-11 Thread Saini, Deepank
. James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org If you were plowing a field, which would you rather use? Two strong oxen or 1024 chickens? - Seymour Cray (1925-1996), father of supercomputing -Original Message- From: Saini, Deepank [mailto:deepank.saini;cgey.com

RE: checkbox problem

2002-11-11 Thread Saini, Deepank
well i am not sure why it should show true if it has been unchecked, but one last shot, if u r calling a javascript function on the submit, the problem could well be in the javascript function. Bye the way do u have a submit button or r u caling a javascript function onchange of the checkbox?

Re: Help needed with Indexed Tags, Contributor taglib by Dave Hays

2002-10-29 Thread deepank
hello, where r u , no mail i will finish all the formalities today - Original Message - From: Linnea Ahlbeck [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Tuesday, October 29, 2002 6:48 PM Subject: RE: Help needed with Indexed Tags, Contributor taglib by Dave

Re: urgent:exception

2002-10-22 Thread deepank
Hi, You are probably giving the name of a bean to use in your (form)jsp but not giving its type. Type here refers to the full classpath to where the bean class file is, including the bean class file. try something like this name = yourBean type = package1.package2.package3.YourBeanClass Deepank

Re: Dynamic Text Fields on Form

2002-10-22 Thread deepank
Hi, Use of Nested tags and indexed properties can help here , i havent myself used them yet. See the Nested Tags tutorial by Arron Bates in ResourceTutorials on the Struts home page Deepank - Original Message - From: Divakar Satyanarayan [EMAIL PROTECTED] To: 'Struts Users Mailing List

struts Newbie - login screen

2002-10-21 Thread deepank
. As of now in my application, the user can always click the BACK button on the browser and access the login screen. MUST i use JAVASCRIPT to prevent this, or Struts can help me here. Deepank

Using Dispatch Action

2002-10-16 Thread deepank
Deepank

Re: Using Dispatch Action

2002-10-16 Thread deepank
Hi, I have used LookUpDispatchAction without any problems, but want to find out the usefulness of Dispatch Action, thats why i want to know a neat way to change the action attribute of the form in the JSP. Deepank - Original Message - From: Robert Taylor [EMAIL PROTECTED] To: Struts

Re: html:select element's data in session

2002-10-15 Thread deepank
Hi, Struts will not do anything to whatever is there in session. You can set a timeout for the JVM to reclaim all your objects stored in session. Until that, or u shutdown the container, session objects will persist. Deepank - Original Message - From: atta ur-rehman [EMAIL PROTECTED

Re: LabelValueBean

2002-10-09 Thread deepank
Hi, is your wanLinkOptions a collection of ''LabelValueBean' beans stored in sme scope Deepank - Original Message - From: Mohan Radhakrishnan [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Sent: Wednesday, October 09, 2002 3:46 PM Subject: LabelValueBean Hi

Re: LabelValueBean

2002-10-09 Thread deepank
ok then does your bean stored in the collection have label as one of its properties that stores the string to be displayed Deepank - Original Message - From: Mohan Radhakrishnan [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Sent: Wednesday, October 09, 2002 6:39 PM

Re: Cannot find bean error

2002-10-07 Thread deepank
it in some scope in your Action class. Deepank - Original Message - From: Anoop [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, October 07, 2002 12:30 PM Subject: Cannot find bean error Hi, I am trying to loop through an ArrayList returnd by a bean inside logic:iterator Name

html:link question

2002-10-07 Thread deepank
Hi, why does html:link open the link in a new window, how can i prevent this. Deepank

Re: html:link question

2002-10-07 Thread deepank
the links then open in this new window That means i always have 2 windows open if i click on a link. Is there some browser setting i need to check, i use IE5.5 and Netscape 6.2 Deepank - Original Message - From: Andrew Hill [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED

Re: Declarative Exception handling with Struts 1.1-b2

2002-10-07 Thread deepank
Hi, I have been reading chapters from your book that are posted online to understand Struts. The book is great but think its not yet available here in bookstores. Will you be posting chapter 8 anytime soon. It will be of great help Deepank - Original Message - From: [EMAIL PROTECTED

Re: html:form

2002-09-30 Thread deepank
It will pick up property values from the bean ReportParameterForm and NOT 'ReportParameterFormBean' , these two names are different as far as i know Deepank - Original Message - From: Mohan Radhakrishnan [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, September 30, 2002 1:03 PM

Re: html:form

2002-09-30 Thread deepank
select example from the Struts examples package. bye, mohan -Original Message- From: deepank [mailto:[EMAIL PROTECTED]] Sent: Monday, September 30, 2002 1:47 PM To: Struts Users Mailing List Subject: Re: html:form It will pick up property values from the bean ReportParameterForm

Re: html:form

2002-09-30 Thread deepank
Deepank - Original Message - From: Mohan Radhakrishnan [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Sent: Monday, September 30, 2002 4:11 PM Subject: RE: html:form Hi, The bean should be associated with the html:form tag according to the struts example

FORWARDING FROM ACTION TO ACTION AND form bean not getting prepopulated

2002-09-28 Thread deepank
THE FORM IN MY ReviewTeamAction IS NOT NULL, THE FIRST TIME WHEN I COME TO THIS ACTION FROM THE PREVIOUS ACTION ReviewTeamLoadAction. Can someone point the Problem here Deepank

changing action for a form dynamically

2002-09-27 Thread deepank
(performAction, /reviewTeam); else request.setAttribute(performAction, /editReviewTeam); then in the jsp i do html:form name=someform type = com.sasken.erp.sdlc.action.ReviewTeamForm action =bean:write name='performAction' / this does not work any help help willbe appreciated Deepank

initilaizing form bean values

2002-09-26 Thread deepank
/, this should display some initial data any help will be apprecaited Deepank

Re: initilaizing form bean values

2002-09-26 Thread deepank
instance. SHOULD I REMOVE THIS CODE and use setter methods to prepopulate the form bean fields in the action class. Deepank - Original Message - From: Richards, Devin N (Devin) [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Thursday, September 26, 2002 6:42 PM Subject

very frustrating logic:iterate

2002-09-24 Thread deepank
) { this.emp_name_v = emp_name_v; } public String getEmp_name_v() { return this.emp_name_v; } STILL I GET AN ERROR: somebody please point the problem here Deepank

Re: very frustrating logic:iterate

2002-09-24 Thread deepank
() { return this.technical_per_v; } } CLEARLY NO METHOD IS OVERLOADED STILL WHY THE ERROR AS BEFORE Please HELP!! Deepank - Original Message - From: Sri Sankaran [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Tuesday, September 24, 2002 7:23 PM Subject: RE: very

logic : iterate is driving me mad

2002-09-24 Thread deepank
P HELLO WORLD!/P /logic:iterate The loop works correctly, only the getter methods give error SOME BODY PLEASE HELP Deepank

Re: very frustrating logic:iterate

2002-09-24 Thread deepank
(JspServlet.ja THANKS FOR UR TIME Deepank - Original Message - From: Sri Sankaran [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Tuesday, September 24, 2002 8:25 PM Subject: FW: very frustrating logic:iterate Just read your first message again. You said

Re: logic : iterate is driving me mad

2002-09-24 Thread deepank
IT WORKED THANKS VERY VERY VERY MUCH Deepank - Original Message - From: Jon.Ridgway [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Sent: Tuesday, September 24, 2002 8:39 PM Subject: RE: logic : iterate is driving me mad Hi Deepak I can't remember the exact

Re: very frustrating logic:iterate

2002-09-24 Thread deepank
=value.mail_id_v / bean:write name=reviewer property=value.role_n / /logic:iterate THIS WORKS thanks for ur interest Deepank - Original Message - From: Vilya Harvey [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Tuesday, September 24, 2002 8:47 PM Subject: Re: very

indexed attribute for html tags

2002-09-24 Thread deepank
; } But this does not work, i get an error, No getter method for property mail_id_v any help will be appreciated Deepank