Hello all,
2 questions:
I have the following line in my JSP. I would like a button to populate the directoryname with "C:\DataLoad\Error
The second piece is to create a button that opens a text file (it is always a .txt file) for the following line:
many thanks in advance....
2 questions:
I have the following line in my JSP. I would like a button to populate the directoryname with "C:\DataLoad\Error
Code:
<psdi:textinput label="Log Directory:" size="20" gridrow="1" gridcol="5" mbosetid="rec" mboattribute="directoryname" />
The second piece is to create a button that opens a text file (it is always a .txt file) for the following line:
Code:
<psdi:textinput label="File Path:" size="40" gridrow="1" gridcol="2" mbosetid="rec" mboattribute="textfilename"/>
many thanks in advance....