×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
I have a page that displays a data set and have a 'delete' button column
that allows a user to delete a row; the object on the JSP page is a JSF
DataTableEx object. It is set up as the following:
The DataTableEx has a column that contains a button linked to an EGL
pagecode function (ie- DeleteLine()). Also, a parameter is set up for
the button (ie- #{varselectLine.RQOKLIN}).
The EGL pagecode function (DeleteLine()) retrieves the parameter as
such- lineNbr string = J2EELib.getQueryParameter("lineNbr").
This works on one page, but not on another. I have exhaustively
compared the working code to the non-functioning code that I am trying
to write and am finding no differences. Have I completely missed the
ball somewhere on what's going on? Am I even doing this properly?
Thanks for any help!
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact
[javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.