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

[jira] Created: (MYFACES-1053) Add orientation parameter to NewspaperTable

Add orientation parameter to NewspaperTable
-------------------------------------------

         Key: MYFACES-1053
         URL: http://issues.apache.org/jira/browse/MYFACES-1053
     Project: MyFaces
        Type: Improvement
  Components: Tomahawk  
    Versions: 1.1.1    
    Reporter: Lance Frohman
    Priority: Minor
 Attachments: HtmlNewspaperTableTag.java.patch

This change just adds a parameter "orientation" to the newspaperTable tag. The current version
adds columns vertically. The "orientation" parameter tag can be "vertical" - the default, how it works
currently - or "horizontal" so that columns get added horizontally.

PLEASE email me at frohman@pacbell.net if there is a problem, or if you have any questions.
Thank you.

-- 
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] Reopened: (TOMAHAWK-123) Add orientation parameter to NewspaperTable

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


> Add orientation parameter to NewspaperTable
> -------------------------------------------
>
>          Key: TOMAHAWK-123
>          URL: http://issues.apache.org/jira/browse/TOMAHAWK-123
>      Project: MyFaces Tomahawk
>         Type: Bug

>   Components: Newspaper Table
>     Reporter: Lance Frohman
>     Priority: Minor
>  Attachments: HtmlNewspaperTable.java.patch, HtmlNewspaperTableRenderer.java.patch, HtmlNewspaperTableTag.java.patch, newspaperTable.jsp.patch, newspaperTable.xml.patch, tomahawk_newspaper_table_attributes.xml.patch
>
> This change just adds a parameter "orientation" to the newspaperTable tag. The current version
> adds columns vertically. The "orientation" parameter tag can be "vertical" - the default, how it works
> currently - or "horizontal" so that columns get added horizontally.
> PLEASE email me at frohman@pacbell.net if there is a problem, or if you have any questions.
> Thank you.

-- 
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-123) Add orientation parameter to NewspaperTable

Posted by "Lance Frohman (JIRA)" <de...@myfaces.apache.org>.
    [ http://issues.apache.org/jira/browse/TOMAHAWK-123?page=comments#action_12369357 ] 

Lance Frohman commented on TOMAHAWK-123:
----------------------------------------

My email address is changed to lfrohman@gmail.com


> Add orientation parameter to NewspaperTable
> -------------------------------------------
>
>          Key: TOMAHAWK-123
>          URL: http://issues.apache.org/jira/browse/TOMAHAWK-123
>      Project: MyFaces Tomahawk
>         Type: Bug
>   Components: Newspaper Table
>     Reporter: Lance Frohman
>     Priority: Minor
>  Attachments: HtmlNewspaperTable.java.patch, HtmlNewspaperTableRenderer.java.patch, HtmlNewspaperTableTag.java.patch, newspaperTable.xml.patch, tomahawk_newspaper_table_attributes.xml.patch
>
> This change just adds a parameter "orientation" to the newspaperTable tag. The current version
> adds columns vertically. The "orientation" parameter tag can be "vertical" - the default, how it works
> currently - or "horizontal" so that columns get added horizontally.
> PLEASE email me at frohman@pacbell.net if there is a problem, or if you have any questions.
> Thank you.

-- 
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] Resolved: (TOMAHAWK-123) Add orientation parameter to NewspaperTable

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

    Resolution: Fixed

this jira is replaced byt jira TOMAHAWK-440 

> Add orientation parameter to NewspaperTable
> -------------------------------------------
>
>          Key: TOMAHAWK-123
>          URL: http://issues.apache.org/jira/browse/TOMAHAWK-123
>      Project: MyFaces Tomahawk
>         Type: Bug

>   Components: Newspaper Table
>     Reporter: Lance Frohman
>     Priority: Minor
>  Attachments: HtmlNewspaperTable.java.patch, HtmlNewspaperTableRenderer.java.patch, HtmlNewspaperTableTag.java.patch, newspaperTable.jsp.patch, newspaperTable.xml.patch, tomahawk_newspaper_table_attributes.xml.patch
>
> This change just adds a parameter "orientation" to the newspaperTable tag. The current version
> adds columns vertically. The "orientation" parameter tag can be "vertical" - the default, how it works
> currently - or "horizontal" so that columns get added horizontally.
> PLEASE email me at frohman@pacbell.net if there is a problem, or if you have any questions.
> Thank you.

-- 
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: (MYFACES-1053) Add orientation parameter to NewspaperTable

Posted by "Lance Frohman (JIRA)" <de...@myfaces.apache.org>.
     [ http://issues.apache.org/jira/browse/MYFACES-1053?page=all ]

Lance Frohman updated MYFACES-1053:
-----------------------------------

    Attachment: HtmlNewspaperTableRenderer.java.patch

> Add orientation parameter to NewspaperTable
> -------------------------------------------
>
>          Key: MYFACES-1053
>          URL: http://issues.apache.org/jira/browse/MYFACES-1053
>      Project: MyFaces
>         Type: Improvement
>   Components: Tomahawk
>     Versions: 1.1.1
>     Reporter: Lance Frohman
>     Priority: Minor
>  Attachments: HtmlNewspaperTableRenderer.java.patch, HtmlNewspaperTableTag.java.patch
>
> This change just adds a parameter "orientation" to the newspaperTable tag. The current version
> adds columns vertically. The "orientation" parameter tag can be "vertical" - the default, how it works
> currently - or "horizontal" so that columns get added horizontally.
> PLEASE email me at frohman@pacbell.net if there is a problem, or if you have any questions.
> Thank you.

-- 
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: (MYFACES-1053) Add orientation parameter to NewspaperTable

Posted by "Lance Frohman (JIRA)" <de...@myfaces.apache.org>.
     [ http://issues.apache.org/jira/browse/MYFACES-1053?page=all ]

Lance Frohman updated MYFACES-1053:
-----------------------------------

    Attachment: HtmlNewspaperTable.java.patch
                tomahawk_newspaper_table_attributes.xml.patch
                newspaperTable.xml.patch

> Add orientation parameter to NewspaperTable
> -------------------------------------------
>
>          Key: MYFACES-1053
>          URL: http://issues.apache.org/jira/browse/MYFACES-1053
>      Project: MyFaces
>         Type: Improvement
>   Components: Tomahawk
>     Versions: 1.1.1
>     Reporter: Lance Frohman
>     Priority: Minor
>  Attachments: HtmlNewspaperTable.java.patch, HtmlNewspaperTableRenderer.java.patch, HtmlNewspaperTableTag.java.patch, newspaperTable.xml.patch, tomahawk_newspaper_table_attributes.xml.patch
>
> This change just adds a parameter "orientation" to the newspaperTable tag. The current version
> adds columns vertically. The "orientation" parameter tag can be "vertical" - the default, how it works
> currently - or "horizontal" so that columns get added horizontally.
> PLEASE email me at frohman@pacbell.net if there is a problem, or if you have any questions.
> Thank you.

-- 
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-123) Add orientation parameter to NewspaperTable

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

Lance Frohman updated TOMAHAWK-123:
-----------------------------------

    Status: Open  (was: Patch Available)

> Add orientation parameter to NewspaperTable
> -------------------------------------------
>
>          Key: TOMAHAWK-123
>          URL: http://issues.apache.org/jira/browse/TOMAHAWK-123
>      Project: MyFaces Tomahawk
>         Type: Bug

>   Components: Newspaper Table
>     Reporter: Lance Frohman
>     Priority: Minor
>  Attachments: HtmlNewspaperTable.java.patch, HtmlNewspaperTableRenderer.java.patch, HtmlNewspaperTableTag.java.patch, newspaperTable.jsp.patch, newspaperTable.xml.patch, tomahawk_newspaper_table_attributes.xml.patch
>
> This change just adds a parameter "orientation" to the newspaperTable tag. The current version
> adds columns vertically. The "orientation" parameter tag can be "vertical" - the default, how it works
> currently - or "horizontal" so that columns get added horizontally.
> PLEASE email me at frohman@pacbell.net if there is a problem, or if you have any questions.
> Thank you.

-- 
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-123) Add orientation parameter to NewspaperTable

Posted by "Lance Frohman (JIRA)" <de...@myfaces.apache.org>.
    [ http://issues.apache.org/jira/browse/TOMAHAWK-123?page=comments#action_12412425 ] 

Lance Frohman commented on TOMAHAWK-123:
----------------------------------------

This jira is replaced by jira TOMAHAWK-440.


> Add orientation parameter to NewspaperTable
> -------------------------------------------
>
>          Key: TOMAHAWK-123
>          URL: http://issues.apache.org/jira/browse/TOMAHAWK-123
>      Project: MyFaces Tomahawk
>         Type: Bug

>   Components: Newspaper Table
>     Reporter: Lance Frohman
>     Priority: Minor
>  Attachments: HtmlNewspaperTable.java.patch, HtmlNewspaperTableRenderer.java.patch, HtmlNewspaperTableTag.java.patch, newspaperTable.jsp.patch, newspaperTable.xml.patch, tomahawk_newspaper_table_attributes.xml.patch
>
> This change just adds a parameter "orientation" to the newspaperTable tag. The current version
> adds columns vertically. The "orientation" parameter tag can be "vertical" - the default, how it works
> currently - or "horizontal" so that columns get added horizontally.
> PLEASE email me at frohman@pacbell.net if there is a problem, or if you have any questions.
> Thank you.

-- 
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-123) Add orientation parameter to NewspaperTable

Posted by "Mike Kienenberger (JIRA)" <de...@myfaces.apache.org>.
    [ http://issues.apache.org/jira/browse/TOMAHAWK-123?page=comments#action_12412051 ] 

Mike Kienenberger commented on TOMAHAWK-123:
--------------------------------------------

Lance,

I'm in the process of merging newspaperTable into t:dataTable.

Can you rework your patch to add this attribute afterwards?

See TOMAHAWK-5 if you want to get an idea of what's going to happen.

> Add orientation parameter to NewspaperTable
> -------------------------------------------
>
>          Key: TOMAHAWK-123
>          URL: http://issues.apache.org/jira/browse/TOMAHAWK-123
>      Project: MyFaces Tomahawk
>         Type: Bug

>   Components: Newspaper Table
>     Reporter: Lance Frohman
>     Priority: Minor
>  Attachments: HtmlNewspaperTable.java.patch, HtmlNewspaperTableRenderer.java.patch, HtmlNewspaperTableTag.java.patch, newspaperTable.jsp.patch, newspaperTable.xml.patch, tomahawk_newspaper_table_attributes.xml.patch
>
> This change just adds a parameter "orientation" to the newspaperTable tag. The current version
> adds columns vertically. The "orientation" parameter tag can be "vertical" - the default, how it works
> currently - or "horizontal" so that columns get added horizontally.
> PLEASE email me at frohman@pacbell.net if there is a problem, or if you have any questions.
> Thank you.

-- 
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-123) Add orientation parameter to NewspaperTable

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

Lance Frohman updated TOMAHAWK-123:
-----------------------------------

    Status: Patch Available  (was: Open)

> Add orientation parameter to NewspaperTable
> -------------------------------------------
>
>          Key: TOMAHAWK-123
>          URL: http://issues.apache.org/jira/browse/TOMAHAWK-123
>      Project: MyFaces Tomahawk
>         Type: Bug

>   Components: Newspaper Table
>     Reporter: Lance Frohman
>     Priority: Minor
>  Attachments: HtmlNewspaperTable.java.patch, HtmlNewspaperTableRenderer.java.patch, HtmlNewspaperTableTag.java.patch, newspaperTable.jsp.patch, newspaperTable.xml.patch, tomahawk_newspaper_table_attributes.xml.patch
>
> This change just adds a parameter "orientation" to the newspaperTable tag. The current version
> adds columns vertically. The "orientation" parameter tag can be "vertical" - the default, how it works
> currently - or "horizontal" so that columns get added horizontally.
> PLEASE email me at frohman@pacbell.net if there is a problem, or if you have any questions.
> Thank you.

-- 
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: (MYFACES-1053) Add orientation parameter to NewspaperTable

Posted by "Lance Frohman (JIRA)" <de...@myfaces.apache.org>.
     [ http://issues.apache.org/jira/browse/MYFACES-1053?page=all ]

Lance Frohman updated MYFACES-1053:
-----------------------------------

    Attachment: HtmlNewspaperTableTag.java.patch

> Add orientation parameter to NewspaperTable
> -------------------------------------------
>
>          Key: MYFACES-1053
>          URL: http://issues.apache.org/jira/browse/MYFACES-1053
>      Project: MyFaces
>         Type: Improvement
>   Components: Tomahawk
>     Versions: 1.1.1
>     Reporter: Lance Frohman
>     Priority: Minor
>  Attachments: HtmlNewspaperTableTag.java.patch
>
> This change just adds a parameter "orientation" to the newspaperTable tag. The current version
> adds columns vertically. The "orientation" parameter tag can be "vertical" - the default, how it works
> currently - or "horizontal" so that columns get added horizontally.
> PLEASE email me at frohman@pacbell.net if there is a problem, or if you have any questions.
> Thank you.

-- 
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