FileUpload warning

2004-03-25 Thread Deepak
regards Deepak

File upload location

2004-03-23 Thread Deepak
Hi, What is the default location of a file uploaded using html:file ? Can I upload it to one of the folders in my context path ? thanks Deepak

RE: Java / J2EE Developer

2004-02-16 Thread deepak saini
Come to India, there are lots of jobs for you here. From: Srini Pacharu [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: RE: Java / J2EE Developer Date: Mon, 16 Feb 2004 09:27:22 -0800 (PST) Hi

logic:iterate not updating. Need help

2004-01-28 Thread Deepak Mundada
Dear Friends, I am facing problem in the updating of ActionForm properties from the struts based jsp page particularly logic:iterate tag. While initial display the values of my Taisho object is getting displayed properly using logic:iterate but when I change those

creating a class that extends Action Mapping...what is the purpose of it?

2003-12-31 Thread deepak saini
Hi, I was trying one struts example. In that example, it has created one class whcih extends ActionMapping class. I was just wondering why we need to create this class and when is it used and whether we define this class in struts-config or web.xml? Regards Deepak Saini

Source code for Mastering Jakarta Struts

2003-12-23 Thread deepak saini
hi! any idea from where cna i get the source code of Mastering Jakarta Struts Regards Deepak Saini _ Marriage? http://www.bharatmatrimony.com/cgi-bin/bmclicks1.cgi?74 Join BharatMatrimony.com for free

sample program not running..getting stuck at Creating new Action

2003-12-17 Thread deepak saini
Hi, I have written a small application based on struts. there is one jsp page from which i am submitting some data. this is the code inthe jsp file html:form action=Lookup table width=45% border=0 tr tdSymbol:/td tdhtml:text property=symbol //td /tr tr

ValidWhen validator

2003-11-27 Thread Deepak
Hi, Is there a stable Struts release after 1.1 ? If Yes, what is the version and does it have ValidWhen Validator support ? regards Deepak

Re: html:link adn Struts usage - question from a newbee

2003-11-05 Thread Deepak
Ur link should call .do that populates the form for 'ShowMe.jsp' and sets it in the session - Original Message - From: Frederic Dernbach [EMAIL PROTECTED] To: struts-user [EMAIL PROTECTED] Sent: Wednesday, November 05, 2003 4:51 PM Subject: html:link adn Struts usage - question from a

Re-used Action class

2003-10-22 Thread Chadha, Deepak \(BLM\)
on the page they were on. Any ideas? Thanks Deepak *** Confidentiality Notice *** This email, its electronic document attachments, and the contents of its website linkages may contain confidential health information. This information is intended solely for use by the individual

HTML encoding of text returned from a bean

2003-10-17 Thread Chadha, Deepak \(BLM\)
to get working and not succeeding. Thanks for any help. Regards Deepak Scenario1: Placing the code in the JSP. This works and a droplist shows up fine. CODE IN JSP jsp:setProperty name=FETList property=currentKey value=MEMBER_DETAIL5MEM_FIELD5C5/ bean:define id=dctest name=FETList property

java.lang.IllegalArgumentException: No bean specified

2003-10-14 Thread Deepak
d.java:170) --- thanks 'n' regards deepak

Re: Struts and user-authentication

2003-10-06 Thread Deepak
Try this : http://www.theserverside.com/resources/article.jsp?l=JAAS - Original Message - From: Ilja [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, October 06, 2003 6:00 PM Subject: Struts and user-authentication Is there any good example on how to incorporate strict

Re: html:messages

2003-09-12 Thread Deepak
Try request.setAttribute(Globals.MESSAGE_KEY, actionMessages); after messages.add() - Original Message - From: Stan Reinis [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Friday, September 12, 2003 11:46 AM Subject: html:messages My Action includes the

Re: Howto get ActionForward to calling Page?

2003-08-09 Thread Deepak
Try new ActionForward(mapping.getInput()) deepak - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, August 05, 2003 4:17 PM Subject: Howto get ActionForward to calling Page? Hi, looking for a way to get an ActionForward to the page calling

Logic Iterate in Struts

2003-07-09 Thread Yinti, Deepak
Can some body some body tell me about logic iterate tag Thanks Deepak This e-mail may contain confidential or privileged information. If you think you have received this e-mail in error, please advise the sender by reply e-mail and then delete this e-mail immediately. Thank you. Aetna

RE: Logic Iterate in Struts

2003-07-09 Thread Yinti, Deepak
I want to iterate thru by bean and retrieve all values in JSP thru this tag Deepak -Original Message- From: Kamholz, Keith (corp-staff) USX [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 09, 2003 2:20 PM To: 'Struts Users Mailing List' Subject: RE: Logic Iterate in Struts That's

Issues with Submit and Popup in Struts

2003-06-13 Thread Yinti, Deepak
() { document.actionForm.service.value=PRODUCERLOOKUP; document.actionForm.action.value =producerlookupsearch; document.actionForm.submit(); return false; } How can I rectify my problem of not opening another window when I click the submit button Thanks in advance Deepak This e-mail may

execute() is called twice!

2003-05-30 Thread Deepak Hegde
Hi, I noticed that the execute method was called twice when the submit button was pressed once (resulting same action being performed twice). Has any one experienced this kind of behavior? I am unable to figure out the reason for this. Any suggestions will be helpful. Thanks, Deepak

HTML:SELECT

2003-05-30 Thread Yinti, Deepak
this %System.out.println(request.getAttribute(OPTION)); % I can see all the values , but not with Struts tags Thanks in Advance Deepak This e-mail may contain confidential or privileged information. If you think you have received this e-mail in error, please advise the sender by reply e-mail and then delete

RE: HTML:SELECT

2003-05-30 Thread Yinti, Deepak
Hi Josh, I need to print all the values which I have added in the Session to be in my HTML:OPTIONS How can I do that ? Deepak -Original Message- From: Josh McCulloch [mailto:[EMAIL PROTECTED] Sent: Thursday, May 29, 2003 1:43 PM To: Struts Users Mailing List Subject: Re: HTML:SELECT

HTML:OPTION from bean to JSP

2003-05-27 Thread Yinti, Deepak
I am new to struts framework. Can somebody let me know ,how to get data from bean into html:option which I am using my jsp page Thanks Deepak This e-mail may contain confidential or privileged information. If you think you have received this e-mail in error, please advise the sender by reply

RE: HTML:OPTION from bean to JSP

2003-05-27 Thread Yinti, Deepak
Thanks Steve for your help Deepak -Original Message- From: Steve Raeburn [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 27, 2003 4:30 PM To: Struts Users Mailing List Subject: RE: HTML:OPTION from bean to JSP In an Action that forwards to your form jsp, you do something like

Difference between Struts 1.1 and Struts 1.0

2003-01-29 Thread deepak
Hi, Is there any web site that lists the differences between Struts 1.1 and Struts 1.0. regards Deepak

Re: selecting all the checkboxes

2003-01-24 Thread deepak
onClick of the link call the javascript function which checks all your checkboxes. - Original Message - From: Uday [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Sent: Friday, January 24, 2003 4:16 PM Subject: RE: selecting all the checkboxes Hi, Yes in my jsp,

Re: disable enter key

2002-12-30 Thread deepak
You can use something like this function captureEnter () { var keycode; if (window.event) keycode = window.event.keyCode; if (keycode == 13) { //Your processing } } You can call this function on keyPress event of your control -

Re: disable enter key

2002-12-30 Thread deepak
Should work I have not tried it. Just try it out - Original Message - From: Daniel Joshua [EMAIL PROTECTED] To: 'deepak' [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Monday, December 30, 2002 5:12 PM Subject: RE: disable enter key Would that work if my control is a password input

Re: disable enter key

2002-12-30 Thread deepak
This works with input type=text - Original Message - From: Daniel Joshua [EMAIL PROTECTED] To: 'deepak' [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Monday, December 30, 2002 5:12 PM Subject: RE: disable enter key Would that work if my control is a password input field ? Regards

Re: defining style class with the iterate tag

2002-10-29 Thread deepak
You can do it this way logic:iterate name=mailFilterForm property=registredList id=mailView bean:define id=index name=mailView property=index/ tr td class=%= (Integer.parseInt(index)%2 == 0)?paire:impaire% bean:write name=mailView property=sender/ /td /tr /logic:iterate

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

2002-10-29 Thread deepak
Try doing this logic:iterate id=mondayEvent name=calendarForm property=mondayEventList bean:define id=txtSubject name=mondayEvent property=subject/ td class=input width=30% html:text property=txtSubject indexed=true/ /td /logic:iterate - Original Message - From: Linnea Ahlbeck

Re: html:options /

2002-10-24 Thread deepak
Yes you can. for e.g. bean:define id=carriers name=CarrierForm property=carrierVector/ - Original Message - From: Roland Carlsson [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Thursday, October 24, 2002 5:04 PM Subject: Re: html:options / Can't carriers be a

unsubscribe me

2002-07-11 Thread deepak . konale
Deepak Konale -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Javascript and struts compatibility

2002-05-15 Thread deepak
getTxtName(i) in the Form.java file. Now txtName[i] is not a valid control name in javascript. So how do i use these control names in JavaScript. Is there any other way I can name (javascript compatible name) my contols while they are created. Thanks Deepak

html:link tag question

2002-04-08 Thread Parmar, Deepak
I would like to display href from my object. html:link href=??? bean:write name=myObject property=item/ /html:link MyObject has item and Link property and I would like to put Link value at ??? in above example. Deepak -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional

( Design advice: workflow)

2002-03-19 Thread deepak . konale
but it still seems incomplete to perform these things. Please advise regarding these requirements or a possible source of information . Deepak Konale Architect, PFPC Inc. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Help needed on Bean:struts tag!

2002-03-08 Thread Balasubramani, Deepak (Cognizant)
Source) I am using struts 1.0.2 in Apache Tomcat 4.0. Please help me to rectify this problem. Thanks and Regards, Deepak. This e-mail and any files transmitted with it are for the sole use of the intended

newbie question: HTML Taglib

2002-02-22 Thread Parmar, Deepak
=white html:errors/ p Test /body /html:html Deepak winmail.dat Description: application/ms-tnef -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Error in running struts example in weblogic 6.1

2002-02-22 Thread Parmar, Deepak
, 5.4.1) probably occurred due to an error in /index.jsp line 3: %@ taglib uri=/WEB-INF/struts-html.tld prefix=html % Deepak winmail.dat Description: application/ms-tnef -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: Error in running struts example in weblogic 6.1

2002-02-22 Thread Parmar, Deepak
Hi KK, There is not html:form. tag. I'm trying to run struts example. I have added struts-example.war file and trying to access index.jsp file Deepak -Original Message- From: Khalid, Khusro [mailto:[EMAIL PROTECTED]] Sent: Friday, February 22, 2002 4:55 PM To: 'Struts Users Mailing

RE: Error in running struts example in weblogic 6.1

2002-02-22 Thread Parmar, Deepak
TITLE from resource file but if i just add taglib directive %@ taglib uri=/WEB-INF/struts-html.tld prefix=html % it give me error. I may be missing here because i just started playing with struts. Thanks Deepak -Original Message- From: Khalid, Khusro [mailto:[EMAIL PROTECTED