Hi all,
I'm writing a SWF 2.0.8 app.
I've got a JSP view that renders a file that can be opened as an Excel document. I would like to have a download link on a page for the user to download the...
Type: Posts; User: wackydog; Keyword(s):
Hi all,
I'm writing a SWF 2.0.8 app.
I've got a JSP view that renders a file that can be opened as an Excel document. I would like to have a download link on a page for the user to download the...
I'm experiencing the same problem. Any help would be appreciated.
Hi,
Not to be too far off topic since the previous post seems to be the correct answer, but after using EasyMock for a couple of years, I switched a few weeks back to Mockito. For you...
Hi all,
I have a custom FlowUrlHandler that I borrowed from Splashout here: http://forum.springsource.org/showthread.php?p=210899
and a ClassCastException problem that is described here:...
Hi,
After looking through my configuration, I remembered that I do have an non-standard customization. In order to integrate displaytag, I used the solution given by Splashout here:...
Hi,
I realize that this is an old post, but for those searching I think I should explain that the action property has to be indicated in the form tag because apparently the form tag's default...
Hi,
I'm also using spring framework 2.5.6 and web flow 2.0.7 - no tiles though.
It happens for me when you click too quickly on the page. It appears that several requests are somehow being...
Hi,
I'm having the same problem. I see no way of binding my messages.properties to my flow test. To summarize:
When I try to add a message to the MessageContext at a point in my flow, I get:...
Hi all,
I'm using an annotated controller class and I need to do some dynamic things with binding.
I have a radio button that selects groups of fields for submit on the jsp and I need to only...
Hi,
I was wondering if anyone knew a way to create a customized error message for a binding error that captured the row number in the message.
I have an Integer field and I want to provide a...
Hi, I have what I think is a simple question.
I have a simple web flow app that needs to provide links to receipt PDF files on another server behind our firewall that the client has no access to. ...
Hello and thanks for the response.
After whining loudly for several days I managed to gain access to the source code of another application running against the server that was NOT written using...
Hello,
I've been battling for days with a problem that I just can't solve.
I'm using Spring-LDAP with OpenLDAP 2.3.33 and I'm having major problems with the password policy.
The test LDAP...
Sorry, I am apparently search engine impaired today. The answer is here:
http://forum.springframework.org/showthread.php?t=42993
Hello,
I can't seem to get the sample code from the manual to bind.
I get the following stack trace:
javax.naming.NameNotFoundException: [LDAP: error code 32 - No Such Object]; remaining...
That was it. It worked right away.
Strange though, I thought the Spring container was always transparent with how it called methods so tests like this could be easily wired from the outside...
Hello,
I've created my first LDAP test based on the Spring LDAP manual using version 1.2.1, but I can't seem to get it going. :confused:
Here is my code:
import java.util.List;
import...
Grrr!! I swear I looked for the class before I posted. Must have mistyped :)
Anyways, thanks - That worked perfectly!
Is there any way of doing this in Web Flow 1.0.5?
Hello,
I'm new to Web Flow and have written a simple app. I have been told that I need to support a security mechanism wherein I examine a cookie and if the cookie is "ok" then route to the page,...