facebook

Datepicker problem

  1. MyEclipse IDE
  2.  > 
  3. Off Topic
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #237257 Reply

    Ollie
    Member

    Hello,

    I am having problems building a datepicker into my struts application. I have written the following code into a jsp page. This does infact give me a datepicker however, th icons for date and year are empty and the icon for the date picker itself is empty or standard. Additionally on selecting a date the text box that appears with the datepicker is not filled. I need to be able to access this string value.
    I’ve found the documentation to this component somewhat limited so any help would be appreciated. Thanks…..

    <layout:date key=”Date” patternKey=”logging.calendar.datePattern” property=”lastmodifiedStr” styleClass=”LABEL”

    startYear=”<%= String.valueOf(java.util.Calendar.getInstance().get(java.util.Calendar.YEAR) – 100) %>”
    endYear=”<%= String.valueOf(java.util.Calendar.getInstance().get(java.util.Calendar.YEAR)) %>” />

    #237407 Reply

    Riyad Kalla
    Member

    Moving to OT > Soft Dev

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Datepicker problem

You must be logged in to post in the forum log in