User Profile

Collapse

Profile Sidebar

Collapse
vrkamalakar
vrkamalakar
Last Activity: Apr 20 '07, 09:36 AM
Joined: Jan 10 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • vrkamalakar
    started a topic HTML Text Wrap

    HTML Text Wrap

    Hi,

    I have a table in which Iam displaying a dynamic text as

    <TD><%= retailUserIdPas swordHelpVO.get ChallengeQuesti on1() %></TD>

    Now the problem is if the text is too long, it is going beyond the screen. Instead I want the text to be wrapped. Any Suggestions please.....

    Thanks,
    Kamal
    See more | Go to post

  • vrkamalakar
    started a topic JSP refresh
    in Java

    JSP refresh

    Hi,

    I have a JSP and once it is loaded, after 2 seconds I need to refresh the page once. Currently Iam using META tag but the page is getting refreshed again and again......but my requirement is that the page should be refreshed only once after a specified time say 2 or 3 seconds. Can someone help....

    Thanks,
    Kamal
    See more | Go to post

  • vrkamalakar
    started a topic Help With Dates
    in Java

    Help With Dates

    Hi,

    I got a scenario where the user gets an id which will expire in 24 hours. Now for that validation I need to update a field ie., set expiration time for 24 hours from the current time.

    When the user logs in with that userid I need to check whether the id has expired or still valid. How do I set the time. Can I get some code please.

    I got two functions which converts string to date and date to string...
    See more | Go to post

  • vrkamalakar
    replied to Alpha Numeric Unique Random Number
    in Java
    Thanks a lot :)

    Regards,
    Kamal...
    See more | Go to post

    Leave a comment:


  • vrkamalakar
    replied to Alpha Numeric Unique Random Number
    in Java
    Can you give me a small example.......i e., piece of code

    Thanks & Regards,
    Kamal...
    See more | Go to post

    Leave a comment:


  • vrkamalakar
    started a topic Alpha Numeric Unique Random Number
    in Java

    Alpha Numeric Unique Random Number

    Hi,

    Can I get a piece of code which can generate a 10 - 15 digit/character of uinque Random Number. The generated random number can contain both characters and digits.

    Regards,
    Kamalakar.
    See more | Go to post

  • vrkamalakar
    started a topic Focus for textboxes

    Focus for textboxes

    Hi,

    I got 3 text boxes and my requirement is once in enter 3 digits in the first text box, the focus should move to second text box and once i enter 2 digits in that then the focus should move to third text box. Iam using struts <html:text>. Can anyone help with a piece of code.

    Regards,
    Kamal
    See more | Go to post

  • vrkamalakar
    replied to Generating a Random Number
    in Java
    Hi,
    Thanks....I got it........
    See more | Go to post

    Leave a comment:


  • vrkamalakar
    replied to Generating a Random Number
    in Java
    Hi,
    Can you give me a piece of code for that. With the earlier method Iam getting even 0 as a random number which is not my requirement. I should get either 1,2 3 or 4....
    See more | Go to post

    Leave a comment:


  • vrkamalakar
    replied to Generating a Random Number
    in Java
    Hi,

    I got it....Thanks a lot......
    See more | Go to post

    Leave a comment:


  • vrkamalakar
    started a topic Generating a Random Number
    in Java

    Generating a Random Number

    Hi,

    I need a piece of code to generate a random number between 0 and 5 (both exclusive) ie., number should be either 1,2,3 or 4. And also I need only two unique random numbers out of the four numbers. ie., out of 1,2,3 and 4 only two numbers should be picked randomly and those two numbers should not be repeated. Any help please....

    Regards,
    VRK
    See more | Go to post

  • vrkamalakar
    started a topic Random Number
    in Java

    Random Number

    Hi,

    How to generate a random number between 1 to 4. Can someone give me the code.

    Regards,
    Kamal
    See more | Go to post

  • vrkamalakar
    replied to Input data for EIN or SS
    in Java
    Thanks a lot...

    Regards,
    Kamal...
    See more | Go to post

    Leave a comment:


  • vrkamalakar
    replied to Input data for EIN or SS
    in Java
    Requirements cannot be changed....

    Regards,
    Kamal....
    See more | Go to post

    Leave a comment:


  • vrkamalakar
    replied to Input data for EIN or SS
    in Java
    Hi,
    Thanks for your reply..but can you please write some code for concatenating the values and assigning to the variable in the Action Form. Iam relatively new to this technology. Thanks a lot...

    Regards,
    Kamal....
    See more | Go to post

    Leave a comment:


  • vrkamalakar
    started a topic Input data for EIN or SS
    in Java

    Input data for EIN or SS

    Hi,

    In my JSP page I have to take an input for either Social Security Number for which the format is 999-99-9999 or Employee Identification Number for which the format is 99-9999999. Now it is not know which one the user is going to enter. He has to enter only one field ie., either SSN or EIN.

    So I have 3 text boxes for SSN and 2 text boxes for EIN. How should I name them. Because in the Action Form only one property...
    See more | Go to post
No activity results to display
Show More
Working...