Sorry.. Need of blood of B Negative

2003-11-24 Thread Abhijeet Mahalkar
Very Very Sorry to all , But I have a major requirement of ( B Negative )blood for the heart operation of My Uncle at Ruby hospital PUNE, Maharashtra State INDIA. All those who are localite Puneties and have a blood group B Negative, (Maharashtra State, INDIA) I request them to donate the blood

Re: forward to new window.

2003-11-20 Thread Abhijeet Mahalkar
forward it to some JSP page and in that jsp page say window.open(test.jsp,.);; I don't thing you can forward and open a window through action class.. simple Abhijeet - Original Message - From: deepaksawdekar [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent:

One JAVA Question?

2003-11-19 Thread Abhijeet Mahalkar
hi All Sorry for this out of forum question. But i want to check thru http protocol whether the a.txt file exists on the specified Location or not... e.g. http://1.1.1.1/test/poll/SimpleHTML.html i want to check whether SimpleHTML.html file exist at the 1.1.1.1/test/coll location or not ? I

Re: One JAVA Question?

2003-11-19 Thread Abhijeet Mahalkar
Subject: Re: One JAVA Question? Maybe you can use commons-httpclient to connect to the url, see if you get a 404 or 200 for the response ? If you get a 200, you are good to go, 404, means file not found. Abhijeet Mahalkar wrote: hi All Sorry for this out of forum question. But i want

Re: One JAVA Question?

2003-11-19 Thread Abhijeet Mahalkar
oohh great thankx - Original Message - From: Kwok Peng Tuck [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Wednesday, November 19, 2003 2:01 PM Subject: Re: One JAVA Question? Under the commons project. jakarta.apache.org Abhijeet Mahalkar wrote: Thankx

Re: Dropdown and a text box

2003-11-18 Thread Abhijeet Mahalkar
Hi Anubhav for this you have to play along with both textfield and select show Select first and then provide a button for new entry very immediate to select and when he clicks it hide select and show text field.. i hope this must be in ur mind previously ... or may help you. abhijeet -

Re: Dropdown and a text box

2003-11-18 Thread Abhijeet Mahalkar
hi anubhav Continuing previous mail rather than having Buttong along with select field add Doubleclick Event to both text field and select and hide each other on double click by checking the tpe of Object it is... abhijeet - Original Message - From: Abhijeet Mahalkar [EMAIL PROTECTED

Re: new to struts

2003-11-11 Thread Abhijeet Mahalkar
bye mastering struts . good book for basics as well as masters. try out.. abhijeet - Original Message - From: sanjay paithankar [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, November 11, 2003 2:47 PM Subject: new to struts Hello can any one point the basic document

Re: forward problem ?

2003-11-11 Thread Abhijeet Mahalkar
create one more tag in action ... forward name=controllerFRWD path=/controller1.jsp/ and provide this name in action class forward. this works... abhijeet - Original Message - From: Kalra, Ashwani [EMAIL PROTECTED] To: Struts (E-mail) [EMAIL PROTECTED] Sent: Wednesday, November 12,

PDF File Display in JSP-Struts

2003-11-10 Thread Abhijeet Mahalkar
... Abhijeet Mahalkar - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

request processor error.

2003-11-06 Thread Abhijeet Mahalkar
Just an hour before my websphere 5.0 was working properly but suddenly it started giving following error and my websphere 5.0 server automatically stus down after few minutes. and this error comes in a loop and finally it throws StackoverFlow exception Will any body help me to underrstand the

Re: Java Compiler Cannot Find the Required JAR File in the Classpath

2003-10-22 Thread Abhijeet Mahalkar
Hi copy the required jar files inthe current dir. Always the best way is set classpath= enter make it blank set the new classpath in which set the classpath of copied jar files of current dir. then no problem. Make this habit after compilation delete the jar files (if not required). This is the

Re: Help needed on Iterate Tag

2003-10-22 Thread Abhijeet Mahalkar
Aur Logon Ka Dher Saraa Pyar Prapt Ho... Wish you a Happy Diwali and a Prosperous New Year Regards Abhijeet Mahalkar - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

HAPPY DIWALI!

2003-10-22 Thread Abhijeet Mahalkar
Diamond Ka Haar Aur Logon Ka Dher Saraa Pyar Prapt Ho... Wish you a Happy Diwali and a Prosperous New Year Regards Abhijeet Mahalkar - To unsubscribe, e-mail: [EMAIL

Re: element type null

2003-10-21 Thread Abhijeet Mahalkar
Hi All, Will Anybody explain me How RequestPRocessor and ActionServlet works ? I am not able to figure out the actual internal working of Webserver in the Struts Framework. Will anybody pls tell me how Webserver works which threads, Classes,tags etc it uses from request to response to the client

Request PRocessor

2003-10-21 Thread Abhijeet Mahalkar
Sorry for previous wrong Subject Line. abhijeet - Original Message - From: Abhijeet Mahalkar [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Tuesday, October 21, 2003 2:39 PM Subject: Re: element type null Hi All, Will Anybody explain me How RequestPRocessor

html:button Not working

2003-10-02 Thread Abhijeet Mahalkar
Hi ALL I have a code in which i have to submit the page for which i have written html:form onsubmit=return XYZFORM(this); action=/XYZ method=post //some code html:button property=/usergroupmaster bean:message key=button.details/ /html:button /html:form but when i click the button nothing

Incompatible object argument for method call

2003-10-01 Thread Abhijeet Mahalkar
I am stuck with the following error while invoking the simple jsp file which contains few tags... Please Suggest the solutions as early as possible.. [10/1/03 12:17:08:156 IST] 6589a06b WebGroup E SRVE0026E: [Servlet Error]-[#40;class: org/apache/struts/taglib/logic/MessagesPresentTag,

Re: CTRL-N should not work in different machine...

2003-10-01 Thread Abhijeet Mahalkar
for this you have to trap the CTRL-N key event through HTML tags. GOTO http://www.javaworld.com/javaworld/jw-12-2001/jw-1221-xslt.html? link . search you will get the solution. abhijeet - Original Message - From: Prashanth.S [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday,

Re: CTRL-N should not work in different machine...

2003-10-01 Thread Abhijeet Mahalkar
: Abhijeet Mahalkar [mailto:[EMAIL PROTECTED] Sent: Wednesday, 1 October 2003 14:54 To: Struts Users Mailing List Subject: Re: CTRL-N should not work in different machine... for this you have to trap the CTRL-N key event through HTML tags. GOTO http://www.javaworld.com/javaworld/jw-12-2001/jw-1221

It's Really Urgent .

2003-10-01 Thread Abhijeet Mahalkar
I am stuck up with the following problem from last so much time. and not able to deploy war file into the websphere 5.0 server. please GUIDE ASAP abhijeet [10/1/03 16:02:44:797 IST] 15433d06 SystemOut O register('-//Apache Software Foundation//DTD Struts Configuration 1.0//EN',

It's Really Urgent .

2003-10-01 Thread Abhijeet Mahalkar
- Original Message - From: Abhijeet Mahalkar [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Wednesday, October 01, 2003 4:09 PM Subject: It's Really Urgent . I am stuck up with the following problem from last so much time. and not able

Websphere Struts -war Deployment problem...

2003-10-01 Thread Abhijeet Mahalkar
While depoloying one war file i am getting the following error in websphere will anybody guide me. [10/1/03 15:20:07:391 IST] 51ddb8cf WebGroup I SRVE0180I: [ANMEJB.war] [/ANMEJB] [Servlet.LOG]: action: init [10/1/03 15:20:07:406 IST] 51ddb8cf WebGroup I SRVE0180I: [ANMEJB.war]

Re: CTRL-N should not work in different machine...

2003-10-01 Thread Abhijeet Mahalkar
-Original Message- From: Abhijeet Mahalkar [mailto:[EMAIL PROTECTED] Sent: Wednesday, 1 October 2003 14:54 To: Struts Users Mailing List Subject: Re: should not work in different machine... for this you have to trap the CTRL-N key event through HTML tags. GOTO http://www.javaworld.com

Re: Action re-running on page refresh?

2003-09-29 Thread Abhijeet Mahalkar
Hi Kat , You Have to put th URL value in the session say NEXTURL for this you have to write one JSP in which you will say amon.jsp String nextUrl = session.getValue(NEXTURL) ; String page = session.getValue(Page) ; response.sendRedirect(nextUrl) ; in every jsp in the application you have to

Re: No Error Message But A Blank Page Is Displayed.

2003-09-29 Thread Abhijeet Mahalkar
have u updated the Resource files... ? abhijeet - Original Message - From: Caroline Jen [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, September 30, 2003 9:45 AM Subject: No Error Message But A Blank Page Is Displayed. I am experimenting a basic application - logon. I got the

Re: dynamic properties in jsp

2003-09-29 Thread Abhijeet Mahalkar
You have to handale this in JAvascript in which use document.createElement method to create the table row,td, and components and values of this u can access in dynaform ... abhijeet - Original Message - From: krishnamohan [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday,

Urgent: No Getter Method found

2003-09-26 Thread Abhijeet Mahalkar
hi All I am getting following error while invoking JSP file .. txtUserGroupCode of bean org.apache.struts.taglib.html.BEAN]: javax.servlet.jsp.JspException: No getter method for property txtUserGroupCode of bean org.apache.struts.taglib.html.BEAN i have following code in the Action Clas...

Re: Urgent: No Getter Method found

2003-09-26 Thread Abhijeet Mahalkar
: No Getter Method found change the variable txtusergroupcode to txtUserGroupCode. it will work. |-Original Message- |From: Abhijeet Mahalkar [mailto:[EMAIL PROTECTED] |Sent: Friday, September 26, 2003 12:13 PM |To: Struts Users Mailing List |Subject: Urgent: No Getter Method found | | |hi

[SOLVED]Re: Urgent: No Getter Method found

2003-09-26 Thread Abhijeet Mahalkar
: Urgent: No Getter Method found change the variable txtusergroupcode to txtUserGroupCode. it will work. |-Original Message- |From: Abhijeet Mahalkar [mailto:[EMAIL PROTECTED] |Sent: Friday, September 26, 2003 12:13 PM |To: Struts Users Mailing List |Subject: Urgent: No Getter Method

what is .do mapping?

2003-09-26 Thread Abhijeet Mahalkar
When invoke the jsp using http://localhost/xyz/pages/UserGroupMaster.jsp URL and when i submit the page trhu submit button the URL gets changed to following will anybody tell me why? and what is .do stands for? where do we make the entry of this.? is it the action mapping we are using in

Re: what is .do mapping?

2003-09-26 Thread Abhijeet Mahalkar
Hi swanand thanks for ur very quick reply. just guide me ... What should i do if the following code not working and not getting redirected to UserGroupMaster.jsp On Fri, 26 Sep 2003 Abhijeet Mahalkar wrote : When invoke the jsp using http://localhost/xyz/pages/UserGroupMaster.jsp URL

Re: what is .do mapping?

2003-09-26 Thread Abhijeet Mahalkar
abhijeet On Fri, 26 Sep 2003 Abhijeet Mahalkar wrote : When invoke the jsp using http://localhost/xyz/pages/UserGroupMaster.jsp URL and when i submit the page trhu submit button the URL gets changed to following will anybody tell me why? and what is .do stands for? where do we make

.do again with problem points/code...

2003-09-26 Thread Abhijeet Mahalkar
- Original Message - From: Abhijeet Mahalkar To: Rohit_Arora Sent: Friday, September 26, 2003 4:17 PM Subject: .do again Hi rohit this is the stact trace for the error i am getting.. But please tell me first that while submiting how will i write html:submit i have written

Re: .do again with problem points/code...

2003-09-26 Thread Abhijeet Mahalkar
rewritten xml Hope this will work...rest of the code portion seems to be correct :-) Regards, Rohit Arora -Original Message- From: Abhijeet Mahalkar [mailto:[EMAIL PROTECTED] Sent: Friday, September 26, 2003 4:24 PM To: Struts Users Mailing List Subject: .do again with problem points/code

Value assignment to html:hidden field...

2003-09-25 Thread Abhijeet Mahalkar
how can we assign the JSP value to the hidden field code is as follows String date = session.getValue(BussinessDate); this date variable i want to assign to following field... html:hidden property=txtBusidate width=15 size=25 maxlength=25 / will this work ? html:hidden value = %=date %

Re: Value assignment to html:hidden field...

2003-09-25 Thread Abhijeet Mahalkar
= %=date % property=txtBusidate width=15 size=25 maxlength=25/ Adolfo. From: Abhijeet Mahalkar [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: Value assignment to html:hidden field... Date: Thu, 25 Sep 2003 15:09:16

Re: html base element

2003-09-23 Thread Abhijeet Mahalkar
) at com.ibm.ws.http.HttpConnection.readAndHandleRequest(HttpConnection.java:432) at com.ibm.ws.http.HttpConnection.run(HttpConnection.java:343) at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:592) thanks Abhijeet mahalkar * To leave this List *** e-mail to [EMAIL PROTECTED] and, in the text

Re: [ANNOUNCE] JSFCentral.com site expanded

2003-09-22 Thread Abhijeet Mahalkar
Hi All, I am Getting this error while deploying the war file into websphere 5.0 thru admin console. Has anyone incountered this problem. Can u suggest the answer to me. Please java.lang.ClassCastException: com.ibm.etools.commonarchive.impl.ArchiveImpl at

Re: multiple rows of editable data

2003-09-22 Thread Abhijeet Mahalkar
Yes If you are having ur data in the Xml then generate one tag srlNo aong with other tags and add this tag for each row and id of each tag in the row has to be the same as well as it has to be row id. Then u can retireve this activelement.getAttribute(id) ; and get the TR of the table depends

Re: Log4J and Struts

2003-09-22 Thread Abhijeet Mahalkar
hi Mahesh, No u have to keep ur log4j-1.2.8.jar into websphere\appserver\lib dir not web-inf. here it will not give any error. I was working on the same kind of error an hr before but copy paste into websphere\appserver\lib solved my problem... regards abhijeet - Original Message -

New Concept.

2003-09-22 Thread Abhijeet Mahalkar
in the list. It may be ready in the list. regards, Abhijeet Mahalkar.

Urgent:Webshpere Admin Concole Problem

2003-09-22 Thread Abhijeet Mahalkar
) at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.handleWebAppDispatch(WebAppRequestDispatcher.java:872) at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.dispatch(WebAppRequestDispatcher.java:491) at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward(WebAppRequestDispatcher thanks Abhijeet mahalkar

Re: Errors...help urgently

2003-09-22 Thread Abhijeet Mahalkar
Set the classpath for struts.jar if u r using any application server like weblogic or websphere then put the file in websphere\apppserver\lib dir and also put commons-beanutils in the class path.. this works any thing else let me know... regards Abhijeet Mahalkar Pune - Original

None has replyied this. Pls Try.

2003-09-19 Thread Abhijeet Mahalkar
the session beans in my web module but no entity beans. Is there anybody using this arquitecture? Thanks Rben Carvalho -Mensagem original- De: Abhijeet Mahalkar [mailto:[EMAIL PROTECTED] Enviada: qui 18-09-2003 11:29 Para: Struts Users Mailing List

Please Reply this Mail It's Urgent.

2003-09-19 Thread Abhijeet Mahalkar
: Abhijeet Mahalkar [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Thursday, September 18, 2003 5:32 PM Subject: Re: I webshpere Struts Thanks for reply This is my ejb-jar.xml. where i have class SettingsPK which contains 3 field which i want to use as my primary key. do I

Re: Please Reply this Mail It's Urgent.

2003-09-19 Thread Abhijeet Mahalkar
yourfirstname yourlastname -Original Message- From: Abhijeet Mahalkar [mailto:[EMAIL PROTECTED] Sent: Friday, September 19, 2003 12:49 PM To: Struts Users Mailing List Subject: Please Reply this Mail It's Urgent. hi ALL , Please reply the following mail Or at least tell me where

I webshpere Struts

2003-09-18 Thread Abhijeet Mahalkar
Is there anybody working on struts -- websphere server architecture i have few queries regarding deploying the complete module using JSp-- structs -- sessionbeans --- entitybeans --- Database architecture it's not getting deployed properly... can anyone guide me to get the proper link on

Re: offtopic idea 876 external javadoc

2003-09-18 Thread Abhijeet Mahalkar
I am facing this error while deploying the Session bean into Webshpere is any body working on webshepere can u help me ? please thanks regards ABhijeet [*Error] /UserGrpMasterJar(Class: indus.coll.ejb.usergroupmaster.UserGroupHome): CHKJ2907E: Type

Re: I webshpere Struts

2003-09-18 Thread Abhijeet Mahalkar
configured properly, I keep getting an exception saying that the JNDI name can't be found. I manage to call the session beans in my web module but no entity beans. Is there anybody using this arquitecture? Thanks Rben Carvalho -Mensagem original- De: Abhijeet Mahalkar [mailto

CHKJ2907E: Type *** cannot be reflected. Check the classpath. IN WEBSPHERE

2003-09-18 Thread Abhijeet Mahalkar
. - Original Message - From: Abhijeet Mahalkar [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Thursday, September 18, 2003 5:32 PM Subject: Re: I webshpere Struts Thanks for reply This is my ejb-jar.xml

Re: CHKJ2907E: Type *** cannot be reflected. Check the classpath. IN WEBSPHERE

2003-09-18 Thread Abhijeet Mahalkar
supertypes, cannot be reflected. Check the classpath. - Original Message - From: Abhijeet Mahalkar [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Thursday, September 18, 2003 5:32 PM Subject

Re: include a file

2003-09-17 Thread Abhijeet Mahalkar
Why don't you try directly the jsp:include .. tag abhijeet - Original Message - From: Mariano GarcĂ­a [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, September 17, 2003 5:00 PM Subject: include a file Hi all, Is there any tag to include html or jsp file into another jsp

Re: bean:write property= Format a Date ?

2003-09-17 Thread Abhijeet Mahalkar
I don't thing struts provide you formating date functionality as i never tried also but frankly it will take another 20 min. to write a function for formatting date.. use string.substring methods and all after retriving the date from DB using getStirng() or use to_char(datefield,'dd/mm/