Integrating Struts 1.1 with JSF 2.0 Facelets

2011-05-03 Thread praveen kumar
Hi, Right now, I have struts application that is running fine. Now I want to introduce a new link in the same application. By clicking the link will display respective page that was developed with JSF Facelets technology. I am facing problem in integrating struts with JSF. Could anyone let me

Re: [help] examples of multi files upload

2006-03-08 Thread Praveen Kumar
Hi You have to use applet for that See www.radinks.com -- uploadapplet and thinfile.com Regards Praveen [EMAIL PROTECTED]> wrote: Hi all, I'm looking for example of multi files upload in struts, help me plz ... thanks in advance! bowlkhin -

Re: memory usage

2006-02-15 Thread Praveen Kumar
Hi you can use Jmeter or Jmap or JProbe tools to analyse the heap memory and objects memory I think it may help you With Regards Praveen "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: I'm not sure I understand your gasps at my question. To extend on the "that's like

RE: [OT off topic] Oracle Database Performace Issue

2006-02-11 Thread Praveen Kumar
Hi General to increase performance and to decrease query execution time. In query we use HINTS . Using HINTS is one option and at programming level using PS is other. Regards Praveen "Jonnalagadda, Sumithra" <[EMAIL PROTECTED]> wrote: yes. its a prepared statement. I am not th

Re: Is there an abstract meta-model of Struts ?

2005-10-31 Thread Praveen Kumar Begur
Hi Christian , Thanks for the initiative in replying with your thoughts. Please see inline for my comments. Let the thoughts flow. regards, Praveen -Original Message- From: Christian Bollmeyer [mailto:[EMAIL PROTECTED] Sent: Monday, October 31, 2005 3:29 AM To: Struts Users Maili

Re: How to Debug my Struts Application + tomcat + myeclipse 4.0?

2005-09-21 Thread Praveen Kumar
Hi In Eclipse there is DEBUG option in DEBUG-->Remote-->Create New --->give portno and other options --> Add BreakPoint In your (java file ) and you can watch the variable values --> press F8 for next line execution . the application should be in running mode in tomcat. Regards prave

Re: html:optioncollection

2005-09-19 Thread Praveen Kumar
Hi I think your question's answer will be use these tags refer tag lib Regards Kumar Marc Ende <[EMAIL PROTECTED]> wrote: Hi, I'm using the only with collections. Now I need to order the contents. It's possible to assign anything else (orderable/sortable) than collections to this tag?

Re: A Unique problem Struts 1.2.4

2005-09-19 Thread Praveen Kumar
Hi , I think the Struts ActionMapping will try to invoke the setter and getter methods of the ActionForm with the same name in if the names are not equal simply it will not invoke the Setter() method . So the corresponding Variable will be null . i think it wont throw any exception also(Actio

Re: multiple struts-config.xml issues with CactusStrutsTestCase

2005-09-15 Thread Praveen Kumar
HI I dont know about Cactus . But Struts 1.2 onwards only more than one struts-config files are allowed that to be in this manner action com.struts.action.ActionServlet /// THis is for Defalut config /WEB-INF/struts-confi

Re: How to prevent path shows up at the Address box in the browser, IE and others

2005-09-13 Thread Praveen Kumar
HI In struts if we use ( in web.xml) /*.do we will never get the full path or file name of the JSP's or Action's Check it Once Regards Kumar Kam Lung Leung <[EMAIL PROTECTED]> wrote: Hi, I am working on a project that uses Tiles and Structs. I have the following Tiles definition;