Re: [java ee programming] upload excel to servlet

2011-02-04 Thread Kunal Raikar
Hey Use *enctype="multipart/form-data" *in form tag example as follows Warm regards Kunal Raikar P *SAVE PAPER* - *Please consider our environment before printing *ü On Fri, Feb 4, 2011 at 4:15 PM, vinay basavanal wrote: > HI all, > > I am trying to upload an excel

Re: [java ee programming] File upload using AJAX

2010-10-29 Thread Kunal Raikar
Hi Alexander Do you have any sample code??? 2010/10/28 Alexander Jose Sanchez Niño > yes is posible, you cand do it with swfupload. and is very simple. > > 2010/10/27 Kunal Raikar > >> Hi >> >> I want to upload file on server without clicking on submit b

Re: [java ee programming] File upload using AJAX

2010-10-28 Thread Kunal Raikar
Hi Mahesh Can you give me some sample code??? Regards Kunal Raikar On Thu, Oct 28, 2010 at 10:38 AM, Mahesh Kapure wrote: > simple way... > > get the hidden form in ur page in some iframe and put the file input > (hidden) by javascript and then submit that form >

[java ee programming] Checking File size using javascript without using activex

2010-10-27 Thread Kunal Raikar
Hi Is it possible to check file size using javascript without using activex object??? Since i want to check file size before submiting the form. Thanks in advance -- Warm regards Kunal Raikar -- You received this message because you are subscribed to the Google Groups "Java EE

[java ee programming] File upload using AJAX

2010-10-27 Thread Kunal Raikar
Hi I want to upload file on server without clicking on submit button(Similar to Gmail file attachment). For that I need to make use of AJAX, Is it possible to do that? any help will be appreciated. Thanks in advance. -- Warm regards Kunal Raikar P *SAVE PAPER* - *Please consider our

Re: [java ee programming] Support for struts 1.3.10 in netbeans 6.5

2010-08-22 Thread Kunal Raikar
Hi My system has only 1GB RAM and I heard that version 6.5 is running faster that 6.8 or 6.9 that's the reason reagrds Kunal On 8/23/10, Nguyễn Đình Đoàn wrote: > > There was 6.9 version. Why don't you use ? > > On Sun, Aug 22, 2010 at 4:09 PM, Kunal Raikar wrote: >

[java ee programming] Support for struts 1.3.10 in netbeans 6.5

2010-08-22 Thread Kunal Raikar
Hi Currently I am using netbeans 6.5 with struts 1.2.9. I want to add support for struts 1.3.10 in same version of netbeans. How to do that? -- Warm regards Kunal Raikar P *SAVE PAPER* - *Please consider our environment before printing *ü -- You received this message because you are

[java ee programming] can I use itext for exporting data to excel sheet

2010-08-19 Thread Kunal Raikar
Hi I want to know can I use itext for exporting data to excel sheet? -- Warm regards Kunal Raikar P *SAVE PAPER* - *Please consider our environment before printing *ü -- You received this message because you are subscribed to the Google Groups "Java EE (J2EE) Programming with Passion!&q

Re: [java ee programming] Hibernate Mapping

2010-05-30 Thread Kunal Raikar
file.And dont forget to call > this sql code in your java class with sqlname "getYourSqlName". > > > > 2010/5/30 Kunal Raikar > > >> Hi Ben >> Can you please explain step by step sql to hbm converting process after >> installing Hibernate tool in ec

Re: [java ee programming] Hibernate Mapping

2010-05-30 Thread Kunal Raikar
> > On Sat, May 29, 2010 at 10:02 PM, Kunal Raikar wrote: > >> I am new to Hibernate. I want to know how to convert SQL query into >> hibernate mapping so that I can make use of hbm.xml file instead making use >> of manual sql query. >> >> Is there any c

[java ee programming] Hibernate Mapping

2010-05-29 Thread Kunal Raikar
I am new to Hibernate. I want to know how to convert SQL query into hibernate mapping so that I can make use of hbm.xml file instead making use of manual sql query. Is there any converter through which we directly convert sql query into hbm.xml mapping -- Warm regards Kunal -- You received thi

Re: [java ee programming] fetching data from more than 2 tables using hibernate

2010-05-03 Thread Kunal Raikar
> bb > > On Sun, May 2, 2010 at 8:03 PM, Kunal Raikar wrote: > >> Yeah I know that's the problem, Any Idea what to do in such cases. >> >> Thanks >> >> regards >> Kunal >> >> On Sun, May 2, 2010 at 2:51 PM, Prabhat Jha wrote: >

Re: [java ee programming] fetching data from more than 2 tables using hibernate

2010-05-02 Thread Kunal Raikar
> this table with Works_Info. > > Thanks, > > Prabhat > > > Kunal Raikar wrote: > > I am using hibernate. In that I want to fetch data from 3 different > tables > > for that my hbm.xml file look like this:- > > > > name="com.netechinc.forms.Tende

Re: [java ee programming] fetching data from more than 2 tables using hibernate

2010-04-27 Thread Kunal Raikar
Yes its string only On Tue, Apr 27, 2010 at 6:02 PM, jeannot Ball wrote: > Are you sure that the format of the column createdate is a String in the > database ? > > 2010/4/27 Kunal Raikar > >> I am using hibernate. In that I want to fetch data from 3 different tables &

[java ee programming] fetching data from more than 2 tables using hibernate

2010-04-27 Thread Kunal Raikar
I am using hibernate. In that I want to fetch data from 3 different tables for that my hbm.xml file look like this:- Here I am fetching data from table TENDER and TENDER_DETAILS. its working fine but when I use following code

Re: [java ee programming] hi

2010-04-21 Thread Kunal Raikar
You can also use plian java api known as iText for creating reports in java On Wed, Apr 21, 2010 at 12:01 PM, prasad khatavkar < prasadkhatav...@gmail.com> wrote: > Hi, > > You can use Jasper Reports. > > On Tue, Apr 20, 2010 at 5:51 PM, KK wrote: > >> >> I am developing any small school applica

Re: [java ee programming] Plugin for hibernate

2010-04-15 Thread Kunal Raikar
I know how to install, but I am not getting exact plugin (.nbm) to install. Please provide link if its possible. Thanks in advance On Thu, Apr 15, 2010 at 12:32 PM, Michèle Garoche wrote: > > Le 15 avr. 10 à 07:51, Kunal Raikar a écrit : > > Where I can find out Plugin for hiber

[java ee programming] Plugin for hibernate

2010-04-14 Thread Kunal Raikar
Where I can find out Plugin for hibernate for net beans 6.5.1. I want to download it manually -- Warm regards Kunal -- You received this message because you are subscribed to the Google Groups "Java EE (J2EE) Programming with Passion!" group. To post to this group, send email to java-ee-j2ee-pr