User Profile

Collapse

Profile Sidebar

Collapse
anju07
anju07
Last Activity: Jun 7 '07, 05:29 AM
Joined: May 4 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • 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?...
    See more | Go to post

    Leave a comment:


  • anju07
    started a topic multiple selection using combobox

    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?
    See more | Go to post

  • anju07
    started a topic Problem with query

    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...
    See more | Go to post

  • anju07
    started a topic Problem with joining two tables

    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...
    See more | Go to post

  • anju07
    started a topic Multiple selection in combo-box

    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?
    See more | Go to post

  • anju07
    started a topic Preserving and Displaying data after form submission
    in Java

    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!
    See more | Go to post

  • anju07
    replied to wrap-up text in table
    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>
    ...
    See more | Go to post

    Leave a comment:


  • anju07
    started a topic wrap-up text in table

    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?
    See more | Go to post

  • anju07
    started a topic mvc--> usage of session.setAttribute
    in Java

    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...
    See more | Go to post

  • anju07
    replied to Date Comparison- error in code posted
    I applied the above logic, but it yet does not validate the field...
    See more | Go to post

    Leave a comment:


  • anju07
    replied to Date Comparison- error in code posted
    hi, i tried doing this, it yet does not work...
    See more | Go to post

    Leave a comment:


  • anju07
    started a topic Date Comparison- error in code posted

    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";
    ...
    See more | Go to post
No activity results to display
Show More
Working...