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

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({

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

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
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. >

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: 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

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