[JBoss Seam] - Re: Any experiences with the Tomahawk components?
by japplicoon
"bfo81" wrote : Sorry, but if you use JSP this might be correct. But for Facelets you do defintely need an extra *.taglib.xml file plus an entry in the web.xml referencing that file.
Hi, bfo81!
Did you get your sandbox components running with facelets and seam? I have tomahawk up and running, but if I do the very same thing with the sandbox libraries (SNAPSHOT-1.1.5, just like tomahawk), facelets ignores any <s:xxxx/> tag, that is, prints it out as is. In the logs I see that the faces-config in the sandbox jar is read, but the libariy doesn't seem to be loaded ....
The sandbox-SNAPSHOT.jar is in place, the sandbox.taglib.xml too, it is referenced in web.xml, the namespace is mapped in the xhtml file.
Too keep the first test simple, I tried the <s:inputSuggest/> tag, without Ajax or thelike.
Any idea?
Which version of the sandbox do you use with which taglib.xml? Perhaps
Thank you : )
sonja
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976298#3976298
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3976298
19 years, 7 months
[JBoss Seam] - Problem with ResourceBundle using Seam
by lara
I have a method inside a java class which looks as follows:
protected static String readProperty(String propertyName, String bundleName) {
String value = ResourceBundle.getBundle(bundleName).getString(propertyName);
if (value == null) {
throw new MissingResourceException("Property not found", bundleName,
propertyName);
}
return value;
}
I am getting an exception:
Caused by: java.util.MissingResourceException: Can't find bundle for base name af_delegate, locale en_US
where af_delegate is the bundleName
Where should the af_delagte.properties file be located and how can I point to it?
The hierarchy of my project in Eclipse looks as follows (I'm using Seam):
ProjectName/af/core/src => java class including the method
ProjectName/resources/af/af_delagate.properties
Please help!
Regards,
Lara
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976295#3976295
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3976295
19 years, 7 months
[JBoss Portal] - JBoss Portal 2.2.2.CR1 released
by julien@jboss.com
JBoss Portal 2.2.2.CR1 has been released, you can get it at http://sourceforge.net/project/showfiles.php?group_id=22866&package_id=84...
Release Notes
| ** Bug
| * [JBPORTAL-888] - Phalanx theme does not take in account the maximized region
| * [JBPORTAL-891] - Client that don't accept to join the session using cookies cannot login
| * [JBPORTAL-909] - Improper initialization of JBossPortalPermissionFactory in clustered configuration.
| * [JBPORTAL-960] - Hibernate domain configuration files do not declare properly the column constraints
| * [JBPORTAL-979] - ActionResponse.sendRedirect(String location) should work with HTTPS
| * [JBPORTAL-1033] - PortletContainer added logging causes class loading issues.
| * [JBPORTAL-1036] - Portlet container uses a log4j logger that use the portlet class name as category which leads to create a logger and prevent that portlet to uses its own logger factory
|
| ** Task
| * [JBPORTAL-881] - Compatibility with Hibernate 3.2 (count returns Long) and back compatibility.
| * [JBPORTAL-901] - Make namespace constant accross invocations
| * [JBPORTAL-913] - Update the JBoss logo in the default CMS content to more appropriate
| * [JBPORTAL-967] - Upgrade ehcache version to 1.2.2
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976283#3976283
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3976283
19 years, 7 months