Issue Details (XML | Word | Printable)

Key: JRA-9544
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Dylan Etkin [Atlassian]
Reporter: pierre-yves voirol
Votes: 0
Watchers: 0
Operations

Add/Edit UI Mockup to this issue
If you were logged in you would be able to see more operations.
JIRA

file "\includes\snippets\listbyname.jsp" is missing taglib identifier

Created: 03/Mar/06 04:15 AM   Updated: 30/Jul/06 07:34 PM
Component/s: Web interface
Affects Version/s: 3.5
Fix Version/s: 3.5.3

Time Tracking:
Not Specified

Participants: Dylan Etkin [Atlassian], pierre-yves voirol and Sam Chang [Atlassian]
Since last comment: 2 years, 38 weeks, 1 day ago
Resolution Date: 12/Mar/06 04:02 PM
Labels:


 Description  « Hide
The <%@ taglib uri="webwork" prefix="webwork" %> is missing at the beginning of file, so it makes impossible to use this snippets.

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Sam Chang [Atlassian] added a comment - 05/Mar/06 09:54 PM
Hi pierre-yves,

all the .jsp files under the folder directory \includes\ is included
into other .jsp files which have <%@ taglib uri="webwork"
prefix="webwork" %> and so listbyname.jsp inherits this from the inclusion.

I could not find any usages of this file throughout JIRA. could you tell
me what your are using this for?

If you are using this file directly, you should be able to add the '<%@
taglib uri="webwork" prefix="webwork" %>' tag in yourself.

Cheers,
Sam


pierre-yves voirol added a comment - 08/Mar/06 11:28 AM
Hi Sam,

you are right.

There isn't any usage of this file throughout JIRA.

I use this file in the view_subtaskissues.jsp to display the "fixfor" version of each subtask.

Cheers,
Pierre-Yves


Dylan Etkin [Atlassian] added a comment - 12/Mar/06 04:02 PM
This has been fixed.