User Profile

Collapse

Profile Sidebar

Collapse
karprix
karprix
Last Activity: Mar 29 '08, 12:03 AM
Joined: Mar 28 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • I didnt understand , when you mentioned "pass the form".
    THe code I have is :
    [CODE=java]function checkScheduledD ate()
    {
    var scheduledTime = document.getEle mentById("start timeScheduler") ;
    if(scheduledTim e == null)
    {
    return false;
    }
    }

    <h:form>
    ...
    <t:div id="contents_st arttime_div" styleClass="con tents"...
    See more | Go to post
    Last edited by gits; Mar 31 '08, 08:00 AM. Reason: added code tags

    Leave a comment:


  • document.getElementById("starttimeScheduler") returns null

    Hi, I am working on a webapplication, ( with Ajax & JSF) where I want to retrieve the value present in a
    Code:
    <t:inputText id="starttimeScheduler"  value="#{scheduledJobCreateEdit.startTimeDate}" style="width:165px; margin-left: 25px;" forceId="true" tabindex="112">
    by using
    Code:
    document.getElementById("starttimeScheduler")
    in my javascript function. but this is always returning null....
    See more | Go to post
    Last edited by gits; Mar 31 '08, 09:27 AM. Reason: added code tags
No activity results to display
Show More
Working...