Re: How to produce valid HTML output with the html:tags

2006-04-27 Thread Nikolaj Berntsen
Peter Neu wrote: >Hello, > >in an effort to clean up my site I try to do everything by the W3C standard. > >I threw out all design tables and other useless crap but now one problem >remains and it's related to Struts. All tags generate a tag >which is not closed. Like this: > > > >Because the t

Re: [ANN] JAVAWUG BOF XVI Videos Available Now!

2006-05-01 Thread Nikolaj Berntsen
>From: Peter Pilgrim [mailto:[EMAIL PROTECTED] >Sent: Friday, April 28, 2006 4:01 AM >To: [EMAIL PROTECTED]; Maven Users List; Struts Users Mailing >Subject: [ANN] JAVAWUG BOF XVI Videos Available Now! > >Phil Zoio presents "Strecks: Java 5 extension framework for Struts" >http://video.google.com

Re: How to POST data to an external site from an action?

2006-05-02 Thread Nikolaj Berntsen
Frank W. Zammetti wrote: >Hi Martin, > >Have a look at Commons HTTPClient: > >http://jakarta.apache.org/commons/httpclient/ > > I did not know that one, I use webconversation from http://httpunit.org which real powerful but might be be overkill. Cheers, /\/ ---

[OT] Re: hibernate

2006-05-06 Thread Nikolaj Berntsen
Manopriya Jagadeesan , Tidel Park - Chennai wrote: >Hi all, > I need a good start for hibernate.Can anyone suggest some good links? > > 1. hibernate.org really has good info. 2. the documentation with myeclipse on hibernate is also pretty good (you can download the trial and

Re: How can I transfer a file to a struts based web application f rom a java application

2006-06-22 Thread Nikolaj Berntsen
Shoukat, Faisal wrote: >Thanks, but I don't see how JFileChooser will help - my application >can already obtain a File what I don't get is how to transfer the file >via http to be processed by the struts application. > > I am pretty happy with httpunit.org, not just for unit testing, but as a ge