Re: Debugging struts applications with eclipse

2006-10-25 Thread Ulrich Elsner
On 10/25/06, Joe Yuen <[EMAIL PROTECTED]> wrote: Can anyone tell me how to debug an application running under tomcat? Is there any special setup I have to do in eclipse? A popular method consists of using the sysdeo plugin for Eclipse (http://www.sysdeo.com/eclipse/tomcatplugin). If you then

Re: Action called multiple times

2006-07-11 Thread Ulrich Elsner
Hi, just to be sure: in the Action, you do a return null; if everything is successful? Everything else looks ok [1] or at least shouldn't trick Struts into rerunning the action. You might want to set the ContentType in the response, though. Ulrich [1] that is, looks just like my code, which j

Re: What JDK version are you using?

2006-01-23 Thread Ulrich Elsner
I am using a minimum of JDK 1.4 for my Struts based applications. 1.5 has recently been approved so I am considering moving them to Tiger if I can find a good reason to do so (i.e., not migrating just for the sake of newness). Ulrich ---

Re: OT: Best AJAX framework

2005-11-11 Thread Ulrich Elsner
On 11/11/05, Rafael Nami <[EMAIL PROTECTED]> wrote: > http://dojotoolkit.org/~alex/dojo/trunk/demos/widget/Fisheye.html > > WOW! +1 > > 2005/11/11, Martin Cooper <[EMAIL PROTECTED]>: > > > > netsql wrote: > > > Just to be difere

Passing an array of fields to ActionForm

2005-11-08 Thread Ulrich Elsner
}); LazyList will automatically increase the size of the list as needed. Hope that helps, Ulrich On 11/8/05, Agnisys <[EMAIL PROTECTED]> wrote: > Will it be posible for you to send some more core around the code snippets > you have shown in &g

Re: Passing an array of fields to ActionForm

2005-11-07 Thread Ulrich Elsner
Hi, I found that the easiest way to do this is to use LazyLists. (cf. http://wiki.apache.org/struts/StrutsCatalogLazyList). You can then work just as you with fixed lists. An example: in my jsp I have something like ... (Note the indexed="true"). I have a javascript function that creates

Re: displaying JSP errors on screen

2005-08-22 Thread Ulrich Elsner
Hi, are you using tiles as well? I experienced the same problem some time ago, but only in tile-based .jsp, not in 'pure' jsp. I could not pinpoint the exact time when this started since I wasn't working on the display part at that time but one of the bigger changes I did shortly before I noticed

Re: Why interface

2005-08-10 Thread Ulrich Elsner
On 8/10/05, Laurie Harper <[EMAIL PROTECTED]> wrote: > Carl Smith wrote: > > In Java/J2EE community, it seems that a lot of experienced developers tend > > to use a lot of interfaces, however, a lot of junior developers ignore > > using interface. I am not sure why interfaces seem to be favorite

Performance profiling

2005-05-26 Thread Ulrich Elsner
Apache 1.3 webserver. Regards, Ulrich Elsner - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [OT] Document Conversion from Word to PDF, etc.

2005-04-03 Thread Ulrich Elsner
On Apr 1, 2005 6:39 PM, Dakota Jack <[EMAIL PROTECTED]> wrote: > Anyone with document conversion (Word --> PDF, etc) Struts programs > out there? What is recommended? Cocoon, ? Thanks. Some months ago we researched exactly this problem, so I'll summarize our results. We wanted to transform

Re: gzip compression on HTML

2005-02-23 Thread Ulrich Elsner
is not possible, at least to the application server (see e.g. http://www.onjava.com/pub/a/onjava/2003/11/19/filters.html ). Regards, Ulrich Elsner On Tue, 22 Feb 2005 20:40:34 +0100, Mark <[EMAIL PROTECTED]> wrote: > Hi there, > > I am fairly new to Struts and was wondering how

Re: How to view the actual HTTP generated by a struts action.

2005-01-11 Thread Ulrich Elsner
Yet another tool that might be worth checking out is Fiddler ( ttp://www.fiddlertool.com/fiddler/ ) a free tool (Windows only :-( ) that I found quite helpful when analyzing HTTP traffic. Regards, Ulrich Elsner On Mon, 10 Jan 2005 17:47:21 -0500, Bryce Fischer <[EMAIL PROTECTED]>

Tiles and .jsp Error reporting

2004-10-21 Thread Ulrich Elsner
her just fixes the problem. Any ideas? Regards, Ulrich Elsner - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]