You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "David Jencks (JIRA)" <ji...@apache.org> on 2008/01/24 08:54:35 UTC

[jira] Commented: (GERONIMO-3778) downloadStatus page in plugin installer isn't grabbing correct configIds array

    [ https://issues.apache.org/jira/browse/GERONIMO-3778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12561967#action_12561967 ] 

David Jencks commented on GERONIMO-3778:
----------------------------------------

Would you consider some code something like this, except working?

    <fmt:message key="car.downloadStatus.processing"/>
    <c:forEach var="configId" items="${configIds}">
        <br/>configId
    </c:forEach>


This involves modifying the message string to remove {0} which is not a great loss here.  I'm not thrilled about string processing in a jsp.  I played with this for a few minutes but haven't gotten it to display anything yet.

Also I sometimes get a basic auth screen up just before the status screen and can't run through the install plugins wizard more than once -- the second time I see "I had a problem!" instead of the progress bar.

> downloadStatus page in plugin installer isn't grabbing correct configIds array
> ------------------------------------------------------------------------------
>
>                 Key: GERONIMO-3778
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3778
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: console
>    Affects Versions: 2.1
>         Environment: Ubuntu 7.10, Firefox 2.0.0.6
>            Reporter: Joseph Leong
>            Assignee: Joseph Leong
>            Priority: Minor
>             Fix For: 2.1
>
>         Attachments: GERONIMO-3778.patch
>
>
> On the downloadStatus page of the plugin installer, the list of plugins to install shows null because the configIds array isn't being requested properly.

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