...nalysis to Implementation) Moreover, we can check if there is any way we can utilize webwork to perform the validation during changing the value of any field (eg: when a field like assignee is left a...
...t; </actions> </webwork1> ProjectPanelAction class: @SupportedMethods({RequestMethod.GET}) public class ProjectPanelAction extends JiraWebActionSupport { private static final L...
I want to make a button with a webitem and show the vm file with a webwork when the button is pressed. However, there seems to be a size limit when showing VM files. And I think the VM file c...
...nswers! MyAction.java public class MyAction extends JiraWebActionSupport { private Project project; private static String name; private static String test; @Override public...
...echanism), the admin-only views...don't. They're WebWork actions, implemented in JSP and making heavy use of taglibs from AUI, WebWork, and Sitemesh, and they don't provide any kind of extension/injection p...
Hi, I would like to render a Velocity template as part of the webwork module in JIRA but without the master page (header and footer). I tried adding <meta name="decorator" content="none">&l...
I have created a webitem that comes under the project Administration page, I want the page that comes after the webitem click, to be displayed inside the project adminstration block itself, instead o...
WebWork/XWork is so old (10+ years) and the documentation is very hard to find and I am having difficulties trying to get validation to work so it would be great if I could just use the latest S...
Actually I am trying to fetch the data from VM to the webwork action class @Override public String execute() throws Exception { System.out.println("In Execute"); return super.execute...
Hi, I want to move statements from a jsp-file to a velocity-file. In this case, I try to move a webwork property into a velocity statement: var returnUrl = "<ww:property value="r...
...t;/views/managetransitions/view.vm</view> </action> </actions> </webwork1> ManageTransitionsAction.java public class M...
Hi there! Is there a possibility to add some sorting in plain table (rendered with velocity) using actions without screen (for view, success ..) like that used by Issue Navigator? I'm going to r...
Hello, I am experiencing the following problem - when I try to open action screen for the action in the plugin I am writing, the screen does not open and is loading infinitely. The .vm file looks l...
Hi Guys. I'm trying but I can't find good example, how to add panel in inssue view. (The same like attachments) I wish to make plugin wich show some external data. I am only found how to add ...
Hi all. I want to modify some default actions (EditIssue or EditComment for example). Of course, I can simply modify a default class. But maybe it is another way? Can i configure, which WebAction s...
I've implemented custom WebWork action. For it I've supplied some velocity templates. How can I add custom parameters to velocity? I didn'f find any such method :(
Copied to clipboard