Re: Missing message for key "welcome.title" in bundle "(default bundle)" for locale es

2010-11-10 Thread bladu
I think there are several problem (1)You have defined the same message key in different resource bundle (ApplicationResource and MessageResources). This may be not a good way to maintenance resource (2) is not very good. The resource bundle should be reference by base name, and the suffix will

Re: Missing message for key "welcome.title" in bundle "(default bundle)" for locale es

2010-11-10 Thread bladu
Hi Steven and Li, I have found out that my locale is [es]. But the problem still continues because, when I create the Welcome Struts application in Netbeans, In the package com.myapp.struts there is a default properties file create called ApplicationResource.properties, which has in English. we

Missing message for key "welcome.title" in bundle "(default bundle)" for locale es

2010-11-09 Thread bladu
Hi, I have created a project basic project in Struts (Welcome Struts). In the package com.myapp.struts (which is ubicated in the Source files) y create a properties file called MessageResources_es_ES, which has the following content: welcome.title=Holamundo Struts welcome.heading=Bienvenida! wel

Re: Taglib to refence html in Struts 1.3.8

2009-12-01 Thread bladu
Solved. Thanks Mark Mark Shifman wrote: > > <%@ taglib uri="http://struts.apache.org/tags-html"; prefix="html"%> > seems to work for me > > bladu wrote: >> Hi, >> >> I would be very grateful If somebody

Taglib to refence html in Struts 1.3.8

2009-12-01 Thread bladu
Hi, I would be very grateful If somebody could say to me what is the Struts taglib equivalent in Struts 1.3.8 to the taglib below allocated in Struts 1.2 <%@ taglib uri="http://jakarta.apache.org/struts/tags-html"; prefix="html"%> Thanks Regards -- View this message in context: http://ol