Alvin chew

Ranch Hand
+ Follow
since Jan 08, 2004
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Alvin chew

i have a textfield ,which have onChange event handler,when i change some value in
this textfield, if i go select the option pull-down menu which have
another different onchange event handler, when i click on options
pull-down menu , it give me blank page,

how do i make sure when user change some value in textfield and
the onChange event handler will finish first then only allow proceed other event?

thanks
hi, when actually we implement serializable interface ? i found most of the POJO will implement it , can someone guide me ...thank you
19 years ago
hi, Ulf Dittmer , when user click "add" button for record adding, the record is not yet insert into database, which is temporary data ..
19 years ago
JSP
hi, i have plenty of rows' record, which generated from user keyin data after user click on "add" button, and using ArrayList and HttpServletRequest

my doubt is , after the table record display , how to i delete certain row of record ? and also, if the records first column with the unique sequence number indication, when second record deleted , how the following number match back ? means initial third record with sequence number "3" now become "2" instead due to second record deleted ...

should i hv checkbox or just delete button beside of every single row for deletion, which one is better idea in sense of easier maintenance and coding

anyone mind to guide me on this ? thank you very much for guiding
19 years ago
JSP
hi, i currently coding on a method , which suppose pass a group of same object instance but different contains, i not sure which idea is better , hope some expert here can enlighten me

the sample code as follow :


or should i


i will pass the obj[] or list to other method for insert data ..in my case, which one is better ?

thank you ...and if possible ...pls tell me the good n bad of the cases
19 years ago
hi, can the exam voucher transferable to other people? and how can we check the voucher is belongs to who ? can we check online ?

recently , someone want to sell me the voucher since he give up on the exam .. so can i buy from him ? thank you
hi, i have fail for my exam before , i planning to re-take it again, i just wonder before start, there have some questions asking your strength level on the fields like threading, control logic and so on, what would you choose ? thank you
19 years ago
hi, ms.Jacquie Barker , as your view , what is the most difficult and easily misunderstanding in OOP concept that you found for beginner ?
19 years ago
hi, thank you for viewing ..

problem description :

i need to upload a file which is text file format, and the data inside text file are actually records for the transaction , it may come up about 100 line of records ..

my problem are, when i upload the file , i need to generate a table for the records in textfile , so howto i create a table in jsp and also the table fields name for each of the record, each record have 8 fields/column ,

after that, when user click on the "save" button, i need to pass these records and save into DB , i don't really know how to i capture all the records and also the fields/column name that i should declare in actionform ...how to i handle the problem like this ?

thank you very much for your guidance !
19 years ago
i think Ryan McGuire idea will be more easy to implement , but i think java can't write the code like this

eg: form.isPpo_chkbox(i)

anyone know how to solve this ? i'm interest to know as well
hi, i have some basic knowledge on java programming, and interest on j2me ? can some expert here please kindly guide me , what are the good reference site, or resource or book that i should first look on the basic concept of j2me ? thank you very much fior guiding
19 years ago
as author view of you , what are the best organization pattern in current day ?
it look like a table with all rows that highlighted with one color(dark blue) ..but my row color suppose interchange with white and green color
19 years ago
JSP
hi, Bear Bibeault , i try the following which give me same result(blue), all the row is in one color, but not interchange



i'm using tomcat 5.5
19 years ago
JSP
thanks for reply, Bear Bibeault and Jeroen Wenting



why in this case, my table didn't make the rows of record in different color, is there any mistake i done ?

the result given me he whole table with blue color
19 years ago
JSP