How to process Chinese characters?

2005-10-15 Thread Fei Jiangnan
Hi there, I got a problem when I input Chinese in JSP pages. I can input, but I cannot what saved in table, what can I convert the input to and how can I convert? Does struts take care of them? Thank you very much! Fei -

Re: Submit buttons getting their value

2005-10-15 Thread Martin Gainty
All Whatever solution is proposed is proferred based on the predilections and perhaps even the emotions of the author at the time of their proposal Accordingly I *believe* I have found an incredibly simple implementation of SubmitTag for use in your app which extends org.apache.struts.taglib.h

Re: Submit buttons getting their value

2005-10-15 Thread Dakota Jack
I guess you are not doing what I thought. If you were trying to use the access the multipart request in the Action, you cannot, if you have used an ActionForm. That is for sure. On 10/11/05, Richard Yee <[EMAIL PROTECTED]> wrote: > D.J., > Perhaps you should try it yourself. It works for me. > I

Re: logic:present and html:text tags problem

2005-10-15 Thread Michael Jouravlev
If Person object is null, he will get the same NPE. Nice thing about JSTL is that: * JSTL looks in different contexts; * JSTL does not throw NPE if accessed object was null Michael. On 10/15/05, Aldo Vadillo Batista <[EMAIL PROTECTED]> wrote: > It doesn't work because "person" is not declared in

Re: logic:present and html:text tags problem

2005-10-15 Thread Aldo Vadillo Batista
It doesn't work because "person" is not declared in Java. Maybe "person" is in session scope (or request scope). It's not a good solution using scriptlets but if you want, you have to put something like this: > > > > > > > >

Re: [Shale] managed-bean-name token

2005-10-15 Thread Ryan Wynn
[EMAIL PROTECTED] (Gary VanMatre) wrote on 10/14/2005 10:20:58 PM: > I did some more looking and you are right. The managedBeanName of a > nested Clay component is being ignored. > I'll put in a fix for this one. Good catch and thanks for your persistence. > Gary Gary, thanks for the help. I

Re: html post vs javascript onclick

2005-10-15 Thread Martin Gainty
Chris- The Struts TagLibs referenced at http://struts.apache.org/api/org/apache/struts/taglib/html/JavascriptValidatorTag.html builds JavaScript client validator based on the validation rules loaded by the ValidatorPlugIn defined in the struts-config.xml file. JSTL The JSTL details function ref

[ANN] Get a better handle on Struts actions, with Spring

2005-10-15 Thread Ted Husted
"Struts Recipes co-author George Franciscus is back with another great Struts integration recipe -- this time for importing Struts applications into the Spring framework. Follow along as George shows you how to revamp Struts actions so they can be managed just like Spring beans. The result is a boo

Migrating from Struts 1.0 to Struts 1.2.7

2005-10-15 Thread Thomas Joseph
Hi All, I m a newbie to struts. I want to know resources regarding migration from v1.0 to 1.2.7. There is already a good lot of material available with 1.0 --> 1.1 --> 1.2.4 -->1.2.7. However I would like to get them concise. Thanks in advance = Regar