Re: [OT] Recommend a hosting company

2009-09-22 Thread erikweber
Maybe when I become rich and famous. HAHAHAHAHA :) -Original Message- >From: Musachy Barroso >Sent: Sep 22, 2009 8:58 PM >To: Struts Users Mailing List >Subject: Re: [OT] Recommend a hosting company > >> don't get it for $20-$40 per month :) > >true story :) > >On Tue, Sep 22, 2009 at 5:

Re: [OT] Recommend a hosting company

2009-09-22 Thread Musachy Barroso
> don't get it for $20-$40 per month :) true story :) On Tue, Sep 22, 2009 at 5:56 PM, Greg Lindholm wrote: > I would also recommend EC2, we use it for our production servers, but you > don't get it for $20-$40 per month :) > > On Tue, Sep 22, 2009 at 5:47 PM, Musachy Barroso wrote: > >> I woul

Re: [OT] Recommend a hosting company

2009-09-22 Thread Greg Lindholm
I would also recommend EC2, we use it for our production servers, but you don't get it for $20-$40 per month :) On Tue, Sep 22, 2009 at 5:47 PM, Musachy Barroso wrote: > I would recommend you to look into Amazon EC2(biased opinion) > > musachy > > On Tue, Sep 22, 2009 at 11:01 AM, wrote: > > H

Re: Nullpointerexception s:select tag on name="alist[#status.index].something"

2009-09-22 Thread Musachy Barroso
can you debug it and see what is actually null? It seems like a bug. That being said, I am building 2.1.8 as we speak, so if you are planning to upgrade, it might be worth waiting a bit. musachy On Tue, Sep 22, 2009 at 3:44 PM, Anandkris wrote: > OgnlValueStack -- "Hey you! Would you help me

Nullpointerexception s:select tag on name="alist[#status.index].something"

2009-09-22 Thread Anandkris
Hi, I recently upgraded struts from 2.0.11 to 2.1.6 for our App. Almost everything works. But I recently got a nullPointerException on the select tag though it was working fine for 2.0.11. "children" is a list and I am trying to set name and age for each element in the children list. In the follo

Re: [OT] Recommend a hosting company

2009-09-22 Thread Musachy Barroso
I would recommend you to look into Amazon EC2(biased opinion) musachy On Tue, Sep 22, 2009 at 11:01 AM, wrote: > Hello. I have been inactive on this list for years but used to post a lot > before I moved primarily into Swing development. > > I need a good place to set up a web application. I h

Re: [OT] Recommend a hosting company

2009-09-22 Thread Paweł Wielgus
Hi all, i'm using server pronto and rose hosting, one of the cheapest solutions. Best greetings, Paweł Wielgus. 2009/9/22 : > Thanks for all the replies folks! > > > -Original Message- >>From: erikwe...@mindspring.com >>Sent: Sep 22, 2009 2:01 PM >>To: user@struts.apache.org >>Subject:

Re: [OT] Recommend a hosting company

2009-09-22 Thread erikweber
Thanks for all the replies folks! -Original Message- >From: erikwe...@mindspring.com >Sent: Sep 22, 2009 2:01 PM >To: user@struts.apache.org >Subject: [OT] Recommend a hosting company > >> >I need a good place to set up a web application. -

Missing configuration resource for path /org/apache/struts/tiles/chain-config.xml when deploying on jboss using struts 1.3.8

2009-09-22 Thread David Sharp
I'm hoping someone here can help me figure out what is going on with my project. I have an ear structured as follows (apologies for the ASCII art tree diagrams): edalrs.ear |-lib | |-struts-core.jar | |-struts-extras.jar |-edalrs-web.war The war file has the following structure: edalrs-web.wa

Re: ActionMapper Wiki doc error

2009-09-22 Thread Wes Wannemacher
We had renamed the redirectAction result a while back but a lot of that logic was hard-coded into the default action mapper. I had it open to fix some bug (https://issues.apache.org/struts/browse/WW-3129) so I went ahead and updated it to use the camelCase as well. This changed happened after 2.1.6

Re: [OT] Recommend a hosting company

2009-09-22 Thread Greg Lindholm
Take a look at slicehost http://www.slicehost.com/ I'm using it for a small side project and it's been rock solid. On Tue, Sep 22, 2009 at 2:01 PM, wrote: > Hello. I have been inactive on this list for years but used to post a lot > before I moved primarily into Swing development. > > I need a g

Re: ActionMapper Wiki doc error

2009-09-22 Thread Greg Lindholm
Nope. I'm running 2.1.6 and looking at the 2.1.6 DefaultActionMapper source code and it says "redirect-action". There were other changes like the "redirectAction" result name that happened as part of the 2.1.6 release. On Tue, Sep 22, 2009 at 1:56 PM, Musachy Barroso wrote: > wasn't that change

[OT] Recommend a hosting company

2009-09-22 Thread erikweber
Hello. I have been inactive on this list for years but used to post a lot before I moved primarily into Swing development. I need a good place to set up a web application. I have modest needs but also some special needs perhaps: 1) Tomcat. 2) JDBC database (MySQL would be great but it could be

Re: ActionMapper Wiki doc error

2009-09-22 Thread Musachy Barroso
O_o On Tue, Sep 22, 2009 at 10:57 AM, McDowell, Paula wrote: > Figures it came directly from LS. . . I want to send an email too. > > -Original Message- > From: Musachy Barroso [mailto:musa...@gmail.com] > Sent: Tuesday, September 22, 2009 12:57 PM > To: Struts Users Mailing List > Subjec

RE: ActionMapper Wiki doc error

2009-09-22 Thread McDowell, Paula
Figures it came directly from LS. . . I want to send an email too. -Original Message- From: Musachy Barroso [mailto:musa...@gmail.com] Sent: Tuesday, September 22, 2009 12:57 PM To: Struts Users Mailing List Subject: Re: ActionMapper Wiki doc error wasn't that changed before 2.1.6? On Tu

Re: ActionMapper Wiki doc error

2009-09-22 Thread Musachy Barroso
wasn't that changed before 2.1.6? On Tue, Sep 22, 2009 at 10:25 AM, Greg Lindholm wrote: > OK so this is a change.  Since the wiki isn't versioned I suggest it needs a > note explaining in 2.1.6 and earlier the prefix is "redirect-action".   (I > also hope this change gets noted in the release no

Re: How to prevent validations from running?

2009-09-22 Thread Dennis Atkinson
Greg, Thanks for the reply. In going through the tag reference, I find I can also say "action=SomeOther" and that will also redirect to that action class without hitting the execute() method. I didn't know about putting a redirect-action in the "name" field so I'm going to try a few different

Re: ActionMapper Wiki doc error

2009-09-22 Thread Greg Lindholm
OK so this is a change. Since the wiki isn't versioned I suggest it needs a note explaining in 2.1.6 and earlier the prefix is "redirect-action". (I also hope this change gets noted in the release notes when it is released since it will break existing code.) On Tue, Sep 22, 2009 at 12:50 PM, W

Re: ActionMapper Wiki doc error

2009-09-22 Thread Greg Lindholm
Ok, it appears I can edit now. Thanks. On Tue, Sep 22, 2009 at 12:10 PM, Musachy Barroso wrote: > Hi Greg, I could edit it, but I want to get this permission problem > sorted out, can you try again and let me know if you can edit? > > thanks > musachy > > On Tue, Sep 22, 2009 at 8:50 AM, Greg Li

Re: ActionMapper Wiki doc error

2009-09-22 Thread Wes Wannemacher
This changed between 2.1.6 and now... I updated DefaultActionMapper to use redirectAction (since everywhere else refers to it that way). The docs are wrong because it is a snippet that points to the source. -Wes On Tue, Sep 22, 2009 at 12:10 PM, Musachy Barroso wrote: > Hi Greg, I could edit it,

RE: FreeMarker Tags Help - setup

2009-09-22 Thread Martin Gainty
Greg Matt is a intelligent resource (and quite friendly too) i would try to get ahold of Matt directly m...@raibledesigns.com feel free to pingback for any questions/comments thanks, Martin Gainty __ Please do not alter/modify or disrupt this trans

Re: ActionMapper Wiki doc error

2009-09-22 Thread Musachy Barroso
Hi Greg, I could edit it, but I want to get this permission problem sorted out, can you try again and let me know if you can edit? thanks musachy On Tue, Sep 22, 2009 at 8:50 AM, Greg Lindholm wrote: > The wiki doc for ActionMapper [1] appears to have an error: the Redirect > Action prefix is do

ActionMapper Wiki doc error

2009-09-22 Thread Greg Lindholm
The wiki doc for ActionMapper [1] appears to have an error: the Redirect Action prefix is documented as "redirectAction" where the 2.1.6 DefaultActionMapper source code and javadoc [2] has it as "redirect-action". I tried to edit and fix the wiki but permission was denied. Can someone with permiss

Re: How to prevent validations from running?

2009-09-22 Thread Greg Lindholm
If you want to avoid going the the "execute" method then you can use a feature of DefaultActionMapper [1] and the submit button like this: This will cause a redirect to another action, in this example "CodeList". Or you can specify an alternate "execute" Method or Action on the submit button [2

Re: How to prevent validations from running?

2009-09-22 Thread Dennis Atkinson
Hi Greg. I am running Struts2; sorry I did not include that. The button is not causing a redirect; tt is invoking the "execute" method in the action class, and then the action class determines that button was pressed, and then returns the string "list", which the struts.xml file then uses to

Re: How to prevent validations from running?

2009-09-22 Thread Greg Lindholm
Are you running Struts 1 or 2? How is your button causing a redirect? On Tue, Sep 22, 2009 at 10:00 AM, Dennis Atkinson < dennisatkinson...@yahoo.com> wrote: > Hi all. > > I have a data entry page with a button to redirect to another page. > Problem is, pressing that button causes all validatio

RE: FreeMarker Tags Help - setup

2009-09-22 Thread Slonim, Greg (USAEO)
MMM... no, the result is a jsp, not ftl. I suppose I cannot mix and match, can I now? i.e. use jsp page and <@ tags on it? On a separate note, I suppose my biggest problem is that I am using the "app-fuse'd" version of Struts upgraded to 2.1.6 and somewhere along the customization line that Matt

How to prevent validations from running?

2009-09-22 Thread Dennis Atkinson
Hi all. I have a data entry page with a button to redirect to another page. Problem is, pressing that button causes all validations to run on every field in the page. I want to immediately get away from that page without having to enter data. I know that if I redirect to the "input" method,

RE: FreeMarker Tags Help - setup

2009-09-22 Thread Slonim, Greg (USAEO)
Hello and thank you for help. FYI for everyone Struts 2.1.6 uses a new set of filters (see showcase app) instead of old FilterDispatcher and cleanup. According to this (http://www.nabble.com/Struts-2.1.6%2C-Sitemesh---FreeMarkerPageFilter-t o21739507.html#a21789128) Mushachy recommends using new

RE: Struts2 - OGNL - access bean property in model object

2009-09-22 Thread Raghuveer.V
Hi Chris, I am able to resolve the issue by initializing the Bean object in Model when page loads. Action class //-- baen initialize --// this.cBookingFactorsModel.setCBookingFactorsBean(new CBookingFactorsBean()); JSP Page: But the error on server console is still seen.

Struts2 - Custom listner class/plugin during application startup

2009-09-22 Thread Raghuveer.V
I have a struts1 application calls a custom plugin during application startup. I am migrating struts1 to struts2.1.6. How and what are the possible ways struts1 custom plugin code can be implemented in struts2

Re: Problem with the jetty-maven plugin - error on hot redeployoment

2009-09-22 Thread wild_oscar
6.x worked well. By speaking with one of the Jetty developers I understood (sort of) what the issue was: there is/was an error in their Maven repository that identified a dead branch (beta3) as the latest version of the plugin (and the latest gets picked by default). After identifying the *actual*