Re: [Webwork-user] Action doesn't execute every time
Brought to you by:
baldree,
rickardoberg
From: Rickard <ri...@dr...> - 2002-07-15 07:13:15
|
Joacim J=E4rkeborn wrote: > We have an WebWork action class that executes the first time it's=20 > called, then from the JSP page a modal dialog appears with information=20 > from the action. When user closes that dialog and wants to run the same= =20 > action to get other data the previous data appears again (the action=20 > doesn't executes). With only the limited info you gave above it is impossible to answer=20 this. Your best bet is to add a lot of debug output, or use a real=20 debugger to find out what's going on. WebWork does not cache actions, so=20 that's not the problem. /Rickard |