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
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
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
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
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
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.
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
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
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
-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
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
--- 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
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
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
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
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
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
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
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
19 matches
Mail list logo