Issue date and time with the javascript scripts

Hi all

I need to maintain a bit of history on my pdf form, so I need to get the date and time when the user submits the form.  Currently, I am able to do this in FormCalc.

var todayDate = Date()
var todayTime = Time()
var today = concat (Num2Date (todayDate, "MMMM DD, YYYY"), "", Num2Time (todayTime, "h: mm A") "");

today will contain: April 28, 2009 14:23

I want exactly the features in javascript.  I'm not able to get the same result.

Please give me some code for the same in javascript snippet

Deepak.

Hi Deepak,

This example should show you how you can recover each "piece" of the date in JavaScript and piece and then that their back together according to your needs.

You will find several examples of scripts on the date formatting here: http://javascript.internet.com/time-date/

Tags: Adobe LiveCycle

Similar Questions

  • Need to insert the Date and time with AM or PM

    StartDate form has ' 25/07/2006' and Starttime "13:07.
    I need to add this field in the database to display the Date and time with the AM or PM. But the result I get is false.
    <! - concatenate fields - >
    "< cfset Startdate = #Startdate # &" "& #starttime # >.

    < cfset startdate = #DateFormat (CreateODBCDateTime (Startdate), ' mm/dd/yyyy hh: mm: tt ') # >
    Here is my production. This is not the AM or PM conversion part of the chain.

    25/07/2006 01:07 am

    My database is SQL 2000

    You use any of dateformat. The createodbcdatetime sends the correct your DB value if you do it right.

  • set the date and time on the content of oracle webCenter

    Hello

    Please tell me how to set the date and time with the location on the interface tab utility properties of the system.
    also tell me how to find the location on the interface tab content properties webCenter system utility

    Regards\
    Mayur mitkari

    Hello

    You need start the System/ucm/cs/bin properties applet. Virtue of the present, you see tab location option.

    Thank you
    Srinath

  • Working with date and time of the request for help from acrobat JavaScript...

    This coming from

    Working with date and time in Acrobat JavaScript (part 1 of 3)

    The following code adds five days to the current date, and then prints the new date in the console window.

    Get the date and time

    var rightNow = new Date();

    Get the value of millisecond

    Article date

    var msRightNow = rightNow.getTime ();

    Calculate in milliseconds, of 5 days

    5 days x 24 hours/day x 60 min / h x 60 s / min x 1000 ms/s

    Challenge of var = 5 * 24 * 60 * 60 * 1000;

    Do the calculation of var CFAbsoluteTime = msRightNow + challenge;

    Create a new Date from the calculated value

    var theNewDate = new Date (finalTime);

    In the actual work on a form code, you'll want to place the

    the object of a field value. But since this is test code, we will

    Print the result to the Console window (great for debugging)

    Console.println ("5 days from now is:" + theNewDate.toString ());

    The foregoing is the exact code (cut and paste)

    The error I get here is;

    ReferenceError: theNewDate is not defined

    1:Console:exec

    undefined

    To get the "undefined" question a lot... it seems to me, learn to distinguish the undefined 'of type' undefined 'variable' and undefined 'value '.

    in this case 'theNewDate' seems to be defined as a variable equal to the current date plus 5 days... BUT I am now "educated" enough to 'see' Why am I getting the error...


    Any thoughts... Any who...

    You need to highlight all the text that you want to run.

    You have not set the rightNow variable before you can apply a method to the variable.

    You can just add a new variable as msRightNow name. Why not use rightNow.

    Executes the code that you provided with a new departure of Acrobat, I get the following error messages:

    rightNow.getTime is not a function

    1:Console:exec

    TypeError: rightNow.getTime is not a function

    1:Console:exec

    undefined

    What you are showing probably works because your previous attempts have left behind them a variable "rightNow" and as long as you do not have the object of time date change too much, you will not notice the error.

    Cleaning of your code:

    get the number of milliseconds of the date object.

    rightNow var = (new Date()) .getTime ();

    define 5 days in milliseconds;
    Challenge of var = 5 * 24 * 60 * 60 * 1000;

    Add 5 days to the value of this moment and assign the result to the last time;
    var CFAbsoluteTime = rightNow + challenge;

    convert finalTime value in a date object.
    var theNewDate = new Date (finalTime);

    display the result;
    Console.println ("5 days from now is:" + theNewDate.toString ());

    Have you tried the code that I provided, it is another way to add days to the date object.

  • is it possible to display the Date and time in the address bar or a clock window constantly

    I need to take screenshots with date stamps and time using the script of iMacros. Everything by taking screenshots iMacro don't add taskbar windows for the date and time. It takes screenshots of browser. Is it possible to display the Date and time in the address bar or a clock within the tab browser constantly to capture the screenshot with time stamp through iMacros
    I added the big clock background Add-ons, but it is visible to new tabs.

    Badly looking for help and it will be really appreciated...

    Try this extension:

  • Display the date and time on the taskbar

    I just upgraded to Vista Premium 64 for Windows 7 Professional as well as the date and the time in the taskbar display became static at 07:25 08/01/2010. When I turn the date and time of the show, but I can't find a way to display the correct information on the taskbar.

    Hi geoffinbaja,

    It seems that some application or service is in conflict. To narrow down on the boot of the issue of the computer toboot and check if the issue still persists. Link below will help you to start the computer in clean boot:http://support.microsoft.com/kb/929135

    If the problem does not persist, you can continue with step 2 from the link above.

    Make sure that you reset the computer in normal mode in step 7.

    With regard to:

    Samhrutha G S - Microsoft technical support.

    Visit our Microsoft answers feedback Forum and let us know what you think.

  • Date (date and time) with MySQL, register here!

    Hello

    Summary:

    I have a page (form) to capture traffic. It works, it allows the user to enter details of attendance. Click, he writes to the database - table. The date is not entered on the form. I want to date this stamp by inserting a date (date and time - declared field). I'll give you the source code. Please pin point what code I'd be inserting and assuming that everything in this code.

    Question:

    Insert the date and time in the database table-

    Code:

    <? php require_once('Connections/dbAttendance.php');? >

    <? PHP

    If (! function_exists ("GetSQLValueString")) {}

    function GetSQLValueString ($theValue, $theType, $theDefinedValue = "", $theNotDefinedValue = "")

    {

    If (via PHP_VERSION < 6) {}

    $theValue = get_magic_quotes_gpc()? stripslashes ($TheValue): $theValue;

    }

    $theValue = function_exists ("mysql_real_escape_string")? mysql_real_escape_string ($TheValue): mysql_escape_string ($theValue);

    Switch ($theType) {}

    case 'text ':

    $theValue = ($theValue! = "")? « " ». $theValue. "" "": "NULL";

    break;

    case "long":

    case "int":

    $theValue = ($theValue! = "")? intval ($TheValue): 'NULL ';

    break;

    case "double":

    $theValue = ($theValue! = "")? doubleVal ($TheValue): 'NULL ';

    break;

    case "date":

    $theValue = ($theValue! = "")? « " ». $theValue. "" "": "NULL";

    break;

    case "set":

    $theValue = ($theValue! = "")? $theDefinedValue: $theNotDefinedValue;

    break;

    }

    Return $theValue;

    }

    }

    $editFormAction = $_SERVER ['PHP_SELF'];

    If (isset {}

    $editFormAction. = « ? ». htmlentities($_SERVER['QUERY_STRING']);

    }

    If ((isset($_POST["MM_insert"])) & & ($_POST ["MM_insert"] == 'form')) {}

    $insertSQL = sprintf ("INSERT INTO attendlist (IDWindows, title, first name, name, mobile extension, jobrole, courses, GIC, mgrname, room) VALUES (%s, %s %s, %s, %s, %s, %s, %s, %s, %s, %s)", ")

    GetSQLValueString ($_POST ["'textfield"], "text").

    GetSQLValueString ($_POST ['select'], "text").

    GetSQLValueString ($_POST ['textfield2 "],"text").

    GetSQLValueString ($_POST ['textfield3'], "text").

    GetSQLValueString ($_POST ['textfield4'], "text").

    GetSQLValueString ($_POST ['textfield5'], "text").

    GetSQLValueString ($_POST ['choisies5'], "text").

    GetSQLValueString ($_POST ["select2"], "text").

    GetSQLValueString ($_POST ['select4'], "text").

    GetSQLValueString ($_POST ['textfield7'], "text").

    GetSQLValueString ($_POST ['select3'], "text"));

    @mysql_select_db ($database_dbAttendance, $dbAttendance);

    $Result1 = mysql_query ($insertSQL, $dbAttendance) or die (mysql_error ());

    $insertGoTo = "Thankyou.php";

    If (isset {}

    $insertGoTo. = (strpos ($insertGoTo, '?'))? « & » : « ? » ;

    $insertGoTo. = $_SERVER ['QUERY_STRING'];

    }

    header (sprintf ("location: %s", $insertGoTo));

    }

    @mysql_select_db ($database_dbAttendance, $dbAttendance);

    $query_rsAttendance = "SELECT * from attendlist";

    $rsAttendance = mysql_query ($query_rsAttendance, $dbAttendance) or die (mysql_error ());

    $row_rsAttendance = mysql_fetch_assoc ($rsAttendance);

    $totalRows_rsAttendance = mysql_num_rows ($rsAttendance);

    ? >

    < ! DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional / / IN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" > ""

    " < html xmlns =" http://www.w3.org/1999/xhtml ">

    < head >

    < meta http-equiv = "Content-Type" content = text/html"; charset = utf-8 "/ >"

    < title > delegate registry < /title >

    < link href = "Registerpage.css" rel = "stylesheet" type = "text/css" / > "

    < link href = "SpryAssets/SpryValidationTextField.css" rel = "stylesheet" type = "text/css" / > "

    < link href = "SpryAssets/SpryValidationSelect.css" rel = "stylesheet" type = "text/css" / > "

    < script src = "SpryAssets/SpryValidationTextField.js" type = "text/javascript" > < / script > "

    < script src = "SpryAssets/SpryValidationSelect.js" type = "text/javascript" > < / script > "

    < / head >

    <? PHP

    $date = date ("format", $timestamp);

    ? >

    < body >

    < div class = "container" >

    < div class = "header" > < img src = "Identify Imperial2.jpg" width = "960" height = "150" alt = "" / > <! - end .header - > < / div > "

    < div class = "content" >

    Registry < H3 >: <? PHP echo "Date -".date("d/m/y - H:ia"). > < / h3 >

    < do action = "<?" PHP echo $editFormAction;? ">" method = "post" name = "form" >

    < table width = "780" border = "0" >

    < b >

    < td > < div align = "right" > user ID * < / div > < table >

    < td > < span id = "sprytextfield1" >

    < input name = "textfield" type = "text" id = "textfield" tabindex = "1" size = "18" maxlength = "10" / >

    < span class = "textfieldRequiredMsg" > a value is required. </span > < / span > < table >

    < td > < table >

    < /tr >

    < b >

    < td > < div align = "right" > title * < / div > < table >

    < td > < span id = "spryselect1" >

    < select name = "select" id = "select" tabindex = "2" >

    < option value = '0' > select < / option >

    < option value = "1" > Ms < / option >

    < option value = "2" > Ms < / option >

    < option value = "3" > Mdm < / option >

    < option value = "4" > Dr. < / option >

    < option value = "5" > Mr < / option >

    < option value = "6" > Professor < / option >

    < / select >

    < span class = "selectRequiredMsg" > please select an item. </span > < / span > < table >

    < td > < table >

    < /tr >

    < b >

    < td > < div align = "right" > name * < / div > < table >

    < td > < span id = "sprytextfield2" >

    < input name = "textfield2" type = "text" id = "textfield2" tabindex = "3" size = "30" maxlength = "30" / >

    < span class = "textfieldRequiredMsg" > a value is required. </span > < / span > < table >

    < td > < table >

    < /tr >

    < b >

    < td > < div align = "right" > family name * < / div > < table >

    < td > < span id = "sprytextfield3" >

    < input name = "textfield3" type = "text" id = "textfield3" tabindex = "4" size = "30" maxlength = "30" / >

    < span class = "textfieldRequiredMsg" > a value is required. </span > < / span > < table >

    < td > < table >

    < /tr >

    < b >

    < td > < div align = "right" > Contact / beep * < / div > < table >

    < td > < span id = "sprytextfield4" >

    < input name = "textfield4" type = "text" id = "textfield4" tabindex = "5" size = "30" maxlength = "30" / >

    < span class = "textfieldRequiredMsg" > a value is required. </span > < / span > < table >

    < td > < table >

    < /tr >

    < b >

    < td > < div align = "right" > Mobile no: (optional) < / div > < table >

    < td > < input name = "textfield5" type = "text" id = "textfield5" tabindex = "6" size = "20" maxlength = "20" / > < table >

    < td > < table >

    < /tr >

    < b >

    < td > < table >

    < td > < table >

    < td > < table >

    < /tr >

    < b >

    < td > < div align = "right" > function * < / div > < table >

    < td > < span id = "spryselect5" >

    < select name = "choisies5" id = "choisies5" tabindex = "7" >

    < option value = '0' > select < / option >

    < option value = "1" > doctor < / option >

    < option value = "2" > nurse IP < / option >

    < option value = "3" > nurse OP < / option >

    < option value = "4" > midwife < / option >

    < option value = "5" > booking clerk < / option >

    < option value = "6" > medical Secretary < / option >

    < option value = "7" > OP receptionist < / option >

    < option value = "9" > CNS/NP < / option >

    < option value = "10" > test < / option >

    < / select >

    < span class = "selectRequiredMsg" > please select an item. </span > < / span > < table >

    < td > < table >

    < /tr >

    < b >

    < td > < div align = "right" > manager name * < / div > < table >

    < td > < span id = "sprytextfield5" >

    < input name = "textfield7" type = "text" id = "textfield7" tabindex = "8" size = "30" maxlength = "30" / >

    < span class = "textfieldRequiredMsg" > a value is required. </span > < / span > < table >

    < td > < table >

    < /tr >

    < b >

    < td > < table >

    < td > < table >

    < td > < table >

    < /tr >

    < b >

    < td > < table >

    < td > < table >

    < td > < table >

    < /tr >

    < b >

    < td > < div align = "right" > course * < / div > < table >

    < td > < span id = "spryselect2" >

    < select name = "select2" id = "select2" tabindex = "9" >

    < option value = '0' > select < / option >

    < option value = "1" > demo < / option >

    < option value = "2" > doctors < / option >

    < option value = "9" > CNS/NP < / option >

    < option value = "3" > nurse IP < / option >

    < option value = "4" > nurse OP < / option >

    < option value = "5" > midwife < / option >

    < option value = "6" > booking clerk < / option >

    < option value = "7" > medical Secretary < / option >

    < option value = "8" > OP receptionist < / option >

    < / select >

    < span class = "selectRequiredMsg" > please select an item. </span > < / span > < table >

    < td > < table >

    < /tr >

    < b >

    < td > < div align = "right" > location * < / div > < table >

    < td > < span id = "spryselect3" >

    < select name = "select3" id = "select3" tabindex = "10" >

    < option value = '0' > select < / option >

    < option value = "1" > CHX 12 floor Rm 1 < / option >

    < option value = "2" > CHX 12 Floor Rm 2 < / option >

    < option value = "3" > CHX 10 West < / option >

    < option value = "4" > HH N207 < / option >

    < option value = "5" > HH W12 Conference < / option >

    < option value = "6" > Rm SMH one < / option >

    < option value = "7" > Rm SMH b < / option >

    < option value = "8" > SMH Ming wing Rm 5 < / option >

    < option value = "9" > SMH Ming wing Rm 3 < / option >

    < / select >

    < span class = "selectRequiredMsg" > please select an item. </span > < / span > < table >

    < td > < table >

    < /tr >

    < b >

    < td > < div align = "right" > GIC * < / div > < table >

    < td > < span id = "spryselect4" >

    < select name = "select4" id = "select4" tabindex = "11" >

    < option value = '0' > select < / option >

    < option value = "1" > GIC 1 - medicine < / option >

    < option value = "2" > GIC 2 - surgery and Cancer < / option >

    < option value = "3" > GIC 3 - specialized Services < / option >

    < option value = "4" > GIC 4 - Services circulatory and renal medicine < / option >

    < option value = "5" > GIC 5 - women and children < / option >

    < option value = "6" > GIC 6 - clinic and investigation Sciences < / option >

    < option value = "7" > GIC 7 - private Patients < / option >

    < option value = "8" > other < / option >

    < / select >

    < span class = "selectRequiredMsg" > please select an item. </span > < / span > < table >

    < td > < table >

    < /tr >

    < b >

    < td > < table >

    < td > < input name = "button" type = "submit" id = "button" value = "Submit" / > < table >

    < td > < table >

    < /tr >

    < b >

    < td > < div align = "center" > * mandatory fields < / div > < table >

    < td > < table >

    < td > < table >

    < /tr >

    < /table >

    < input type = "hidden" name = "MM_insert" value = "form" / >

    < / make >

    <! - end content - > < / div >

    < div class = "footer" >

    < p align = "center" >

    " < a href =" http://validator.w3.org/check?URI=referer "> < img ".

          src=" http://www.w3.org/icons/valid-Xhtml10 "alt ="Valid XHTML 1.0"Transitional height ="31"width ="88"/ > < / a > "

    < p align = "center" > Cerner@Imperial ICT training team < /p >

    < /p >

    <! - end .footer - > < / div >

    <! - end .container - > < / div >

    < script type = "text/javascript" >

    var sprytextfield1 = new Spry.Widget.ValidationTextField ("sprytextfield1", "none", {validateOn: ["blur", "change"]});

    var spryselect1 = new Spry.Widget.ValidationSelect ("spryselect1", {validateOn: ["change", "blur"]});

    var sprytextfield2 = new Spry.Widget.ValidationTextField ("sprytextfield2", "none", {validateOn: ["blur", "change"]});

    var sprytextfield3 = new Spry.Widget.ValidationTextField ("sprytextfield3", "none", {validateOn: ["blur", "change"]});

    var sprytextfield5 = new Spry.Widget.ValidationTextField ("sprytextfield5", "none", {validateOn: ["blur", "change"]});

    var spryselect2 = new Spry.Widget.ValidationSelect ("spryselect2", {validateOn: ["change", "blur"]});

    var spryselect3 = new Spry.Widget.ValidationSelect ("spryselect3", {validateOn: ["change", "blur"]});

    var spryselect4 = new Spry.Widget.ValidationSelect ("spryselect4", {validateOn: ["change", "blur"]});

    var sprytextfield4 = new Spry.Widget.ValidationTextField ("sprytextfield4", "none", {validateOn: ["blur", "change"]});

    var spryselect5 = new Spry.Widget.ValidationSelect ("spryselect5", {validateOn: ["blur", "change"]});

    < /script >

    < / body >

    < / html >

    <? PHP

    mysql_free_result ($rsAttendance);

    ? >

    There are several ways. One is to get the date of the php time() function and use it in your insert statement. Another is to use the MySQL CURDATE () function. But probably the easiest and best are simply set the default value for the column of date / time than the current date/time and exclude it from the insert statement. No required code changes.

    http://dev.MySQL.com/doc/refman/5.0/en/timestamp-initialization.html

  • As of the 31 version, why is there still no option of Thunderbird to insert the date and time in the message that you write?

    As of the 31 version, why is there still no option of Thunderbird to QUICKLY insert the date and time in the message that you write?

    Literally, saw this option very well needed - and opportunity-"promise" for three years now, and even if there are only one or two formats that could be used, at least the option is there.

    It seems that only is to bind a Macro, and the tool to Thunderbird and do it this way.

    Joe Rotello
    [email protected]
    Skype: joerotello

    If the installation of the add-on of TimeStamp is unacceptable for see you if there is a related add-on that you that you already might have managed to convince author to add your function. The Add on more for example has many variables that can enter the body of the message that get automatically replaced with the appropriate data when you merge a message.

  • Satellite Pro 6100 - how to change the date and time in the BIOS

    Hello

    I received a satellite pro 6100 that had not been used for some time. Windows does not work then he reinstalled with the good drive.

    When I try and windows 'enable', I get the error 32777 and the laptop is unable to connect with the activation servers that a google leads to believe me that the date and time are incorrect in the bios.

    I know that Press esc to access the bios but there is no option to change the date and time in there. I put the date / the correct time in windows, but this does not seem to synchronize with the bios. I've updated to the latest version of the bios, but this is not enough.

    How can I change or update the time in the bios?

    Thank you

    Hello

    I doubt this time and date setting BIOS does affect Windows activation time Windows doesn t affect it in my opinion. There must be another reason for this problem.
    You can activate Windows by phone?

    Normally the date and time in the BIOS can change you if you mark the date or time, and then press on + or - to change this. Sometimes you have to press PageDown/to the top according to the model of BIOS or laptop.
    Usually in the configuration of the BIOS you will find a brief info how changing the values.

    Check this box!

  • cannot change the date and time in the system restore

    How can I change the date and time in the system restore? When I try to create a new restore point, I can't change the date and time, the system automatically date and time in.

    System Restore will always set the date and time of any restore point created at the effective date and time of the machine.

    If you want to restore your computer to a date and an hour earlier, you must select restore from a restore point that was created at the earlier time.  This article explains how.

    With the help of the Windows Vista system restore
    http://www.howtogeek.com/HOWTO/Windows-Vista/using-Windows-Vista-system-restore/

    My apologies if I misunderstood your question.  Why should change you the date and time when a restore point was created?  The only possibility of achieving a fictitious date and time will result in a change as actual date and time Windows or in the Bios, either option with unforeseen consequences.

  • OfficeJet 6700 premium print date and time on the fax history report

    Running Windows 8.1 on my OfficeJet 6700 Premium AIO H711n fails to print the date and time on the historic report of the fax.  I need this information to check the box of cylinder head of the fax the documents have been sent.

    Hello dcflorida,

    I did not the 6700 but on another machine, I had to 'reset', time and date in the printers preferences.

    If you haven't done it yet, go to Settings/preferences/time and Date on the All in One printer set up (once again if necessary).

    IF your machine does not have the time / date on the history report, it includes it in the Confirmation page?

    Here is the link to the Manual too.

  • How can I get my Hp officejet 6700 to print the date and time on the fax confirmation page

    How can I configure my officejet 6700 premium to print the date and time on the fax confirmation page?

    Hello

    As long as the date and time is set, it should automatically appear on the print.

    Is the date and time set correctly on the printer?

  • Adjust the Date and time on the HP LaserJet MFP M127fn Pro?

    Hello

    Someone knows how to change the time on a LaserJet MFP M127fn Pro?

    Thanks in advance!

    Sean

    .

    Hi @SeanKaneFLA ,

    I see by your post that you would like to know how to change the date and time on the printer. I would like to help you today.

    This information was given by the manual on page 45. MFP LASERJET PRO.

    You may have configured these settings when you installed the software. You can configure these settings
    at any time by using the control of product or the HP Fax Setup Wizard panel.

    LCD control panel:
    1. on the product control panel, press the Setup button.
    2. Select the System Configuration and then select Date/time.
    3. Select the clock in 12-hour or 24-hour format.
    4. use the keypad to enter the current time and press the OK button.
    5 Select the date format.
    6 use the keypad to enter the current date and then press the OK button.
    7. Select Fax Setup, and then click Fax header.
    8 use the keypad to enter your fax number and press the OK button.
    NOTE: The maximum number of characters for the fax number is 20.
    9. use the keyboard to enter your company name or header and press the OK button.
    NOTE: The maximum number of characters for the fax header is 40.

    (Windows) HP Fax Setup Wizard

    1. click on start and then click programs.
    2. click HP, click the name of the product, and then click Fax Configuration Wizard.
    3. follow the on-screen instructions to configure fax settings.

    I hope this helps.

    Good day!
    Thank you.

  • date and time in the photo gallery

    the date and time on the Gallery picture is stuck on 01/01/2013

    How can I change this?

    This is the moment where the photo was taken not present.

    It is displayed like that as you change the time from that currently used for the image.

  • Form Validation failure: "value is not a date and time in the format"

    Hello world

    I am facing a weird problem in my custom OAF page. I'm displaying the records of a particular table through dynamic VO and dynamic array. All records appear correctly. But when I try to click on NEXT 10 records in a table, I get the error like "FAILED FORM VALIDATION: 1000 ORG CUST BO VERSION is not a date and time in the format. Just like in the screenshot below.

    DESKTOP.JPG

    Strange part of the question, if I select the columns to display not related to this day, so I only am not facing problems. If I select only dates to display and also am not facing this problem. If I use the mixture of this type varchar2 and data, I get this error.

    I tried to change the type of data but no use.

    If we close, look at the PARTY_ID error message trying to copy its data to ORG_CUST_BO_VERSION the last column. Why what's happening clue me less. Can anyone guide me on this please?

    The problem is that you use the same name for the creation of the MessageTextInputBean inside the Table.

    The name of MessageTextInputBean make it dynamic.

    ex: -.

    OAMessageTextInputBean oamessage = (OAMessageTextInputBean) createWebBean (pageContext,

    MESSAGE_TEXT_INPUT_BEAN,

    NULL,

    'text' + columnNo);

    See you soon

    AJ

Maybe you are looking for