RE: Migration of traditional servlet/JSP application to Struts 2

2009-09-18 Thread Peters, John
try to process requests that were meant for the servlets. To make this work I had all my struts requests use the '.action' suffix and set the struts filter mapping to match. On Thu, Sep 17, 2009 at 11:03 PM, Peters, John john.pet...@bcbsfl.comwrote: Hello, Does Struts 2 have a way to allow

Migration of traditional servlet/JSP application to Struts 2

2009-09-17 Thread Peters, John
Hello, Does Struts 2 have a way to allow a traditional servlet/jsp application to coexist with the Struts Action Model? I would like to allow my servlet to continue processing some requests while adding new jsp pages under the Struts implementation. Blue Cross Blue Shield of Florida,

RE: Struts get string and is boolean

2008-03-13 Thread Peters, John
Any ideas? -Original Message- From: Peters, John Sent: Friday, March 07, 2008 10:57 PM To: 'Struts Users Mailing List' Subject: Struts get string and is boolean Is it possible to have multiple methods for the same value? Then have the jsp either load a text box or a check box

RE: Struts get string and is boolean

2008-03-13 Thread Peters, John
Thankssorry I missed it..inbox was cluttered -Original Message- From: Dave Newton [mailto:[EMAIL PROTECTED] Sent: Thursday, March 13, 2008 9:27 AM To: Struts Users Mailing List Subject: RE: Struts get string and is boolean --- Peters, John [EMAIL PROTECTED] wrote: Any ideas

RE: Struts 2 scheduler

2008-03-12 Thread Peters, John
What kind of task, database cleanup? Does it occur every minute, hour, day? You might want to consider a stateless session EJB that implements a TimerService. Here are some examples http://www.theserverside.com/tt/articles/article.tss?l=MonsonHaefel-Colu mn4

RE: Struts 2 scheduler

2008-03-12 Thread Peters, John
] Sent: Wednesday, March 12, 2008 9:42 AM To: Struts Users Mailing List Subject: RE: Struts 2 scheduler --- Peters, John [EMAIL PROTECTED] wrote: What kind of task, database cleanup? Does it occur every minute, hour, day? You might want to consider a stateless session EJB that implements

RE: Advice on Handling From Validation

2008-03-08 Thread Peters, John
Why not use JavaScript for preliminary validation of the form? Sounds like your main issue is a user not entering a value in a field. -Original Message- From: Jon Wynacht [mailto:[EMAIL PROTECTED] Sent: Sat 3/8/2008 7:31 PM To: user@struts.apache.org Subject: Advice on Handling From

Struts get string and is boolean

2008-03-07 Thread Peters, John
Is it possible to have multiple methods for the same value? Then have the jsp either load a text box or a check box For example Depending the circumstance I load setValue(boolean) or setValue(String). Then can the jsp page create either a text box or a check box? Blue Cross Blue Shield of

Request.getAttribute

2007-11-01 Thread Peters, John
I'm new to struts. Setting request.setAttribute(status) in my Action.java, is there a tag to get it in the JSP page? To get around it I've been using %= request.getAttribute(status) % Status is not a class so I don't think it should be implemented as a bean. I've googled without any success Thanks

RE: Request.getAttribute

2007-11-01 Thread Peters, John
using? please display full JSP code so we can further assist you M-- - Original Message - From: Peters, John [EMAIL PROTECTED] To: Struts Users Mailing List user@struts.apache.org Sent: Thursday, November 01, 2007 7:37 AM Subject: Request.getAttribute I'm new to struts. Setting

RE: Request.getAttribute

2007-11-01 Thread Peters, John
: Request.getAttribute --- Peters, John [EMAIL PROTECTED] wrote: Setting request.setAttribute(status) in my Action.java, is there a tag to get it in the JSP page? Which version of Struts? If you're using a JSP 2.0 container ${status} should work, or you can explicitly scope it if you prefer. d

RE: Struts TLD Parse Error

2007-10-23 Thread Peters, John
Are you sure you're using a 1.1 jar? On 10/18/07, Peters, John [EMAIL PROTECTED] wrote: Good morning, Using Struts 1.1 running on WebSphere 6.1. Any ideas on the error below? I'm getting this same error for struts-html.tld, struts-nested.tld and struts-bean.tld. Thanks in advance for any

Struts TLD Parse Error

2007-10-18 Thread Peters, John
Good morning, Using Struts 1.1 running on WebSphere 6.1. Any ideas on the error below? I'm getting this same error for struts-html.tld, struts-nested.tld and struts-bean.tld. Thanks in advance for any help. [10/18/07 10:11:14:917 EDT] 0010 jsp E com.ibm.ws.jsp.taglib.TldParser