Re: [S2] FCKeditor

2007-07-03 Thread Andrew Stepanenko
would be updated together with the core lib, that would be great! Regards, -- Andrew Stepanenko, Software engineer, Ukrainian-Dutch Faculty of Economics and Management Ternopil State Economic University Shevchenko Street 9, Ternopil, 46000 UKRAINE Web: http://unf.tane.edu.ua On 7/3/07, Mark P

Re: Struts2 + FCKeditor

2007-04-17 Thread Andrew Stepanenko
Hello, we integrated FCKeditor with Struts 2.0.3 trunk I think. It was done the same way it is done in webwork 2.2.4 (http://opensymphony.com/webwork/). I just copied necessary files from Webwork source and renamed imports. You'll need to rebuild your struts jars. Regards, Andrew Stepanenk

Re: Empty request parameters with enctype set to "multipart/form-data"

2007-02-15 Thread Andrew Stepanenko
Hello, http://www.archivum.info/user@struts.apache.org/2007-02/msg00012.html Regards, Andrew Stepanenko On 2/15/07, Karsten Voges <[EMAIL PROTECTED]> wrote: Hi list, I downloaded Struts 2.0.5 (beta) and started developing of a small app (simple form submit) on Tomcat 5.5.17 (JDK 1.5

Re: [s2] file upload causing param problems

2007-01-31 Thread Andrew Stepanenko
web.xml multipart/form-data forms started to work as expected. Regards, Andrew Stepanenko P.S. 2.0.3 because we use a customized build with some additional tags in the tag library, so we don't follow latest struts2 releases quickly. On 1/30/07, bob <[EMAIL PROTECTED]> wrote:

[s2] switching locale without an action

2006-12-15 Thread Andrew Stepanenko
on, all tags returned the appropriate content for selected locale even on simple JSPs. Thank you, Andrew Stepanenko - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: STRUTS 2 . Populating values in Action

2006-12-06 Thread Andrew Stepanenko
<[EMAIL PROTECTED]> wrote: Yes i see this but its hard to understandmaybe if you know something that i can read... Hel!!! -Mensaje original- De: Andrew Stepanenko [mailto:[EMAIL PROTECTED] Enviado el: MiƩrcoles, 06 de Diciembre de 2006 09:38 a.m. Para: Struts Users Mailin

Re: STRUTS 2 . Populating values in Action

2006-12-06 Thread Andrew Stepanenko
Hello, have you looked at Type Conversion mechanism: http://cwiki.apache.org/WW/type-conversion.html ? Regards, Andrew Stepanenko, http://unf.tane.edu.ua On 12/6/06, Juan Espinosa <[EMAIL PROTECTED]> wrote: Hi to all, i have a cuestion about populatin values in an action. I have an

Re: [s2] and HTML content from DB

2006-11-22 Thread Andrew Stepanenko
ok, I found the solution: adding escape="false" to tag will do the work. On 11/23/06, Andrew Stepanenko <[EMAIL PROTECTED]> wrote: Hello, I have content stored in MySQL DB in HTML format, but when I try to display it in my page using tag, symbols '<' and

[s2] and HTML content from DB

2006-11-22 Thread Andrew Stepanenko
there any option to tell struts not to replace '<' and '>' while displaying content? In the DB HTML is stored normally in ASCII, so that is and not <br> . Thanks, Andrew Stepanenko - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: FCKeditor and alternatives...

2006-11-22 Thread Andrew Stepanenko
it's even easier to integrate it with Struts1. Use FCKeditor Java integration pack and provide the id in the tag the same as your property name in struts-config.xml. Andrew On 11/22/06, Joseph McGranaghan <[EMAIL PROTECTED]> wrote: I'm still using struts1 for now Andrew

Re: FCKeditor and alternatives...

2006-11-22 Thread Andrew Stepanenko
Hello, FCKeditor is very nice, but it was removed from Struts2 due to licensing issues. It is still integrated in Webwork. To make it a part of I had to port tag from Webwork into struts-tags tag library. Regards, Andrew Stepanenko, http://unf.tane.edu.ua On 11/22/06, Joseph McGranaghan

Re: [s2] building SVN trunk problem

2006-11-21 Thread Andrew Stepanenko
t; On 11/20/06, Andrew Stepanenko <[EMAIL PROTECTED]> wrote: >> Struts2 API seems to compile well, but when it gets to compiling >> Struts2 Core it complains about package >> com.opensymphony.xwork2.inject >> doesn't exist. The full maven2 error log is attached. &g

Re: [s2] building SVN trunk problem

2006-11-21 Thread Andrew Stepanenko
cd wherever/you/want/ $ svn co https://svn.opensymphony.com/svn/xwork/trunk xwork $ mvn clean install $ cd over/to/struts/struts2/ $ mvn clean install -Pall -- James Mitchell 678.910.8017 On Nov 20, 2006, at 8:38 AM, Wendy Smoak wrote: > On 11/20/06, Andrew Stepanenko <[E

Re: [s2] and FCKeditor

2006-11-21 Thread Andrew Stepanenko
Also, FCKeditor is far more feature rich than default dojo textarea. Regards, Andrew Stepanenko, Ternopil, UKRAINE On 11/20/06, Ted Husted <[EMAIL PROTECTED]> wrote: Isn't there a way to use the component tag to do that sort of thing? * http://struts.apache.org/2.x/docs/component.html -T

Re: [SOLVED] ???

2005-02-11 Thread Andrew Stepanenko
Thank you, Laurent! It works now! I had this idea previously but again it didn't work because I put a message string into the value atrribute of . And if to use this closing tag too everything is fine. Thanks! Andrew. Laurent wrote: Andrew Try something like... " If that doesn't work try this

Re: ???

2005-02-11 Thread Andrew Stepanenko
dress -Original Message- From: Andrew Stepanenko [mailto:[EMAIL PROTECTED] Sent: 11 February 2005 10:23 To: Struts Users Mailing List Subject: ??? Hello, all! Can anybody please tell why I can't get tag to display a message resource as its value so that text field appear on a page w

???

2005-02-11 Thread Andrew Stepanenko
ield instead of the internalized string. If I don't use action form and simply provide everything works fine and I can see the proper internalized string in the text field. But I need to use action forms. Thanks in advance, -- Andrew Stepanenko, Software engineer, Ukrainian-Dutch Facu

Re: Struts and Cewolf integration [SOLVED]

2004-11-04 Thread Andrew Stepanenko
eck out the URL-pattern that you have to define in web.xml hope this helps Alexander -Original Message----- From: Andrew Stepanenko [mailto:[EMAIL PROTECTED] Sent: Thursday, November 04, 2004 10:16 AM To: Struts Users Mailing List Subject: Struts and Cewolf integration Hello all! I have a webapp d

Struts and Cewolf integration

2004-11-04 Thread Andrew Stepanenko
Hello all! I have a webapp done with struts and I want to add some charts to it via Cewolf and JFreeChart. But to render images with cewolf you need to define a cewolf servlet in web.xml. How can this be done with struts if there is already the only servlet (ActionServlet) defined in web.xml for s

Re: EXTERNALIZE SQL QUERIES

2004-07-06 Thread Andrew Stepanenko
MAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] Hi, Take a look at iBATIS SQL Maps http://www.ibatis.com Regards, Andrew Stepanenko. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]