Re: Tools to develope Struts webapplications

2004-09-05 Thread Anders Jacobsen
Thank you all for your feedback. Anders > Ive used eclipse and never looked back :), for plugins just take a > look at http://eclipse-plugins.2y.net > > -you may use lomboz plugin for jsp/jstl/j2ee projects > -you can search > http://eclipse-plugins.2y.net/eclipse/search.jsp?query=struts for > st

ExceptionHandler handles, but no error output in JSP(tiles)

2004-09-05 Thread O. Oke
Help please! I have just integrated ExceptionHandler into struts-config.xml file. It now appears to handle exceptions (because stack trace is no longer displayed in browser, when there is an error) but no error is output in JSP. My jSP (TILES) has tags for actionErrors and ActionMessages, which o

How to iterate forEach in reverse order?

2004-09-05 Thread Axel Seinsche
Hi all, I have a forEach loop which iterates from startValue to endValue, which works fine. But forEach wants me that startValue is smaller than endValue. If I want to iterate from a bigger value down to a smaller it's not possible. I tried to switch start and end value but without success. Eve

Re: Tools to develope Struts webapplications

2004-09-05 Thread Matteo Miraz
Ok, I understand and agree with you, but what you use to develop with struts? You just edit the xml config files with a notepad? I'm looking for something that helps me using struts... On Sat, 04 Sep 2004 19:35:19 -0400, Rick Reumann <[EMAIL PROTECTED]> wrote: > Juan Alvarado wrote: > > > That i

Re: Tools to develope Struts webapplications

2004-09-05 Thread Michael McGrady
Matteo Miraz wrote: Ok, I understand and agree with you, but what you use to develop with struts? You just edit the xml config files with a notepad? I'm looking for something that helps me using struts... Not sure what you mean by "helps me". I personally like to use simple editors like VI and Te

ot: domains for sale: strutsplus.com, netbean.net, netsql.com, etc.

2004-09-05 Thread Vic
on ebay: http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=5719124329 good luck. -- Please post on Rich Internet Applications User Interface (RiA/SoA) - To unsubscribe, e-mail: [EMAIL PROTECTED] For addit

Re: Tools to develope Struts webapplications

2004-09-05 Thread Bill Siggelkow
For XML editing I use the "XML Buddy" Eclipse plug-in -- using the DTD it validates the XML and also supports content-assist. Matteo Miraz wrote: Ok, I understand and agree with you, but what you use to develop with struts? You just edit the xml config files with a notepad? I'm looking for someth

Message-resources parameter setting for struts 1.2

2004-09-05 Thread Lai Boon Hui
In struts 1.1, struts-confgi.xml we declare properties file setting using: but in struts 1.2, it has become: as seen in struts-blank.war. I tried to extract and recompile and redeploy this war file and it didn't work like the properties file is not recognized. It only worked when i revert to st

Re: Message-resources parameter setting for struts 1.2

2004-09-05 Thread Michael McGrady
Lai Boon Hui wrote: In struts 1.1, struts-confgi.xml we declare properties file setting using: but in struts 1.2, it has become: as seen in struts-blank.war. I tried to extract and recompile and redeploy this war file and it didn't work like the properties file is not recognized. It only worked

Re: ExceptionHandler handles, but no error output in JSP(tiles)

2004-09-05 Thread Michael McGrady
O. Oke wrote: Help please! I have just integrated ExceptionHandler into struts-config.xml file. It now appears to handle exceptions (because stack trace is no longer displayed in browser, when there is an error) but no error is output in JSP. My jSP (TILES) has tags for actionErrors and ActionMess

Re: Message-resources parameter setting for struts 1.2

2004-09-05 Thread Lai Boon Hui
I am just playing around with struts-blnak.war that comes with all dist. The structure is like: C:. |---META-INF |---pages |---WEB-INF |---classes | |--resources |---lib |---src |---java |---resources where application.properties file is in the resources folder. Thus when you set the application

Re: Message-resources parameter setting for struts 1.2

2004-09-05 Thread Michael McGrady
Lai Boon Hui wrote: I am just playing around with struts-blnak.war that comes with all dist. The reason that the references to resources works is that the references really refer to the files in question. Just any old name won't do. So, if you use a file name that is totally different from the