Re: Strange behavior after upgrade

2009-11-21 Thread test mail
Dear frnd, I have never used strut 2 but if your using hibernate then u r supposed to flush your session to update your database. Regards D'Souza On Fri, Nov 20, 2009 at 5:13 AM, Thomas Sattler wrote: > Hello all. > > I have upgraded a Struts 2.0.11 project to 2.1.8, and I ha

Re: bean:parameter does not work for me with tomcat 5.0.28

2004-10-19 Thread mail
Never mind ... It was something about the document format. After converting from windows to unix things work fine. Converting back to windows and still working fine ... Strange but solved. Thanks, Chris mail wrote: Hi, I just encountered a strange problem using the tag with tomcat 5.0.28 In

bean:parameter does not work for me with tomcat 5.0.28

2004-10-19 Thread mail
ovide the param every time)? Or is it just me and I should change profession ;-) ? Any help is appreciated! Thanks, Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Create and submit POST form from Action

2004-09-15 Thread mail
ea "Code Samples" right below ".NET Code Samples" as the title "Java / AXIS Code Samples." DISCLAIMER - This was just a curious person's FYI, I do NOT work for PAYPAL nor have I used it in months/years. :) Regards, David -Original Message- From: mail [mail

Re: Create and submit POST form from Action

2004-09-15 Thread mail
n by specifing a form parameter). Regards, David -Original Message- From: mail [mailto:[EMAIL PROTECTED] Sent: Friday, September 10, 2004 11:12 PM To: Struts Users Mailing List Subject: Re: Create and submit POST form from Action Hey, Thanks for your thoughts! But that's not the part I can'

Re: Switching between HTTP and HTTPS

2004-09-15 Thread mail
ntony Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Fw: Iterate not work

2004-09-13 Thread mail
Hi, try to set the attribute in your page context: pageContext.setAttribute("qq", serverNames); This should do you the trick. Chris MaFai wrote: > > DearAll: > Alwaysthrowthefollowingexception > org.apache.jasper.JasperException:Cannotfindbeanaainanyscope > Here'sthecode >

Re: Protecting files question

2004-09-12 Thread mail
ey aren't entitled to see? How does one build security onto this type of app? TIA -Joe ----- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -----

Re: Collections, mental block

2004-09-11 Thread mail
Stuff happens ;-) Good luck! Chris [EMAIL PROTECTED] wrote: Thanks for the help. I wasn't instantiating a new object before adding it to the list. Just added the same one over & over. Duh! mail <[EMAIL PROTECTED]> wrote on 09/11/2004 03:48:57 PM: Well, the snippet below

Re: Collections, mental block

2004-09-11 Thread mail
To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Create and submit POST form from Action

2004-09-10 Thread mail
ttempt."); return (false); } // END RELEVANT CODE SNIPPETS Regards, David -Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: Friday, September 10, 2004 7:16 PM To: Struts Users Mailing List Subject: Re: Create and submit POST form from Action From: "ma

Re: Create and submit POST form from Action

2004-09-10 Thread mail
That's difinitely worth a big thanks! I'll try and see what they came up with. Thanks! Chris Wendy Smoak wrote: From: "mail" <[EMAIL PROTECTED]> I populate my cart, and paypal expects a POST form submission to present the user with the payment forms (register/login/

Re: Create and submit POST form from Action

2004-09-10 Thread mail
Thanks, I will! Chris Jim Barrows wrote: -Original Message- From: mail [mailto:[EMAIL PROTECTED] Sent: Friday, September 10, 2004 4:11 PM To: Struts Users Mailing List Subject: Re: Create and submit POST form from Action ;-) This is where I am right now. Confused as hell ...

Re: Create and submit POST form from Action

2004-09-10 Thread mail
of me. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Create and submit POST form from Action

2004-09-10 Thread mail
submission ... Thanks, Chris Jim Barrows wrote: -Original Message- From: mail [mailto:[EMAIL PROTECTED] Sent: Friday, September 10, 2004 3:28 PM To: Struts Users Mailing List Subject: Re: Create and submit POST form from Action Mmh, ok, I got the package, and had a closer look to it. But

Re: Create and submit POST form from Action

2004-09-10 Thread mail
. /tb. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Create and submit POST form from Action

2004-09-10 Thread mail
accomplish this task out of an action? Any hint is really highly appreciated! Thanks, Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Access to tiles-config_1_1.dtd

2004-04-14 Thread MyHotspotzz Mail
pril 14, 2004 10:28 AM Subject: Re: Access to tiles-config_1_1.dtd > set tiles-def.xml like : > > > "-//Apache Software Foundation//DTD Tiles Configuration 1.1//EN" >"http://www.jakarta.org/struts/dtds/tiles-config_1_1.dtd";> > > &g

Access to tiles-config_1_1.dtd

2004-04-14 Thread MyHotspotzz Mail
I was seeing a failure to find tiles definitions factory. I've tracked it down to the tiles-config_1_1.dtd not being accessable from the jakarta web site. I have a copy of the tiles-config_1_1.dtd in my WEB-INF folder. How do I get Tomcat to find it? J.R.