Re: struts editor

2008-06-10 Thread Mike Jennings
If you don't understand how to use the configuration files, then all the editor will do is get you in trouble. Felipe Lorenz wrote: I dont know.. exist one for NetBeans.. but is beta.. https://nbstruts2support.dev.java.net/ But, if you find one, PLEASE tell us... On Tue, Jun 10, 2008 at 4:46

Re: Newbie question

2008-03-18 Thread Mike Jennings
I like KGBInternet.com. They are affordable and will provide you with the services that you need. maitre wrote: Hi, I'm trying to find a decent hosting company that supports STRUTS 2. Are there any recommendations? Thanks, Ed --

Re: authentication question

2008-03-18 Thread Mike Jennings
I use Acegi security to make sure that all of my pages are secure. I find it very flexiable, but not always easy to configure. If you are already using spring as you IoC, then you might as well take advantage of Acegi. Jeromy Evans wrote: I've been told that some older containers don't allow

Re: servletOutputStream in S2 action

2008-02-07 Thread Mike Jennings
example, but will probably have to have a modify it slightly so that your action will have a getter and setter to pass a output stream to the result type. In the result type you can write the output stream to the response output stream. Mike Jennings bhaarat Sharma wrote: Hello I have a S2

Re: problem in accessing get parameter in struts 2 [when using interceptor]

2008-01-08 Thread Mike Jennings
Could you give some more information like what version of struts2 are you using and what is the application server and version? Mike Jennings Unnikrishnan wrote: HI I am new to struts2 . I have a problem in accessing get parameter. for example I am working on my local machine and I have the

Re: Struts 2.0.5 - Oracle 10g R3 App server problem

2008-01-08 Thread Mike Jennings
I had this same issue when using struts 2.0.5 with OC4J 10.1.3.1. This issue has now been fixed and I have tested it when using struts 2.0.11 and above. Upgrade your struts release and the problem should be fixed. Mike Jennings VJ22 wrote: Hi, Our application has to be deployed on a

Re: development.mode = true

2007-12-11 Thread Mike Jennings
You have a form value on the page called _checkbox_dna that is being set to a string value, but there is no getter or setter in your action to map this value to. It is nothing to worry about right now. Alberto A. Flores wrote: Folks, When I set the property "development.mode" to "true" I rec

Re: Problem passing parameters do action...parameters remain displayed

2007-12-11 Thread Mike Jennings
Try to make your url action as follows and see if this works better. Paranoid_Fabio wrote: Hi everyone. I'm new to Struts and i'm developing a web application. I've a page with 3 links. Every link call the doPurchase action, but each passes a different amount.Here's the snippet of

Re: Poor Performance & Hangs in IE

2007-12-10 Thread Mike Jennings
If you are using the static functions like dojo, then extract it into your public html directory so that they are not loaded from the jar. Then turn off loading the resources static. Dave Mills wrote: I've got a Struts 2.0.11 app running on Sun Web Server 7.1, which I recently re-wrote from

Re: Struts 2.0.11 + Tiles

2007-12-07 Thread Mike Jennings
Looks like you don't have apache commons-digester in your classpath Rodrigo Pereira wrote: I got more information. 07/12/2007 18:15:55 org.apache.catalina.core.StandardContext listenerStart SEVERE: Exception sending context initialized event to listener instance of class org.apache.struts2.tile

Re: Struts 2.0.11 + Tiles

2007-12-06 Thread Mike Jennings
What is the exception that you are getting? Rodrigo Pereira wrote: Hi, I am facing an issue trying to use struts 2.0.11 + tiles. When I insert the following information in my web.xml I get an exception: org.apache.struts2.tiles.StrutsTilesListener Have anybody faced the same issue here befo

Re: [S2] Struts 2 JSP & servlet dependency

2007-06-18 Thread Mike Jennings
Jason, I am using Oracle Applicaiton Server 10.1.3.2 and eveything works great except for the fact that I cannot send GET requests or URL parameters to map to the action servlet when they are called. I seem to have this same problem when running webworks 2.4 but to get around this I use the WebW

Re: URL Parameters not working in Struts 2.0.6

2007-06-15 Thread Mike Jennings
4j bug? On 6/15/07, tom tom <[EMAIL PROTECTED]> wrote: > What exactly the tag you are using, > Better to use the url tag with param which does the > encoding properly > > Thanks > --- Mike Jennings <[EMAIL PROTECTED]> wrote: > > > Can anyone tell me why

Cannot pass url parameters with oc4j

2007-06-14 Thread Mike Jennings
I am trying to run the blank-struts application in jdeveloper 10.1.3.1 and the application is not recognizing the url parameters passed to the action. Is anyone else having this issue?

URL Parameters not working in Struts 2.0.6

2007-06-14 Thread Mike Jennings
Can anyone tell me why this is happening to me. I am using jdeveloper 10g as my development platform. I want to call a action with a url parameter. ex: someaction.action?id=123 but in my action where i have a getter and setter for id it is not being picked up. Could this be a issue with oc4j