Click here to Skip to main content
15,907,497 members
Home / Discussions / Java
   

Java

 
AnswerRe: validation Pin
Richard MacCutchan30-Dec-10 23:00
mveRichard MacCutchan30-Dec-10 23:00 
GeneralRe: validation Pin
pancakeleh3-Jan-11 15:56
pancakeleh3-Jan-11 15:56 
GeneralRe: validation Pin
TorstenH.3-Jan-11 21:13
TorstenH.3-Jan-11 21:13 
GeneralRe: validation Pin
Richard MacCutchan4-Jan-11 1:56
mveRichard MacCutchan4-Jan-11 1:56 
QuestionJava MySQL Driver issue Pin
khurram_shahzad29-Dec-10 6:03
khurram_shahzad29-Dec-10 6:03 
AnswerRe: Java MySQL Driver issue Pin
Min.Liao29-Dec-10 14:44
Min.Liao29-Dec-10 14:44 
GeneralRe: Java MySQL Driver issue Pin
khurram_shahzad29-Dec-10 20:30
khurram_shahzad29-Dec-10 20:30 
Questionjava.lang.IllegalArgumentException Pin
pancakeleh28-Dec-10 16:59
pancakeleh28-Dec-10 16:59 
i have added a delete button on the table that i have created to allow user to delete values straight from the table and the database will then be updated. however when i try to run the program an error incurred.

Error: java.lang.IllegalArgumentException: unrecognized virtual form name: addIncidentStatus

my code as follows:

public String Del_btn_action() {

     form1.discardSubmittedValues("addIncidentStatus");
     try {

         RowKey rk = tableRowGroup1.getRowKey();
         if (rk != null) {

           incidentStatusDataProvider.removeRow(rk);
            incidentStatusDataProvider.commitChanges();
             incidentStatusDataProvider.refresh();}

     } catch (Exception ex) {

         log("ErrorDescription", ex);
         error(ex.getMessage());
     }
     return null;
 }


By the way the "addIncidentStatus" is a function in the sessionbean.

May i know what went wrong?
QuestionProblem Pin
pancakeleh27-Dec-10 19:52
pancakeleh27-Dec-10 19:52 
AnswerRe: Problem Pin
Richard MacCutchan27-Dec-10 22:31
mveRichard MacCutchan27-Dec-10 22:31 
AnswerRe: Problem Pin
RaviRanjanKr14-Apr-11 6:00
professionalRaviRanjanKr14-Apr-11 6:00 
Questionconvert to integer? Pin
pancakeleh22-Dec-10 20:44
pancakeleh22-Dec-10 20:44 
AnswerRe: convert to integer? Pin
Cedric Moonen22-Dec-10 21:36
Cedric Moonen22-Dec-10 21:36 
GeneralRe: convert to integer? Pin
Member 450626727-Dec-10 23:43
Member 450626727-Dec-10 23:43 
AnswerRe: convert to integer? Pin
TorstenH.22-Dec-10 21:43
TorstenH.22-Dec-10 21:43 
AnswerRe: convert to integer? Pin
pancakeleh22-Dec-10 22:33
pancakeleh22-Dec-10 22:33 
GeneralRe: convert to integer? Pin
TorstenH.23-Dec-10 0:02
TorstenH.23-Dec-10 0:02 
GeneralRe: convert to integer? Pin
Cedric Moonen23-Dec-10 0:05
Cedric Moonen23-Dec-10 0:05 
AnswerRe: convert to integer? Pin
RaviRanjanKr23-Dec-10 4:42
professionalRaviRanjanKr23-Dec-10 4:42 
AnswerRe: convert to integer? Pin
vasehu27-Dec-10 13:23
vasehu27-Dec-10 13:23 
GeneralRe: convert to integer? Pin
pancakeleh27-Dec-10 15:14
pancakeleh27-Dec-10 15:14 
AnswerRe: convert to integer? Pin
bilal.hobnail4-Jan-11 19:08
bilal.hobnail4-Jan-11 19:08 
AnswerRe: convert to integer? Pin
Ramaiah Raj30-Jan-11 20:23
Ramaiah Raj30-Jan-11 20:23 
QuestionBase64 encryption - which letters are not used by encryption Pin
TorstenH.21-Dec-10 23:17
TorstenH.21-Dec-10 23:17 
AnswerRe: Base64 encryption - which letters are not used by encryption Pin
Eddy Vluggen22-Dec-10 0:53
professionalEddy Vluggen22-Dec-10 0:53 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.