SV: What is the best way to pass a parameter to a forward? Create a utility class

2004-03-16 Thread Tommy Holm - TELMORE
Some time ago this question has been asked before and someone showed some utility class code. I used the code and created a class like this: import java.util.HashMap; import java.util.Hashtable; import java.util.Iterator; import java.util.Map; import org.apache.struts.action.ActionForward; /**

SV: What is the best way to pass a parameter to a forward? Create a utility class .Client code

2004-03-16 Thread Tommy Holm - TELMORE
meddelelse- Fra: Tommy Holm - TELMORE Sendt: 16. marts 2004 13:48 Til: Struts Users Mailing List Emne: SV: What is the best way to pass a parameter to a forward? Create a utility class Some time ago this question has been asked before and someone showed some utility class code. I used the code

SV: Iterating List

2004-03-10 Thread Tommy Holm - TELMORE
bean:write name=myString/ /logic:iterate /Tommy -Oprindelig meddelelse- Fra: Daniel Henrique Alves Lima [mailto:[EMAIL PROTECTED] Sendt: 10. marts 2004 06:21 Til: Struts Users Mailing List Emne: Re: Iterating List How about this ? logic:iterate id=myString name=myform property

SV: Struts Workflow - Questions ?

2004-03-03 Thread Tommy Holm - TELMORE
implemented it. Hope this helps, if you have more questions feel free to ask! Cheers Tommy -Oprindelig meddelelse- Fra: Joanne L Corless [mailto:[EMAIL PROTECTED] Sendt: 2. marts 2004 18:16 Til: [EMAIL PROTECTED] Emne: Struts Workflow - Questions ? Hi, I'm trying to resolve

SV: How to create an include which calls an action: jsp:include page=some action Really need help : The Answer!

2004-02-26 Thread Tommy Holm - TELMORE
Tommy -Oprindelig meddelelse- Fra: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sendt: 25. februar 2004 21:31 Til: Tommy Holm - TELMORE Emne: SV: How to create an include which calls an action I'm getting the following error. Can you send me an usage example. I wonder if controller action

jsp:include page=some action Really need help

2004-02-25 Thread Tommy Holm - TELMORE
but is there anyway around this or a common strategy to achieve this. Any help is greatly appreciated. Cheers Kind regards Tommy Cheers /Tommy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

SV: jsp:include page=some action Really need help

2004-02-25 Thread Tommy Holm - TELMORE
execute() method instead of an ActionForward - or are you already doing that? Niall - Original Message - From: Tommy Holm - TELMORE [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, February 25, 2004 1:07 PM Subject: jsp:include page=some action Really need help Hi everyone. I

SV: How to create an include which calls an action

2004-02-25 Thread Tommy Holm - TELMORE
15:39 Til: Struts Users Mailing List Emne: Re: How to create an include which calls an action Did anyone figure out how to do this? Giri SENji. -Tommy Holm - TELMORE [EMAIL PROTECTED] wrote: - To: [EMAIL PROTECTED] From: Tommy Holm - TELMORE [EMAIL PROTECTED] Date: 02/23/2004 10

How to create an include which calls an action

2004-02-23 Thread Tommy Holm - TELMORE
). The problem is that after the include, the rest of the JSP page is not rendered. It does somehow make sense but is there anyway around this or a common strategy to achieve this. Any help is greatly appreciated. Cheers Kind regards Tommy

SV: Struts Actions Forms Actions - ?????????

2004-01-26 Thread Tommy Holm - TELMORE
once had the problem that we implement a token test on form submits to catch client double submits, well that's great when you update data but when you just view data it's not needed! Cheers Tommy -Oprindelig meddelelse- Fra: Vinicius Carvalho [mailto:[EMAIL PROTECTED] Sendt: 26. januar

SV: SV: Struts Actions Forms Actions - ?????????

2004-01-26 Thread Tommy Holm - TELMORE
on form submits to catch client double submits, well that's great when you update data but when you just view data it's not needed! Cheers Tommy -Oprindelig meddelelse- Fra: Vinicius Carvalho [mailto:[EMAIL PROTECTED] Sendt: 26. januar 2004 17:07 Til: [EMAIL PROTECTED] Emne: Struts Actions

Logic:iterateTag

2003-12-05 Thread Tommy Holm - TELMORE
of the collection that the iterate tag is iteration over ? Any help is greatly appreciated. Thanks Cheers Tommy Holm, System Developer TELMORE A/S - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

State change before form validation

2003-11-25 Thread Tommy Holm - TELMORE
set before form validation Cheers and regards Tommy Holm, System Udvikler TELMORE A/S Carl Gustavsgade 3, 2630 Taastrup Telefon 70218700, Mobil 22582344 www.telmore.dk - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

logic:iterate JspException

2001-09-06 Thread TOMMY
ame="tommySelectForm" scope="request" forward name="success" path="/tommy_Select.jsp"/ /action Exception----- Root cause of ServletException javax.servlet.jsp.JspException: Cannot find bean ddd in scope null Thanks Tommy