You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Andreas Andreou (JIRA)" <de...@tapestry.apache.org> on 2007/11/28 23:45:43 UTC

[jira] Commented: (TAPESTRY-1906) DropdownDatePicker and DropdownTimePicker overwrite html tag used in template

    [ https://issues.apache.org/jira/browse/TAPESTRY-1906?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12546453 ] 

Andreas Andreou commented on TAPESTRY-1906:
-------------------------------------------

What kind of tag do you want to use with it? 
I'm wondering, are you trying to make it look good with js disabled?


> DropdownDatePicker and DropdownTimePicker overwrite html tag used in template
> -----------------------------------------------------------------------------
>
>                 Key: TAPESTRY-1906
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1906
>             Project: Tapestry
>          Issue Type: Bug
>          Components: Core Components, XHR/dhtml/Ajax
>    Affects Versions: 4.1.3
>            Reporter: Ulrich Stärk
>             Fix For: 4.1.4
>
>         Attachments: TAPESTRY-1906.txt
>
>
> The DropdownDatePicker and DropdownTimePicker components overwrite the HTML tag specified in the page template with <div>. Instead they should use the tag specified in the template.
> DropdownTimePicker.java line 61:
> writer.begin("div");
> should be
> writer.begin(getTemplateTagName());
> DropdownDatePicker.java line 75:
> writer.begin("div");
> should be
> writer.begin(getTemplateTagName());

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org