Re: Nested Struts

2007-06-23 Thread Asaf Paris Mandoki
dressed. If you have received this email message in error, please notify the sender immediately by telephone or email and destroy the original message without making a copy. Thank you. - Original Message - From: "Asaf Paris Mandoki" <[EMAIL PROTECTED]> To: Sent: Wednesday

Re: Nested Struts

2007-06-20 Thread Asaf Paris Mandoki
Is there a way to use the tag to call actions of other webapps deployed on the same container? Is there a way to get the result of an action from inside another action class? On 6/20/07, Asaf Paris Mandoki <[EMAIL PROTECTED]> wrote: I'm trying to make a web application that organizes a bunch o

Nested Struts

2007-06-19 Thread Asaf Paris Mandoki
I'm trying to make a web application that organizes a bunch of widgets. I want each widget to be programmed using struts and have it's own struts.xml. Each widget should be packed as a war file. I was told on an older thread that I could use a different name space for each widget and also that I

RE: Nested struts forms, dynamic allocation using javascript or ??

2007-05-25 Thread Jiang, Peiyun
} (2) display on page using tags (3) manipulate yourlist in Action. Peiyun -Original Message- From: Peter L. Berghold [mailto:[EMAIL PROTECTED] Sent: May 25, 2007 3:46 PM To: Struts Users Mailing List Subject: Nested struts forms, dynamic alloc

RE: Nested struts forms, dynamic allocation using javascript or ??

2007-05-25 Thread Forsberg, Mike
: Struts Users Mailing List Subject: Nested struts forms, dynamic allocation using javascript or ?? -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi folks, I've taken more than a couple stabs at trying to do this and failed. Miserably enough that I'm not going to even attempt to post my ef

Nested struts forms, dynamic allocation using javascript or ??

2007-05-25 Thread Peter L. Berghold
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi folks, I've taken more than a couple stabs at trying to do this and failed. Miserably enough that I'm not going to even attempt to post my efforts here.. they're really ugly. What I'm trying to create is a form that folks that are not all that com

RE: Nested Struts Tags

2004-12-11 Thread Vadim Petrenko
08, 2004 10:48 PM To: Struts Users Mailing List Subject: Re: Nested Struts Tags This code produced the following error: [ServletException in:/form/MetricDisplayViewOnly.jsp] Unable to compile class for JSP An error occurred at line: 54 i

Re: Nested Struts Tags

2004-12-08 Thread Lee Harrington
PROTECTED] > Sent: Wednesday, December 08, 2004 10:07 PM > To: [EMAIL PROTECTED] > Subject: Nested Struts Tags > > I'm in a conundrum. I have a page that normally displays a pick list. > Sometimes, though, I don't want folks to editso I just display > the values. &g

RE: Nested Struts Tags

2004-12-08 Thread Vadim Petrenko
Hi, Lee, Did you try ? Vadim. -Original Message- From: Lee Harrington [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 08, 2004 10:07 PM To: [EMAIL PROTECTED] Subject: Nested Struts Tags I'm in a conundrum. I have a page that nor

Nested Struts Tags

2004-12-08 Thread Lee Harrington
I'm in a conundrum. I have a page that normally displays a pick list. Sometimes, though, I don't want folks to editso I just display the values. But for picklists, I don't want to display the value, but what the pick list resolves to. I already have the "list" the picklist uses in the reque