The 'best' (simplest) wasy to modify the dojo-plugin css and HTML files

2011-05-06 Thread David Rocks
Hi, I'm using the sx:autocomplete and the outputed text is not working with my design, basically I would like to modify ComboBox.html and ComboBox.css in the plugin jar. I have looked about the docs and cannot find away to extend the plugin for 2.1.8.1 and the only way I can think to do that

Re: Struts2+Spring2+Interceptor+Invalid action class configuration that references an unknown class named

2010-05-26 Thread rocks
uals(contextMap.get(ACTION_NAME))) { return "logonPage"; } return invocation.invoke(); } }} Regards, Devendra Wes Wannemacher wrote: > > On Tue, May 25, 2010 at 8:47 AM, rocks > wrote: &g

RE: Struts2+Spring2+Interceptor+Invalid action class configuration that references an unknown class named

2010-05-25 Thread rocks
1 May 2010 19:53:42 -0700 >> From: devendra_tiwari12...@yahoo.com >> To: user@struts.apache.org >> Subject: Re: Struts2+Spring2+Interceptor+Invalid action class >> configuration that references an unknown class named >> >> >> >> >> > >> >

Re: Struts2+Spring2+Interceptor+Invalid action class configuration that references an unknown class named

2010-05-21 Thread rocks
> > Hantsy Bai-2 wrote: >> >> 于 2010/5/22 1:05, rocks 写道: >>> Dear, >>> >>> Apologize the posting same subject, but I did not find any solution so >>> far. >>> I am developing a web application based on struts 2.1.8.1+ spring 2

Struts2+Spring2+Interceptor+Invalid action class configuration that references an unknown class named

2010-05-21 Thread rocks
Dear, Apologize the posting same subject, but I did not find any solution so far. I am developing a web application based on struts 2.1.8.1+ spring 2+ hibernate 3 + tomcat 5.5. There is requisite library like struts2-convention-plugin-2.1.8.1.jar in my classpath. For authentication I am using st

Iterator cannot populate param tag inside URL

2009-09-20 Thread David Rocks
Here is an interesting one, I have a collection of params I wish to inject into a URL dynamically. I have a simple name value pair class that are stored in the extraArgs list I can print out the extra tags on the page quite happily... , But when I go to try and slot them

RE: I have removed struts-default.xml so why do I get it's Interceptors stack??

2009-05-18 Thread David Rocks
: Re: I have removed struts-default.xml so why do I get it's > Interceptors stack?? > > David Rocks wrote: > > But i still get all 18 of the defaultStack interceptors being called > > even though I have created my own stack and called > > in the struts.xml for the

I have removed struts-default.xml so why do I get it's Interceptors stack??

2009-05-17 Thread David Rocks
Hi, I wanted to cut down to the minumim interceptors so I removed my references to struts-default, by setting struts.configuration.files invarious places, documentation confilcts quite a bit in struts.xml struts.configuration.files=struts.xml in struts.properties and even tried in

RE: Problems setting attributes on my Action using Restful2ActionMapper

2009-05-08 Thread David Rocks
ng to claim copyright on code > or documentation you create for us. Search for cla or icla on the main > apache page. Once you fill it out and send it in make sure you post a > message to d...@struts.apache.org because we won't know to grant you > karma in the wiki otherwise. >

RE: Problems setting attributes on my Action using Restful2ActionMapper

2009-05-08 Thread David Rocks
he.org > > That part has always lacked good documentation. I have never used > myself so I have no idea how it works. You can submit a CLA and get > edit right to the wiki. > > musachy > > On Fri, May 8, 2009 at 1:00 PM, David Rocks wrote: > > > > Hi, >

RE: Problems setting attributes on my Action using Restful2ActionMapper

2009-05-08 Thread David Rocks
Hi, managed to get this kind of working although I am constrained to callin in my action the the names of the methods hard coded in the Restful2ActionMapper class. Firstly I have to set... struts.mapper.alwaysSelectFullNamespace=false struts.mapper.idParameterName=entityName <-- th

Problems setting attributes on my Action using Restful2ActionMapper

2009-05-07 Thread David Rocks
Hi, I am trying to work out how populate attributes on using Restful2ActionMapper but I think I am missing something in my configuration and wondered if someone could give me some advice. My struts file is {0} My action package com.action ; @Results({