Hi Prasanna,
Could you make a quickstart ?
François
> Le 17 janv. 2020 à 19:29, prasanna bajracharya
> a écrit :
>
> Dear Wicket Community,
>
> I am a new to wicket. I am trying to run someone else's legacy code in my
> local machine which is currently working in production environment. Al
Dear Wicket Community,
I am a new to wicket. I am trying to run someone else's legacy code in my
local machine which is currently working in production environment. All my
MyPanel.java, MyPanel.html and MyPanel.properties are in same package but
still i'm getting following error in my weblogic con
842946.n4.nabble.com/How-to-handle-click-on-removed-links-WicketRuntimeException-Component-xxx-has-been-removed-from-page-tp4666431p4670105.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---
I get the same exception.
The question is why the component is still visible and activated if it 'has
been removed from page'?
--
View this message in context:
http://apache-wicket.1842946.n4.nabble.com/How-to-handle-click-on-removed-links-WicketRuntimeException-Component-xxx-has-be
https://issues.apache.org/jira/browse/WICKET-5660
>From now on Wicket will throw ComponentNotFoundException instead of the
more generic WicketRuntimeException.
Martin Grigorov
Wicket Training and Consulting
https://twitter.com/mtgrigorov
On Sat, Jul 12, 2014 at 8:40 PM, Martin Grigorov
wr
> > > >>> >>> >> >
> > > >>> >>> >> > On 07/04/2014 12:13 PM, Daniel Stoch wrote:
> > > >>> >>> >> >>
> > > >>> >>> >> >> Hi
> > >>> but I
> > >>> >>> >> >> have never found a good answer how to solve such problem in
> > >>> general.
> > >>> >>> >> >> The problem is similar to my last question:
> > >>> >>> >>
>>> >> >> have never found a good answer how to solve such problem in
> >>> general.
> >>> >>> >> >> The problem is similar to my last question:
> >>> >>> >> >>
> >>> >>>
-links-ListenerInvocationNotAllowedException-td4666287.html
>>> >>> >> >> but now there is a situation when link was removed from page
>>> (not
>>>
> >> changed, but user clicks a link in a browser before this changes
>> >>> will
>> >>> >> >> be pushed to it. It leads to an exception:
>> >>> >> >>
>> >>> >> >> org.apache.wicket.WicketRuntimeException: Compon
t;> be pushed to it. It leads to an exception:
> >>> >> >>
> >>> >> >> org.apache.wicket.WicketRuntimeException: Component 'xxx' has
> been
> >>> >> >> removed from page.
> >>> >> >> at
> >>> &g
ler.respond(ListenerInterfaceRequestHandler.java:178)
>>> >> >> at
>>> >> >>
>>> >>
>>> org.apache.wicket.request.cycle.RequestCycle$HandlerExecutor.respond(RequestCycle.java:862)
>>> >> >> at
>>> >> &g
;> >>
>> org.apache.wicket.request.cycle.RequestCycle$HandlerExecutor.respond(RequestCycle.java:862)
>> >> >> at
>> >> >>
>> >>
>> org.apache.wicket.request.RequestHandlerStack.execute(RequestHandlerStack.java:64)
>> >> >> at
gt; >>
> >>
> org.apache.wicket.request.cycle.RequestCycle.execute(RequestCycle.java:261)
> >> >> at
> >> >>
> >>
> org.apache.wicket.request.cycle.RequestCycle.processRequest(RequestC
questCycle.processRequestAndDetach(RequestCycle.java:289)
>> >> at
>> >>
>> org.apache.wicket.protocol.http.WicketFilter.processRequestCycle(WicketFilter.java:259)
>> >> at
>> >>
>> org.apache.wicket.protocol.http.WicketFilter.processRequest(
t;>
> org.apache.wicket.protocol.http.WicketFilter.processRequest(WicketFilter.java:201)
> >> at
> >>
> org.apache.wicket.protocol.http.WicketServlet.doGet(WicketServlet.java:137)
> >> at javax.servlet.http.HttpServlet.service(HttpServlet.java:735)
> >
>> org.apache.wicket.protocol.http.WicketFilter.processRequestCycle(WicketFilter.java:259)
>> >> at
>> >>
>> org.apache.wicket.protocol.http.WicketFilter.processRequest(WicketFilter.java:201)
>> >> at
>> >>
>> org.apache.wicket.pro
le(WicketFilter.java:259)
> >> at
> >>
> org.apache.wicket.protocol.http.WicketFilter.processRequest(WicketFilter.java:201)
> >> at
> >>
> org.apache.wicket.protocol.http.WicketServlet.doGet(WicketServlet.java:137)
> >> at javax.servlet.http.HttpS
WicketFilter.processRequestCycle(WicketFilter.java:259)
>> at
>> org.apache.wicket.protocol.http.WicketFilter.processRequest(WicketFilter.java:201)
>> at
>> org.apache.wicket.protocol.http.WicketServlet.doGet(WicketServlet.java:137)
>> at javax.servlet.http.HttpSe
>> org.apache.wicket.protocol.http.WicketServlet.doGet(WicketServlet.java:137)
>> at javax.servlet.http.HttpServlet.service(HttpServlet.java:735)
>> at javax.servlet.http.HttpServlet.service(HttpServlet.java:848)
>>
>> How it should be properly handled in application
va:735)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:848)
How it should be properly handled in application? Unfortunately this
is not a dedicated exception to catch somewhere, but a common
WicketRuntimeException.
--
Best regar
ava:735)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:848)
>
> How it should be properly handled in application? Unfortunately this
> is not a dedicated exception to catch somewhere, but a common
> WicketRuntimeException.
>
> --
> Best regards,
> Daniel
t.java:137)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:735)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:848)
How it should be properly handled in application? Unfortunately this
is not a dedicated exception to catch somewhere, but a common
WicketRuntimeException.
--
Be
Ah, silly Hibernate ;).
AFAICS sooner or later a Wicket component will have to write a value
into the embedded address, so obviously it has to be there.
You can of course build a specialized model doing some magic here, but
at the moment I don't know how that might look like.
Sven
On 12/01/2
The problem with doing that is that Hibernate detects that as a change
(a null object is not the same as an empty object) and does a database
update (see some of the comments on this:
https://issues.jboss.org/browse/HIBERNATE-50).
Andrew
On Fri, Nov 30, 2012 at 5:59 PM, Sven Meier wrote:
> d
--
persisted without an initial address (i.e., address = null). When
this happens,
org.apache.wicket.model.AbstractPropertyModel.getInnermostModelOrObject()
returns null and I ultimately get a WicketRuntimeException: Attempted
to set property value on a null object in PropertyResolver.setValue
becaus
initial address (i.e., address = null). When
this happens,
org.apache.wicket.model.AbstractPropertyModel.getInnermostModelOrObject()
returns null and I ultimately get a WicketRuntimeException: Attempted
to set property value on a null object in PropertyResolver.setValue
because the object is null.
Thanks Sven, that was it! They were clicking again while the form was still
processing.
--
View this message in context:
http://apache-wicket.1842946.n4.nabble.com/WicketRuntimeException-Submit-Button-is-not-enabled-tp4651180p4653019.html
Sent from the Users forum mailing list archive at
appreciated.
--
View this message in context:
http://apache-wicket.1842946.n4.nabble.com/WicketRuntimeException-Submit-Button-is-not-enabled-tp4651180p4653012.html
Sent from the Users forum mailing list archive at Nabble.com.
uld be appreciated.
--
View this message in context:
http://apache-wicket.1842946.n4.nabble.com/WicketRuntimeException-Submit-Button-is-not-enabled-tp4651180p4653012.html
Sent from the Users forum mailing list archive at Nabble.com.
-
,
Paul Bors
-Original Message-
From: eugenebalt [mailto:eugeneb...@yahoo.com]
Sent: Tuesday, August 14, 2012 12:16 PM
To: users@wicket.apache.org
Subject: Re: WicketRuntimeException: "Submit Button ... is not enabled"
It is true that we have multiple buttons on our form t
en this "self-changing form" requirement, what's the fastest way to
get rid of this intermittent "Not Enabled / Visible" error? Is there a way
to turn off this validation in Wicket?
--
View this message in context:
http://apache-wicket.1842946.n4.nabble.com/WicketRuntime
he-wicket.1842946.n4.nabble.com/WicketRuntimeException-Submit-Button-is-not-enabled-tp4651180p4651231.html
Sent from the Users forum mailing list archive at Nabble.com.
-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For ad
Thanks a lot. In our case, we have an AjaxButton that maps to a "input
type=submit".
Would using the input type "Button" get rid of this problem?
--
View this message in context:
http://apache-wicket.1842946.n4.nabble.com/WicketRuntimeException-Submit-Button-is-not-enabl
this
WicketRuntimeException:
ERROR [WebContainer : 17] (RequestCycle.java:1521) - Submit Button
myPanel:editButton (path=myForm:myPanel:editButton) is not enabled
org.apache.wicket.WicketRuntimeException: Submit Button myPanel:editButton
(path=myForm:myPanel:editButton) is not enabled
We have an Ajax button which, when clicked, occasionally produces this
WicketRuntimeException:
ERROR [WebContainer : 17] (RequestCycle.java:1521) - Submit Button
myPanel:editButton (path=myForm:myPanel:editButton) is not enabled
org.apache.wicket.WicketRuntimeException: Submit Button
Form class from wicket
sources :
if (!component.isVisibleInHierarchy())
{
throw new
WicketRuntimeException("Submit Button " +
Actually it didn't work. I put setTimeout(..). to delay the hiding of loading
image but I still got the exception sometimes.
Do you have any other ideea?
--
View this message in context:
http://apache-wicket.1842946.n4.nabble.com/Cannot-reproduce-a-WicketRuntimeException-tp4185488p4186479
I put a setTimeout(..). I hope this will solve the problem. I didn't get this
error after puting setTimeout().
Thanks for your response.
--
View this message in context:
http://apache-wicket.1842946.n4.nabble.com/Cannot-reproduce-a-WicketRuntimeException-tp4185488p4186446.html
Sent fro
tell to javascript to wait just a little more before it hides
again the loading image?
I hope is clear what I said.
--
View this message in context:
http://apache-wicket.1842946.n4.nabble.com/Cannot-reproduce-a-WicketRuntimeException-tp4185488p4186262.html
Sent from the Users forum mailing list
I'm afraid I didn't understand what exactly do you mean.
How can I reproduce this in the development machine? This doesn't happened
again. What should I update on client side?
--
View this message in context:
http://apache-wicket.1842946.n4.nabble.com/Cannot-reproduce-a-WicketR
>
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/Cannot-reproduce-a-WicketRuntimeException-tp4185488p4185488.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> --
rface
name=IActivePageBehaviorListener, method=public abstract void
org.apache.wicket.behavior.IBehaviorListener.onRequest()]
--
View this message in context:
http://apache-wicket.1842946.n4.nabble.com/Cannot-reproduce-a-WicketRuntimeException-tp4185488p4185488.html
Sent from the Users forum mailing list
I don't see anything in the logs but I will look. I will try kill -3 pid
when it happens again.
-Original Message-
From: Martin Grigorov [mailto:mgrigo...@apache.org]
Sent: Wednesday, June 08, 2011 9:38 AM
To: users@wicket.apache.org
Subject: Re: WicketRuntimeException
This i
ool.java:690)
> java.lang.Thread.run(Thread.java:619)
>
> -Original Message-
> From: Martijn Dashorst [mailto:martijn.dasho...@gmail.com]
> Sent: Wednesday, June 08, 2011 3:30 AM
> To: users@wicket.apache.org
> Subject: Re: WicketRuntimeException
>
> The stack trace show
.Thread.run(Thread.java:619)
-Original Message-
From: Martijn Dashorst [mailto:martijn.dasho...@gmail.com]
Sent: Wednesday, June 08, 2011 3:30 AM
To: users@wicket.apache.org
Subject: Re: WicketRuntimeException
The stack trace shows the page that is holding the lock as well
Martijn
On Wed, Jun
The stack trace shows the page that is holding the lock as well
Martijn
On Wed, Jun 8, 2011 at 7:20 AM, Martin Grigorov wrote:
> On Wed, Jun 8, 2011 at 7:00 AM, Jeffrey Schneller
> wrote:
>> I have started to see more and more of the following exception when
>> users are using the wicket app.
>
On Wed, Jun 8, 2011 at 7:00 AM, Jeffrey Schneller
wrote:
> I have started to see more and more of the following exception when
> users are using the wicket app.
>
>
>
> org.apache.wicket.WicketRuntimeException: After 1 minute the Pagemap
> null is still locked by: Thread[TP-Processor24,5,main], gi
I have started to see more and more of the following exception when
users are using the wicket app.
org.apache.wicket.WicketRuntimeException: After 1 minute the Pagemap
null is still locked by: Thread[TP-Processor24,5,main], giving up trying
to get the page for path: 4:products:0:prodBuyLink
How to Get Help
Whenever you are reporting a problem, please be sure to include as
much information as possible; the more we know, the better the chance
of a quicker resolution.
which version of the software
what platform and JDK
any particular JEE container being used - if so what version
stack
Could you provide us a quickstart to reproduce de error ?
Bruno Borges
www.brunoborges.com.br
+55 21 76727099
"The glory of great men should always be
measured by the means they have used to
acquire it."
- Francois de La Rochefoucauld
On Tue, Mar 29, 2011 at 10:08 AM, Jan Juno wrote:
> The
The problem is even stranger
There is no problem with IE no problem with Opera
the only problem is with Firefox 4.0
strange
On 29 March 2011 14:19, Wilhelmsen Tor Iver wrote:
> > Can somebody help me with this exception? What can be wrong am
> > desperate. What to look for?
>
> Typically,
> Can somebody help me with this exception? What can be wrong am
> desperate. What to look for?
Typically, the real error is further down in the text that what you included.
Common causes are:
* Having a wicket:id the the HTML with no corresponding component
* Adding a component without addin
Can somebody help me with this exception? What can be wrong am
desperate. What to look for?
ERROR [org.apache.wicket.RequestCycle] [, http-8080-1, /jumbo/,
101.11.149.90:-33771be0:12f
0171a0c1:-8000, , ] Exception in rendering component: [MarkupContainer
[Component id = html]]
org.apache.wick
elling, formatting, or
>> compiler errors
>>
>> On Dec 9, 2010 4:15 PM, "Takeo Hosomi" wrote:
>>
>> Hello,
>>
>> I have the same issue which is discussed in the following link:
>> http://apache-wicket.1842946.n4.nabble.com/WicketRuntimeExc
rt" phone, so please excuse spelling, formatting, or
> compiler errors
>
> On Dec 9, 2010 4:15 PM, "Takeo Hosomi" wrote:
>
> Hello,
>
> I have the same issue which is discussed in the following link:
> http://apache-wicket.1842946.n4.nabble.com/WicketRuntimeExcept
n the following link:
http://apache-wicket.1842946.n4.nabble.com/WicketRuntimeException-component-not-found-on-page-td3055902.html
I made a quickstart to reproduce it. Any idea on how to workaround
this behavior?
I'm using wicket 1.4.12, wiquery 1.1.2, and wiquery-plugin for tooltip
(other-
Hello,
I have the same issue which is discussed in the following link:
http://apache-wicket.1842946.n4.nabble.com/WicketRuntimeException-component-not-found-on-page-td3055902.html
I made a quickstart to reproduce it. Any idea on how to workaround
this behavior?
I'm using wicket 1.4.12, wi
The biggest problem with this issue is that it's intermittent. I saw
this happening a few time and I was not able to reproduce it manually
right after I saw it. One time I sat there for 15 minutes repeating
the sequence of clicks that had caused the error just a minute before
that and was not able
start by creating a quickstart that reproduces it so we can better understand it
-igor
On Tue, Nov 23, 2010 at 9:38 PM, Alec Swan wrote:
> I noticed that all "component not found on page" exceptions were
> thrown for AjaxEditableLabel and AjaxLink components located inside of
> a DataView.
>
> I
I noticed that all "component not found on page" exceptions were
thrown for AjaxEditableLabel and AjaxLink components located inside of
a DataView.
It seems like other people had a "component not found on page" problem
inside of DataView components:
http://www.mail-archive.com/users@wicket.apache.
Hello,
We upgraded our app to use Wicket 1.4.13. After that we started getting
sporadic WicketRuntimeExceptions about components not being found on a some
pages. We made changes to some, but not all pages, which exhibit this
behavior. Has anyone else noticed this with 1.4.14? Any ideas on how to
t
vulnerabilities.
What the addon does, is that it injects some values into that hidden
field, and then wicket throws :
WicketRuntimeException: Attempt to access unknown request listener
interface null
Has anyone an idea, how this exception could be prevented? or caught?
mfg bernhard
the full trace is
t;> On Thu, Sep 2, 2010 at 9:13 AM, Fernando Wermus
> >> wrote:
> >> > Hi all,
> >> >I am using wicketTester to render html for emails. I pass my
> current
> >> app
> >> > to WicketTester and I get the following error:
> >> &
us
>> wrote:
>> > Hi all,
>> > I am using wicketTester to render html for emails. I pass my current
>> app
>> > to WicketTester and I get the following error:
>> >
>> > WicketRuntimeException: loginPage is already mounted for
>> > B
ed instance it would cause that
> error.
>
> -igor
>
> On Thu, Sep 2, 2010 at 9:13 AM, Fernando Wermus
> wrote:
> > Hi all,
> >I am using wicketTester to render html for emails. I pass my current
> app
> > to WicketTester and I get the following error:
I am using wicketTester to render html for emails. I pass my current app
> to WicketTester and I get the following error:
>
> WicketRuntimeException: loginPage is already mounted for
> BookmarkablePageEncoder[page=class com.xxx.LoginPage]
>
> Which makes no sense. The Applicati
Hi all,
I am using wicketTester to render html for emails. I pass my current app
to WicketTester and I get the following error:
WicketRuntimeException: loginPage is already mounted for
BookmarkablePageEncoder[page=class com.xxx.LoginPage]
Which makes no sense. The Application is running and
actions.
> > > > This works perfectly with wicketstuff-push.
> > > >
> > > > The org.apache.wicket.Component objects that need to be updated, have
>
> > > > org.apache.wicket.ajax.markup.html.AjaxLink objects.
> > > > Sometimes if I click on the one of the links,
onChange(); method is called. For example caused by another user's
> > actions.
> > > This works perfectly with wicketstuff-push.
> > >
> > > The org.apache.wicket.Component objects that need to be updated, have
> > > org.apache.wicket.ajax.m
wicket.ajax.markup.html.AjaxLink objects.
> > Sometimes if I click on the one of the links, I get a
> WicketRuntimeException
> > telling me that the Link is not found on the Page.
> >
> > Any suggestions?
>
>
>
>
> --
>
ample caused by another user's actions.
> This works perfectly with wicketstuff-push.
>
> The org.apache.wicket.Component objects that need to be updated, have
> org.apache.wicket.ajax.markup.html.AjaxLink objects.
> Sometimes if I click on the one of the links, I get a WicketRuntimeE
that need to be updated, have
org.apache.wicket.ajax.markup.html.AjaxLink objects.
Sometimes if I click on the one of the links, I get a WicketRuntimeException
telling me that the Link is not found on the Page.
Any suggestions?
a separate class?
>
> Best,
> Martin
>
>
> -Original Message-
> From: ce...@jweekend.com [mailto:ce...@jweekend.com] On Behalf Of Cemal
> Bayramoglu
> Sent: Friday, April 16, 2010 4:09 PM
> To: users
> Subject: Re: WicketRuntimeException: There is
t: Re: WicketRuntimeException: There is no application attached to
current thread
Component's getString method will try to get the laocalizer from the
Application, and the Application instance (singleton for a Wicket
web-app) is bound to the thread processing your request, not to the
one you have spawned
I already saw one in javathoughts.com, but I don't see any major differences.
Best,
Martin
-Original Message-
From: Ernesto Reinaldo Barreiro [mailto:reier...@gmail.com]
Sent: Friday, April 16, 2010 4:17 PM
To: users@wicket.apache.org
Subject: Re: WicketRuntimeException: There
If you need an example on how to do this I can point you to a somewhat
similar example.
Ernesto
On Fri, Apr 16, 2010 at 3:15 PM, Ernesto Reinaldo Barreiro <
reier...@gmail.com> wrote:
> Do not use make references to components on the thread. Instead create an
> instance of runnable to which you
Do not use make references to components on the thread. Instead create an
instance of runnable to which you pass all the information you need and use
a kind of "context" to communicate with the Web layer if you need to pass
back information.
Best,
Ernesto
2010/4/16 Martin Asenov
> Hello guys!
Component's getString method will try to get the laocalizer from the
Application, and the Application instance (singleton for a Wicket
web-app) is bound to the thread processing your request, not to the
one you have spawned off of it
Regards - Cemal
jWeekend
OO & Java Technologies, Wicket
Consulti
Hello guys!
In a page, I have a button. The button starts a thread, just like this, but I
get the exception in the bottom. Here is some code:
@Override
protected void onSubmit(final AjaxRequestTarget target, Form form) {
final FileUpload fileUpload = fileUploadField.getFileUplo
Hello Wicket bunch, I have basically usurped all of the Datatable example from
the wicket-examples.repeater folder. The result builds OK but as you see in the
subject line a nasty RTE. I have Googled and mail-listed this issue but not
much comes up. If anyone can shed some light please advise, D
2009/2/4 Igor Vaynberg
> PulldownBorder border = new PulldownBorder("border" , "Test Title" ,
> true);
> border.setTransparentResolver(true);
> add(border);
>
> ^ that is all wrong
>
> you should create a border and to it add a panel that will be
> expanded/collapsed. so the panel that is the
PulldownBorder border = new PulldownBorder("border" , "Test Title" ,
true);
border.setTransparentResolver(true);
add(border);
^ that is all wrong
you should create a border and to it add a panel that will be
expanded/collapsed. so the panel that is the content should be inside
the border.
On Wed, 04 Feb 2009, smallufo wrote:
> When traversalling the nodes , it cannot find any Component that implements
> ExpandCollapseListener.
> But the Panel that wrapped by the Border indeed implements
> ExpandCollapseListener
> PulldownBorder.this.visitChildren(new IVisitor()
...
> Here
Thank you for such a practical IVisitor tutorial.
But I have another problem :
When traversalling the nodes , it cannot find any Component that implements
ExpandCollapseListener.
But the Panel that wrapped by the Border indeed implements
ExpandCollapseListener
Can you check where goes wrong ?
He
his usecase is not supported - you are abusing istransparentresolver - it
>> is not meant to toggle visibility of "nested" components because it does not
>> really nest them.
>>
>> i would suggest using a border instead because it is meant for usecases
>&
is not meant to toggle visibility of "nested" components because it does not
> really nest them.
>
> i would suggest using a border instead because it is meant for usecases
> just like this
>
> > Inheritance inside a Container throws WicketRuntimeExceptio
you may want to focus on the actual errors.
- you're having some trouble in your classpath / wicket jar versions:
Caused by: java.lang.NoSuchMethodError:
org.apache.wicket.markup.html.form.Form.add(Lorg/apache/wicket/
Component;)Lorg/apache/wicket/MarkupContainer;
at com.jasp.ecommfwk.categ
Morning all guys,
I am looking for this error on Google, but till now without success, for the
reason of why this error occurs..
Can anyone help me?
Thanks in advance.
==
Stacktrace
==
he.org
Gesendet: Dienstag, den 11. November 2008, 23:45:33 Uhr
Betreff: Re: SessionHandling: WicketRuntimeException: There is no application
attached to current thread http-8080-1
you can retrieve the application context via the servlet context and
use vanilla spring to do whatever it is you are try
new operator?
> Or is there any other solution?
>
>
>
>
> Von: Igor Vaynberg <[EMAIL PROTECTED]>
> An: users@wicket.apache.org
> Gesendet: Dienstag, den 11. November 2008, 18:48:24 Uhr
> Betreff: Re: SessionHandling: WicketRuntimeExce
?
Von: Igor Vaynberg <[EMAIL PROTECTED]>
An: users@wicket.apache.org
Gesendet: Dienstag, den 11. November 2008, 18:48:24 Uhr
Betreff: Re: SessionHandling: WicketRuntimeException: There is no application
attached to current thread http-8080-1
wouldnt say its
Tue, Nov 11, 2008 at 12:59 PM, Agent Mahone <[EMAIL PROTECTED]> wrote:
>> Hi guys
>>
>> I´m just trying to execute some code after a session timeout occurs.
>> I´m using spring / wicket / hibernate frameworks.
>> Why do I get this error "WicketRuntimeException: Th
;
> I´m just trying to execute some code after a session timeout occurs.
> I´m using spring / wicket / hibernate frameworks.
> Why do I get this error "WicketRuntimeException: There is no application
> attached to current thread http-8080-1"?
> I´m not getting it...I ap
Hi guys
I´m just trying to execute some code after a session timeout occurs.
I´m using spring / wicket / hibernate frameworks.
Why do I get this error "WicketRuntimeException: There is no application
attached to current thread http-8080-1"?
I´m not getting it...I appreciate any hin
whenever Wicket throws a
> WicketRuntimeException, it also prints out getSession().getUser(). I'm
> not especially clear on the flow for RuntimeExceptions, so any
> suggestions on where I would add the code to do this will be greatly
> appreciated.
>
>
>
> Dane Laverty
Should be possible to catch WicketRuntimeException with a servlet filter ...
On Wed, Oct 29, 2008 at 4:27 PM, Dane Laverty <[EMAIL PROTECTED]>wrote:
> I would like to make it so that whenever Wicket throws a
> WicketRuntimeException, it also prints out getSession().getUser(
I would like to make it so that whenever Wicket throws a
WicketRuntimeException, it also prints out getSession().getUser(). I'm
not especially clear on the flow for RuntimeExceptions, so any
suggestions on where I would add the code to do this will be greatly
appreciated.
Dane La
Ok, some I'm a JIRA newbie, what can I say :blush:
Please see https://issues.apache.org/jira/browse/WICKET-1845 WICKET-1845 .
--
View this message in context:
http://www.nabble.com/WicketRuntimeException-when-using-wicket-auth-roles-in-a-frameset-tp19613863p19626703.html
Sent from the W
you to look at it?
> --
> View this message in context:
> http://www.nabble.com/WicketRuntimeException-when-using-wicket-auth-roles-in-a-frameset-tp19613863p19620137.html
> Sent from the Wicket - User mailing
1 - 100 of 114 matches
Mail list logo