You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Popcorn (JIRA)" <de...@myfaces.apache.org> on 2006/11/24 12:10:03 UTC

[jira] Created: (TOMAHAWK-802) HtmlInputDate does not have methods to set onchange, onblur and other such attributes

HtmlInputDate does not have methods to set onchange, onblur and other such attributes
-------------------------------------------------------------------------------------

                 Key: TOMAHAWK-802
                 URL: http://issues.apache.org/jira/browse/TOMAHAWK-802
             Project: MyFaces Tomahawk
          Issue Type: Bug
          Components: Date
    Affects Versions: 1.1.5-SNAPSHOT
            Reporter: Popcorn


HtmlInputDate corresponding to the t:inputDate component does not have methods to set the following properties:

onclick
ondblclick
onmousedown
onmouseup
onmouseover
onmousemove
onmouseout
onkeypress
onkeydown
onkeyup
onblur
onfocus
onchange
onselect

These attributes appear on the TLD document of tomahawk [1] but not on the javadocs of HtmlInputDate [2].
These should be supported for an HtmlInput component like all other. There is no way to submit the value of a dynamically created input date component onchange.

[1] http://myfaces.apache.org/tomahawk/tlddoc/t/inputDate.html
[2] http://myfaces.apache.org/tomahawk/apidocs/org/apache/myfaces/custom/date/HtmlInputDate.html

	


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (TOMAHAWK-802) HtmlInputDate does not have methods to set onchange, onblur and other such attributes

Posted by "Popcorn (JIRA)" <de...@myfaces.apache.org>.
     [ http://issues.apache.org/jira/browse/TOMAHAWK-802?page=all ]

Popcorn updated TOMAHAWK-802:
-----------------------------

    Status: Patch Available  (was: Open)

> HtmlInputDate does not have methods to set onchange, onblur and other such attributes
> -------------------------------------------------------------------------------------
>
>                 Key: TOMAHAWK-802
>                 URL: http://issues.apache.org/jira/browse/TOMAHAWK-802
>             Project: MyFaces Tomahawk
>          Issue Type: Bug
>          Components: Date
>    Affects Versions: 1.1.5-SNAPSHOT
>            Reporter: Popcorn
>
> HtmlInputDate corresponding to the t:inputDate component does not have methods to set the following properties:
> onclick
> ondblclick
> onmousedown
> onmouseup
> onmouseover
> onmousemove
> onmouseout
> onkeypress
> onkeydown
> onkeyup
> onblur
> onfocus
> onchange
> onselect
> These attributes appear on the TLD document of tomahawk [1] but not on the javadocs of HtmlInputDate [2].
> These should be supported for an HtmlInput component like all other. There is no way to submit the value of a dynamically created input date component onchange.
> [1] http://myfaces.apache.org/tomahawk/tlddoc/t/inputDate.html
> [2] http://myfaces.apache.org/tomahawk/apidocs/org/apache/myfaces/custom/date/HtmlInputDate.html
> 	

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (TOMAHAWK-802) HtmlInputDate does not have methods to set onchange, onblur and other such attributes

Posted by "Popcorn (JIRA)" <de...@myfaces.apache.org>.
     [ http://issues.apache.org/jira/browse/TOMAHAWK-802?page=all ]

Popcorn updated TOMAHAWK-802:
-----------------------------

    Status: Open  (was: Patch Available)

> HtmlInputDate does not have methods to set onchange, onblur and other such attributes
> -------------------------------------------------------------------------------------
>
>                 Key: TOMAHAWK-802
>                 URL: http://issues.apache.org/jira/browse/TOMAHAWK-802
>             Project: MyFaces Tomahawk
>          Issue Type: Bug
>          Components: Date
>    Affects Versions: 1.1.5-SNAPSHOT
>            Reporter: Popcorn
>
> HtmlInputDate corresponding to the t:inputDate component does not have methods to set the following properties:
> onclick
> ondblclick
> onmousedown
> onmouseup
> onmouseover
> onmousemove
> onmouseout
> onkeypress
> onkeydown
> onkeyup
> onblur
> onfocus
> onchange
> onselect
> These attributes appear on the TLD document of tomahawk [1] but not on the javadocs of HtmlInputDate [2].
> These should be supported for an HtmlInput component like all other. There is no way to submit the value of a dynamically created input date component onchange.
> [1] http://myfaces.apache.org/tomahawk/tlddoc/t/inputDate.html
> [2] http://myfaces.apache.org/tomahawk/apidocs/org/apache/myfaces/custom/date/HtmlInputDate.html
> 	

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (TOMAHAWK-802) HtmlInputDate does not have methods to set onchange, onblur and other such attributes

Posted by "Popcorn (JIRA)" <de...@myfaces.apache.org>.
     [ http://issues.apache.org/jira/browse/TOMAHAWK-802?page=all ]

Popcorn updated TOMAHAWK-802:
-----------------------------

    Status: Patch Available  (was: Open)

> HtmlInputDate does not have methods to set onchange, onblur and other such attributes
> -------------------------------------------------------------------------------------
>
>                 Key: TOMAHAWK-802
>                 URL: http://issues.apache.org/jira/browse/TOMAHAWK-802
>             Project: MyFaces Tomahawk
>          Issue Type: Bug
>          Components: Date
>    Affects Versions: 1.1.5-SNAPSHOT
>            Reporter: Popcorn
>         Attachments: date.zip
>
>
> HtmlInputDate corresponding to the t:inputDate component does not have methods to set the following properties:
> onclick
> ondblclick
> onmousedown
> onmouseup
> onmouseover
> onmousemove
> onmouseout
> onkeypress
> onkeydown
> onkeyup
> onblur
> onfocus
> onchange
> onselect
> These attributes appear on the TLD document of tomahawk [1] but not on the javadocs of HtmlInputDate [2].
> These should be supported for an HtmlInput component like all other. There is no way to submit the value of a dynamically created input date component onchange.
> [1] http://myfaces.apache.org/tomahawk/tlddoc/t/inputDate.html
> [2] http://myfaces.apache.org/tomahawk/apidocs/org/apache/myfaces/custom/date/HtmlInputDate.html
> 	

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (TOMAHAWK-802) HtmlInputDate does not have methods to set onchange, onblur and other such attributes

Posted by "Zdenek Sochor (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TOMAHAWK-802?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12481118 ] 

Zdenek Sochor commented on TOMAHAWK-802:
----------------------------------------

Hi,
  JIRA didn't resend comment with providing patch ( HtmlInputDate(with example).patch) to dev list. :(

Regards,
  Zdenek

> HtmlInputDate does not have methods to set onchange, onblur and other such attributes
> -------------------------------------------------------------------------------------
>
>                 Key: TOMAHAWK-802
>                 URL: https://issues.apache.org/jira/browse/TOMAHAWK-802
>             Project: MyFaces Tomahawk
>          Issue Type: Bug
>          Components: Date
>    Affects Versions: 1.1.5-SNAPSHOT
>            Reporter: Popcorn
>         Attachments: date.zip, HtmlInputDate(with example).patch
>
>
> HtmlInputDate corresponding to the t:inputDate component does not have methods to set the following properties:
> onclick
> ondblclick
> onmousedown
> onmouseup
> onmouseover
> onmousemove
> onmouseout
> onkeypress
> onkeydown
> onkeyup
> onblur
> onfocus
> onchange
> onselect
> These attributes appear on the TLD document of tomahawk [1] but not on the javadocs of HtmlInputDate [2].
> These should be supported for an HtmlInput component like all other. There is no way to submit the value of a dynamically created input date component onchange.
> [1] http://myfaces.apache.org/tomahawk/tlddoc/t/inputDate.html
> [2] http://myfaces.apache.org/tomahawk/apidocs/org/apache/myfaces/custom/date/HtmlInputDate.html
> 	

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (TOMAHAWK-802) HtmlInputDate does not have methods to set onchange, onblur and other such attributes

Posted by "Zdenek Sochor (JIRA)" <de...@myfaces.apache.org>.
    [ http://issues.apache.org/jira/browse/TOMAHAWK-802?page=comments#action_12458805 ] 
            
Zdenek Sochor commented on TOMAHAWK-802:
----------------------------------------

Currently HtmlInputDate renders these attributes, but doesn't take them as EL.

It's because it extends UIInput class.
To enable EL in all these attributes make it extending HtmlInputText (either in package org.apache.myfaces.component.html or javax.faces.component.html), this change will make it similar to HtmlInputCalendar.

No need to alter renderer, tld or tag.

Zdenek Sochor

> HtmlInputDate does not have methods to set onchange, onblur and other such attributes
> -------------------------------------------------------------------------------------
>
>                 Key: TOMAHAWK-802
>                 URL: http://issues.apache.org/jira/browse/TOMAHAWK-802
>             Project: MyFaces Tomahawk
>          Issue Type: Bug
>          Components: Date
>    Affects Versions: 1.1.5-SNAPSHOT
>            Reporter: Popcorn
>         Attachments: date.zip
>
>
> HtmlInputDate corresponding to the t:inputDate component does not have methods to set the following properties:
> onclick
> ondblclick
> onmousedown
> onmouseup
> onmouseover
> onmousemove
> onmouseout
> onkeypress
> onkeydown
> onkeyup
> onblur
> onfocus
> onchange
> onselect
> These attributes appear on the TLD document of tomahawk [1] but not on the javadocs of HtmlInputDate [2].
> These should be supported for an HtmlInput component like all other. There is no way to submit the value of a dynamically created input date component onchange.
> [1] http://myfaces.apache.org/tomahawk/tlddoc/t/inputDate.html
> [2] http://myfaces.apache.org/tomahawk/apidocs/org/apache/myfaces/custom/date/HtmlInputDate.html
> 	

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira