Simplica

ProductsLearnPurchaseSupportDemoDownload
  [Search] Search   [Recent Topics] Recent Topics  
dateinput values
Forum Index -> Calendar/Date Input
Author Message
cobar


Joined: 08/01/2007 17:02:58
Messages: 98
Offline

Dateinput will not update value in Bean when you type the date. Works fine when you use the popup calendar. Additionally I have a dateinput rendered in grid table in edit mode. The dateinput is at the end of a horizontal scrolled row. When the edit mode is entered the calendar pops up to the bottom right of the column but is not accessible because it is not on top of the gridtable and you can't scroll right to see it. What controls location of the popup calendar.

<e:dateinput id="cutDt"
autoPopup="false"
value="#{groomBean.cutDate}"
pattern="MM/dd/yyyy"
styleClass="fieldInput"
style="width:50px;"
inputStyle="fieldInput">

private Date cutDate;
public Date getCutDate() {
return this.cutDate;
}
public void setCutDate(Date cutDate) {
this.cutDate = cutDate;
}
adina_mihai
Simplica Team

Joined: 04/01/2007 00:00:00
Messages: 189
Offline

Do you have the last ecruiser.jar into your project? I'm asking because the problem with popup calendar location was fixed and it's included into the latest release.
Also, I've made a simple test with your code, and it is working fine. You should have also a button on the page, to test if the value is set correctly in bean.
cobar


Joined: 08/01/2007 17:02:58
Messages: 98
Offline

We are using 1.17. I just downloaded 1.1.8. The rendering of the popup calendar is much better, especially since I rendered the calendar icon on the left. However, I am unable to select the date that is defaulted in the calendar. For instance when the calendar pops up and today's date is highlighted with the box border, if you click on that date no event is fired the calendar just stays open. Is there a way to not select any date when the calendar pops up? The issue with changing a date manually in the date input field still exists. Change the mock up date getter to return the current date. Then try and change the date in the input field, don't use the calendar pop up. My example is a populated date of 11/10/2008 is displayed in the date input and when I change it to 11/13/2008 using the keyboard the date reverts back to 11/10/2008 when the focus is lost on the input field.
adina_mihai
Simplica Team

Joined: 04/01/2007 00:00:00
Messages: 189
Offline

This bug is fixed, but it will be available since version 1.1.9. If you have bought a license, you can ask for the latest ECruiser code by email. Don't forget to specify the purchase number, so we could verify your license.
cobar


Joined: 08/01/2007 17:02:58
Messages: 98
Offline

Thanks Adina
cobar


Joined: 08/01/2007 17:02:58
Messages: 98
Offline

Is there an ETA on the 1.1.9 release? I tried to request code to compile but I did not receive an answer.
adina_mihai
Simplica Team

Joined: 04/01/2007 00:00:00
Messages: 189
Offline

I've send you an ETA .jar on 5 of December 2008, and today I attached also source code. Let me know if you got something, maybe you have a filter set to your e-mail account, which block attachments...
cobar


Joined: 08/01/2007 17:02:58
Messages: 98
Offline

can you confirm my email address. Corporate may be blocking it.
adina_mihai
Simplica Team

Joined: 04/01/2007 00:00:00
Messages: 189
Offline

I used bruce.randall@verizonbusiness.com
cobar


Joined: 08/01/2007 17:02:58
Messages: 98
Offline

Can you send it as a .j file or zip it all into a .z file?
 
Forum Index -> Calendar/Date Input
Go to:   
Powered by JForum 2.1.7 © JForum Team
Home   |  News   |  Contact   |  About   |  License   |  Privacy   |  Documentation
Copyright © 2009 Simplica Corporation. All rights reserved.