Re: Issues in Struts Migration from v2.2.1.1 to v2.3.34

2017-09-25 Thread Michael Smith
You are have a instead of on row 1 On 25 Sep 2017 11:39, "Palani, Sambasivam" wrote: > Hi Team, > > We are migrating our application from Struts v2.2.1.1 to Struts v2.3.34 to > fix the vulnerability issues. > > We followed below steps, > > 1. Replaced > > o struts2-core-2.3.34.jar > >

Re: Security vulnerability process for EOL versions

2017-09-14 Thread Michael Smith
A follow on question. When would we expect 2.3 to become EOL? Thx Mike On 14 September 2017 at 08:13, Lukasz Lenart wrote: > 2017-09-13 18:57 GMT+02:00 Lehmer, Jason : > > In cases where the Struts community is notified or discovers a security > vulnerability in a supported version, does the

Ajax Reload on fieldset in a

2011-03-30 Thread Michael Obster
g on "Save" I get the content rendered on the main window. This is not what I want. What I need is a reload of the content in the attachment fieldset. Is there a "standardised" way to reload in a dialog with Struts2?

Re: [ANN] Struts 2.2.1 GA release available

2010-08-16 Thread Michael Dekmetzian
Looks like the links or files are wrong, should be struts2-2.2.1-all.zip not struts-2.2.1-all.zip ie http://apache.mirror.rafal.ca:8080/struts/binaries/struts2-2.2.1-all.zip On 8/16/10 3:01 PM, Emi Lu wrote: > On 08/16/2010 02:09 PM, Rene Gielen wrote: >> The Apache Struts group is pleased to

Re: if else in XML via struts 1.2

2010-08-08 Thread Michael Dekmetzian
place of your xml file if you're happy with it having a jsp extension. Cheers Michael On 8/8/10 1:44 PM, abhishek jain wrote: > Hi friends, > I am using struts 1.2 on tomcat, 5.5 and apache, > > I am using some dynamic html which need an xml file. no problem till here, >

RE: Struts2 on Websphere portal 6.1.0.0

2010-04-19 Thread Griffith, Michael *
The problem is the URI parameter in your display tag table. This is how DT invokes the action/HTTP request that originally got the request for the table in the table. It should be something like: requestURI="search.action" where the value is the action of the page. MG -Original Message- F

RE: How to reuse field validators?

2010-04-16 Thread Griffith, Michael *
>> you must expose you model directly. I'm not sure what you mean by that... Can you restate? MG -Original Message- From: Lukasz Lenart [mailto:lukasz.len...@googlemail.com] Sent: Friday, April 16, 2010 9:53 AM To: Griffith, Michael * Cc: Struts Users Mailing List Subject:

RE: How to reuse field validators?

2010-04-16 Thread Griffith, Michael *
Currently the xml file is in the package with the struts action. I this this is where my problem lies, should it be in the model package? MG -Original Message- From: Lukasz Lenart [mailto:lukasz.len...@googlemail.com] Sent: Friday, April 16, 2010 9:26 AM To: Griffith, Michael

RE: How to reuse field validators?

2010-04-16 Thread Griffith, Michael *
thout copying the XML file? MG -Original Message- From: Lukasz Lenart [mailto:lukasz.len...@googlemail.com] Sent: Friday, April 16, 2010 12:13 AM To: Struts Users Mailing List Subject: Re: How to reuse field validators? 2010/4/16 Griffith, Michael * : > Hello all, > > I am not c

How to reuse field validators?

2010-04-15 Thread Griffith, Michael *
Hello all, I am not clear on how to reuse a field validator that doesn't share a common package or action/alias. I have package ...struts.admin/ ...struts/application/ with namespaces /admin and /application respectively. I have a model object with a validator -validator.xml in the /applic

[Struts 2.1.8] Has struts a problem with using own converts on nested beans?

2010-02-10 Thread Michael Obster
convert methods, but does not come to the console). Some testing has shown that order.property=de.eposcat.xyz.converter.MyOwnConverter is working. Can you explain this behaviour, because this from my point of view very annoying :-(. Kind regards, Michael Obster

gwt and struts 2

2010-01-30 Thread Michael Finney
ether. -- Michael Finney - "Always Striving To Serve You Better Every Day" http://www.SmilingSoftwareSolutions.com - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org

Re: The GWT Plugin

2010-01-21 Thread Michael Finney
some of my projects, the Struts 2 + GWT Plugin >> looks very good. How do I make it work with Struts on parts of the project, >> will it need multiple entrypoint 's? >> >> -- >> Saeed Iqbal >> Independant Consultant >> J2EE - Application Architect /

write a test which tests an interceptor

2010-01-13 Thread Michael Finney
et an ActionProxy, get an action from it, and call the action's execute. Thoughts? Thanks. -- Michael Finney - "Always Striving To Serve You Better Every Day" http://www.SmilingSoftwareSolutions.com - To unsub

[S2] Can't get type conversion running with -tags

2010-01-11 Thread Michael Obster
erties file and jsp to : leftSignature=de.eposcat.apbb.ui.converters.UserTypeConverter and This works, but why is the converter ignored if i use a nested property? Regards, Michael - To unsubscribe, e-mail: user-unsubscr...@st

RE: migration to tiles2 - put attribute into request scope?

2010-01-04 Thread Michael Heinen
: navigation.jsp How can I place the content of activeTab (here "ba") into request scope to make it accessible by other frameworks? Currently the String "activeTab" is passed but I want to pass "ba". Thanks, Michael

migration to tiles2 - put attribute into request scope?

2010-01-03 Thread Michael Heinen
o pass "ba". Thanks, Michael

Re: Anyone used jsTree with Struts2?

2009-12-15 Thread Michael Obster
Musachy Barroso schrieb: On Tue, Dec 15, 2009 at 1:20 PM, Michael Obster wrote: jsTree I used it with the JSON plugin many moons ago, what problem are you having? First of all I get no tree displayed. After looking into the generated JSON I see, that die variable names are quoted with

Anyone used jsTree with Struts2?

2009-12-15 Thread Michael Obster
with that but only on non-IE browsers :-(. IE have some problems with XML and the used Sarissa lib... So if anyone knows a good alternative with a similiar format (xml is preferred), please tell me. Regards, Michael ---

[Struts 2.1.8.1] [JSON] How to build a JSON for jsTree (array without variable name)

2009-12-09 Thread Michael Obster
} ] As you can see if you need to root nodes in the tree you have to put them in an array, but I don't know how I can build the structure with the json-plugin from struts 2.1.8.1. Using a variable with getter and setter creates always s.th. like: varname: ... Can an

Re: RE: Adding Json to existing action

2009-10-28 Thread Michael Varlik
s Mailing List > Betreff: Re: RE: Adding Json to existing action > can you show us your action mapping and the relevant parts of your code? > > musachy > > On Tue, Oct 27, 2009 at 8:50 AM, Michael Varlik wrote: > > I just noticed a mistake I made. When adding the paramet

Re: RE: Adding Json to existing action

2009-10-28 Thread Michael Varlik
that if you are using 2.1.7+]. > > To learn how to do that, take a look at the a sample provided in struts 2 > in action. That should do it as well. > > Hope this helps. > > > > > --- On Tue, 10/27/09, Michael Varlik wrote: > > > From: Michael Varlik &g

Re: RE: Adding Json to existing action

2009-10-27 Thread Michael Varlik
o not what I expected. I guess I have missed something. Since this is the first time I use struts, I have no idea what I did wrong. Any hints are appreciated. Cheers, Markus Original-Nachricht > Datum: Tue, 27 Oct 2009 16:09:25 +0100 > Von: "Michael Varlik" &g

Re: RE: Adding Json to existing action

2009-10-27 Thread Michael Varlik
t; > > >-Original Message- > >From: Struts Two [mailto:struts...@yahoo.ca] > >Sent: Tuesday, October 27, 2009 9:24 AM > >To: Struts Users Mailing List > >Subject: Re: Adding Json to existing action > > > >You can either use Json plugin or write

Adding Json to existing action

2009-10-27 Thread Michael Varlik
Hi, I need to call an existing struts action within my application from a JavaScript function. I thought it might be possible to create an additional entry in the struts mapping file like this: and then call the action with "getDataJson.action". Unfortunately, when I try this a NullPointerEx

Proccessing parameters inside Struts action

2009-10-12 Thread Michael Varlik
s: what is the proper way to pass POST parameters to a struts action and how do I retrieve them from within the action? Many thanks in advance. Cheers, Michael -- GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT! Jetzt freischalten unter http://portal.gmx.net/de/go

Re: [Struts2] Problem using Struts2 with EJB3 over ServiceLocator (Jboss say Caller unauthorized)

2009-10-02 Thread Michael Obster
Hi Wes, I'm accessing the bean over a service locator. I have attached the class source at the end. Regards, Michael Wes Wannemacher schrieb: How are you getting a copy of your EJB in your action? vwg.yyy.cancard.ui.action.Usermanagement.Usermanagement.list(Userman agement.java:41)

[Struts2] Problem using Struts2 with EJB3 over ServiceLocator (Jboss say Caller unauthorized)

2009-10-02 Thread Michael Obster
onstants in the @RolesAllowed has "AdminUser" in the list. The class is also attached at the end of the message. <> <> ---- Reply 1: From Wolfgang Knauf Hi Michael, you probably checked the JBoss log of the security layer (see question 4

combat JavaScript caching

2009-09-29 Thread Michael Finney
w can I do that with struts2 (2.1.6) or with a plain old Java Filter? I'm open to other solutions such as "create a new JavaScript file name any time an update is made". I'd rather this not be a manual process though. -- Michael Finney - "Always Striving

Re: How to connect a EJB3 project with struts2

2009-09-25 Thread Michael Obster
Hi James, ohh that would be good. I have tried some of the things they have documented on the side. But I didn't get it running. A practical example would be very helpful to get the clou. Kind regards, Michael James Cook schrieb: Hi Michael, Look at the jndi-lookup in the spring m

How to connect a EJB3 project with struts2

2009-09-25 Thread Michael Obster
cade of my EJB3 layer in my struts2 action. Kind regards, Michael Obster - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org

Re: [s2] Struts 2.1.8 - jsonplugin 0.34

2009-08-06 Thread Michael Finney
:38) >>>  at >>> com.googlecode.jsonplugin.JSONResult.writeToResponse(JSONResult.java:194) >>>  at com.googlecode.jsonplugin.JSONResult.execute(JSONResult.java:184) >>> ... >>> >>> >>> Help would be greatly appreciated, >

XML data in request parameter gotchas?

2009-07-18 Thread Michael Finney
Hi, If a client is sending us XML via HTTP POST, are there any gotcha's with struts2? Also, what is a great way to send test XML data using an HTTP POST; just populate a form field and submit it? Thanks. - To unsubscribe, e-m

RE: How can I insert a table into a struts form?

2009-06-09 Thread Griffith, Michael *
insert a table into a struts form? On Tue, Jun 9, 2009 at 4:51 PM, Griffith, Michael * wrote: > Thanks Dave! That was too easy. Here I thought I would have to edit > the template. I'm always over thinking S2. > > How can I make my submit buttons show up next to each other,

RE: How can I insert a table into a struts form?

2009-06-09 Thread Griffith, Michael *
ewton [mailto:newton.d...@yahoo.com] Sent: Tuesday, June 09, 2009 3:35 PM To: Struts Users Mailing List Subject: Re: How can I insert a table into a struts form? Griffith, Michael * wrote: >>> Create a ... > Do this in my form, or change the template? .

RE: How can I insert a table into a struts form?

2009-06-09 Thread Griffith, Michael *
s form? Griffith, Michael * wrote: > I'm wondering is there a way I can insert a displayTag table into my > struts form? I want the table to appear under form edit controls, but > before the buttons, like a master detail type of view. I'd like to > know if there is a w

RE: Can I insert a table into a struts form without changing the template?

2009-06-09 Thread Griffith, Michael *
ally looking to build something reusable, then try to build a tag out of it. It's easier than it sounds. IMO, if this is for one page, just add the HTML. If you are planning on making something like this for each form in your app, then build a tag out of it. -Wes On Tue, Jun 9, 2009 at 3:23 P

RE: Can I insert a table into a struts form without changing the template?

2009-06-09 Thread Griffith, Michael *
Sorry, yes -- Struts 2 (2.1.6). -Original Message- From: Wes Wannemacher [mailto:w...@wantii.com] Sent: Tuesday, June 09, 2009 2:21 PM To: Struts Users Mailing List Subject: Re: Can I insert a table into a struts form without changing the template? Michael, which version of struts

How can I insert a table into a struts form?

2009-06-09 Thread Griffith, Michael *
Hello everyone, I'm wondering is there a way I can insert a displayTag table into my struts form? I want the table to appear under form edit controls, but before the buttons, like a master detail type of view. I'd like to know if there is a way to do this without making changes to the default te

Can I insert a table into a struts form without changing the template?

2009-06-09 Thread Griffith, Michael *
Hello everyone, I'm wondering is there a way I can insert a displayTag table into my struts form? I want the table to appear under form edit controls, but before the buttons, like a master detail type of view. I'd like to know if there is a way to do this without making changes to the default te

RE: What is wrong with my with OGNL Map expression??

2009-04-30 Thread Griffith, Michael *
heers~ MG -Original Message- From: Dale Newfield [mailto:d...@newfield.org] Sent: Thursday, April 30, 2009 9:07 AM To: Struts Users Mailing List Subject: Re: What is wrong with my with OGNL Map expression?? Michael Griffith wrote: > I have a Map in the HttpSession > The map is st

RE: What is wrong with my with OGNL Map expression??

2009-04-30 Thread Griffith, Michael *
gards, Kishan.G Senior Software Engineer. www.spansystems.com -Original Message- From: Griffith, Michael * [mailto:michael.griff...@fda.hhs.gov] Sent: Thursday, April 30, 2009 1:04 AM To: Struts Users Mailing List Subject: What is wrong with my with OGNL Map expression?? Hello all, It s

What is wrong with my with OGNL Map expression??

2009-04-29 Thread Griffith, Michael *
Hello all, It seems as if I am always at odds with trying to figure out the correct OGNL syntax. I have a Map in the HttpSession, and I'm trying to use one of the values in the map as an anchor tag in a link. The map is stored in the session as an attribute named genieProperties... None of t

Re: MissingDependenyException - logMissingProperties - what's that?

2009-04-09 Thread Michael Obster
Thank you for the information. I'll give it a try, but this won't be a final option to set up the application, because it is a productive version which I migrate to JBoss at the moment. Looks like I've to wait till the next release. Btw. can you tell when next release is planned?

MissingDependenyException - logMissingProperties - what's that?

2009-04-09 Thread Michael Obster
ror. Kind regards, Michael Obster 17:00:11,932 ERROR [[jsp]] Servlet.service() for servlet jsp threw exception com.opensymphony.xwork2.inject.DependencyException: com.opensymphony.xwork2.inject.ContainerImpl$MissingDependencyException: No mapping foun d for dependency [type=java.lang.St

Re: Problems using Struts2 on JBoss 5.0.1GA

2009-04-09 Thread Michael Obster
Thx. Problem is resolved ;-). Cheers, Michael Wes Wannemacher schrieb: > On Thursday 09 April 2009 09:54:40 Musachy Barroso wrote: >> You need to use the latest xwork (built it yourself), or grab it from >> a snapshot. I think Lukasz is hosting it somewhere also. >> >&

Re: Problems using Struts2 on JBoss 5.0.1GA

2009-04-09 Thread Michael Obster
Ahh. I've seen that should be already resolved in current version. So I will try it with this version. Cheers, Michael Michael Obster schrieb: > I know that, but is there no way to work around this bug? > > Michael > > Musachy Barroso schrieb: >> It

Re: Problems using Struts2 on JBoss 5.0.1GA

2009-04-09 Thread Michael Obster
I know that, but is there no way to work around this bug? Michael Musachy Barroso schrieb: > It is a known bug: > > http://jira.opensymphony.com/browse/XW-669 > > musachy > > On Thu, Apr 9, 2009 at 8:20 AM, Michael Obster wrote: >> Hi, >> >> anybody

Problems using Struts2 on JBoss 5.0.1GA

2009-04-09 Thread Michael Obster
opper. I need a solution. So any help is appreciated. Kind regards, Michael Obster 13:30:49,863 INFO [StrutsSpringObjectFactory] ... initialized Struts-Spring integration successfully 13:30:50,393 INFO [ResolverUtil] Scanning for classes in [/D:/server/jboss-5.0.1.GA/server/default/deploy/cs

RE: Required field only works with text fields?

2009-03-18 Thread Griffith, Michael *
Struts Users Mailing List Subject: Re: Required field only works with text fields? Griffith, Michael * wrote: > The following validation annotation seems to work: > > @ManyToOne(cascade = {CascadeType.PERSIST, CascadeType.MERGE}, > fetch=FetchType.EAGER) > @JoinColumn(name =

RE: Required field only works with text fields?

2009-03-17 Thread Griffith, Michael *
ks for your help, I really appreciate it. Cheers! MG -Original Message- From: Dave Newton [mailto:newton.d...@yahoo.com] Sent: Tuesday, March 17, 2009 3:42 PM To: Struts Users Mailing List Subject: Re: Required field only works with text fields? Griffith, Michael * wrote: > Can anyone help me

RE: Required field only works with text fields?

2009-03-17 Thread Griffith, Michael *
atus() { return status; } Any reply would be appreciated. Best Regards, MG -Original Message- From: Griffith, Michael * [mailto:michael.griff...@fda.hhs.gov] Sent: Monday, March 16, 2009 1:18 PM To: Struts Users Mailing List Subject: RE: Required field only works with text fields?

RE: Web Services

2009-03-17 Thread Griffith, Michael *
Spring has excellent remoting abilities. If you are already using Spring, I'd check out Spring Remoting as my first option. -Original Message- From: Rafael Taboada [mailto:kaliman.fore...@gmail.com] Sent: Tuesday, March 17, 2009 7:39 AM To: user@struts.apache.org Subject: Web Services H

RE: Required field only works with text fields?

2009-03-16 Thread Griffith, Michael *
h actually "requiring" input. Nice huh? Peace, Scott On Fri, Mar 13, 2009 at 4:14 PM, Griffith, Michael * < michael.griff...@fda.hhs.gov> wrote: > Hi all, > > I just noticed that the only required field validations that seem to > be working in my form are text field validations

Google Web Toolkit and JQuery

2009-03-15 Thread Michael Finney
using GWT clash with struts2 focusing on jQuery? I wouldn't think so. [OT?]Will using GWT tie our hands and thus not avail ourselves of stuff jQuery has available? Architectural / technological choices like these are always interesting. :) Thanks for your help. -- Michael Finney - &quo

Required field only works with text fields?

2009-03-13 Thread Griffith, Michael *
Hi all, I just noticed that the only required field validations that seem to be working in my form are text field validations. Any HTML tag that renders a list, check box or radio button doesn't validate, even though the template shows the field as required. In other words, this tag: Sho

Check Field Value in list using Annotation/Validation?

2009-03-13 Thread Griffith, Michael *
Hello all, Is it possible to check a field value against a list using the @ConditionalVisitorFieldValidator annotation? I'm thinking of something like this: @Column(name="VENDOR_TYPE", nullable=false) @ConditionalVisitorFieldValidator (expression="vendorType == 'COTS'&& vendorType == 'GOTS' &

RE: struts-2-blank which issue?

2009-03-08 Thread Michael Finney
Yes. I'm looking for a means of notification as opposed to trying the command out every couple months. -- Michael Finney - "Always Striving To Serve You Better Every Day" fin...@acm.org http://www.SmilingSoftwareSolutions.com -Original Message- Michael Finney wrote: >

struts-2-blank which issue?

2009-03-07 Thread Michael Finney
Hi, For the struts-2-blank archetype (http://struts.apache.org/2.x/docs/struts-2-blank-archetype.html ), is the best (most relevant) issue to "Watch" https://issues.apache.org/struts/browse/WW-2911 ? Thanks. -- Michael Finney - "Always Striving To Serve You Better Every Day&

adding a content-length header

2009-03-01 Thread Michael Finney
he content which has been rendered? I could create an interceptor that after the invoke() I get the HttpServletResponse. The question remains: How can I get access to the content length of the content which has been rendered? Thanks. -- Michael Finney - "Always Striving To Serve You Better

RE: Namespace Expression?

2009-02-25 Thread Griffith, Michael *
: musachy On Wed, Feb 25, 2009 at 3:34 PM, Griffith, Michael * wrote: > -- "Hey you! Would you help me to carry the stone?" Pink Floyd - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional com

Namespace Expression?

2009-02-25 Thread Griffith, Michael *
Hi Everyone, What's wrong with this expression? Namespace is a private field, but has a public accessor...? Thanks in advance, MG - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mai

RE: Out of date documentation?

2009-02-10 Thread Griffith, Michael *
need something more like: dojo\..*,^struts\..*,d-\d*-s (*Chris*) On Tue, Feb 10, 2009 at 4:21 PM, Griffith, Michael * < michael.griff...@fda.hhs.gov> wrote: > Really, is that true? I thought there was a way to override the > interceptor just for this action/result > > h

RE: Out of date documentation?

2009-02-10 Thread Griffith, Michael *
o run, only your special params interceptor. (*Chris*) On Tue, Feb 10, 2009 at 3:32 PM, Griffith, Michael * < michael.griff...@fda.hhs.gov> wrote: > Ok, here's what is happening... > > If I don't try to ignore the DisplayTag parameters, I get: > 17:23:58,833 INFO [

RE: Struts2.1.6 & Tiles 2.1.

2009-02-10 Thread Griffith, Michael *
Griffith, Michael * wrote: > > Jaarthy, > > It looks like your tag is trying to point to a tile, vs. an > action that returns the tile result. > > Here's an example: > > href="%{projectList}"> > >

RE: Out of date documentation?

2009-02-10 Thread Griffith, Michael *
al Message- From: Griffith, Michael * [mailto:michael.griff...@fda.hhs.gov] Sent: Tuesday, February 10, 2009 5:32 PM To: Struts Users Mailing List Subject: RE: Out of date documentation? Ok, here's what is happening... If I don't try to ignore the DisplayTag parameters, I ge

RE: Struts2.1.6 & Tiles 2.1.

2009-02-10 Thread Griffith, Michael *
Jaarthy, It looks like your tag is trying to point to a tile, vs. an action that returns the tile result. Here's an example: list-project.panel HTH, MG -Original Message- From: Jaarthy [mailto:aarthyj...@

RE: Out of date documentation?

2009-02-10 Thread Griffith, Michael *
param) to pass. Surely I'm not the only person using DisplayTag with Struts 2? ;-) Can anyone point out what's wrong with this picture? Thanks in advance, MG -Original Message- From: Griffith, Michael * [mailto:michael.griff...@fda.hhs.gov] Sent: Tuesday, February 10, 2009

RE: Out of date documentation?

2009-02-10 Thread Griffith, Michael *
\d*-s musachy On Tue, Feb 10, 2009 at 12:03 PM, Griffith, Michael * wrote: > Can you help me out with the expression? I am terrible with RE. > > -Original Message- > From: Musachy Barroso [mailto:musa...@gmail.com] > Sent: Tuesday, February 10, 2009 10:59 AM > To: St

RE: Out of date documentation?

2009-02-10 Thread Griffith, Michael *
expressions, for both accepted and excluded params. musachy On Tue, Feb 10, 2009 at 11:56 AM, Griffith, Michael * wrote: > Is there any way to exclude a parameter using a wildcard expression? > I want to block certain parameters generated by displayTag. > > DisplayTag generates paramete

RE: Out of date documentation?

2009-02-10 Thread Griffith, Michael *
nt ways of doing it, it ain't Struts 2" :) musachy On Tue, Feb 10, 2009 at 11:25 AM, Griffith, Michael * wrote: > It is possible that the following page is out of date: > > http://struts.apache.org/2.1.6/docs/parameter-filter-interceptor.html > > It should refe

Out of date documentation?

2009-02-10 Thread Griffith, Michael *
It is possible that the following page is out of date: http://struts.apache.org/2.1.6/docs/parameter-filter-interceptor.html It should reference the params interceptor, right?

RE: Can I use a Parameter in result definition?

2009-02-07 Thread Griffith, Michael *
Dave, Thanks for the reply, and the suggestion~ Cheers! MG -Original Message- From: Dale Newfield [mailto:d...@newfield.org] Sent: Friday, February 06, 2009 5:23 PM To: Struts Users Mailing List Subject: Re: Can I use a Parameter in result definition? Griffith, Michael * wrote

RE: Can I use a Parameter in result definition?

2009-02-06 Thread Griffith, Michael *
Dale Newfield [mailto:d...@newfield.org] Sent: Friday, February 06, 2009 2:25 PM To: Struts Users Mailing List Subject: Re: Can I use a Parameter in result definition? Griffith, Michael * wrote: > Does anyone know if it is possible to use a parameter in my > action/result definition: Ye

Can I use a Parameter in result definition?

2009-02-06 Thread Griffith, Michael *
Hello all... Does anyone know if it is possible to use a parameter in my action/result definition: I want to use the package name in the result definition view-{0).panel Would become: view-component.panel Is this possible? Thanks in advance, MG -

RE: What's the correct expression syntax?

2009-02-06 Thread Griffith, Michael *
t: Re: What's the correct expression syntax? Griffith, Michael * wrote: > > ... Do work > Is the correct one, except for the one-character-string gotcha: http://struts.apache.org/2.1.6/docs/why-wont-the-if-tag-evaluate-a-one-c har

What's the correct expression syntax?

2009-02-06 Thread Griffith, Michael *
Hi, I don't think I fully understand OGNL and I need some help with an expression... I have a param that I am passing to an action. the parameter is called selectedType, and it has a getter and setter on the action. It is getting set correctly. When I try to evaluate the expression using the

RE: TypeConverter needs Spring Bean

2009-02-06 Thread Griffith, Michael *
er } that factory will be the Spring object factory, which you can use to lookup the beans that you need. Not much of "inversion of control" but it should work. musachy On Fri, Feb 6, 2009 at 9:59 AM, Griffith, Michael * wrote: > How can you tell? This is handed by the

RE: TypeConverter needs Spring Bean

2009-02-06 Thread Griffith, Michael *
: Friday, February 06, 2009 8:54 AM To: Struts Users Mailing List Subject: Re: TypeConverter needs Spring Bean Are the converters created by the object factory? if not, then it will not work. musachy On Fri, Feb 6, 2009 at 9:46 AM, Griffith, Michael * wrote: > I also tried adding the @Autowi

RE: TypeConverter needs Spring Bean

2009-02-06 Thread Griffith, Michael *
I also tried adding the @Autowired annotation to the dependency, but it did not work. Can anyone clarify how this is supposed to work? MG -Original Message- From: Steven Yang [mailto:kenshin...@gmail.com] Sent: Thursday, February 05, 2009 8:15 PM To: Struts Users Mailing List Subject: Re

TypeConverter needs Spring Bean

2009-02-05 Thread Griffith, Michael *
Hello everyone, I have a type converter that needs to get access to my Spring managed service so it can do a DB lookup. I was under the impression that the struts-spring plug-in handled DI for the converter. However, when the convertFromString method tries to access the service called statusServi

RE: Why is Validation not firing?

2009-02-04 Thread Griffith, Michael *
I hate it when I do this kind of thing. My input result was pointing to the wrong result. Me <-- My own worst enemy. -Original Message- From: Griffith, Michael * [mailto:michael.griff...@fda.hhs.gov] Sent: Wednesday, February 04, 2009 11:13 AM To: Struts Users Mailing List Subject:

Why is Validation not firing?

2009-02-04 Thread Griffith, Michael *
Hello all, I must be missing something subtle about my configuration. I'm using Struts 2.0.11 and want to use annotation based validation, but can't seem to get it working. My action class has an update method as such: @Validation public class ArtifactAction extends BaseAction implements

RE: Maven and Struts 2 Stack

2009-02-02 Thread Michael Finney
= archetype-blank. What would the archetypeVersion be? 2.1.6.0? What catalog should I use to find this archetype? http://maven.apache.org/plugins/maven-archetype-plugin/specification/archety pe-catalog.html talks about catalogs in general, but is not specific. Thanks. -- Michael Finney - "A

Re: I18N on labels of form

2009-01-23 Thread Michael Obster
Thank you! /Michael Lukasz Lenart schrieb: 2009/1/23 Michael Obster : Writing " /> doesn't work. Is there a way to implement correct I18N on form labels? Use key attribute instead or you can use OGNL expressi

I18N on labels of form

2009-01-23 Thread Michael Obster
Hi, I have a problem with internationalization the labels of a form. Writing " /> doesn't work. Is there a way to implement correct I18N on form labels? Cheers, Michael - To unsubscribe, e-mail:

How can I render a two column layout with

2009-01-19 Thread Michael Obster
Hi, can anybody tell me how I can make a two column layout with ? Putting some table tags around doesn't work because renders also as table. To get my intention more clear, I need s.th. like this: label selectbox label selectbox label input label selectbox ... Cheers, Mi

RE: maven2 and new struts 2 project

2009-01-04 Thread Michael Finney
isplays, I added the depdency as indicated at http://displaytag.sourceforge.net/1.2/install.html : displaytag displaytag 1.1.1 I hope the above information serves some people well. -- Mich

maven2 and new struts 2 project

2009-01-03 Thread Michael Finney
t? Shall I just create a new maven project, skip archetype selection, and ask it to create a war project for me? What do you recommend at this point? Thanks, Mike -- Michael Finney - "Always Striving To Serve You Better Every Day" fin...@ac

RE: Nice looking struts2 small app?

2008-12-06 Thread Michael Finney
ver is in a DB table. Minor data transformation occurs and some prepopulation logic. Example: a null value in the DB really means "N"; "N" ,means "N"; and "Y" equals yes. Thanks, Mike -- Michael Finney - "Always Striving To Serve You Better Every Day&q

Nice looking struts2 small app?

2008-12-06 Thread Michael Finney
to put together something that looks real good as a starting point. A grid is one of the pages. Adding an item to a collection is another. Editing an item is inevitable. Basic CRUD (Create, Read, Update, Delete) stuff. Thoughts? -- Michael Finney - "Always Striving To Serve You Better

[S2] getting namespace in interceptor

2008-11-11 Thread Michael Obster
Hi, is there a way to get the namespace of an invoked action in an interceptor? I don't find a way to do that :-(. Anyone has an idea for this problem? The point is I want to check the users role in the interceptor whether the user is allowed to call the action. Regards, Michael --

Re: two forms, two submits

2008-09-23 Thread Michael Jouravlev
Try this: http://wiki.apache.org/struts/StrutsWidgets#head-d413131b40091e2337eb036c8a7ce9e43f428aec On Tue, Sep 23, 2008 at 7:47 AM, cpanon <[EMAIL PROTECTED]> wrote: > now the error is when I submit on a very simple form with the code below it > states: > > No getter method available for proper

Struts 2.x Forwarding To A Page Securely

2008-08-19 Thread Michael Finney
Hello. If I have built a URL, flow of control is in an action, and I want to send the user to another web application, how can I do that in a way such that the user cannot see the URL and is secure? Thanks, Mike -- Michael Finney - "Always Striving To Serve You Better Every Day&quo

Struts 2.x Forwarding To A Page Securely

2008-08-19 Thread Michael Finney
Hello. If I have built a URL, flow of control is in an action, and I want to send the user to another web application, how can I do that in a way such that the user cannot see the URL and is secure? Thanks, Mike -- Michael Finney - "Always Striving To Serve You Better Every Day&qu

RE: Struts 2 and radio buttons

2008-08-09 Thread Michael Finney
Thank you. I was wondering about CSS. I had not considered extending the theme. That's a nice idea. :) Digging into themes is something I should consider more often perhaps. -- Michael Finney - "Always Striving To Serve You Better Every Day" [EMAIL

Struts 2 and radio buttons

2008-08-09 Thread Michael Finney
Using the simple theme, how do: o I get radio buttons in a group to be vertically listed? Thanks, Mike -- Michael Finney - "Always Striving To Serve You Better Every Day" [EMAIL PROTECTED] http://www.SmilingSoftwareSol

RE: redirect does not work with Tiles.

2008-08-08 Thread Griffith, Michael *
Sent: Friday, August 08, 2008 6:40 AM To: Struts Users Mailing List Subject: Re: redirect does not work with Tiles. Griffith, Michael * wrote: > Hello All, > > > > I cannot make result go to a new page. Chaining the result > does work, but the response shows my entire

RE: redirect does not work with Tiles.

2008-08-08 Thread Griffith, Michael *
Struts 2.0.11 Tiles 2.0.6 -Original Message- From: Antonio Petrelli [mailto:[EMAIL PROTECTED] Sent: Friday, August 08, 2008 1:37 AM To: Struts Users Mailing List Subject: Re: redirect does not work with Tiles. 2008/8/7 Griffith, Michael * <[EMAIL PROTECTED]>: > I cannot make

redirect does not work with Tiles.

2008-08-07 Thread Griffith, Michael *
the list, but the entire action (including the outermost tiles) show up in the body tile - so it's like the website shows an entire HTML response in the body tile, which is not correct either. Any insight as to how to overcome this would be much appreciated... Best regards, Michael Griffith

  1   2   3   4   5   6   7   8   9   10   >