You are viewing a plain text version of this content. The canonical link for it is here.
Posted to adffaces-issues@incubator.apache.org by "Pavitra Subramaniam (JIRA)" <ad...@incubator.apache.org> on 2006/07/14 23:57:14 UTC

[jira] Created: (ADFFACES-66) Convert the existing ProcessTrainRenderer to a "faces major" version

Convert the existing ProcessTrainRenderer to a "faces major" version
--------------------------------------------------------------------

                 Key: ADFFACES-66
                 URL: http://issues.apache.org/jira/browse/ADFFACES-66
             Project: MyFaces ADF-Faces
          Issue Type: Improvement
            Reporter: Pavitra Subramaniam
            Priority: Minor


We really needed a Faces-major version of the ProcessTrainRenderer - that is, instead of one that is in the "org.apache.myfaces.adfinternal.ui" package, one that is in "org.apache.myfaces.adfinternal.renderkit.core.*".

This was required before we add skin selectors requsted by Simon  (http://issues.apache.org/jira/browse/ADFFACES-60). 

Everything in "ui" is obsolete (oooold UIX-based code), and a major technical goal of the project is to delete "ui" and "uinode" from the Apache Trinidad codebase.  




-- 
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] Closed: (ADFFACES-66) Convert the existing ProcessTrainRenderer to a "faces major" version

Posted by "Matthias Weßendorf (JIRA)" <ad...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/ADFFACES-66?page=all ]

Matthias Weßendorf closed ADFFACES-66.
--------------------------------------

    Resolution: Fixed

Thanks Pavitra for the patch

> Convert the existing ProcessTrainRenderer to a "faces major" version
> --------------------------------------------------------------------
>
>                 Key: ADFFACES-66
>                 URL: http://issues.apache.org/jira/browse/ADFFACES-66
>             Project: MyFaces ADF-Faces
>          Issue Type: Improvement
>            Reporter: Pavitra Subramaniam
>         Assigned To: Matthias Weßendorf
>            Priority: Minor
>         Attachments: Issue66 - 2.patch, Issue66.patch
>
>
> We really needed a Faces-major version of the ProcessTrainRenderer - that is, instead of one that is in the "org.apache.myfaces.adfinternal.ui" package, one that is in "org.apache.myfaces.adfinternal.renderkit.core.*".
> This was required before we add skin selectors requsted by Simon  (http://issues.apache.org/jira/browse/ADFFACES-60). 
> Everything in "ui" is obsolete (oooold UIX-based code), and a major technical goal of the project is to delete "ui" and "uinode" from the Apache Trinidad codebase.  

-- 
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: (ADFFACES-66) Convert the existing ProcessTrainRenderer to a "faces major" version

Posted by "Matthias Weßendorf (JIRA)" <ad...@incubator.apache.org>.
    [ http://issues.apache.org/jira/browse/ADFFACES-66?page=comments#action_12421693 ] 
            
Matthias Weßendorf commented on ADFFACES-66:
--------------------------------------------

After a short look I see that one class (ProcessTrainRenderer) doesn't include the Apache 2.0 license terms.

/*
 * Copyright 2000, 2005-2006 The Apache Software Foundation.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */



> Convert the existing ProcessTrainRenderer to a "faces major" version
> --------------------------------------------------------------------
>
>                 Key: ADFFACES-66
>                 URL: http://issues.apache.org/jira/browse/ADFFACES-66
>             Project: MyFaces ADF-Faces
>          Issue Type: Improvement
>            Reporter: Pavitra Subramaniam
>            Priority: Minor
>         Attachments: Issue66.patch
>
>
> We really needed a Faces-major version of the ProcessTrainRenderer - that is, instead of one that is in the "org.apache.myfaces.adfinternal.ui" package, one that is in "org.apache.myfaces.adfinternal.renderkit.core.*".
> This was required before we add skin selectors requsted by Simon  (http://issues.apache.org/jira/browse/ADFFACES-60). 
> Everything in "ui" is obsolete (oooold UIX-based code), and a major technical goal of the project is to delete "ui" and "uinode" from the Apache Trinidad codebase.  

-- 
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: (ADFFACES-66) Convert the existing ProcessTrainRenderer to a "faces major" version

Posted by "Pavitra Subramaniam (JIRA)" <ad...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/ADFFACES-66?page=all ]

Pavitra Subramaniam updated ADFFACES-66:
----------------------------------------

    Attachment: Issue66.patch

Incorporated all changes suggested by Adam with one exception.

1. Did not delete the "ProcessRenderer.java" under 'adfinternal\renderkit\uix', as its being used by processChoicebar. (Deleted all "ProcessTrainRenderer" classes under the 'adfinternal\ui\laf\base' folders)

> Convert the existing ProcessTrainRenderer to a "faces major" version
> --------------------------------------------------------------------
>
>                 Key: ADFFACES-66
>                 URL: http://issues.apache.org/jira/browse/ADFFACES-66
>             Project: MyFaces ADF-Faces
>          Issue Type: Improvement
>            Reporter: Pavitra Subramaniam
>            Priority: Minor
>         Attachments: Issue66.patch
>
>
> We really needed a Faces-major version of the ProcessTrainRenderer - that is, instead of one that is in the "org.apache.myfaces.adfinternal.ui" package, one that is in "org.apache.myfaces.adfinternal.renderkit.core.*".
> This was required before we add skin selectors requsted by Simon  (http://issues.apache.org/jira/browse/ADFFACES-60). 
> Everything in "ui" is obsolete (oooold UIX-based code), and a major technical goal of the project is to delete "ui" and "uinode" from the Apache Trinidad codebase.  

-- 
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: (ADFFACES-66) Convert the existing ProcessTrainRenderer to a "faces major" version

Posted by "Simon Lessard (JIRA)" <ad...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/ADFFACES-66?page=all ]

Simon Lessard updated ADFFACES-66:
----------------------------------

    Status: Patch Available  (was: Open)

> Convert the existing ProcessTrainRenderer to a "faces major" version
> --------------------------------------------------------------------
>
>                 Key: ADFFACES-66
>                 URL: http://issues.apache.org/jira/browse/ADFFACES-66
>             Project: MyFaces ADF-Faces
>          Issue Type: Improvement
>            Reporter: Pavitra Subramaniam
>            Priority: Minor
>         Attachments: Issue66.patch
>
>
> We really needed a Faces-major version of the ProcessTrainRenderer - that is, instead of one that is in the "org.apache.myfaces.adfinternal.ui" package, one that is in "org.apache.myfaces.adfinternal.renderkit.core.*".
> This was required before we add skin selectors requsted by Simon  (http://issues.apache.org/jira/browse/ADFFACES-60). 
> Everything in "ui" is obsolete (oooold UIX-based code), and a major technical goal of the project is to delete "ui" and "uinode" from the Apache Trinidad codebase.  

-- 
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: (ADFFACES-66) Convert the existing ProcessTrainRenderer to a "faces major" version

Posted by "Adam Winer (JIRA)" <ad...@incubator.apache.org>.
    [ http://issues.apache.org/jira/browse/ADFFACES-66?page=comments#action_12421711 ] 
            
Adam Winer commented on ADFFACES-66:
------------------------------------

Some smaller code review comments:

- formSubmitted is obsolete;  processTrain is always formSubmitted (at least for now).
- More broadly speaking, you don't need _getSubmitFormName();  just use
 arc.getFormData().getName();
- encodeParameter() is not available in the new architecture;  just delete any references to that API.  Delete:
    public String eventKey;
    public String sourceKey;
    public String valueKey;
    public String sizeKey;
... and replace these with the corresponding constants.

- In adf-faces-impl/src/main/resources/META-INF/faces-bean.properties, change
  org.apache.myfaces.adf.component.UIXProcess|org.apache.myfaces.adf.Train=org.apache.myfaces.adfinternal.uinode.nav.ProcessTrainFacesBean
to:
org.apache.myfaces.adf.component.UIXProcess|org.apache.myfaces.adf.Train= org.apache.myfaces.adfinternal.bean.UIXFacesBeanImpl

- And delete ProcessTrainFacesBean, and the old UIX train renderer classes.

> Convert the existing ProcessTrainRenderer to a "faces major" version
> --------------------------------------------------------------------
>
>                 Key: ADFFACES-66
>                 URL: http://issues.apache.org/jira/browse/ADFFACES-66
>             Project: MyFaces ADF-Faces
>          Issue Type: Improvement
>            Reporter: Pavitra Subramaniam
>            Priority: Minor
>         Attachments: Issue66.patch
>
>
> We really needed a Faces-major version of the ProcessTrainRenderer - that is, instead of one that is in the "org.apache.myfaces.adfinternal.ui" package, one that is in "org.apache.myfaces.adfinternal.renderkit.core.*".
> This was required before we add skin selectors requsted by Simon  (http://issues.apache.org/jira/browse/ADFFACES-60). 
> Everything in "ui" is obsolete (oooold UIX-based code), and a major technical goal of the project is to delete "ui" and "uinode" from the Apache Trinidad codebase.  

-- 
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] Assigned: (ADFFACES-66) Convert the existing ProcessTrainRenderer to a "faces major" version

Posted by "Matthias Weßendorf (JIRA)" <ad...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/ADFFACES-66?page=all ]

Matthias Weßendorf reassigned ADFFACES-66:
------------------------------------------

    Assignee: Matthias Weßendorf

> Convert the existing ProcessTrainRenderer to a "faces major" version
> --------------------------------------------------------------------
>
>                 Key: ADFFACES-66
>                 URL: http://issues.apache.org/jira/browse/ADFFACES-66
>             Project: MyFaces ADF-Faces
>          Issue Type: Improvement
>            Reporter: Pavitra Subramaniam
>         Assigned To: Matthias Weßendorf
>            Priority: Minor
>         Attachments: Issue66 - 2.patch, Issue66.patch
>
>
> We really needed a Faces-major version of the ProcessTrainRenderer - that is, instead of one that is in the "org.apache.myfaces.adfinternal.ui" package, one that is in "org.apache.myfaces.adfinternal.renderkit.core.*".
> This was required before we add skin selectors requsted by Simon  (http://issues.apache.org/jira/browse/ADFFACES-60). 
> Everything in "ui" is obsolete (oooold UIX-based code), and a major technical goal of the project is to delete "ui" and "uinode" from the Apache Trinidad codebase.  

-- 
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: (ADFFACES-66) Convert the existing ProcessTrainRenderer to a "faces major" version

Posted by "Pavitra Subramaniam (JIRA)" <ad...@incubator.apache.org>.
    [ http://issues.apache.org/jira/browse/ADFFACES-66?page=comments#action_12421699 ] 
            
Pavitra Subramaniam commented on ADFFACES-66:
---------------------------------------------

Added the Apache license info to the header of the newly created file.

> Convert the existing ProcessTrainRenderer to a "faces major" version
> --------------------------------------------------------------------
>
>                 Key: ADFFACES-66
>                 URL: http://issues.apache.org/jira/browse/ADFFACES-66
>             Project: MyFaces ADF-Faces
>          Issue Type: Improvement
>            Reporter: Pavitra Subramaniam
>            Priority: Minor
>         Attachments: Issue66.patch
>
>
> We really needed a Faces-major version of the ProcessTrainRenderer - that is, instead of one that is in the "org.apache.myfaces.adfinternal.ui" package, one that is in "org.apache.myfaces.adfinternal.renderkit.core.*".
> This was required before we add skin selectors requsted by Simon  (http://issues.apache.org/jira/browse/ADFFACES-60). 
> Everything in "ui" is obsolete (oooold UIX-based code), and a major technical goal of the project is to delete "ui" and "uinode" from the Apache Trinidad codebase.  

-- 
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: (ADFFACES-66) Convert the existing ProcessTrainRenderer to a "faces major" version

Posted by "Pavitra Subramaniam (JIRA)" <ad...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/ADFFACES-66?page=all ]

Pavitra Subramaniam updated ADFFACES-66:
----------------------------------------

    Attachment:     (was: Issue66.patch)

> Convert the existing ProcessTrainRenderer to a "faces major" version
> --------------------------------------------------------------------
>
>                 Key: ADFFACES-66
>                 URL: http://issues.apache.org/jira/browse/ADFFACES-66
>             Project: MyFaces ADF-Faces
>          Issue Type: Improvement
>            Reporter: Pavitra Subramaniam
>            Priority: Minor
>
> We really needed a Faces-major version of the ProcessTrainRenderer - that is, instead of one that is in the "org.apache.myfaces.adfinternal.ui" package, one that is in "org.apache.myfaces.adfinternal.renderkit.core.*".
> This was required before we add skin selectors requsted by Simon  (http://issues.apache.org/jira/browse/ADFFACES-60). 
> Everything in "ui" is obsolete (oooold UIX-based code), and a major technical goal of the project is to delete "ui" and "uinode" from the Apache Trinidad codebase.  

-- 
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: (ADFFACES-66) Convert the existing ProcessTrainRenderer to a "faces major" version

Posted by "Pavitra Subramaniam (JIRA)" <ad...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/ADFFACES-66?page=all ]

Pavitra Subramaniam updated ADFFACES-66:
----------------------------------------

    Attachment: Issue66.patch

The SVN patch file contaning the changes, for a faces-major renderer is available. 

> Convert the existing ProcessTrainRenderer to a "faces major" version
> --------------------------------------------------------------------
>
>                 Key: ADFFACES-66
>                 URL: http://issues.apache.org/jira/browse/ADFFACES-66
>             Project: MyFaces ADF-Faces
>          Issue Type: Improvement
>            Reporter: Pavitra Subramaniam
>            Priority: Minor
>         Attachments: Issue66.patch
>
>
> We really needed a Faces-major version of the ProcessTrainRenderer - that is, instead of one that is in the "org.apache.myfaces.adfinternal.ui" package, one that is in "org.apache.myfaces.adfinternal.renderkit.core.*".
> This was required before we add skin selectors requsted by Simon  (http://issues.apache.org/jira/browse/ADFFACES-60). 
> Everything in "ui" is obsolete (oooold UIX-based code), and a major technical goal of the project is to delete "ui" and "uinode" from the Apache Trinidad codebase.  

-- 
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: (ADFFACES-66) Convert the existing ProcessTrainRenderer to a "faces major" version

Posted by "Pavitra Subramaniam (JIRA)" <ad...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/ADFFACES-66?page=all ]

Pavitra Subramaniam updated ADFFACES-66:
----------------------------------------

    Attachment: Issue66.patch

Patch contains changes to convert the processTrain component to "faces-major". Also added the Apache license header.

> Convert the existing ProcessTrainRenderer to a "faces major" version
> --------------------------------------------------------------------
>
>                 Key: ADFFACES-66
>                 URL: http://issues.apache.org/jira/browse/ADFFACES-66
>             Project: MyFaces ADF-Faces
>          Issue Type: Improvement
>            Reporter: Pavitra Subramaniam
>            Priority: Minor
>         Attachments: Issue66.patch
>
>
> We really needed a Faces-major version of the ProcessTrainRenderer - that is, instead of one that is in the "org.apache.myfaces.adfinternal.ui" package, one that is in "org.apache.myfaces.adfinternal.renderkit.core.*".
> This was required before we add skin selectors requsted by Simon  (http://issues.apache.org/jira/browse/ADFFACES-60). 
> Everything in "ui" is obsolete (oooold UIX-based code), and a major technical goal of the project is to delete "ui" and "uinode" from the Apache Trinidad codebase.  

-- 
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: (ADFFACES-66) Convert the existing ProcessTrainRenderer to a "faces major" version

Posted by "Pavitra Subramaniam (JIRA)" <ad...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/ADFFACES-66?page=all ]

Pavitra Subramaniam updated ADFFACES-66:
----------------------------------------

    Attachment: Issue66 - 2.patch

The patch (Issue 66 -2) has been updated to use the newly refactored Trinidad code. Please use this patch rather than the old patch (Issue 66).

> Convert the existing ProcessTrainRenderer to a "faces major" version
> --------------------------------------------------------------------
>
>                 Key: ADFFACES-66
>                 URL: http://issues.apache.org/jira/browse/ADFFACES-66
>             Project: MyFaces ADF-Faces
>          Issue Type: Improvement
>            Reporter: Pavitra Subramaniam
>            Priority: Minor
>         Attachments: Issue66 - 2.patch, Issue66.patch
>
>
> We really needed a Faces-major version of the ProcessTrainRenderer - that is, instead of one that is in the "org.apache.myfaces.adfinternal.ui" package, one that is in "org.apache.myfaces.adfinternal.renderkit.core.*".
> This was required before we add skin selectors requsted by Simon  (http://issues.apache.org/jira/browse/ADFFACES-60). 
> Everything in "ui" is obsolete (oooold UIX-based code), and a major technical goal of the project is to delete "ui" and "uinode" from the Apache Trinidad codebase.  

-- 
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: (ADFFACES-66) Convert the existing ProcessTrainRenderer to a "faces major" version

Posted by "Matthias Weßendorf (JIRA)" <ad...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/ADFFACES-66?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matthias Weßendorf updated ADFFACES-66:
---------------------------------------

        Fix Version/s: 1.0.0-incubating-core
    Affects Version/s: 1.0.0-incubating-core

> Convert the existing ProcessTrainRenderer to a "faces major" version
> --------------------------------------------------------------------
>
>                 Key: ADFFACES-66
>                 URL: https://issues.apache.org/jira/browse/ADFFACES-66
>             Project: MyFaces ADF-Faces
>          Issue Type: Improvement
>    Affects Versions: 1.0.0-incubating-core
>            Reporter: Pavitra Subramaniam
>         Assigned To: Matthias Weßendorf
>            Priority: Minor
>             Fix For: 1.0.0-incubating-core
>
>         Attachments: Issue66 - 2.patch, Issue66.patch
>
>
> We really needed a Faces-major version of the ProcessTrainRenderer - that is, instead of one that is in the "org.apache.myfaces.adfinternal.ui" package, one that is in "org.apache.myfaces.adfinternal.renderkit.core.*".
> This was required before we add skin selectors requsted by Simon  (http://issues.apache.org/jira/browse/ADFFACES-60). 
> Everything in "ui" is obsolete (oooold UIX-based code), and a major technical goal of the project is to delete "ui" and "uinode" from the Apache Trinidad codebase.  

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


[jira] Commented: (ADFFACES-66) Convert the existing ProcessTrainRenderer to a "faces major" version

Posted by "Matthias Weßendorf (JIRA)" <ad...@incubator.apache.org>.
    [ http://issues.apache.org/jira/browse/ADFFACES-66?page=comments#action_12424269 ] 
            
Matthias Weßendorf commented on ADFFACES-66:
--------------------------------------------

HI Pavitra,

thx, for the patch; there is still the usage of processTrain instead of train.
Can you please add this to the patch?

Would be great

> Convert the existing ProcessTrainRenderer to a "faces major" version
> --------------------------------------------------------------------
>
>                 Key: ADFFACES-66
>                 URL: http://issues.apache.org/jira/browse/ADFFACES-66
>             Project: MyFaces ADF-Faces
>          Issue Type: Improvement
>            Reporter: Pavitra Subramaniam
>            Priority: Minor
>         Attachments: Issue66 - 2.patch, Issue66.patch
>
>
> We really needed a Faces-major version of the ProcessTrainRenderer - that is, instead of one that is in the "org.apache.myfaces.adfinternal.ui" package, one that is in "org.apache.myfaces.adfinternal.renderkit.core.*".
> This was required before we add skin selectors requsted by Simon  (http://issues.apache.org/jira/browse/ADFFACES-60). 
> Everything in "ui" is obsolete (oooold UIX-based code), and a major technical goal of the project is to delete "ui" and "uinode" from the Apache Trinidad codebase.  

-- 
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: (ADFFACES-66) Convert the existing ProcessTrainRenderer to a "faces major" version

Posted by "Matthias Weßendorf (JIRA)" <ad...@incubator.apache.org>.
    [ http://issues.apache.org/jira/browse/ADFFACES-66?page=comments#action_12424705 ] 
            
Matthias Weßendorf commented on ADFFACES-66:
--------------------------------------------

patch applied;
I am now fixing the renaming 

> Convert the existing ProcessTrainRenderer to a "faces major" version
> --------------------------------------------------------------------
>
>                 Key: ADFFACES-66
>                 URL: http://issues.apache.org/jira/browse/ADFFACES-66
>             Project: MyFaces ADF-Faces
>          Issue Type: Improvement
>            Reporter: Pavitra Subramaniam
>         Assigned To: Matthias Weßendorf
>            Priority: Minor
>         Attachments: Issue66 - 2.patch, Issue66.patch
>
>
> We really needed a Faces-major version of the ProcessTrainRenderer - that is, instead of one that is in the "org.apache.myfaces.adfinternal.ui" package, one that is in "org.apache.myfaces.adfinternal.renderkit.core.*".
> This was required before we add skin selectors requsted by Simon  (http://issues.apache.org/jira/browse/ADFFACES-60). 
> Everything in "ui" is obsolete (oooold UIX-based code), and a major technical goal of the project is to delete "ui" and "uinode" from the Apache Trinidad codebase.  

-- 
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: (ADFFACES-66) Convert the existing ProcessTrainRenderer to a "faces major" version

Posted by "Pavitra Subramaniam (JIRA)" <ad...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/ADFFACES-66?page=all ]

Pavitra Subramaniam updated ADFFACES-66:
----------------------------------------

    Attachment:     (was: Issue66.patch)

> Convert the existing ProcessTrainRenderer to a "faces major" version
> --------------------------------------------------------------------
>
>                 Key: ADFFACES-66
>                 URL: http://issues.apache.org/jira/browse/ADFFACES-66
>             Project: MyFaces ADF-Faces
>          Issue Type: Improvement
>            Reporter: Pavitra Subramaniam
>            Priority: Minor
>
> We really needed a Faces-major version of the ProcessTrainRenderer - that is, instead of one that is in the "org.apache.myfaces.adfinternal.ui" package, one that is in "org.apache.myfaces.adfinternal.renderkit.core.*".
> This was required before we add skin selectors requsted by Simon  (http://issues.apache.org/jira/browse/ADFFACES-60). 
> Everything in "ui" is obsolete (oooold UIX-based code), and a major technical goal of the project is to delete "ui" and "uinode" from the Apache Trinidad codebase.  

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