[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-990) Check Hotels in Yucatan
by Emmanuel Bernard (JIRA)
Check Hotels in Yucatan
-----------------------
Key: JBSEAM-990
URL: http://jira.jboss.com/jira/browse/JBSEAM-990
Project: JBoss Seam
Issue Type: Task
Affects Versions: 1.2.0.GA, 1.1.7.CR1, 1.1.6.GA, 1.1.5.GA, 1.1.1.GA, 1.1.0.GA, 1.1.0.CR2, 1.1.0.CR1, 1.1.0.BETA2, 1.1.0.BETA1, 1.0.1, 1.0, 1.0 beta 2, 1.0 beta 1
Reporter: Emmanuel Bernard
Assigned To: Gavin King
Priority: Blocker
I can't believe you dared to release the project with such a flaw. It's simply unusable.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
18 years, 6 months
[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-1156) s:selectDate performs bad when ajaxRendered
by Bram Biesbrouck (JIRA)
s:selectDate performs bad when ajaxRendered
-------------------------------------------
Key: JBSEAM-1156
URL: http://jira.jboss.com/jira/browse/JBSEAM-1156
Project: JBoss Seam
Issue Type: Bug
Components: Core
Affects Versions: 1.2.1.GA
Environment: Ubuntu Linux (Edgy), Jboss 4.0.5.GA
Reporter: Bram Biesbrouck
Priority: Minor
Noticed a few problems with s:selectDate when it is rendered through ajax.
i have the following code
Code:
<a4j:outputPanel id="details">
<h:inputText id="regDate" <s:convertDateTime pattern="dd/MM/yyyy" /> </h:inputText>
<s:selectDate id="selectRegDate" for="regDate" dateFormat="dd/MM/yyyy">
<h:graphicImage url="/images/dtpick.gif" style="margin-left:5px;cursor:pointer" />
</s:selectDate>
</a4j:outputPanel>
When the outputPanel is rendered using an event from other component with the following code.
Code:
<a4j:support event="onchange" reRender="details">
The dateformat sometimes defaults to MM/dd/yyyy.
and also the selectdate component does not generate any events for validation. i.e i cannot have a4j:support for ajax invocation inside h:inputText
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
18 years, 7 months
[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-1208) Improvement for <s:selectDate /> tag
by Richard Leherpeur (JIRA)
Improvement for <s:selectDate /> tag
------------------------------------
Key: JBSEAM-1208
URL: http://jira.jboss.com/jira/browse/JBSEAM-1208
Project: JBoss Seam
Issue Type: Feature Request
Components: JSF
Affects Versions: 1.2.1.GA
Reporter: Richard Leherpeur
First when the calendar is open, the user can click anywhere to close it but on the calendar icon. A click to this icon will close the calendar and reopen it right away. I find it a little annoying as instinctively I expect that image to be a toggle button.
Also if the page in which the calendar is rendered as a vertical scrollbar, the calendar doesn't "stick" with its associated field but remain static while the user is scrolling. I think this would be less confusing for the user if the calendar remains open where it was open (next the it associated field).
Another possibility would be to close the calendar when the user scrolls the page.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
18 years, 7 months
[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-1174) Change s:selectDate to default the date format pattern based on the Seam Locale
by Daniel Young (JIRA)
Change s:selectDate to default the date format pattern based on the Seam Locale
-------------------------------------------------------------------------------
Key: JBSEAM-1174
URL: http://jira.jboss.com/jira/browse/JBSEAM-1174
Project: JBoss Seam
Issue Type: Feature Request
Components: JSF
Affects Versions: 1.2.1.GA
Reporter: Daniel Young
If no pattern is specified, s:selectDate defaults the javascript CAL_DATE_FORMAT to "MM/dd/yyyy". If you use this in conjunction with s:convertDateTime in a locale that uses "dd/MM/yyyy", there calendar behaves very strangely.
It should be possible to use s:selectDate and s:convertDateTime together and not have to specify a date pattern. It should default to the correct pattern for that locale. Any application with a locale switcher really needs this behaviour.
One open question would be whether to use the FULL, LONG, MEDIUM or SHORT pattern for the locale, perhaps this could be specified as a parameter. The default is generally medium.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
18 years, 7 months