RE: Action result to go nowhere

2010-04-22 Thread Miles, Chris
onclick. that is why i do not my calling page to navigate to some other jsp. If u cud help me out how to handle such scenario that will be great help -- Thanks and Regards Upasana Sharma On Thu, Apr 22, 2010 at 3:35 PM, Miles, Chris < chris.mi...@spsa.pnn.police.uk> wrote: > > >

RE: Action result to go nowhere

2010-04-22 Thread Miles, Chris
that case how can I invoke the action without changing the url. please help me out. -- Thanks and Regards Upasana Sharma On Thu, Apr 22, 2010 at 3:18 PM, Miles, Chris < chris.mi...@spsa.pnn.police.uk> wrote: > > > > > That is what I would expect to happen. You are clicking a link

RE: Action result to go nowhere

2010-04-22 Thread Miles, Chris
respective action name as the url. > It does not stick to the calling page > > -- > Thanks and Regards > Upasana Sharma > > > On Thu, Apr 22, 2010 at 2:53 PM, Miles, Chris < > chris.mi...@spsa.pnn.police.uk> wrote: > > > NOT PROTECTIVELY MARKED >

RE: Action result to go nowhere

2010-04-22 Thread Miles, Chris
Mailing List Subject: Re: Action result to go nowhere hi thanks for your response.I tried that But my browser goes to some blank page with that respective action name as the url. It does not stick to the calling page -- Thanks and Regards Upasana Sharma On Thu, Apr 22, 2010 at 2:53 PM, Miles, Chris

RE: Action result to go nowhere

2010-04-22 Thread Miles, Chris
NOT PROTECTIVELY MARKED Hi Do not put any result in the XML and in the Action just return Action.NONE Chris -Original Message- From: Upasana Sharma [mailto:sharma...@gmail.com] Sent: 22 April 2010 10:10 To: Struts Users Mailing List Subject: Action result to go nowhere Hi I have a l

RE: Convention Plugin not being picked up.

2010-04-21 Thread Miles, Chris
April 2010 16:38 To: Struts Users Mailing List Subject: Re: Convention Plugin not being picked up. Also, you can add: log4j.category.org.apache.struts2.convention=TRACE to your log4j.properties to get exhaustive logging about convention wiring up actions. - Jonathan Miles, Chris wrote: >

RE: Convention Plugin not being picked up.

2010-04-20 Thread Miles, Chris
hould be the name of your default package declared in the config struts.convention.action.includeJars - if your actions are in separate jars, you may need to add a pattern here so convention will scan them - Jonathan Miles, Chris wrote: > > > > Hi, > > I am using the conven

RE: Struts 2 in an EAR

2010-04-15 Thread Miles, Chris
NOT PROTECTIVELY MARKED James, Is this using the Convention plugin? If so then this is the exact same problem I have posted about. Not been able to find a solution yet. I am also using a Annotation enabled application within an WAR/EAR combo on Glassfish 2.1. Chris -Original Message-

RE: Convention Plugin not being picked up.

2010-04-15 Thread Miles, Chris
Hi, I am using the convention plugin, not the older codebehind plugin. The convention plugin exists in my lib directory. I am calling actions by /namespace/actionName.action Thanks Chris > Good Afternoon Chris > > best to look at the usage of the code behind plugin > http://struts.apach

Convention Plugin not being picked up.

2010-04-13 Thread Miles, Chris
I am using Glassfish 2.1 and deploying my application with the convention plugin, but none of my annotations are being processed which leads me to believe that the plugin is not being loaded. There is nothing in the server logs mentioning any messages or errors. The config browser plugin tells me a

Convention Plugin not being picked up.

2010-04-13 Thread Miles, Chris
NOT PROTECTIVELY MARKED I am using Glassfish 2.1 and deploying my application with the convention plugin, but none of my annotations are being processed which leads me to believe that the plugin is not being loaded. There is nothing in the server logs mentioning any messages or errors. The config

Struts2 annotation problem

2010-04-08 Thread Miles, Chris
Within my web apps lib directory I have the convention plugin and also the config browser plugin. My code is as follows: package com.example; import org.apache.struts2.convention.annotation.*; import org.apache.struts2.interceptor.SessionAware; import java.util.Map; import java.ut