RE: Help with jsp/iframe Struts 7

2025-05-22 Thread Nate Kerkhofs
suggest you contact your internal legal counsel regarding this matter. Regards, Nate -Original Message- From: Deborah White Sent: Wednesday, 21 May 2025 18:49 To: Struts Users Mailing List Subject: RE: Help with jsp/iframe Struts 7 Actually, never mind. It is working, just extremely slow

RE: Help with jsp/iframe Struts 7

2025-05-21 Thread Deborah White
Actually, never mind. It is working, just extremely slow. We do have another case that we have an issue with though. My colleague will post. -Original Message- From: Deborah White Sent: Wednesday, May 21, 2025 9:40 AM To: Struts Users Mailing List Subject: Help with jsp/iframe Struts 7

Re: Help needed for Struts 6.6.0 tagnames in UIBean.java

2024-10-03 Thread Santu Dhua
Hi All- it was resolved, had to change to from . *Thanks & Regards* *Santu Dhua* On Thu, Oct 3, 2024 at 2:06 AM Santu Dhua wrote: > Hi Lukasz- we are migrating from Struts 6.0.0(with jdk1.8) to Struts > 6.6.0(with jdk21). > Yes, the issue is occurring for a element, which is inside a > form

Re: Help needed for Struts 6.6.0 tagnames in UIBean.java

2024-10-02 Thread Santu Dhua
Hi Lukasz- we are migrating from Struts 6.0.0(with jdk1.8) to Struts 6.6.0(with jdk21). Yes, the issue is occurring for a element, which is inside a form . First time the page is opening perfectly, then I go to next page, and try to come back by a custom back button( via JS that button modifies wi

Re: Help needed for Struts 6.6.0 tagnames in UIBean.java

2024-10-02 Thread Lukasz Lenart
czw., 3 paź 2024 o 05:41 Santu Dhua napisał(a): > Need expert opinion: I am using Struts 6.6.0. While clicking a back button > in my application, I am getting below exception in UIBean.java. I have > added all dependencies needed for Struts 6.6.0, as mentioned in release > version notes. Can anyo

Re: Help with syntax struts 2

2019-03-10 Thread Yasser Zamani
On 3/9/2019 3:34 AM, Deborah White wrote: > Can someone help me with the syntax on this? > > Hi Deborah, I tested the syntax and it works. If it doesn't work there then I guess if reportId is String then try else then try . Also try replacing || with && or != with == variations. Thanks for

Re: Help with syntax struts 2

2019-03-09 Thread Paul Zepernick
Assuming the intention is to exclude all those report ids, they should be && and not || Paul Sent from my iPhone > On Mar 8, 2019, at 7:34 PM, Dave Newton wrote: > > NOTICE: This email originated from outside of the organization. Do not click > links or open attachments unless you recognize t

Re: Help with syntax struts 2

2019-03-08 Thread Dave Newton
What kind of help? On Fri, Mar 8, 2019 at 7:05 PM Deborah White wrote: > Can someone help me with the syntax on this? > > > > CONFIDENTIALITY NOTICE: This communication with its contents may contain > confidential and/or legally privileged information. It is solely for the > use of the intended

Re: Help : Disable Strict Method Invocation for struts 2 rest plugin

2018-04-30 Thread Yasser Zamani
On 4/30/2018 11:27 AM, Lukasz Lenart wrote: > The problem is that we should support existing configurations (like > automatically define allowed methods for those used in struts.xml). Sorry, I didn't get again :( AFAIK defined actions with any defined method in struts.xml are callable. However,

Re: Help : Disable Strict Method Invocation for struts 2 rest plugin

2018-04-29 Thread Lukasz Lenart
2018-04-29 11:24 GMT+02:00 Yasser Zamani : > I couldn't understand what's the user expected behavior and what we > should try to fix. Because of security, SMI is enabled by default and > user has to annotate or define allowed methods. right? I think there are > no other solution to keep both securi

Re: Help : Disable Strict Method Invocation for struts 2 rest plugin

2018-04-29 Thread DevaGerald
Hi Yasser, We already have a layer of security(a filter which runs first in our web-app) which handles allowed url patterns. So in this we have to again add code for allowed methods. So we are trying to get an option to disable it. Thanks, Deva. -- Sent from: http://struts.1045723.n5.nabble.c

Re: Help : Disable Strict Method Invocation for struts 2 rest plugin

2018-04-29 Thread Yasser Zamani
On 4/26/2018 4:03 PM, Lukasz Lenart wrote: > Thinking on solution ... not so easy :( I couldn't understand what's the user expected behavior and what we should try to fix. Because of security, SMI is enabled by default and user has to annotate or define allowed methods. right? I think there are

Re: Help : Disable Strict Method Invocation for struts 2 rest plugin

2018-04-28 Thread DevaGerald
Thanks for the reply. We will use the existing (regex in global-allowed-methods) solution till that. -- Sent from: http://struts.1045723.n5.nabble.com/Struts-User-f3426046.html - To unsubscribe, e-mail: user-unsubscr...@struts.

Re: Help : Disable Strict Method Invocation for struts 2 rest plugin

2018-04-26 Thread Lukasz Lenart
Thinking on solution ... not so easy :( 2018-04-26 13:24 GMT+02:00 DevaGerald : > Any update on this? > > > > -- > Sent from: http://struts.1045723.n5.nabble.com/Struts-User-f3426046.html > > - > To unsubscribe, e-mail: user-unsub

Re: Help : Disable Strict Method Invocation for struts 2 rest plugin

2018-04-26 Thread DevaGerald
Any update on this? -- Sent from: http://struts.1045723.n5.nabble.com/Struts-User-f3426046.html - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org

Re: Help : Disable Strict Method Invocation for struts 2 rest plugin

2018-04-19 Thread DevaGerald
http://struts.apache.org/dtds/struts-2.5.dtd";> regex:[a-zA-Z]* -- Sent from: http://struts.1045723.n5.nabble.com/Struts-Us

Re: Help : Disable Strict Method Invocation for struts 2 rest plugin

2018-04-19 Thread Lukasz Lenart
2018-04-19 8:58 GMT+02:00 DevaGerald : > Just a clarification. May be my point was misunderstood. > > Ex : /resource/resource_id/hello > This will call the hello method of my controller. > REST plugin directly maps to my custom method. In this case, it calls the > hello method of my ResourceControl

Re: Help : Disable Strict Method Invocation for struts 2 rest plugin

2018-04-19 Thread DevaGerald
Just a clarification. May be my point was misunderstood. Ex : /resource/resource_id/hello This will call the hello method of my controller. REST plugin directly maps to my custom method. In this case, it calls the hello method of my ResourceController. What will be the best solution for this case

Re: Help : Disable Strict Method Invocation for struts 2 rest plugin

2018-04-18 Thread Lukasz Lenart
Here https://issues.apache.org/jira/projects/WW/issues 2018-04-18 15:04 GMT+02:00 DevaGerald : > Sorry if I am so dumb. Where should i file the ticket? > > > > -- > Sent from: http://struts.1045723.n5.nabble.com/Struts-User-f3426046.html > >

Re: Help : Disable Strict Method Invocation for struts 2 rest plugin

2018-04-18 Thread DevaGerald
Sorry if I am so dumb. Where should i file the ticket? -- Sent from: http://struts.1045723.n5.nabble.com/Struts-User-f3426046.html - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: us

Re: Help : Disable Strict Method Invocation for struts 2 rest plugin

2018-04-18 Thread Lukasz Lenart
2018-04-18 9:15 GMT+02:00 DevaGerald : > Yes i have configured rest plugin for that Ach... so we must fix allowed-methods to include those REST methods, could you fill a ticket? Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ ---

Re: Help : Disable Strict Method Invocation for struts 2 rest plugin

2018-04-18 Thread DevaGerald
Yes i have configured rest plugin for that -- Sent from: http://struts.1045723.n5.nabble.com/Struts-User-f3426046.html - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@stru

Re: Help : Disable Strict Method Invocation for struts 2 rest plugin

2018-04-15 Thread Lukasz Lenart
2018-04-14 11:58 GMT+02:00 DevaGerald : > I don't use DMI. I have the following configured in struts.xml. > > > So is there any other way for me to disable strict method invocation? I am > just using struts 2 rest plugin. Hm... so how do you call those custom methods? Did you configure them as RE

Re: Help : Disable Strict Method Invocation for struts 2 rest plugin

2018-04-14 Thread Yasser Zamani
On 4/11/2018 11:11 AM, Lukasz Lenart wrote: > 2018-04-09 16:59 GMT+02:00 DevaGerald : >> Thanks a lot Lukasz. >> >> I have resolved it by adding >> regex:[a-zA-Z]* in my >> struts.xml >> >> Do I have any alternative for this? > > No but I didn't want to suggest this as this basically opens a > p

Re: Help : Disable Strict Method Invocation for struts 2 rest plugin

2018-04-14 Thread DevaGerald
I don't use DMI. I have the following configured in struts.xml. So is there any other way for me to disable strict method invocation? I am just using struts 2 rest plugin. Thanks & Regards Deva. -- Sent from: http://struts.1045723.n5.nabble.com/Struts-User-f3426046.html -

Re: Help : Disable Strict Method Invocation for struts 2 rest plugin

2018-04-10 Thread Lukasz Lenart
2018-04-09 16:59 GMT+02:00 DevaGerald : > Thanks a lot Lukasz. > > I have resolved it by adding > regex:[a-zA-Z]* in my > struts.xml > > Do I have any alternative for this? No but I didn't want to suggest this as this basically opens a potential security hole in your app. In this case any public m

Re: Help : Disable Strict Method Invocation for struts 2 rest plugin

2018-04-09 Thread DevaGerald
Thanks a lot Lukasz. I have resolved it by adding regex:[a-zA-Z]* in my struts.xml Do I have any alternative for this? Thanks & Regards, Deva Gerald. -- Sent from: http://struts.1045723.n5.nabble.com/Struts-User-f3426046.html --

Re: Help : Disable Strict Method Invocation for struts 2 rest plugin

2018-04-08 Thread Lukasz Lenart
2018-04-07 16:18 GMT+02:00 DevaGerald : > I am using Struts 2 with rest plugin and I need to migrate from struts 2.3 to > struts 2.5. My application also has struts 1 with the older apis unmigrated > to struts2. > > I have some custom methods in my application other than the default CRUD > operatio

Re: Help for File Upload error

2014-10-31 Thread Arpan
All, >This issue may be because of same name class being loaded in > two different ways by two different loaders on the same name. Make sure > you don't include any extra jars. > > with regards > Manoj Kumar Sharma > > > > > > Re: Help for File Upload error &g

Re: Help for File Upload error

2014-10-30 Thread Manoj . Sharma
Hi All, This issue may be because of same name class being loaded in two different ways by two different loaders on the same name. Make sure you don't include any extra jars. with regards Manoj Kumar Sharma Re: Help for File Upload error Lukasz Lenart to: Struts Users Ma

Re: Help for File Upload error

2014-10-30 Thread Lukasz Lenart
Too many commons-fileupload.jar ? 2014-10-31 7:18 GMT+01:00 Arpan : > HI All, > > I am getting a linkagge error while doing file upload operation. I am using > fileupload interceptor. Can anyone please tell me how to get rid of that > error. > > Thanks > Arpan > > java.lang.LinkageError: loader co

Re: help urgent needs

2012-11-22 Thread vivek jaiswal
Dear Gaurav, Get sdate in Date Format in action. Convert it to String through SimpleDateFormat Class. SimpleDateFormat dateformat = new SimpleDateFormat("hh:mm:ss"); String stime=dateformat.format(sdate); regards VIVEK www.vivekjaiswal.info From: Gaurav Tri

Re: Help with problem: ThreadLocal left after stopping tomcat

2012-03-12 Thread Tom K
and force cleanup on. > > Does anyone have any ideas? > > Thanks, > Tom > > > > - Original Message > From: Greg Lindholm > To: Struts Users Mailing List > Sent: Wed, March 7, 2012 7:56:53 AM > Subject: Re: Help with problem: ThreadLocal left aft

Re: Help with problem: ThreadLocal left after stopping tomcat

2012-03-11 Thread Aum Strut
; Thanks, > Tom > > > > - Original Message > From: Greg Lindholm > To: Struts Users Mailing List > Sent: Wed, March 7, 2012 7:56:53 AM > Subject: Re: Help with problem: ThreadLocal left after stopping tomcat > > I also get a boat-load of these ThreadL

Re: Help with problem: ThreadLocal left after stopping tomcat

2012-03-07 Thread Tom K
nyone have any ideas? Thanks, Tom - Original Message From: Greg Lindholm To: Struts Users Mailing List Sent: Wed, March 7, 2012 7:56:53 AM Subject: Re: Help with problem: ThreadLocal left after stopping tomcat I also get a boat-load of these ThreadLocal errors when I stop my app (us

Re: Help with problem: ThreadLocal left after stopping tomcat

2012-03-07 Thread Greg Lindholm
I also get a boat-load of these ThreadLocal errors when I stop my app (using Tomcat 6). Tomcat 6 & 7 are now checking and reporting on all the debris that gets left behind when an app shuts down. I don't think the WW-560 addresses this problem. If I understand it correctly the problem is when th

Re: Help Struts 1.3

2011-12-16 Thread Anirudh Bhardwaj
On 12/16/2011 12:46 AM, Givler, Eric wrote: Eric Great information The site is Roseindia.net your guidance helped thanks Anirudh I always thought the best examples for learning how to do this were here: http://www.learntechnology.net/content/struts/struts_crud.jsp Google returns about 300,00

Re: Help Struts 1.3

2011-12-15 Thread Dave Newton
I steer people away from rose; it's generally pretty awful. On Thu, Dec 15, 2011 at 2:16 PM, Givler, Eric wrote: > I always thought the best examples for learning how to do this were here: > http://www.learntechnology.net/content/struts/struts_crud.jsp > > Google returns about 300,000 hits when

RE: Help Struts 1.3

2011-12-15 Thread Givler, Eric
I always thought the best examples for learning how to do this were here: http://www.learntechnology.net/content/struts/struts_crud.jsp Google returns about 300,000 hits when you type in: STRUTS CRUD tutorial. I'm sure there is something else that's useful. I also liked the www.RoseIndia.com s

Re: Help Struts 1.3

2011-12-13 Thread Christian Grobmeier
Hello, On Tue, Dec 13, 2011 at 10:46 AM, AlexCross wrote: > How can i read data from DB and display using Jsp with Struts? > What's the correct logic of struts(1.3)? Not sure what you expecting as an answer. Basics are: create a struts.xml and tie a view and an action together. The action should

Re: help with MethodFailedException in ognl.OgnlRuntime.callAppropriateMethod

2011-05-03 Thread Eric Reed
erry from T-Mobile -Original Message- From: Justin Robbins Date: Tue, 3 May 2011 09:11:09 To: Struts Users Mailing List Reply-To: "Struts Users Mailing List" Subject: Re: help with MethodFailedException in ognl.OgnlRuntime.callAppropriateMethod Hi Eric, You are pointing

Re: help with MethodFailedException in ognl.OgnlRuntime.callAppropriateMethod

2011-05-03 Thread Miguel
Which means: try changing your property name to something else; the tagId may already be in use. I also had a problem with a property name once. It might be useful to have a wiki page with names already in use in struts. Enviado a partir do meu HTC - Reply message - De: "Eric Reed" Da

Re: help with MethodFailedException in ognl.OgnlRuntime.callAppropriateMethod

2011-05-03 Thread jlmagc
-To: "Struts Users Mailing List" Subject: Re: help with MethodFailedException in ognl.OgnlRuntime.callAppropriateMethod Hi Eric, You are pointing out the error? Here's the thing, and hopefully you can set me straight here, I acknowledge there is no setTagId([Ljava.lang.String

Re: help with MethodFailedException in ognl.OgnlRuntime.callAppropriateMethod

2011-05-03 Thread Dave Newton
Does it throw the same error if its an Integer instead of an int? Dave On May 3, 2011 9:11 AM, "Justin Robbins" wrote: > Hi Eric, > > You are pointing out the error? Here's the thing, and hopefully you > can set me straight here, I acknowledge there is no > setTagId([Ljava.lang.String;)]. After

Re: help with MethodFailedException in ognl.OgnlRuntime.callAppropriateMethod

2011-05-03 Thread Justin Robbins
Hi Eric, You are pointing out the error? Here's the thing, and hopefully you can set me straight here, I acknowledge there is no setTagId([Ljava.lang.String;)]. After all, "tagId" is an integer in my POJO. Why would I have a method for it that accepts a String? I'm still getting up to speed on

Re: help with MethodFailedException in ognl.OgnlRuntime.callAppropriateMethod

2011-05-03 Thread Eric Reed
Justin, Your error: > [java.lang.NoSuchMethodException: > org.robbins.flashcards.model.Tag.setTagId([Ljava.lang.String;)] <public void setTagId(int tagId) { <-- INT >this.tagId = tagId; >} Eric Reed NYS Education Department >>> Justin Robbins 5/3/2011 8:32 AM >

Re: help with MethodFailedException in ognl.OgnlRuntime.callAppropriateMethod

2011-05-03 Thread Justin Robbins
Since the stack trace is at Warn level and doesn't actually seem to be breaking my code then maybe I'm best off just adjusting the log4j level higher for the Ognl related packages? # Struts OgnlUtil issues unimportant warnings log4j.logger.com.opensymphony.xwork2.util.OgnlUtil=error log4j.logger.c

Re: help with MethodFailedException in ognl.OgnlRuntime.callAppropriateMethod

2011-05-02 Thread Justin Robbins
Nope, my bad. After a full refactor I get the same error. Below are snippets of the new code and most recently generated error. Stack Trace excerpt: 2011-05-02 21:24:49,887 175361 ["http-bio-8080"-exec-7] WARN com.opensymphony.xwork2.ognl.OgnlValueStack - Error setting expression 'tagId' with va

Re: help with MethodFailedException in ognl.OgnlRuntime.callAppropriateMethod

2011-05-02 Thread Justin Robbins
I tested it just now and I do NOT get the error when I refactor the code from the POJO on down to the JSP to use "myId" instead of "id". On Mon, May 2, 2011 at 8:43 PM, Dave Newton wrote: > Just out of curiosity, does it do the same thing if it's not named "id"? > > d. > > On Mon, May 2, 2011 at

Re: help with MethodFailedException in ognl.OgnlRuntime.callAppropriateMethod

2011-05-02 Thread Dave Newton
Just out of curiosity, does it do the same thing if it's not named "id"? d. On Mon, May 2, 2011 at 8:32 PM, Justin Robbins wrote: > Anyone have any ideas on this one?  I'd be most grateful for some advice. > > Someone suggested I use a newer version of the ognl jar.  I was using > "ognl-3.0.jar"

Re: help with MethodFailedException in ognl.OgnlRuntime.callAppropriateMethod

2011-05-02 Thread Justin Robbins
Anyone have any ideas on this one? I'd be most grateful for some advice. Someone suggested I use a newer version of the ognl jar. I was using "ognl-3.0.jar" which is what came with the Struts 2.2.1.1 distribution. I've since replaced it with "ognl-3.0.1.jar" but I'm still receiving the same err

Re: Help with Spring JDBC

2011-03-31 Thread Maurizio Cucchiara
Have you defined a bean for the struts action class inside your applicationContext.xml? Did it include your dao property? On 30 March 2011 20:12, alxer wrote: > Hello, > I am developing a web application with EclipseIDE and I am using the Struts2 > and Spring3 frameworks. > I am trying to configu

Re: Help with Spring JDBC

2011-03-31 Thread Ty Connell
Low hanging fruit comment: virtually 100% of the time I get a NPE when using spring, it's because I'm instantiating objects with "new" instead of letting the app context get the object for me (either explicitly or via injection). On Wed, Mar 30, 2011 at 2:12 PM, alxer wrote: > Hello, > I am dev

Re: Help with Spring JDBC

2011-03-31 Thread Dave Newton
On Thu, Mar 31, 2011 at 11:02 AM, Dave Newton wrote: > This is a Spring question? And are you using the Spring plugin? Dave - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@

Re: Help with Spring JDBC

2011-03-31 Thread Dave Newton
This is a Spring question? Dave On Wed, Mar 30, 2011 at 2:12 PM, alxer wrote: > Hello, > I am developing a web application with EclipseIDE and I am using the Struts2 > and Spring3 frameworks. > I am trying to configure the web application acces to my MySQL database. > I am inexperienced with the

Re: Help with JQuery plugin

2011-02-18 Thread Johannes Geppert
1.) can you please give a code example? 2.) do you have any output in your browser javascript console? Johannes akinsgre wrote: > > On Fri, Feb 18, 2011 at 3:40 AM, Johannes Geppert wrote: >> >> what exactly is the problem? >> >> i never have a problem with forms inside of the dialog. >> > T

Re: Help with JQuery plugin

2011-02-18 Thread Greg Akins
On Fri, Feb 18, 2011 at 3:40 AM, Johannes Geppert wrote: > > what exactly is the problem? > > i never have a problem with forms inside of the dialog. > The example you posted doesn't work for me.. I'm looking through the wiki and not finding anything similar When I try what you suggested the form

Re: Help with JQuery plugin

2011-02-18 Thread Johannes Geppert
what exactly is the problem? i never have a problem with forms inside of the dialog. http://code.google.com/p/struts2-jquery/wiki/DialogTag <%@ taglib prefix="s" uri="/struts-tags"%> <%@ taglib prefix="sj" uri="/struts-jquery-tags"%> Joha

RE: Help with JQuery plugin

2011-02-17 Thread CRANFORD, CHRIS
Greg - In order to open the dialog, you simply need to initially define your dialog in your JSP. I prefer to use dynamic invocation of my dialogs, especially in the scenario where I need to pass dynamic values such as URL parameters to the dialog in the event I am editing multiple records, say in

RE: Help with JQuery plugin

2011-02-17 Thread Martin Gainty
le contenu fourni. > From: vitordema...@gmail.com > Date: Thu, 17 Feb 2011 20:15:47 -0200 > Subject: Re: Help with JQuery plugin > To: user@struts.apache.org; angryg...@gmail.com > > I've had a good experience regarding jQuery and modal dialogs using > Impromptu: h

Re: Help with JQuery plugin

2011-02-17 Thread Dave Newton
Why not just use plain jquery? Dave On Feb 17, 2011 5:09 PM, "Greg Akins" wrote: > I'm trying to implement a modal dialog in a Struts2 application. > > I found the struts2-jquery-plugin. > > What I'm not sure about is how to implement a dialog that contains a > form. I'm trying to implement a fe

Re: Help with JQuery plugin

2011-02-17 Thread Vitor De Mario
I've had a good experience regarding jQuery and modal dialogs using Impromptu: http://trentrichardson.com/Impromptu/index.php It covers the use of forms inside a dialog, but I don't know how it relates to the struts2-jquery-plugin, I've never used it

Re: Help... My url grows...

2010-12-15 Thread piyush kumar
I realized that right after I sent my last email.. That was the >> problem thank you everyone! >> >> -Original Message- >> From: Aaron Brown [mailto:aa...@thebrownproject.com] >> Sent: Tuesday, December 14, 2010 2:53 PM >> To: Struts Users Mailing List >&

Re: Help... My url grows...

2010-12-15 Thread piyush kumar
my last email.. That was the > problem thank you everyone! > > -Original Message- > From: Aaron Brown [mailto:aa...@thebrownproject.com] > Sent: Tuesday, December 14, 2010 2:53 PM > To: Struts Users Mailing List > Subject: Re: Help... My url grows... > > Aft

RE: Help... My url grows...

2010-12-14 Thread Ellson, Jared L
Yup.. I realized that right after I sent my last email.. That was the problem thank you everyone! -Original Message- From: Aaron Brown [mailto:aa...@thebrownproject.com] Sent: Tuesday, December 14, 2010 2:53 PM To: Struts Users Mailing List Subject: Re: Help... My url grows... After

Re: Help... My url grows...

2010-12-14 Thread Aaron Brown
wnproject.com] > Sent: Tuesday, December 14, 2010 2:34 PM > To: Struts Users Mailing List > Subject: Re: Help... My url grows... > > Every time I've had a URL with an extra path element that I didn't > intend, it was always because I messed up the namespace for the actio

RE: Help... My url grows...

2010-12-14 Thread Ellson, Jared L
truts Users Mailing List Subject: Re: Help... My url grows... Every time I've had a URL with an extra path element that I didn't intend, it was always because I messed up the namespace for the action - I have a bad habit of forgetting the leading "/" on my namespaces. I see y

Re: Help... My url grows...

2010-12-14 Thread Dave Newton
On Tue, Dec 14, 2010 at 4:24 PM, Ellson, Jared L wrote: > Hey anybody have a quick idea what would cause my URL to grow. > Excitement. Dave

Re: Help... My url grows...

2010-12-14 Thread Aaron Brown
Every time I've had a URL with an extra path element that I didn't intend, it was always because I messed up the namespace for the action - I have a bad habit of forgetting the leading "/" on my namespaces. I see you don't have a namespace defined for your package, that's part of the stock package

RE: Help... My url grows...

2010-12-14 Thread Ellson, Jared L
quot;t" tagdir="/WEB-INF/tags" %> http://www.w3.org/TR/html4/loose.dtd";> -Original Message- From: Biesbrock, Kevin [mailto:biesbrock.ke...@aoins.com] Sent: Tuesday, December 14, 2010 2:28 PM To: Struts Users Mailin

RE: Help... My url grows...

2010-12-14 Thread Biesbrock, Kevin
Let's see your location assign jsp as well. Beez > From: Ellson, Jared L > Sent: Tuesday, December 14, 2010 4:24 PM > > Hey anybody have a quick idea what would cause my URL to grow. > > First time I hit the page: > > http://localhost:8080//struts/locationAssign > > submit the page then

RE: Help Dojo TagLibs

2010-07-19 Thread Martin Gainty
e contenu fourni. > From: fabio.eb...@dnasolution.com.br > To: user@struts.apache.org > Subject: Re: Help Dojo TagLibs > Date: Mon, 19 Jul 2010 09:44:51 -0300 > > what would this templateDir?? > > - Original Message - > From: "Martin Gainty" &g

RE: Help Dojo TagLibs

2010-07-19 Thread Martin Gainty
nt donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. > From: fabio.eb...@dnasolution.com.br > To: user@struts.apache.org > Subject: Re: Help Dojo TagLibs > Date: Mon, 19 Jul 2010 09:10:15

Re: Help Dojo TagLibs

2010-07-16 Thread Johannes Geppert
add to /struts/* to your url pattern, this should solve your problem. Best Regards Johannes Geppert Fabio Alves de Araujo Ebner - DnaSolution wrote: > > Hi, i trying to use the datetimepicker in my app, but when i change in my > Web.xml the struts2 url-pattern to /jsp/* all my tags stop to wo

Re: Help Struts2 + interceptor

2010-07-14 Thread Paweł Wielgus
Hi all, You can try this way: http://poulwiel.blogspot.com/2009/01/intercepting-all-actions-inside-my-app.html Best greetings, Paweł Wielgus. 2010/7/13 Fabio Alves de Araujo Ebner - DnaSolution : > The problem is: When he pass through interceptor and go to action > "cadastrarOrdemServico"  my va

Re: Help Struts2 + interceptor

2010-07-13 Thread Fabio Alves de Araujo Ebner - DnaSolution
The problem is: When he pass through interceptor and go to action "cadastrarOrdemServico" my var cdProjetoOS are set with null :( thanks, follow my all code: CLASS LoginClienteInterceptor .java --- package br.com.dnasolution.site.interceptor; im

Re: Help Struts2 + interceptor

2010-07-13 Thread JP Cafaro
I'm fairly new to this myself so maybe someone else can jump in. First things first, put a print statement in the intercept methods of your interceptors so you at least know if the interceptor is even getting called. Secondly, I didn't ever use a line like this:interceptorRefs = { @Intercept

Re: Help Struts2 + interceptor

2010-07-12 Thread Fabio Alves de Araujo Ebner - DnaSolution
Hey man, this is my structure MY ACTION package br.com.dnasolution.site.action; /** import **// @ParentPackage("my-secure") public class OrdemServicoAction { @Action(value = "cadastrarOrdemServico", results = {...@result(name = "valido", location = "/jsp/ordemservico/cadastro_sucesso.jsp

Re: Help Struts2 + interceptor

2010-07-12 Thread JP Cafaro
ion wrote: so i put in my aciotn ParentPackage("loginClienteAndUsuario") and i got the same problem - Original Message - From: "JP Cafaro" To: "Struts Users Mailing List" Sent: Monday, July 12, 2010 2:18 PM Subject: Re: Help Struts2 + interceptor The

Re: Help Struts2 + interceptor

2010-07-12 Thread Fabio Alves de Araujo Ebner - DnaSolution
so i put in my aciotn ParentPackage("loginClienteAndUsuario") and i got the same problem - Original Message - From: "JP Cafaro" To: "Struts Users Mailing List" Sent: Monday, July 12, 2010 2:18 PM Subject: Re: Help Struts2 + interceptor The action ha

Re: Help Struts2 + interceptor

2010-07-12 Thread JP Cafaro
The action has to be a part of that package, it has to extend that package. Fabio Alves de Araujo Ebner - DnaSolution wrote: Hi, i need help to use interceptor, i create one to test if the user are logged in my application until he execute one Action, but when the server pass throw interceptor

Re: Help, struts 2.1.8 with Struts 2 Full Hibernate Plugin 2.1.3 GA

2010-05-17 Thread Dale Newfield
On 5/16/10 6:50 PM, Fabio Perfetti wrote: Oh! sorry...but i resolved!! all day trying and the problem was that i allocat the dipendenteDao in the method, but i must allocate it as an attribute of action. So i put in the action private DipendenteDAO dipendenteDao = new DipendenteService(); and i

RE: Help, struts 2.1.8 with Struts 2 Full Hibernate Plugin 2.1.3 GA

2010-05-16 Thread Martin Gainty
EntityManager em = factory.createEntityManager(); //create the query from the EntiryManager Query q = em.createQuery( "select i from " + Item.class.getName() + " i where i.name like :itemName" ); String itemName="foobar"; //itemName cannot be null q.setParameter( "names", itemName )

Re: Help, struts 2.1.8 with Struts 2 Full Hibernate Plugin 2.1.3 GA

2010-05-16 Thread Dale Newfield
On 5/16/10 1:13 PM, Fabio Perfetti wrote: Hi! I am having problems with struts 2.1.8 and the plugin for integrate hibernate. java.lang.NullPointerException at it.tesina.model.DipendenteService.getByUsername(DipendenteService.java:42) public Dipendente getByUsername(String username){ Dipende

Re: Re: Help with S:Select

2009-12-04 Thread aruna . hcu
the below code works to make the select option required. If nothing is selected displays the provided message. In validation.xml !(user.department).equals("1") Please select a department. -- This message was sent on behalf of aruna

Re: Help me design this struts, please

2009-12-02 Thread emil thushanga
Do you know how to setup initial project files you want, This may be helpful to you if you very basic = mvn archetype:create -DgroupId=org.apache.struts -DartifactId=struts2-archetype-starter -DarchetypeGroupId=org.apache.struts -DarchetypeArtifactId=struts2-archety

Re: Help me design this struts, please

2009-12-01 Thread Saeed Iqbal
Yes i can send u a project where i did that at this point i dont have time to do all that for you On Tuesday, December 1, 2009, A. Lotfi wrote: > > Hi, > > > > I have a small project and I am new in struts : > > > > DB Tables : > > User (userId, UserName,...,...) > > Roles(userId, Rolename,.) >

Re: Help with Combobox

2009-09-27 Thread roriveram
Help me whit this code: Struts.xml: /tags/iteratedemo.jsp /tags/iteratedemo.jsp The combobox is empty... why? Juan Pablo Pizarro wrote: > > Thanks!! > > It works fi

Re: Help requested

2009-09-05 Thread Paweł Wielgus
Hi, read this [1] it might help. [1] http://poulwiel.blogspot.com/2009/09/config-browser-plugin-in-struts2.html Best greetings, Paweł Wielgus. 2009/9/5 measwel : > > I installed convention plugin, moved pages to WEB-INF/content and removed my > action mappings in xml. Linking to a page works. >

Re: help: struts2 validators doesn't work in java 1.6

2009-07-22 Thread Wes Wannemacher
Validation works fine for me... From looking at the exception, I would guess that your validation file has unparseable XML. Can you post some more information? We'll help you sort it out. -Wes On Wed, Jul 22, 2009 at 1:55 AM, gwen harold autencio wrote: > Hi > > > > Any workaround on validation o

Re: Help with a redirect

2009-07-17 Thread Dave Newton
Is it actually not being set on the action, or is this just the normal log message for parameters that don't exist in the result? Dave Security Management wrote: OK, tried adding the "parse" param, and still no luck... statusAjax

RE: Help with a redirect

2009-07-17 Thread Security Management
OK, tried adding the "parse" param, and still no luck... statusAjax ${door.id} true -Original Message- From: Security Management [mailto:list

RE: Help with JSP and javascript

2009-07-14 Thread Martin Gainty
Good Morning Mike http://www.prototypejs.org/api/ajax/updater could you illustrate how the prototype JS function works in struts? are you using a plugin? how would struts identify and create the 'items' container for 1st parameter illustrated here: new Ajax.Updater('items', '/items', { paramet

RE: Help with JSP and javascript

2009-07-14 Thread Security Management
For the record, here's what works. Thanks for the help. Mike. -Original Message- From: Wes Wannemacher [mailto:w...@wantii.com] Sent: Friday, July 10, 2009 3:03 PM To: Struts Users Mailing List Subject: Re: Help with JSP and javascript There is a way to escape quotes in OGNL

Re: Help with JSP and javascript

2009-07-10 Thread dusty
Security Management wrote: > > Can someone suggest a way to do this: > > onclick='$("").request(); return false;'/> > > I have tried a bunch of ways, but always wind up with the in the resulting HTML, rather than '$("form1").submit()' like I need. > > Thanks > > >

RE: Help with JSP and javascript

2009-07-10 Thread Martin Gainty
den Inhalt uebernehmen. > From: w...@wantii.com > To: user@struts.apache.org > Subject: Re: Help with JSP and javascript > Date: Fri, 10 Jul 2009 15:03:08 -0400 > > There is a way to escape quotes in OGNL... I thought I had a sample sitting > around somewhere but I am not fi

Re: Help with JSP and javascript

2009-07-10 Thread Wes Wannemacher
t #foo is. > > > -----Original Message- > From: Wes Wannemacher [mailto:w...@wantii.com] > Sent: Friday, July 10, 2009 12:09 PM > To: Struts Users Mailing List > Subject: Re: Help with JSP and javascript > > On Friday 10 July 2009 11:49:04 Security Management wrote: > &

RE: Help with JSP and javascript

2009-07-10 Thread Security Management
nd 'door3', which is what #foo is. -Original Message- From: Wes Wannemacher [mailto:w...@wantii.com] Sent: Friday, July 10, 2009 12:09 PM To: Struts Users Mailing List Subject: Re: Help with JSP and javascript On Friday 10 July 2009 11:49:04 Security Management wrote

Re: Help with JSP and javascript

2009-07-10 Thread Wes Wannemacher
On Friday 10 July 2009 11:49:04 Security Management wrote: > Can someone suggest a way to do this: > > onclick='$("").request(); return false;'/> > > I have tried a bunch of ways, but always wind up with the in the resulting HTML, rather than '$("form1").submit()' like I need. > >

Re: help please

2009-07-07 Thread taj uddin
we are using struts2.0 and xworks2.0.6 so your solutrion does not apply for us. --- On Tue, 7/7/09, Wes Wannemacher wrote: From: Wes Wannemacher Subject: Re: help please To: "Struts Users Mailing List" Date: Tuesday, July 7, 2009, 9:29 AM Which version of Struts/XWork are you u

  1   2   3   4   5   6   7   8   >