[ http://jira.codehaus.org/browse/CONTINUUM-869?page=comments#action_74718 
] 
            
Carlos Sanchez commented on CONTINUUM-869:
------------------------------------------

You must use the ww:url with nested ww:param

For instance
                    <ww:url id="editProjectUrl" action="projectEdit">
                      <ww:param name="projectId" 
value="${pageScope.project.id}"/>
                      <ww:param name="projectName" 
value="${pageScope.project.name}"/>
                    </ww:url>
                    <ww:a href="%{editProjectUrl}">
                      <img src="<ww:url value='/images/edit.gif'/>" alt="Edit" 
title="Edit" border="0">
                    </ww:a>


> From build result top tabs don't work
> -------------------------------------
>
>                 Key: CONTINUUM-869
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-869
>             Project: Continuum
>          Issue Type: Bug
>          Components: Web interface
>    Affects Versions: 1.1
>            Reporter: Carlos Sanchez
>         Assigned To: Henry S. Isidro
>             Fix For: 1.1
>
>         Attachments: CONTINUUM-869-continuum-webapp.patch, 
> CONTINUUM-869-continuum-webapp.patch2
>
>
> They don't set the projectId parameter probably

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

        

Reply via email to