Open Source Forum software

2003-06-16 Thread Dimitar Georgievski
I'm looking for java based open source forum software. Something like eForum but that integrates with Struts. Is there anything like that available? thanks, dimitar - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional com

Re: how to submit Unicode text in Struts/JSP?

2003-06-07 Thread Dimitar Georgievski
ay, June 07, 2003 2:45 PM Subject: Re: how to submit Unicode text in Struts/JSP? > http://www.anassina.com/struts/i18n/i18n.html > > I heard Struts 1.2 may incorporate this in the future. > > -Dan > > - Original Message - > From: "Dimitar Georgievski"

Re: Newbie Q: Cannot load JDBC driver class using Datasource Connection

2003-06-07 Thread Dimitar Georgievski
I would put the JAR files of the JDBC driver in the lib folder of the application. It works in my case. dimitar - Original Message - From: "Mark Galbreath" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Saturday, June 07, 2003 2:03 PM Subject: RE: Newbie Q

how to submit Unicode text in Struts/JSP?

2003-06-07 Thread Dimitar Georgievski
hi, I'm trying to submit Unicode encoded to a search engine through a web client developed is Struts. Each JSP page of the Web client sets the page encoding using the following HTML statement: After the submission, in the Action servlet, I compare the request with what I would expect to receiv