RE: Downloading a Streamed File

2009-07-24 Thread Martin Gainty
xfers...as a test site i would try the offering here (Author recites preface as a streaming video) http://www.hup.harvard.edu/catalog/DANAFR.html good to hear the crimson point of view Martin Gainty __ Note de déni et de confidentialité Ce message

RE: Struts w/Ajax with Struts again

2009-07-23 Thread Martin Gainty
contain the line: dojo.version={major:0,minor:4,patch:3..} version=0.43) Martin Gainty __ Verzicht und Vertraulichkeitanmerkung Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir hoeflich um eine

RE: studying struts2 framework, ActionInvocation question

2009-07-23 Thread Martin Gainty
fairly intuitive tutorial is located at http://maven.apache.org/guides/getting-started/index.html hth Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nicht der

Re: .action suffix - how to control it?

2009-07-22 Thread Martin Uhlir
Hi David, try to set following property struts.action.extension=,, in struts.properties which suppress generating of the suffix for your actions. Martin David C. Hicks wrote: Hi folks, I'm having some issues with the .action suffix with respect to my integration testing. When we

RE: Upgrading xWork??

2009-07-22 Thread Martin Gainty
); format.applyPattern(pattern); messageFormats.put(key, format); } } return format; } //same as your latest version can you display the synchronisation errors from the log? thanks, Martin __ Verzicht und

RE: studying struts2 framework, ActionInvocation question

2009-07-22 Thread Martin Gainty
) a DebuggingInterceptor was coded and is activated by struts.devMode = true http://struts.apache.org/2.0.14/docs/debugging.html then address would contain ?debug=parameter in url should specifies either ?debug=xml or ?debug=console to the URL. HTH Martin Gainty

RE: studying struts2 framework, ActionInvocation question

2009-07-22 Thread Martin Gainty
unless someone redesigned Eclipse breakpoint wont be able to see a class packaged in the jar *at least with ganymede* stick with debug algorithm's mentioned earlier (main focus would be to debug action initialisation as dave mentioned) ... Martin

RE: Struts w/Ajax with Struts again

2009-07-21 Thread Martin Gainty
struts-2.1.6..its stable enough for G/A? Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir hoeflich um eine

RE: Struts w/Ajax with Struts again

2009-07-20 Thread Martin Gainty
did you check scope=request in struts-config.xml as earlier suggested Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein

RE: Problem with s:text expansion...

2009-07-20 Thread Martin Gainty
) { } if you place your variable into session with something like ActionContext.getContext().getSession().put(user.description, string); then you can access with s:property value=#session.user.description/ http://struts.apache.org/2.0.14/docs/ognl.html does this help? Martin Gainty

RE: unit testing Struts2 application (with Spring and Hibernate)

2009-07-20 Thread Martin Gainty
can you show the code to obtain proxy? could you post the URL for article? Merci Martin Gainty __ Note de déni et de confidentialité Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le destinataire prévu, nous te demandons

RE: Struts w/Ajax with Struts again

2009-07-19 Thread Martin Gainty
/apidocs/org/apache/struts/action/RequestActionMapping.html hth Martin Gainty __ Jogi és Bizalmassági kinyilatkoztatás/Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Ez az üzenet bizalmas. Ha nem ön az akinek szánva volt

RE: Struts w/Ajax with Struts again

2009-07-18 Thread Martin Gainty
the content based on the refreshed state for those session attributes another strategy is to create and/or modify a jsp in the action and on return forwards to a result *which will forward to the just created or modified jsp* you're welcome Martin

RE: Struts w/Ajax with Struts again

2009-07-18 Thread Martin Gainty
s:property value=%{BeanParamName} /br /s:bean /body /html http://struts.apache.org/2.0.6/struts2-core/apidocs/org/apache/struts2/components/Bean.html Martin __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité

RE: Struts2 Action Class and EJB Injection

2009-07-16 Thread Martin Gainty
ive used OpenEJB with TC then again you could deploy your EAR to a true EJB3 container with a J2EE-AppServer such as GF, WL or AMSServer..even resin would handle EJBs ? Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de

RE: org.apache.jasper.JasperException: The Struts dispatcher cannot be found.

2009-07-16 Thread Martin Gainty
-pattern /filter-mapping hth Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede

RE: JSON Plugin and S:Action

2009-07-15 Thread Martin Gainty
version ? Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte

RE: how to configure struts2 for /*.action?

2009-07-15 Thread Martin Gainty
-name url-pattern*.action/url-pattern /servlet-mapping Martin __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir

RE: Help with JSP and javascript

2009-07-14 Thread Martin Gainty
formatted response? apologies for long-winded response, Martin __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir hoeflich um eine

RE: updating or deleting a component from a collection through display tag

2009-07-13 Thread Martin Gainty
: Despite (albeit brief) commentary offered any attempts to provide SEQUENCE generation to subvert SEQUENCE GENERATION by DBA is discouraged ..you do'nt want 2 sequences on same Table i would encourage you to coordinate your SEQUENCE generation activity with DBA fwiw Martin Gainty

RE: Migration from Struts1 to Struts2

2009-07-13 Thread Martin Gainty
take a look at tuning tips described at http://cwiki.apache.org/WW/performance-tuning.html ping back for questions/concerns Martin __ Verzicht und Vertraulichkeitanmerkung Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene

RE: s:actionerrors not displaying errors!

2009-07-12 Thread Martin Gainty
he's afraid someone from the list might yell at him for being too verbose Martin __ Verzicht und Vertraulichkeitanmerkung Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir hoeflich um eine Mitteilung

RE: Actions are not Garbage Collected

2009-07-10 Thread Martin Gainty
this helps Martin Gainty __ Verzicht und Vertraulichkeitanmerkung Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung oder Fertigung einer Kopie ist

RE: Actions are not Garbage Collected

2009-07-10 Thread Martin Gainty
and the answer is? Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede

RE: Actions are not Garbage Collected

2009-07-10 Thread Martin Gainty
yes that's true how about the delta between implementing BeanFactory vs ApplicationContext? for Bean instantiation? i admit this is off-topic for Struts but ontopic for Spring and we dont have a m/l yet! Martin __ Verzicht und

RE: Help with JSP and javascript

2009-07-10 Thread Martin Gainty
onclick=$(#146;door3#146;).request(); return false; apologies for short response Martin Gainty __ Verzicht und Vertraulichkeitanmerkung Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir hoeflich um

RE: s:actionerrors not displaying errors!

2009-07-09 Thread Martin Gainty
if you could display the jsp we could see the actual component for the HTML id=err Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie

RE: dynamic return when validation failed

2009-07-09 Thread Martin Gainty
you have the Page you can do page.getTitle() and then //map Title to Page Number //the other way is to modify protected com.opensymphony.module.sitemesh.Page //for accessor and mutator for pageNumber did you ask wes? Martin __ Verzicht und

RE: link to stylesheet in jsp doesn't work

2009-07-08 Thread Martin Gainty
correct you want to determine why your action is moving causing all of your relative paths to 404 btw: using absolute paths always works Martin __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist

RE: AW: [S2.1.2] sx:div targets AKA sx:a targets

2009-07-08 Thread Martin Gainty
early here in EDT so I'll make the suggestion for the Action class changing the ContentType FileUploadAction.setContentType(application/octet-stream); mit freundlichen Grüßen Martin __ Verzicht und Vertraulichkeitanmerkung Diese Nachricht ist

RE: Ajax Basics

2009-07-08 Thread Martin Gainty
good to hear..I have a build environment for that plugin in case you need it Cheers, Martin GMT+5 (this week) __ Note de déni et de confidentialité Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le destinataire prévu, nous

RE: How is the max file size controlled for file uploads in Struts 1.3.8?

2009-07-08 Thread Martin Gainty
FileUploadInterceptor has a setMaximumSize(Long size) method http://struts.apache.org/2.1.2/struts2-core/apidocs/org/apache/struts2/interceptor/FileUploadInterceptor.html hth Martin __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de

RE: Struts 2 Validation

2009-07-08 Thread Martin Gainty
[ must be integer min 1 max 10 if supplied ]]/message /field-validator /field better to get the fundamentals straight before you hire americans to work at min wage Martin Gainty __ Jogi és Bizalmassági kinyilatkoztatás/Verzicht und

RE: How is the max file size controlled for file uploads in Struts 1.3.8?

2009-07-08 Thread Martin Gainty
for the update Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte

RE: Commercial framework based on struts2.

2009-07-08 Thread Martin Gainty
. If the money is right, I'll build you one. You tell me what you want and I'll tell you how much it'll cost. -Wes and I'll do it for half of that do we have to grow a ponytail? -Martin -- Wes Wannemacher Author - Struts 2 In Practice Includes coverage of Struts 2.1, Spring, JPA, JQuery

Re: Ajax Basics

2009-07-07 Thread Martin Uhlir
Hi, have a look at this plugin for Struts2 http://code.google.com/p/struts2-jquery/wiki/DatePickerTag Just drop the the jar into WEB-INF/lib and you are ready to go. Martin Richard Gundersen wrote: Hi I'm trying to get the datetimepicker working in my app. It's Struts 2 but it's

RE: Commercial framework based on struts2.

2009-07-07 Thread Martin Gainty
then the RequestProcessor forward the request to the resource specified in the action's input attribute thanks, Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nicht der

RE: [S2.1.2] sx:div targets AKA sx:a targets

2009-07-07 Thread Martin Gainty
general and not a component per se best to identify a div tag such as parentDiv http://struts.apache.org/2.1.6/docs/dojo-anchor.html Mit Freundlichen Grueben/ Martin __ Verzicht und Vertraulichkeitanmerkung Diese Nachricht ist vertraulich. Sollten Sie

RE: using ajaxanywhere and struts

2009-07-06 Thread Martin Gainty
Dojo has a suite of ajax enabled Tags just set theme=ajax in your head tag e.g. s:head theme=ajax is there a specific (ajax-enabled) control you wish to implement that is not currently available in Dojo? Martin __ Verzicht und

RE: using CompositeActionMapper

2009-07-02 Thread Martin Gainty
web.xml,struts.xml,struts-default.xml) thanks, Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir hoeflich um

Re: applicationresources.properties with utf-8 characters

2009-07-01 Thread Martin Uhlir
hi, use native2ascii to convert the foreign characters into \u escape sequence. look at here http://globalizer.wordpress.com/2007/02/08/property-resource-bundle-encoding/ martin Odelya YomTov wrote: Hi! I would like to have in my applicationresources.properties utf-8 charcters

RE: Struts2 Bean Setter Attack

2009-06-30 Thread Martin Gainty
/com/opensymphony/xwork2/interceptor/ParametersInterceptor.html interested in hearing of ParameterNameAware solution thanks, Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich

RE: [S2] Can't setBufferSize on StreamResult from action configuration (Struts2 2.1.6)

2009-06-30 Thread Martin Gainty
()); } .. } bufferSize cannot exceed max int size as mentioned the default buffersize of 1024 is usually more than adequate if you make the change to bufferSize attribute,accessor and mutator methods we would like to see the refactor thx Martin __ Verzicht und

RE: OgnlValueStack - Could not find property

2009-06-29 Thread Martin Gainty
are contained by default.properties (embedded within struts2-core-2.1.6.jar) ? Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein

RE: Struts2 - freemarker error

2009-06-25 Thread Martin Gainty
to re-post if i missed any items) Martin Gainty __ Verzicht und Vertraulichkeitanmerkung Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung oder

RE: Update to Struts 2.1.7

2009-06-23 Thread Martin Gainty
path=/mainMenu.jsp/ result path=/\{1\}.jsp/ /action http://struts.apache.org/2.0.6/docs/wildcard-mappings.html a definite maybe? Martin __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist

RE: Struts2 static content

2009-06-23 Thread Martin Gainty
downloads untouched static JS files for each and every access (except for FilesMatch excps) i think component plugins such as Struts-dojo plugin a better option to cache static JS files on the TC side thanks, Martin __ Verzicht und

RE: Getting method or action from within prepare() method

2009-06-23 Thread Martin Gainty
this is good information can someone update the doc @ http://struts.apache.org/2.0.11/docs/prepare-interceptor.html Martin __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie

RE: redirect action in s:submit

2009-06-22 Thread Martin Gainty
attempt to decipher which version of struts the Op is using? thx, Martin __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir

RE: Display only 100 chars of a string

2009-06-22 Thread Martin Gainty
i couldnt get that to work either.. suggest setting the value and truncating the value to a new String variable in action class or setting the value and truncating the value to a new String variable in backing bean Martin Gainty __ Verzicht und

RE: SLAMD conversion to Struts

2009-06-19 Thread Martin Gainty
? Thanks again for the link.. Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede

RE: Localization in struts 2

2009-06-18 Thread Martin Gainty
immer Mechanismen im Zusammenhang sie zur Verfügung gestellt werden; Rebetrieb innen. Viel Gluck Martin __ Verzicht und Vertraulichkeitanmerkung Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir hoeflich

RE: Localization in struts 2

2009-06-18 Thread Martin Gainty
after your SBCS port is working then port to DBCS (DBCS ports are a big deal and the reason why software companies such as http://www.krishnasoft.com who do localisations do very well) Viel Gluck/Bon Chance/Buena Suerte! Martin Gainty __ Jogi és

RE: Struts2 Error

2009-06-18 Thread Martin Gainty
=... / is that what you have in your jsp? Martin __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede

RE: OT: Problem with IE6 and JQuery (?)

2009-06-16 Thread Martin Gainty
Marc- plugin was rewritten as there were a number of missing components Kind Regards Martin __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger

RE: Mapped back UI and #status.index driven names

2009-06-16 Thread Martin Gainty
code for addAll? code for Thing.getThings()? struts.xml action config for mapBackedUIsaveList? thanks, Martin __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nicht der

RE: Creating SEO urls in struts 2.1

2009-06-15 Thread Martin Gainty
Frans we should wait for his release of either build.xml and or pom.xml that way we can would be assured all of the code would be included also.. the pom phase would run surefire unittest and build.xml test target would run junit Martin Gainty

RE: How to limit file upload size without full upload

2009-06-15 Thread Martin Gainty
Martin __ Verzicht und Vertraulichkeitanmerkung Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung oder Fertigung einer Kopie ist unzulaessig

RE: Application Design(architecture)

2009-06-14 Thread Martin Gainty
Feng- I have used ROSE to generate plain jsps (without taglibs) and non-annotated POJOs will ROSE (or any OOD/OOA design tool) generate a complete MVC architecture? (currently seeking a tool which would auto-generate the 'guts' of struts.xml and struts-default.xml and web.xml) thanks! Martin

RE: multiple FileUpload Problem

2009-06-14 Thread Martin Gainty
tds:property value=%{uploadContentType[#stat.index]} //td /tr /s:iterator /table /body /html HTH Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene

RE: Creating SEO urls in struts 2.1

2009-06-14 Thread Martin Gainty
easier to follow if you posted all of the code (i cannot locate your findActionByBacktracking method) Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nicht der

RE: sutrutsshow case doesn'y run

2009-06-13 Thread Martin Gainty
-INF/classes ? Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte

RE: [OT]Moving from Struts2 to grails, your thoughts

2009-06-12 Thread Martin Gainty
()); } } to get back to Scott and Pawles topic..what does everybody think of a grails plugin? Martin __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene

RE: opening a popup window from Action Class

2009-06-11 Thread Martin Gainty
://en.wikipedia.org/wiki/Chinese_character_encoding ? Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir hoeflich um eine

RE: Return to previous page without javascript

2009-06-11 Thread Martin Gainty
the above rule is an example of sniffing HTTP_REFERER for URL not http://www.quux-corp.de/~quux/.* in which case a 403 is returned http://tuckey.org/urlrewrite/manual/2.6/guide.html HTH Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et

RE: [OT]Moving from Struts2 to grails, your thoughts

2009-06-11 Thread Martin Gainty
() y/n? Martin __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung oder

RE: how to return xml from struts2 action class

2009-06-10 Thread Martin Gainty
do you have the Schema or DTD? Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir hoeflich um eine Mitteilung

RE: how to return xml from struts2 action class

2009-06-10 Thread Martin Gainty
was wondering if you might need to format XML to known DTD or schema you may want to consider streaming XML thru input and output streams as earlier suggested thx Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de

RE: jQuery Plugin

2009-06-09 Thread Martin Gainty
anything different with ThemeRoller? BTW: nothing wrong with handcoding its what us old-timers had to do before IDEs Muchas Gracias/Vielen Danke Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese

RE: File Upload Plugin

2009-06-09 Thread Martin Gainty
.2C_syntax_and_example which association would be 'more correct' for struts ? Martin __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten

RE: Accessing the Session from the Freemarker Theme templates

2009-06-09 Thread Martin Gainty
in your ftl try html headtitleThis page has no title/title/head body br/the secret password is: @s.property value=#session.fubar/ /body /html ? Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese

RE: Migration: webwork to struts2 help.

2009-06-08 Thread Martin Gainty
/package /struts!--action name=bar maps class=Bar to bean id=bar which is a stateful Bean called BarClass whose params are extracted by spring ContextLoaderListener -- http://www.springsource.org/aboutspring (replace all refs to Tapestry or JSF with Struts) HTH Martin Gainty

RE: Training

2009-06-08 Thread Martin Gainty
Date: Mon, 8 Jun 2009 07:51:29 -0500 Subject: Re: Training From: stanl...@gmail.com To: user@struts.apache.org I suspected this sort of training dialog was just beneath the surface. The sad matter of fact is both Wes and Martin are spot on from each of their perspectives. Wes works his

RE: Training

2009-06-08 Thread Martin Gainty
MGhopefully brief comment! Date: Mon, 8 Jun 2009 09:19:56 -0400 Subject: Re: Training From: w...@wantii.com To: user@struts.apache.org On Mon, Jun 8, 2009 at 8:51 AM, stanl...@gmail.com wrote: [...] Great and effective training is expensive and time consuming. My step-father is a

struts2-jquery-plugin ThemeRoller (part deux)

2009-06-08 Thread Martin Gainty
trying to get some information on JQuery themeroller here is the main page for JQuery themeroller script type=text/javascript src=js/jquery-ui-1.7.2.custom.min.js/script // Accordion $(#accordion).accordion({ header: h3 });

RE: struts2-jquery-plugin ThemeRoller (part deux)

2009-06-08 Thread Martin Gainty
looked as if Theme was using the same components and the same JS funcs as JQuery base thanks! Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nicht der

RE: Training

2009-06-07 Thread Martin Gainty
-New/Release-3.aspx whats your take? Martin Gainty __ Verzicht und Vertraulichkeitanmerkung Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung

RE: Training

2009-06-07 Thread Martin Gainty
to hear some more about this as this is a GREAT idea Anyone else? Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten

RE: Training

2009-06-07 Thread Martin Gainty
font size=1you cannot guarantee something you have no control/font scott could you make sure that gets into brochure? vielen danke/thanks, Martin __ Verzicht und Vertraulichkeitanmerkung Diese Nachricht ist vertraulich. Sollten Sie nicht der

RE: trouble retrieving a request parameter with struts2 tags

2009-06-06 Thread Martin Gainty
yes that works for john doe but those of us with irish names like patrick o'donnell would need the tick mark escaped s:url action=edit var=editURL escapeAmp = false escapeTick=true ? Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de

RE: [friday] training for Struts 2

2009-06-05 Thread Martin Gainty
and duct-tape anyone? Martin Gainty __ Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung oder Fertigung einer

RE: [friday] training for Struts 2

2009-06-05 Thread Martin Gainty
! Martin Gainty __ Note de déni et de confidentialité Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le destinataire prévu, nous te demandons avec bonté que pour satisfaire informez l'expéditeur. N'importe quelle diffusion non

RE: [S2] why is javascript executed before DOM is updated

2009-06-05 Thread Martin Gainty
spam-filters prefer the term 'carefully manage' :) speaking of which did i miss build.xml and or pom.xml in build? no problem if they dont exist i can always scare one up ! thanks dave! Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note

RE: [friday] training for Struts 2

2009-06-05 Thread Martin Gainty
disclaimer demonstrates you would need translations to german, french..maybe mandarin localisations..we have a large hindi, arabic and farsi local population that would need translation as well? makes sense? Martin Gainty __ Jogi és Bizalmassági

RE: Re [S2] development tool

2009-06-05 Thread Martin Gainty
://www.blackboard.com/Teaching-Learning/Overview.aspx does this make sense? Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein

RE: Re [S2] development tool

2009-06-05 Thread Martin Gainty
and figure out whats going on Big is for people with big budgets..for those of us outside the DC beltway budgets are 1/4 of what they were a year ago doing more with less is the mantra.. did you have any IDE in particular you would like to champion? Martin Good Manners Dont Cost Nothing - Pink

RE: Doubts about new project (Struts2 good way to do it?)

2009-06-04 Thread Martin Gainty
url-pattern/*/url-pattern /filter-mapping Saludos Cordiales desde EEUU! Martin GMT+5(esta semana) The options I've considered are: Tomcat, MySQL, Struts2 with Spring IOC and open in view filter, Sitemesh or Tiles, Hibernate or iBatis, Portlets. Other option

RE: Huge File upload in struts 2

2009-06-04 Thread Martin Gainty
socket.soKeepAlive=true socket.soTimeout=5000 protocol=org.apache.coyote.http11.Http11NioProtocol maxThreads=150 connectionTimeout=6 redirectPort=8443 / if your OS and container supports sendfile you may want to enable sendfile for static files HTH Martin Gainty

RE: (PROBLEM SOLVED) WAS 6.1: There is no Action mapped for namespace / and action name j_security_check

2009-06-04 Thread Martin Gainty
Did you get a chance to contact IBM to apprise them of this solution? Félicitations sur ce travail le plus excellent ! Martin __ Note de déni et de confidentialité Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le

RE: Introducing Spring in Struts2 Project

2009-06-03 Thread Martin Gainty
-plugin mods struts.objectFactory.spring.autoWire=type I hope this makes the topic clearer to you Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nicht der

RE: S2: on Servlet 2.3

2009-06-03 Thread Martin Gainty
to Struts but related to Oracle tools feel free to email me offline I hope that answers your question! Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nicht der

RE: [S2] why is javascript executed before DOM is updated

2009-06-03 Thread Martin Gainty
dave- i've had my head buried in dojo for last 2 years and did'nt see the jquery solution I'm thinking struts will need a jquery-plugin to get this operational open to any/all suggestions and or advice? Thanks for the links and explanation..this is very helpful and informative! Martin Gainty

RE: Introducing Spring in Struts2 Project

2009-06-02 Thread Martin Gainty
http://struts.apache.org/2.0.14/docs/spring-plugin.html that works as long as you're autowiring by type e.g. struts.objectFactory.spring.autoWire = type ask any implementation questions here Martin Gainty __ Verzicht und Vertraulichkeitanmerkung

RE: S2: on Servlet 2.3

2009-06-02 Thread Martin Gainty
!-- This is the XML DTD for the Servlet 2.3 deployment descriptor. All Servlet 2.3 deployment descriptors must include a DOCTYPE of the following form: !DOCTYPE web-app PUBLIC -//Sun Microsystems, Inc.//DTD Web Application 2.3//EN http://java.sun.com/dtd/web-app_2_3.dtd; -- Viel Gluck! Martin

RE: Introducing Spring in Struts2 Project

2009-06-02 Thread Martin Gainty
condition as it is never created Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir hoeflich um eine Mitteilung

RE: 2.1.6 convention plugin problem

2009-06-01 Thread Martin Gainty
http://struts.apache.org/2.1.6/docs/convention-plugin.html Martin __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir

RE: 2.1.6 convention plugin problem

2009-06-01 Thread Martin Gainty
as the path to the result, on our last example it would be /WEB-INF/content/myapp/Result.jsp. Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene

RE: 2.1.6 convention plugin problem

2009-06-01 Thread Martin Gainty
which cleared the misconfig for future reference if a struts-default.xml configuration is requested please supply the requested configuration(s) with proprietary values blanked out Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note

RE: Struts 2 going to hang glassfish

2009-05-31 Thread Martin Gainty
please display contents of $GLASSFISH_HOME\domains\domain1\logs\server.log Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein

RE: response.sendRedirect() with Struts2 within a portlet

2009-05-31 Thread Martin Gainty
Girish- can you provide the documentation which suggests Result and Result with params for redirect and redirect-action types? Thanks! Martin Gainty I would never join a club which would have me as a member - Groucho Marx __ Verzicht und

<    1   2   3   4   5   6   7   8   9   10   >