Martin Gainty wrote:
the problem is you are relying on your own ServletFilter
It's a Struts 2 interceptor.
this is possibly a configuration problem
please display hibernate.xml,hibernate.properties
The issue is with the interceptor and not knowing that the result is
executed within the inv
necessarily endorse content contained within this transmission.
> Date: Sat, 31 Jan 2009 04:30:44 -0800
> From: rouxe...@yahoo.com
> Subject: interceptor redirection problem
> To: user@struts.apache.org
>
> Hi,
>
> here's my code.
> I want to show an err
Please start new threads for new issues.
François Rouxel wrote:
I want to show an error message if it's impossible to commit.
> But it seems my action still display the 'success' result.
public String intercept(ActionInvocation invocation) throws Exception {
String retour = Actio
Hi,
here's my code.
I want to show an error message if it's impossible to commit. But it seems my
action still display the 'success' result.
can anybody help me?
public String intercept(ActionInvocation invocation) throws Exception {
String retour = Action.ERROR;
try {
I could be wrong, but I thought you could only pass the FieldErrors
back to a JSP using a dispatcher result, not a redirect-action.
Andy.
On 12 Dec 2008, at 12:34, Seshagiri V wrote:
Hi All,
Mapping with redirection type and name is "input" and value is null
but I am
not able to valida
Hi All,
Mapping with redirection type and name is "input" and value is null but I am
not able to validations errors in jsp.
Please follow code.
viewPoPIndex.action
/p
ide
//some dojo javascript to test client functionality..
var headers=http.getAllResponseHeaders();
var ret={};
ret.toString=function()
{
return headers;
};
var key_value=headers.split(/[\r\n]+/g);
for(var i=0;i
To: "Struts Users Mailing List"
Sent: Saturday, March 15, 2008 5:50 AM
Subject:
This discussion should give you some ideas:
http://www.nabble.com/Interceptors-with-Ajax-Actions-td15706322.html
matthieu martin wrote:
Hi all.
I am handling login issue through an interceptor. Basically it looks in the
session if a user entry exists before letting you go through to the
admin
Hi all.
I am handling login issue through an interceptor. Basically it looks in the
session if a user entry exists before letting you go through to the
administration panels. This works fine.
In my admin, I use a lot of Ajax (with dojo) so I never have a single full
page reload. I use submits or
9 matches
Mail list logo