I am using jbosscc-seam-archtype 1.2 and I am putting the application.xml in EAR project, under /src/main/application/META-INF/ but the maven-ear-plugin is not picking it up. any suggestion?
does anyone know any good site which talks about Spring 3 and Seam 2 integration. I am really strugglin开发者_开发技巧g to find something on this on the net. we are thinking about moving to spring 3 f
We included a page with ui:include. And when a button is clicked we want to rerender ui:included page too. Here is parent page;
We are currently using seam framework. And we have a little trouble with annotating entities. We have a Deal entity that has a Tag entity child. We annotated entities as following;
Th开发者_如何学JAVAe same question Use message bundle in Java class with Seam but what when you need use a parametric property like:
I have a RichFaces pick开发者_JS百科List from which the user should be able to select multiple items and it should be directly reflected on the backing bean. Right now I have no way to reload selectio
I have to integrate the Facebook social plugins into a JSF application. This recommends that I add the fbml namespace to the xhtml file that it\'s rendered in the response.
we have a WAR packaged web application which works on a development machine. It consists of Java EE 5 + Seam 2.2.1 + Hibernate 3.3.1. It uses an Oracle 10g XE database and runs on the latest Tomcat 6
I am using rich:suggestionbox. Select a suggestion from the suggestion box Then save my form It raises the validation error saying rich suggestionbox Conversion Error setting value \'568-UNIMED-2005
I cannot seem to find where is @DataModel and @Data开发者_如何学运维ModelSelection in Seam3 (as opposed to Seam2). In what Seam module are they defined? If their name has been changed, what is it curr