| Author |
Message |
![[Post New]](/templates/default/images/icon_minipost_new.gif) 11/06/2008 12:00:01
|
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;
}
|
|
|
 |
![[Post New]](/templates/default/images/icon_minipost_new.gif) 11/07/2008 07:13:22
|
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.
|
|
|
 |
![[Post New]](/templates/default/images/icon_minipost_new.gif) 11/07/2008 10:07:27
|
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.
|
|
|
 |
![[Post New]](/templates/default/images/icon_minipost_new.gif) 11/11/2008 08:27:16
|
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.
|
|
|
 |
![[Post New]](/templates/default/images/icon_minipost_new.gif) 11/11/2008 09:11:08
|
cobar
Joined: 08/01/2007 17:02:58
Messages: 98
Offline
|
Thanks Adina
|
|
|
 |
![[Post New]](/templates/default/images/icon_minipost_new.gif) 01/05/2009 14:51:39
|
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.
|
|
|
 |
![[Post New]](/templates/default/images/icon_minipost_new.gif) 01/09/2009 06:06:21
|
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...
|
|
|
 |
![[Post New]](/templates/default/images/icon_minipost_new.gif) 01/09/2009 16:24:05
|
cobar
Joined: 08/01/2007 17:02:58
Messages: 98
Offline
|
can you confirm my email address. Corporate may be blocking it.
|
|
|
 |
![[Post New]](/templates/default/images/icon_minipost_new.gif) 01/10/2009 12:56:22
|
adina_mihai
Simplica Team
Joined: 04/01/2007 00:00:00
Messages: 189
Offline
|
I used bruce.randall@verizonbusiness.com
|
|
|
 |
![[Post New]](/templates/default/images/icon_minipost_new.gif) 01/12/2009 10:30:24
|
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?
|
|
|
 |
|
|