I have the same problem in case: of one page with list of entities and checkboxes where entities are injected in an action component in Map<MyEntity, Boolean> object.
| <rich:dataTable d="userTasksList" rows="30" value="#{userTasksList}" var="task">
| <f:facet name="header">
| <rich:columnGroup>
| <h:column>
| </h:column>
| <h:column>
| <h:outputText value="Name" />
| </h:column>
| </rich:columnGroup>
| </f:facet>
|
| <h:column>
| <h:selectBooleanCheckbox value="#{selectedTasks[task]}" />
| </h:column>
|
| <h:column>
| #{task.name}
| </h:column>
| </rich:dataTable>
|
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4059152#4059152
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4059152
Hi all,
I have jboss 4.0.1 that is installed on server .Jboss i have deplyoed all my beans.Now from in my machine i have installed tomcat 5.0.28 in which i have deployed my web application.This entire web application is in struts.
Now from the web application when i am trying to call the beans on jboss(installed on server) i am getting the following error
Exception in Caching the datajava.lang.Exception: javax.naming.CommunicationException: Failed to connect to server 127.0.0.1:6640 [Root exception is javax.naming.ServiceUnavailableException: Failed to connect to server 127.0.0.1:6640 [Root exception is java.net.ConnectException: Connection refused: connect]
can anybody help me?
is there any settings to be made in jboss?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4059144#4059144
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4059144