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

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

2007-05-25 Thread Jiang, Peiyun
I don't have any working code now, but I think you can do it like this: (1) add your list as an array on the form. private YourBean[] yourlist = null; public YourBean[] getYourlist() { return yourlist; } public void setYourlist(YourBean[] yourlist)

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

2007-05-25 Thread Forsberg, Mike
Something you might consider, the Date object not only contains the time, but also the date. Joda - http://joda-time.sourceforge.net/ - is a good API for time structures. Far superior to the Date class in Java, because it has: - LocalTime class that represents time only. - Period class for repres

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
This code produced the following error: [ServletException in:/form/MetricDisplayViewOnly.jsp] Unable to compile class for JSP An error occurred at line: 54 in the jsp file: /form/MetricDisplayViewOnly.jsp Generated servlet error: [javac] Compiling 1 s

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 normally displa