You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Craig McClanahan (JIRA)" <ji...@apache.org> on 2006/05/08 16:28:33 UTC

[jira] Created: (STR-2867) Dependency problems in faces-example2 sample app (using Tiles)

Dependency problems in faces-example2 sample app (using Tiles)
--------------------------------------------------------------

         Key: STR-2867
         URL: http://issues.apache.org/struts/browse/STR-2867
     Project: Struts Action 1
        Type: Bug

  Components: Faces  
    Versions: 1.3 Family    
    Reporter: Craig McClanahan


The pom.xml for the second Faces example (the one using Tiles) is incomplete.  It is missing the MyFaces implementation, struts-tiles, and other dependent jars.

In turn, this uncovers a problem with FacesTilesRequestProcessor which was temporarily removed from the build when the signature for RequestProcessor.processValidate() changed.  This needs to be restored, with the API change, for consistency with FacesRequestProcessor.


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


[jira] Assigned: (STR-2867) Dependency problems in faces-example2 sample app (using Tiles)

Posted by "Craig McClanahan (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/struts/browse/STR-2867?page=all ]

Craig McClanahan reassigned STR-2867:
-------------------------------------

    Assign To: Craig McClanahan

> Dependency problems in faces-example2 sample app (using Tiles)
> --------------------------------------------------------------
>
>          Key: STR-2867
>          URL: http://issues.apache.org/struts/browse/STR-2867
>      Project: Struts Action 1
>         Type: Bug

>   Components: Faces
>     Versions: 1.3 Family
>     Reporter: Craig McClanahan
>     Assignee: Craig McClanahan

>
> The pom.xml for the second Faces example (the one using Tiles) is incomplete.  It is missing the MyFaces implementation, struts-tiles, and other dependent jars.
> In turn, this uncovers a problem with FacesTilesRequestProcessor which was temporarily removed from the build when the signature for RequestProcessor.processValidate() changed.  This needs to be restored, with the API change, for consistency with FacesRequestProcessor.

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


[jira] Assigned: (STR-2867) Dependency problems in faces-example2 sample app (using Tiles)

Posted by "Craig McClanahan (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/struts/browse/STR-2867?page=all ]

Craig McClanahan reassigned STR-2867:
-------------------------------------

    Assign To: Craig McClanahan

> Dependency problems in faces-example2 sample app (using Tiles)
> --------------------------------------------------------------
>
>          Key: STR-2867
>          URL: http://issues.apache.org/struts/browse/STR-2867
>      Project: Struts Action 1
>         Type: Bug

>   Components: Faces
>     Versions: 1.3 Family
>     Reporter: Craig McClanahan
>     Assignee: Craig McClanahan

>
> The pom.xml for the second Faces example (the one using Tiles) is incomplete.  It is missing the MyFaces implementation, struts-tiles, and other dependent jars.
> In turn, this uncovers a problem with FacesTilesRequestProcessor which was temporarily removed from the build when the signature for RequestProcessor.processValidate() changed.  This needs to be restored, with the API change, for consistency with FacesRequestProcessor.

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


[jira] Resolved: (STR-2867) Dependency problems in faces-example2 sample app (using Tiles)

Posted by "Craig McClanahan (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/struts/browse/STR-2867?page=all ]
     
Craig McClanahan resolved STR-2867:
-----------------------------------

    Fix Version: 1.3.4
     Resolution: Fixed

Fixed for 1.3.4-SNAPSHOT.  With these changes, the second application actually deploys correctly, but the hyperlinks on the first page do not yet function.  That's worthy of a separate bug report.



> Dependency problems in faces-example2 sample app (using Tiles)
> --------------------------------------------------------------
>
>          Key: STR-2867
>          URL: http://issues.apache.org/struts/browse/STR-2867
>      Project: Struts Action 1
>         Type: Bug

>   Components: Faces
>     Versions: 1.3 Family
>     Reporter: Craig McClanahan
>     Assignee: Craig McClanahan
>      Fix For: 1.3.4

>
> The pom.xml for the second Faces example (the one using Tiles) is incomplete.  It is missing the MyFaces implementation, struts-tiles, and other dependent jars.
> In turn, this uncovers a problem with FacesTilesRequestProcessor which was temporarily removed from the build when the signature for RequestProcessor.processValidate() changed.  This needs to be restored, with the API change, for consistency with FacesRequestProcessor.

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


[jira] Resolved: (STR-2867) Dependency problems in faces-example2 sample app (using Tiles)

Posted by "Craig McClanahan (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/struts/browse/STR-2867?page=all ]
     
Craig McClanahan resolved STR-2867:
-----------------------------------

    Fix Version: 1.3.4
     Resolution: Fixed

Fixed for 1.3.4-SNAPSHOT.  With these changes, the second application actually deploys correctly, but the hyperlinks on the first page do not yet function.  That's worthy of a separate bug report.



> Dependency problems in faces-example2 sample app (using Tiles)
> --------------------------------------------------------------
>
>          Key: STR-2867
>          URL: http://issues.apache.org/struts/browse/STR-2867
>      Project: Struts Action 1
>         Type: Bug

>   Components: Faces
>     Versions: 1.3 Family
>     Reporter: Craig McClanahan
>     Assignee: Craig McClanahan
>      Fix For: 1.3.4

>
> The pom.xml for the second Faces example (the one using Tiles) is incomplete.  It is missing the MyFaces implementation, struts-tiles, and other dependent jars.
> In turn, this uncovers a problem with FacesTilesRequestProcessor which was temporarily removed from the build when the signature for RequestProcessor.processValidate() changed.  This needs to be restored, with the API change, for consistency with FacesRequestProcessor.

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