RE: Displaying applets
Hi Jay, You can have an applet client, which talks to struts on the server side and displays the values. In this case, your client GUI should be applet and from the applet, you can communicate with struts action class. Use DTO's as data carriers between the client and Servlets. Try searching for applet servlet communication articles. This should throw some light. HTH Thanks and Regards, S.Ramkumar -Original Message- From: Dakota Jack [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 22, 2004 2:57 PM To: Struts Users Mailing List; Jay Chandran Subject: Re: Displaying applets Struts is really fairly Applets agnostic, Jay. You don't have to make any connection with Struts to do Applets. I don't know if there is some special code out there tangential to Struts but connected, like Struts file upload. Jack On Wed, 22 Dec 2004 14:05:49 +0530, Jay Chandran <[EMAIL PROTECTED]> wrote: > Is it possible to display the output as an applet in struts? if so how is it > possible ? > > Thanks , > > Jay > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- "You can lead a horse to water but you cannot make it float on its back." ~Dakota Jack~ "You can't wake a person who is pretending to be asleep." ~Native Proverb~ "Each man is good in His sight. It is not necessary for eagles to be crows." ~Hunkesni (Sitting Bull), Hunkpapa Sioux~ --- "This message may contain confidential and/or privileged information. If you are not the addressee or authorized to receive this for the addressee, you must not use, copy, disclose, or take any action based on this message or any information herein. If you have received this message in error, please advise the sender immediately by reply e-mail and delete this message. Thank you for your cooperation." - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] DISCLAIMER: This message contains privileged and confidential information and is intended only for the individual named.If you are not the intended recipient you should not disseminate,distribute,store,print, copy or deliver this message.Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system.E-mail transmission cannot be guaranteed to be secure or error-free as information could be intercepted,corrupted,lost,destroyed,arrive late or incomplete or contain viruses.The sender therefore does not accept liability for any errors or omissions in the contents of this message which arise as a result of e-mail transmission. If verification is required please request a hard-copy version. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
RE: Struts newbee
Hi, You cannot have two action forms associated with one action. I suggest you use nested beans in your action form. HTH. Thanks and Regards, S.Ramkumar Associate Consultant - Investment Banking PrimeSourcing(tm) "Add Value Reduce Risk" i-flex solutions limited, Bangalore Ph:+ 91-80- 22086000/57596000- extn 6873 E-Mail:[EMAIL PROTECTED] -Original Message- From: Lakshmi Saritha [mailto:[EMAIL PROTECTED] Sent: Thursday, April 06, 2006 2:02 PM To: Struts Users Mailing List Subject: Re: Struts newbee Hi Praveen, Hope you are doing well... I want to share something regarding your question. Generally, the Action.perform() method takes only a single form bean as a parameter(of course, it takes 4 parameters: ActionForm,ActionMapping,HttpServletRequest,HttpServletResponse). So, surely we can't provide two formbeans for the action. But if your want to acheive that, you can use nest beans. That means, you can create object for one bean in other bean class and use it. According to my knowledge, I'm thinking so. Any how, check it out with others too. Take care. Have a nice time. Bye... Thanks, Saritha [EMAIL PROTECTED] wrote: Hi , I am new to struts.. although i have a couple of years experience in java/j2ee. i have a question. Can two ActionForms be associated with the same Action class .. if yes how. Regards, Praveen Notice: The information contained in this e-mail message and/or attachments to it may contain confidential or privileged information. If you are not the intended recipient, any dissemination, use, review, distribution, printing or copying of the information contained in this e-mail message and/or attachments to it are strictly prohibited. If you have received this communication in error, please notify us by reply e-mail or telephone and immediately and permanently delete the message and any attachments. Thank you - Talk is cheap. Use Yahoo! Messenger to make PC-to-Phone calls. Great rates starting at 1ยข/min. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
RE: tiles
Hi, http://www.roseindia.net/struts/struts_tiles.shtml will give you a good start for tiles. Also try downloading Struts Live PDF from the serverside.com Thanks and Regards, S.Ramkumar Associate Consultant - Investment Banking PrimeSourcing(tm) "Add Value Reduce Risk" i-flex solutions limited, Bangalore Ph:+ 91-80- 22086000/57596000- extn 6873 E-Mail:[EMAIL PROTECTED] -Original Message- From: Manopriya Jagadeesan , Tidel Park - Chennai [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 03, 2006 2:10 PM To: Struts Users Mailing List Subject: tiles Importance: Low Can someone give me good start for tiles? I need a step by step details abt using tiles with struts framework. Thanks in advance mano - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
RE: hibernate
Hi, http://www.gloegl.de/5.html will give you a jump start on hibernate. Thanks and Regards, S.Ramkumar Associate Consultant - Investment Banking PrimeSourcing(tm) "Add Value Reduce Risk" i-flex solutions limited, Bangalore Ph:+ 91-80- 22086000/57596000- extn 6873 E-Mail:[EMAIL PROTECTED] -Original Message- From: Pavan Chillara [mailto:[EMAIL PROTECTED] Sent: Saturday, May 06, 2006 6:39 PM To: Struts Users Mailing List Subject: Re: hibernate hi all please visit to www.allapplabs.com and also www.roseindia.net for J2EE tutorilas Thanks Pavan On 5/6/06, Manopriya Jagadeesan , Tidel Park - Chennai <[EMAIL PROTECTED]> wrote: > > Hi all, > I need a good start for hibernate.Can anyone suggest some good links? > > > -- Thanks Pavan Ph: 614-465-1059 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
RE: simple struts example : HTTP 404
Hi All, The problem is resolved. Thanks a lot for all your input. Thanks and Regards, S.Ramkumar Associate Consultant - Investment Banking PrimeSourcing(tm) "Add Value Reduce Risk" i-flex solutions limited, Bangalore Ph:+ 91-80- 22086000/57596000- extn 6873 E-Mail:[EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, January 05, 2006 7:34 PM To: Struts Users Mailing List Cc: Rakesh Bhat-IC; user@struts.apache.org Subject: RE: simple struts example : HTTP 404 Rakesh, I think you should have following doctype in your struts-config.xml http://struts.apache.org/dtds/struts-config_1_2.dtd";> Currently you have following doctype: http://jakarta.apache.org/struts/dtds/struts-config_1_2.dtd";> Please check this in your struts.jar file also. Doctype which is you are using is for struts-config_1_1.dtd. Best Regards Sunil Sahu Sr. Software Engineer Keane India Ltd Gurgaon Pazhanikanthan Periasamy <[EMAIL PROTECTED]> 01/05/2006 03:21 PM Please respond to "Struts Users Mailing List" To <[EMAIL PROTECTED]> cc Subject RE: simple struts example : HTTP 404 Are you sure that the Application Server did deploy the webapp and configure the Struts XMLs during startup? Have you configured (in web.xml) to mandatorily validate the Struts Configuration files during startup by the Action Servlet? Thanks and regards, Pazhanikanthan. P Project Leader, Caritor (India) Pvt. Ltd., Madras - 600 006 Mob: 9884321672 Extn: 4307 -<[EMAIL PROTECTED]> wrote: - To: <[EMAIL PROTECTED]>, From: <[EMAIL PROTECTED]> Date: 01/05/2006 03:36PM Subject: RE: simple struts example : HTTP 404 Yes sir. Kind regards, Rakesh Bhat PrimeSourcing(tm) The Global IT Services business from i-flex - "Add Value Reduce Risk" www.iflexsolutions.com/services/services.asp i-flex solutions limited - Bangalore Phone : (080) 5759-6873 Email : Rakesh.Bhat@ iflexsolutions.com -Original Message- From: Pazhanikanthan Periasamy [mailto:[EMAIL PROTECTED] Sent: Thursday, January 05, 2006 3:16 PM To: Struts Users Mailing List Cc: Rakesh Bhat-IC Subject: RE: simple struts example : HTTP 404 Have u configured your web.xml with the Strust Action Servlet? Have u associated a URL Pattern as *.do? Thanks and regards, Pazhanikanthan. P Project Leader, Caritor (India) Pvt. Ltd., Madras - 600 006 Mob: 9884321672 Extn: 4307 -<[EMAIL PROTECTED]> wrote: - To: From: <[EMAIL PROTECTED]> Date: 01/05/2006 03:32PM Subject: RE: simple struts example : HTTP 404 Now I changed this,early it was http://localhost:8080/Emp_App/setupEmployeeForm.do This is not working also. Kind regards, Rakesh Bhat PrimeSourcing(tm) The Global IT Services business from i-flex - "Add Value Reduce Risk" www.iflexsolutions.com/services/services.asp i-flex solutions limited - Bangalore Phone : (080) 5759-6873 Email : Rakesh.Bhat@ iflexsolutions.com -Original Message- From: Pazhanikanthan Periasamy [mailto:[EMAIL PROTECTED] Sent: Thursday, January 05, 2006 3:10 PM To: Rakesh Bhat-IC Cc: Rakesh Bhat-IC; user@struts.apache.org Subject: RE: simple struts example : HTTP 404 http://localhost:8080/Emp_App/WEB-INF/setupEmployeeForm.do WHY does WEB-INF pattern in the URL ? Have you protected all your resources? If not, It should be like http://localhost:8080/Emp_App/setupEmployeeForm.do This should work Thanks and regards, Pazhanikanthan. P Project Leader, Caritor (India) Pvt. Ltd., Madras - 600 006 Mob: 9884321672 Extn: 4307 -<[EMAIL PROTECTED]> wrote: - To: <[EMAIL PROTECTED]> From: <[EMAIL PROTECTED]> Date: 01/05/2006 03:24PM cc: Subject: RE: simple struts example : HTTP 404 See after I click on below link in index.jsp Add An Employee Below is the url. http://localhost:8080/Emp_App/WEB-INF/setupEmployeeForm.do Kind regards, Rakesh Bhat PrimeSourcing(tm) The Global IT Services business from i-flex - "Add Value Reduce Risk" www.iflexsolutions.com/services/services.asp i-flex solutions limited - Bangalore Phone : (080) 5759-6873 Email : Rakesh.Bhat@ iflexsolutions.com -Original Message- From: Pazhanikanthan Periasamy [mailto:[EMAIL PROTECTED] Sent: Thursday, January 05, 2006 3:01 PM To: Struts Users Mailing List Cc: Rakesh Bhat-IC Subject: RE: simple struts example : HTTP 404 Kindly send the URL thru which u are accessing it from the Browser. Unless we see that we cant debug. Thanks and regards, Pazhanikanthan. P Project Leader, Caritor (India) Pvt. Ltd., Madras - 600 006 Mob: 9884321672 Extn: 4307 -<[EMAIL PROTECTED]> wrote: - To: From: <[EMAIL PROTECTED]> Date: 01/05/2006 03:14PM Subject: RE: simple struts example : HTTP 404 Yes,sir.I am accessing it thru your browser. Kind regards, Rakesh Bhat PrimeSourcing(tm) The Global IT Services business from i-flex - "Add Value Reduce Risk" www.iflexsolutions.com/services/services.asp i-flex solutions limited - Bangalore Phone : (080) 5759-6873 Email : Rakesh.Bhat@ ifl
RE: simple struts example : HTTP 404
Dave, We put tools.jar under TOMCAT_COMMON\lib folder and it started working. Thanks and Regards, S.Ramkumar Associate Consultant - Investment Banking PrimeSourcing(tm) "Add Value Reduce Risk" i-flex solutions limited, Bangalore Ph:+ 91-80- 22086000/57596000- extn 6873 E-Mail:[EMAIL PROTECTED] -Original Message- From: Dave Newton [mailto:[EMAIL PROTECTED] Sent: Thursday, January 05, 2006 7:40 PM To: Struts Users Mailing List Subject: Re: simple struts example : HTTP 404 Importance: Low [EMAIL PROTECTED] wrote: >The problem is resolved. > > For future reference, it's helpful to include how the issue was resolved: this way the archives maintain a more complete record of problems and resolutions. Dave - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
RE: which one is best for DATA PERSISTENCE
Hi, I would suggest you begin with iBATIS. http://ibatis.apache.org Thanks and Regards, S.Ramkumar Associate Consultant - Investment Banking PrimeSourcing(tm) "Add Value Reduce Risk" i-flex solutions limited, Bangalore Ph:+ 91-80- 22086000/57596000- extn 6873 E-Mail:[EMAIL PROTECTED] -Original Message- From: JEEVANATHAM P. /BPCRP/INFOTECH/VASHI [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 10, 2006 12:56 PM To: 'Struts Users Mailing List' Subject: which one is best for DATA PERSISTENCE Hi all, For my project we are doing lot of database actions such as inert, update, delete and read. For that which java frameworks is best to use? Hibernate or iBATIS or anyother? Please let me know. Regards, JEEVANANTHAM PARAMASAMY, -- Greetings! ICICI Infotech is now 3i Infotech. The e-mail addresses of the company's employees have been changed to @3i-infotech.com. You are requested to take note of this new e-mail ID and make use of the same in future "This e-mail message may contain confidential, proprietary or legally privileged information. It should not be used by anyone who is not the original intended recipient. If you have erroneously received this message, please delete it immediately and notify the sender. The recipient acknowledges that 3i Infotech or its subsidiaries and associated companies, (collectively "3i Infotech"), are unable to exercise control or ensure or guarantee the integrity of/over the contents of the information contained in e-mail transmissions and further acknowledges that any views expressed in this message are those of the individual sender and no binding nature of the message shall be implied or assumed unless the sender does so expressly with due authority of 3i Infotech. Before opening any attachments please check them for viruses and defects." - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
RE: Struts UTF-8
You can begin with Struts in action. You can also download example web app from the struts web app. http://www.learntechnology.net/ http://struts.sourceforge.net/community/examples.html Thanks and Regards, S.Ramkumar Associate Consultant - Investment Banking PrimeSourcing(tm) "Add Value Reduce Risk" i-flex solutions limited, Bangalore Ph:+ 91-80- 22086000/57596000- extn 6873 E-Mail:[EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 17, 2006 4:35 PM To: user@struts.apache.org Subject: RE: Struts UTF-8 Can anybody tell me the best book to start with struts How to proceed with using struts... -Original Message- From: Alan Comeau [mailto:[EMAIL PROTECTED] Sent: Monday, January 16, 2006 7:24 PM To: Struts Users Mailing List Subject: RE: Struts UTF-8 Should have added a filter mapping in the web.xml setCharaterEncoding StrutsActionServlet -Original Message- From: Marcio Ghiraldelli [mailto:[EMAIL PROTECTED] Sent: 16 January 2006 13:38 To: user@struts.apache.org Subject: Struts UTF-8 I am trying to use UTF-8 in my Tomcat 5.5 / Struts 1.2.7 app, but my form beans shows "??" chars in place of international chars. 1) My JSP's has the UTF-8 encoding declaration <[EMAIL PROTECTED] pageEncoding="UTF-8"%> 2) The Tomcat java proccess is running with UTF-8 option: /usr/local/jdk1.5.0_05/bin/java -Dfile.encoding=UTF-8 The third step is to translate the default ISO request sent by traditional browsers to UTF chars, but Struts automatically populate the formbean when the form is submited, how can I do this? Thanks - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email. www.wipro.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
RE: Struts UTF-8
Yes, you can. Check http://www.manning.com/books/husted Also try searching http://www.theserverside.com for Free copy of Struts Live. Thanks and Regards, S.Ramkumar Associate Consultant - Investment Banking PrimeSourcing(tm) "Add Value Reduce Risk" i-flex solutions limited, Bangalore Ph:+ 91-80- 22086000/57596000- extn 6873 E-Mail:[EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 17, 2006 4:49 PM To: user@struts.apache.org Subject: RE: Struts UTF-8 Importance: Low Can I get the ebook for the same over internet -Original Message- From: Ayusman dikshit [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 17, 2006 4:36 PM To: Struts Users Mailing List Subject: RE: Struts UTF-8 Struts in action is a good book. Also professional struts. Regards Ayusman -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 17, 2006 4:35 PM To: user@struts.apache.org Subject: RE: Struts UTF-8 Can anybody tell me the best book to start with struts How to proceed with using struts... -Original Message- From: Alan Comeau [mailto:[EMAIL PROTECTED] Sent: Monday, January 16, 2006 7:24 PM To: Struts Users Mailing List Subject: RE: Struts UTF-8 Should have added a filter mapping in the web.xml setCharaterEncoding StrutsActionServlet -Original Message- From: Marcio Ghiraldelli [mailto:[EMAIL PROTECTED] Sent: 16 January 2006 13:38 To: user@struts.apache.org Subject: Struts UTF-8 I am trying to use UTF-8 in my Tomcat 5.5 / Struts 1.2.7 app, but my form beans shows "??" chars in place of international chars. 1) My JSP's has the UTF-8 encoding declaration <[EMAIL PROTECTED] pageEncoding="UTF-8"%> 2) The Tomcat java proccess is running with UTF-8 option: /usr/local/jdk1.5.0_05/bin/java -Dfile.encoding=UTF-8 The third step is to translate the default ISO request sent by traditional browsers to UTF chars, but Struts automatically populate the formbean when the form is submited, how can I do this? Thanks - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email. www.wipro.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] CAUTION - Disclaimer * This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely for the use of the addressee(s). If you are not the intended recipient, please notify the sender by e-mail and delete the original message. Further, you are not to copy, disclose, or distribute this e-mail or its contents to any other person and any such actions are unlawful. This e-mail may contain viruses. Infosys has taken every reasonable precaution to minimize this risk, but is not liable for any damage you may sustain as a result of any virus in this e-mail. You should carry out your own virus checks before opening the e-mail or attachment. Infosys reserves the right to monitor and review the content of all messages sent to or from this e-mail address. Messages sent to or from this e-mail address may be stored on the Infosys e-mail system. ***INFOSYS End of Disclaimer INFOSYS*** - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email. www.wipro.com - To unsubscribe, e-mail: [EMAIL PROTECT
RE: JDK1.4.2 Version
Hi, I don't think 1.4.2 has got a naming. It started from 1.5 (Tiger) and SE6 "Mustang", 7 "Dolphin" Thanks and Regards, S.Ramkumar Associate Consultant - Investment Banking PrimeSourcing(tm) "Add Value Reduce Risk" i-flex solutions limited, Bangalore Ph:+ 91-80- 22086000/57596000- extn 6873 E-Mail:[EMAIL PROTECTED] -Original Message- From: Vasumathi [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 11, 2006 1:56 PM To: user@struts.apache.org Subject: JDK1.4.2 Version Hi All Can anyone tell me the name of JDK1.4.2 like Java SE6 name is "Mustang". With Regards Vasumathi. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] DISCLAIMER: This message contains privileged and confidential information and is intended only for the individual named.If you are not the intended recipient you should not disseminate,distribute,store,print, copy or deliver this message.Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system.E-mail transmission cannot be guaranteed to be secure or error-free as information could be intercepted,corrupted,lost,destroyed,arrive late or incomplete or contain viruses.The sender therefore does not accept liability for any errors or omissions in the contents of this message which arise as a result of e-mail transmission. If verification is required please request a hard-copy version. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]