This week's giveaways are in the
MongoDB
and
Jobs Discussion
forums.
We're giving away four copies of
Mongo DB Applied Patterns
and 4 resume reviews from
Five Year Itch
and have the authors/reps on-line!
See
this thread
and
this one
for details.
A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
Win a copy of
Mongo DB Applied Patterns
this week in the
MongoDB
forum
or a resume review from
Five Year Itch
in the
Jobs Discussion
forum!
JavaRanch
»
Java Forums
»
Frameworks
»
Struts
Author
struts-config controller element
Jessica Doe
Ranch Hand
Joined: Dec 11, 2003
Posts: 32
posted
Oct 23, 2004 07:06:00
0
Hi!
What's wrong with this? I get a parsing error.
<!DOCTYPE struts-config PUBLIC
"-//Apache Software Foundation//DTD Struts Configuration 1.2//EN"
"http://struts.apache.org/dtds/struts-config_1_2.dtd">
.
.
.
</action-mappings>
<controller
maxFileSize="50K"
nocache="true"
tempDir="WEB-INF/upload" />;
<message-resources parameter="Messages" null="false"/>
.
.
.
[ October 23, 2004: Message edited by: Jessica Doe ]
Jessica Doe<br /> <br />C# Online.NET<br /> <a href="http://wiki.csharp-online.net/" target="_blank" rel="nofollow">http://wiki.csharp-online.net/</a>
Ray Stojonic
Ranch Hand
Joined: Aug 08, 2003
Posts: 326
posted
Oct 23, 2004 08:54:00
0
if the semicolon is really in your file,
tempDir="WEB-INF/upload" />
;
you'll need to remove it
Jessica Doe
Ranch Hand
Joined: Dec 11, 2003
Posts: 32
posted
Oct 23, 2004 09:14:00
0
It really was!
Thanks a bunch!
I agree. Here's the link:
http://jrebel.com/download
subject: struts-config controller element
Similar Threads
Struts error
problem in struts example
controller tags in RequestProcessor's class
Cannot find ActionMappings or ActionFormBeans collection
Exception creating bean of class
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter