Platform: iPlante 6.0 (sp2 on Solaris, sp1 on Windows for dev)
JVM: 1.2
Struts: 1.2
IDE: IntelliJ 5

I have structs running, but some things don't seem to work (like the JSTL
support), but a more important break is the reading of the message
properties file. In my struts config I have the following entry:

<message-resources parameter="com.wh.downy.resources.MessageResources"
null="false" />

At the moment, this resource contains the following (actually two copies,
one just .properties and the other named _en_US.properties):

errors.header=<div><ul>
errors.footer=</ul></div>
errors.prefix=<li>
errors.suffix=</li>
prompt.email=Your e-mails do not match.
ppi_form.firstName=Please give your first name.

IntelliJ properly sees them as a bundled resource and both show up inthe
class path under /WEB-INF/classes under the app space on the server. But
when I use <html:errors /> in a JSP, errors appear one after another and
not in a <ul>. Further, if I try to use a message in a validator, I just
get ??message_name_en_US???. How do I get Struts to see the bundle? How
can I debug to see? If I run it under Tomcat 5, all is well?

Thanks,

Bryon





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to