Re: pls help: tomcat 6 /struts 1.x hang

2008-08-21 Thread Randy Burgess
I would check on a Tomcat list since Struts 1.x is used in production in literally millions of web apps and they work perfectly well. Regards, Randy Burgess Sr. Software Architect D5 Systems, LLC > From: john lee <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List > Date: Thu, 21 Aug 2008

Re: pls help: how to upload file if use struts 1.x

2008-03-05 Thread Antonio Petrelli
2008/3/5, john lee <[EMAIL PROTECTED]>: > Could any expert tell me how to upload file if use struts 1.x? any example > will be greatly appreciate. Google "struts file upload" and the first result is: http://www.roseindia.net/struts/strutsfileupload.shtml Antonio

Re: pls help: struts 1.x /dynaValidatorForm/String[] type

2007-09-10 Thread john lee
HI Paul, But, i put initial="20" inside struts-config.xml, when execute, system still give me the error message that is the following: Error creating form bean of class org.apache.struts.action.DynaValidatorForm java.lang.NullPointerException. tks ur help john Paul Be

Re: pls help: struts 1.x /dynaValidatorForm/String[] type

2007-09-10 Thread Paul Benedict
struts-config. see the dtd On 9/10/07, john lee <[EMAIL PROTECTED]> wrote: > > Hi Paul, > > after i add initial="20" into struts-config.xml, execution still > complain about NullPointerException. > > After i add initial="20" into validation.xml, initial="20" . > when i bounce the server

Re: pls help: struts 1.x /dynaValidatorForm/String[] type

2007-09-10 Thread john lee
Hi Paul, after i add initial="20" into struts-config.xml, execution still complain about NullPointerException. After i add initial="20" into validation.xml, > Any expert can give me your hands? > > i have an DynaValidatorFrom as following: > > inside struts-config.xml > > > org.apache

Re: pls help: struts 1.x /dynaValidatorForm/String[] type

2007-09-10 Thread john lee
tks for your kind help, but add initial="20" inside struts-config.xml or validation.xml? what else i need to do ? tks in advance john Paul Benedict <[EMAIL PROTECTED]> wrote: You need to allocate array space. For example, add an initial="20" attribute to the property.

Re: pls help: struts 1.x /dynaValidatorForm/String[] type

2007-09-09 Thread Paul Benedict
You need to allocate array space. For example, add an initial="20" attribute to the property. On 9/9/07, john lee <[EMAIL PROTECTED]> wrote: > > Any expert can give me your hands? > > i have an DynaValidatorFrom as following: > > inside struts-config.xml > >org.apache.struts.action.DynaVal

Re: Pls help me to find Struts 1.0.2 binary, library and source

2007-09-02 Thread Joey Watson
Wendy , Thank you very much. On 9/3/07, Wendy Smoak <[EMAIL PROTECTED]> wrote: > On 9/2/07, Joey Watson <[EMAIL PROTECTED]> wrote: > > > I have to find Struts 1.0.2 Binary Distribution, Struts 1.0.2 Library > > Distribution and > > Struts 1.0.2 Source Code Distribution for a project, but I didn't

Re: Pls help me to find Struts 1.0.2 binary, library and source

2007-09-02 Thread Wendy Smoak
On 9/2/07, Joey Watson <[EMAIL PROTECTED]> wrote: > I have to find Struts 1.0.2 Binary Distribution, Struts 1.0.2 Library > Distribution and > Struts 1.0.2 Source Code Distribution for a project, but I didn't find > it on apache website(http://archive.apache.org/dist/jakarta/struts/binaries/), > o

Re: pls help - > how to use document.getElementsByTagName inside html:text

2007-04-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 John, john lee wrote: > plain html file > > i can use javascript to access "input" tag by > document.getElementsByTagName("INPUT"); > > but for struts html file > > i can not use javascript to access "input" t

Re: pls help - > how to use document.getElementsByTagName inside html:text

2007-04-16 Thread john lee
dave, tks ur reply. when i test plain html file with input tag document.getElementsByTagName("INPUT").length>0 when i test struts html file with html:text tag document.getElementsByTagName("INPUT").length=0 any clue? tks john Dave Newton

Re: pls help - > how to use document.getElementsByTagName inside html:text

2007-04-16 Thread Dave Newton
--- john lee <[EMAIL PROTECTED]> wrote: > plain html file > > i can use javascript to access "input" tag by > document.getElementsByTagName("INPUT"); > > but for struts html file > > i can not use javascript to access "input" tag > by either document.getEle

Re: pls help

2006-06-15 Thread Jorge Martín Cuervo
El jue, 15 de 06 de 2006 a las 01:52, Ceena Bose escribió: > hi, > > pls help me solve the following. > > 1)paging using struts you can use displaytag http://displaytag.sourceforge.net/11/ in your action: List data = new ArrayList(); data.add("1"); data.add("2"); data.add("3"); d

Re: pls help

2006-06-14 Thread paz . periasamy
Hello Ceena, These requirements are not Struts specific. 1. paging using struts Ans: I believe that you are trying to develop pagination in your screens. This totally depends on your business requirement. 2) need to open a popup window within another pop up window. Ans: This is Javascript logi

RE: Pls help me - want to show HTML o/p

2005-01-18 Thread Manisha Sathe
I got the answer after search on google - it is escapeXml=:false" Thanks for your support regards Manisha Manisha Sathe <[EMAIL PROTECTED]> wrote: no i am not using bean write. Actually what i am passing is StringBuffer Array to JSP from Action (name arroddsdata). Currently using JSTL - wh

RE: Pls help me - want to show HTML o/p

2005-01-18 Thread Manisha Sathe
no i am not using bean write. Actually what i am passing is StringBuffer Array to JSP from Action (name arroddsdata). Currently using JSTL - whether here i can make use of filter ? I tried to use but then what name / property shall i give ? it's giving me error. regards Manisha VAN BROECK

RE: Pls help me - want to show HTML o/p

2005-01-18 Thread VAN BROECK Jimmy
If you use a tag like you should include following attribute . -Original Message- From: Manisha Sathe [mailto:[EMAIL PROTECTED] Sent: dinsdag 18 januari 2005 8:09 To: user@struts.apache.org Subject: Pls help me - want to show HTML o/p I want to create one report with lots of different

Re: Pls help on request parameter

2004-04-17 Thread Prashanth.S
hi... this is because when u forward to next page ur request parameter will go as "country=nepal&bhutan" but it will be interpreted as "country=nepal"&bhutan where country and bhutan becomes 2 name pairs...so urlencode that value and than decode it cheers prashanth sougata <[EMAIL PROTECTE

Re: Pls help on request parameter

2004-04-17 Thread birendar . waldiya
User   URLEncoder  and URLDecoder  to encode & decode the variable wher the paramater are having character &  etc .. BTW Nepal  & Bhutan aret ow separate country. Birendar Singh Waldiya "sougata" <[EMAIL PROTECTED]> 17-04-04 05:16 PM Please respond to "Struts Users Mailing List" <[EMAI