Hi, it worked fine...it is displaying, but, i have a few fields in my form [ ex: date,time ] where i am displaying the current date and time automatically by default when a user logs in, and if desired he is allowed to change, so at any cost those values would be displayed, also, the field would never be equated to null to satisfy that condition,
How can i handle this?...
User Profile
Collapse
-
-
multiple selection using combobox
hi,
I have a combo-box, in which ive set its MULTIPLE attribute.
But, as i select an option i want it to appear in a textbox,comma-separated.
How can i acheive that? -
Problem with query
hi,
I have a drop-down box whereever a name is to be entered so that a user can select a name from that.
I have to store the userid, but display the username.
While display, i am able to display the username, but in this particular form, where i have to display the username's of two columns: responsibility and chairperson,i am unable to write the query.How can it be written?
Below ive pasted the query... -
Problem with joining two tables
hi,
Table 1: userid,username
Table 2: responsibility, chairperson
I have a drop-down box whereever a name is to be entered so that a user can select a name from that.
I have to store the userid, but display the username.
While display, i am able to display the username, but in this particular form, where i have to display the username's of two columns: responsibility and chairperson,i am unable to... -
Multiple selection in combo-box
hi,
I have a combo-box, in which ive set its MULTIPLE attribute.
But, as i select an option i want it to appear in a textbox,comma-separated.
How can i acheive that? -
Preserving and Displaying data after form submission
hi,
Im using tabs in my jsp form, so, after i add the form details in tab1 of the form and save it, i want the details to be visible in the fields though in a read-only format. But, after saving the details disapperar, how can make it stay?
Please help! -
Hi, i used this and it works, but i have just another problem:
Problem 1: The scrollbars are visible[though disabled] even when the text to be viewed is within the column width limit, how do i make it visible only when the the text is large and cannot fit the column widht?
Problem 2: Can i decrease the height and width of the scrollbars in any way?
This is what ive used:-
<tr>
...Leave a comment:
-
wrap-up text in table
i need to limit the display of the column date in my table?I used css property:width, but, in case the field width exceeds it scrolls over to the next line, i do not want that, i want to view the rest of the text only if i scroll over
how can that be achieved? -
mvc--> usage of session.setAttribute
hi,
im using javabeans to separate the java code from my jsp page.
i have the following code:
rs=st.executeQu ery("select meetingid.nextv al from dual");
int serialno=0;
if(rs.next())
{
serialno=rs.get Int(1);
}
session.setAttr ibute("thenum", new Integer(serialn o));
My java file would obviously not take this last statement [session.setAttr ibute("thenum", new... -
I applied the above logic, but it yet does not validate the field...Leave a comment:
-
-
Date Comparison- error in code posted
hi,
I am using the following javascript code to compare 2 dates, one of which is sysdate and the other is the date from my text field in my jsp.
function rbvalidation(ct l)
{
var cal = new Array();
cal.JAN = "January";
cal.FEB = "February";
cal.MAR = "March";
cal.APR = "April";
cal.MAY = "May";
...
No activity results to display
Show More
Leave a comment: