Google Apps Login Integration

2010-02-16 Thread Saeed Iqbal
Please see my integration of Google Apps Login here http://code.google.com/p/remove-registration -- Saeed Iqbal Independant Consultant J2EE - Application Architect / Developer http://iqbalconsulting.com

[S2] Custom Type Converter - to String[] not converted??

2010-02-16 Thread Burton Rhodes
For some reason when I try to convert a html textfield value to a String[], the "MyClass-conversion.properties" file ignores the conversion. In this specific example, I am trying to convert a textfield that may have comma seperated values into a String[] of these values. For testing I changed the

RE: [Q] Configuration Parameter: struts.configuration

2010-02-16 Thread Hoying, Ken
It appears that the strust.configuration setting in struts.properties was not what I was really looking for. I needed to make the config change to the web.xml and the Struts filter: http://struts.apache.org/2.1.8.1/docs/webxml.html Thanks, Ken -Original Message- From: Hoying, Ken [mail

Re: Mixing the convention plugin and struts.xml

2010-02-16 Thread anthony
Lukasz Lenart googlemail.com> writes: > > 2010/2/16 Anthony So gmail.com>: > > All this said, I am unclear as to how I would go about defining a > > package node in struts.xml that would extend the convention-default > > (which extends struts-default), and then define global-exceptions and > >

[Q] Configuration Parameter: struts.configuration

2010-02-16 Thread Hoying, Ken
I have a need to override a bean that is present in the struts default configuration. Specifically: org.apache.struts2.components.template.TemplateEngineManager However, it appears that the default configuration loader does not allow for this to be overwritten. As a result, I get the followin

Re: Mixing the convention plugin and struts.xml

2010-02-16 Thread Lukasz Lenart
2010/2/16 Anthony So : > All this said, I am unclear as to how I would go about defining a > package node in struts.xml that would extend the convention-default > (which extends struts-default), and then define global-exceptions and > global-mappings nodes that apply to all of my classes within tha

How to handle global Errors with AJAX Validation

2010-02-16 Thread Johannes Geppert
I try out the AJAX Validation for xhtml theme similar like in the docs. http://struts.apache.org/2.1.8.1/docs/ajax-validation.html This works fine for fieldErrors but when i have an ExpressionValidator I get an global error and not an fieldError. But this Error was not showing with StrutsUtils

Mixing the convention plugin and struts.xml

2010-02-16 Thread Anthony So
I have been utilizing the Convention plugin within Struts 2.1.8.1 While I can get the exceptions mappings to work on a class level, I was wondering if there were a way to get a global exception handler to work on the package level as traditionally defined within the package node of struts.xml Be

RE: [Q] Enable Freemarker template caching

2010-02-16 Thread Hoying, Ken
Not exactly sure what you are attempting, but you can utilize OGNL in struts.xml and in particular within results. Take a look at the following and see if it is any help: http://struts.apache.org/2.1.8.1/docs/parameters-in-configuration-results.html -Original Message- From: Oscar [m

Re: javassist problem -- 2.2.0 maven plugin?

2010-02-16 Thread Lukasz Lenart
2010/2/15 Jan T. Kim : > I've run into the problem that the javassist package contained in > xwork-2.1.6.jar clashes with the javassist package contained in jboss. > According to https://issues.apache.org/jira/browse/WW-3308 this > problem is fixed in struts 2.2.0. Are there any maven plugins aroun