Re: Converting Java Code in JSP to JSTL

2004-06-28 Thread Eric Schneider
Can you use the JSTL tags to call static API? Something like this: Is this possible? Thanks, Eric On Jun 26, 2004, at 5:48 AM, Pedro Salgado wrote: On 04/06/26 1:33, "Michael McGrady" <[EMAIL PROTECTED]> wrote: Looks like a test, Caroline! At 05:20 PM 6/25/2004, Caroline Jen wrote: I was told that

Re: NPE iterating over form error messages

2004-06-28 Thread Eric Schneider
Oops. Figured it out. I was putting a string literal in the ActionError constructor instead of message resource references. Sorry for the noise. Thanks, Eric On Jun 28, 2004, at 2:00 PM, Eric Schneider wrote: Hi, I'm getting a error that I'm a bit confused about. I believe I

NPE iterating over form error messages

2004-06-28 Thread Eric Schneider
Hi, I'm getting a error that I'm a bit confused about. I believe I'm doing everything properly. A NullPointerException is thrown (trace pasted below) when using the tag. Here's what I've done step by step. In my form bean, I have a validate method that creates a list of ActionErrors.

multiple submit buttons/one form

2004-06-27 Thread Eric Schneider
Hi, What is best approach using Struts for a forms that have multiple submit buttons. Is it possible to bind actions to submit buttons instead of forms? Ideally, I'd like each submit button to execute different actions. Looking at the docs, a solution hasn't jumped out at me. This is som

Re: Recommend Struts Plugins for Eclipse?

2004-06-25 Thread Eric Schneider
The JBoss eclipse plugin is way helpful. Here's an article on how to set it up. http://www.devx.com/opensource/Article/20242 Cheers, Eric On Jun 25, 2004, at 1:15 PM, e-denton Java Programmer wrote: I am converting from Kawa to Eclipse. Anyone have Eclipse plugins they recommend for Struts, Tomcat,