[JBoss Seam] - Unexpected rendering
by Vjger
Hi to all.
This is a question arising from testing jsf 1.2_04 and JBoss 4.2.1GA.
I don't use Seam but I don't know where post this message else.
The question is:
I've isolated the JBoss Jsf from my war via jboss-web.xml.
My managed bean's method forwards this jsp:
|
| <body>
|
| <f:view>
|
| <h:form>
|
| <h:commandLink action="#{tipologicaStandardForm.modifyingPage}" value="Outside dataTable"></h:commandLink>
|
|
|
| <h:dataTable value="#{tipologicaStandardForm.elencoRecord}" var="tipologicaStandard">
|
| <h:column>
|
| <h:commandLink action="#{tipologicaStandardForm.modifyingPage}" value="#{tipologicaStandard.code}"></h:commandLink>
|
| </h:column>
|
| <h:column>
|
| <h:commandLink action="#{tipologicaStandardForm.modifyingPage}"><h:outputText value="#{tipologicaStandard.description}"/> </h:commandLink>
|
| </h:column>
|
| </h:dataTable>
|
|
| <h:commandButton value="#{messagesBundle.insert}" action="#{tipologicaStandardForm.modifyingPage}"></h:commandButton>
|
| </h:form>
|
| </f:view>
|
| </body>
|
|
You can read that there are three <h:commandLink action="#{tipologicaStandardForm.modifyingPage}"... one outside datatable, the other two inside.
The datatable works correctly but, only the first link goes to server and call the "modifyingPage" method.
The others are rendered as simple anchor.
Is this a recognized bug?
Must I configure Jboss in some way?
Thanks in advance.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4091146#4091146
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4091146
18Â years, 6Â months
[JBoss Seam] - Accessing HttpSession in Jboss Seam
by ojio_bis
We are in the process of migrating a complex application written in Coldfusion
to J2EE.
My company has a vision of moving the apps to Jboss + RHL platform.
We choose Jboss seam as our web framework.
As the first step we want to first start with doing the new functionalities (Completely new enhancements) in Jboss seam and integrate this with the existing coldfusion app.
Coldfusion MX runs in Jboss and java apps can happily share session across. So with conventional jsp model + frames I can work this out by floating the session across coldfusion and jsp.
We have done a POC and this works.
I think idea behind seam was to move out of explicit session handling.
But still is there anyway I can access the HttpSession to float the state across coldfusion and Jboss Seam application.
Thanks a lot
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4091140#4091140
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4091140
18Â years, 6Â months
[Tomcat, HTTPD, Servlets & JSP] - Tomcat page flow issus
by jbosexplorer
Hi There,
I'm using Jboss 4.2.1 comes with Tomcat 5.x I reckon. I've some page flows developed using Weblogic workshop and I've migrated to Tomcat compatible page flows with Weblogic Portability Kit. When I deploy the Web application in JBoss, I'm getting the following error. could anybody help me to sort out this issue?
Many thanks for your time.
javax.management.AttributeNotFoundException: Cannot find attribute redirectStreams
at org.apache.tomcat.util.modeler.ManagedBean.getSetter(ManagedBean.java:531)
at org.apache.tomcat.util.modeler.BaseModelMBean.setAttribute(BaseModelMBean.java:408)
at org.jboss.mx.server.RawDynamicInvoker.setAttribute(RawDynamicInvoker.java:70)
at org.jboss.mx.server.MBeanServerImpl.setAttribute(MBeanServerImpl.java:608)
at org.jboss.web.tomcat.service.JBossWeb.startService(JBossWeb.java:434)
at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4091127#4091127
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4091127
18Â years, 6Â months