gitblit icon indicating copy to clipboard operation
gitblit copied to clipboard

Exception clicking edit button beside the milestone button on ticket view screen

Open gitblit opened this issue 10 years ago • 0 comments

Originally reported on Google Code with ID 529

What steps will reproduce the problem?
1. Create a ticket
2. View the ticket
3. Click edit button beside milestone button

What is the expected output? What do you see instead?
Edit screen for ticket ?? 
Error
WicketMessage: The component(s) below failed to render. A common problem is that you
have added a component in code but forgot to reference it in the markup (thus the component
will never be rendered).

1. [MarkupContainer [Component id = type]]

Root cause:

org.apache.wicket.WicketRuntimeException: The component(s) below failed to render.
A common problem is that you have added a component in code but forgot to reference
it in the markup (thus the component will never be rendered).

1. [MarkupContainer [Component id = type]]

at org.apache.wicket.Page.checkRendering(Page.java:1201)
at org.apache.wicket.Page.renderPage(Page.java:941)
at org.apache.wicket.request.target.component.BookmarkablePageRequestTarget.respond(BookmarkablePageRequestTarget.java:261)
at org.apache.wicket.request.AbstractRequestCycleProcessor.respond(AbstractRequestCycleProcessor.java:105)
at org.apache.wicket.RequestCycle.processEventsAndRespond(RequestCycle.java:1287)
at org.apache.wicket.RequestCycle.step(RequestCycle.java:1358)
at org.apache.wicket.RequestCycle.steps(RequestCycle.java:1465)
at org.apache.wicket.RequestCycle.request(RequestCycle.java:545)
at org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:486)


What version of the product are you using? On what operating system?
1.6.2, Windows 7 x64

Please provide any additional information below.
Gitblit GO 

Reported by notzippy on 2014-11-07 17:14:27

gitblit avatar Aug 12 '15 12:08 gitblit