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