[JBoss Seam] - Re: IceFaces new dev build is out & example seam app.
by avbentem
...two excerpts from ReadMe.txt and UsingICEfacesWithSeam.html included with the demo:
anonymous wrote : Note: As of the ICEfaces 1.6.0 DR#2 release ICEfaces has been tested to work with Seam v1.1.6. Due to Seam API changes introduced in Seam 1.2 that break backwards-compatibility support for Seam 1.2 is not available in this release, but will be provided in subsequent releases.
|
(but the Seam 1.1.6 runtime libs are included in the demo EAR, so no sweat for the demo), and:
anonymous wrote : The source code for the application is located in the seam-comp-showcase.jar (inside the seam-comp-showcase.ear)
Also note that the EAR is built using JDK 6, so when running into "java.lang.UnsupportedClassVersionError: Bad version number in .class file" you'll need to run JBoss using a newer JDK.
Arjan.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4030529#4030529
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4030529
19Â years, 1Â month
[JBoss Portal] - how to get reqest parameter [multi lang -for Big5 (taiwan
by kevnlin
help me
when I submit this jsp page (input chinese word)
the portlet class is show ???? , not my language
this is my portlet class
public void processAction(JBossActionRequest req, JBossActionResponse resp) throws PortletException, PortletSecurityException, IOException
{
opmode= req.getParameter("opmode");
// if(opmode == null ){opmode="list";}
// resp.setProperty("opmode",opmode);
resp.setRenderParameter("opmode",opmode);
opname=req.getParameter("opname"); if(opname == null){opname="";}
opdesc=req.getParameter("opdesc"); if(opdesc == null){opdesc="";}
disable=req.getParameter("disable"); if(disable == null){disable="";}
oplink=req.getParameter("oplink"); if(oplink == null){oplink="";}
oid=req.getParameter("oid"); if(oid == null){oid="";}
resp.setRenderParameter("oid",oid);
this is my jsp
<%@ page language="java" contentType="text/html;charset=MS950" import ="kevn.page.*,java.util.*,org.gotdns.fedora.vo.*,java.lang.*,javax.rmi.PortableRemoteObject,javax.naming.*,java.beans.*,javax.naming.InitialContext, java.util.Hashtable"%>
<%@ taglib uri="/WEB-INF/portlet.tld" prefix="portlet" %>
<%@ taglib uri="/WEB-INF/portal-lib.tld" prefix="n" %>
<%@ taglib uri="http://jakarta.apache.org/taglibs/i18n-1.0" prefix="i18n" %>
<i18n:bundle baseName="i18n-test" id="bundle"/>
<%@ page isELIgnored ="false" %>
<portlet:defineObjects/><%renderResponse.setTitle(bundle.getString("op_title"));%>
<form name="form1" action="<portlet:actionURL > <portlet:param name="opmode" value="addup"/></portlet:actionURL>" method="post">
<i18n:message key="op_tadd"/>
<a href="<portlet:renderURL portletMode="VIEW">
<portlet:param name="opmode" value=""/>
</portlet:renderURL>">
<i18n:message key="op_opname"/>
<i18n:message key="op_disable"/>
<i18n:message key="disableY"/>
<i18n:message key="disableN"/>
<i18n:message key="op_oplink"/>
<i18n:message key="op_opdesc"/>
<input type="reset" name="Submit" value="<i18n:message key="op_canceladd"/>" class="portlet-form-button">
<input type="submit" name="Submit2" value="<i18n:message key="op_submitadd"/>" class="portlet-form-button">
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4030519#4030519
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4030519
19Â years, 1Â month
[JBoss jBPM] - Re: go download jPDL 3.2.GA, it's good for you
by RomeuFigueira
Hi Tom, great work!
One question tough:
The jbpm-console needs a few tables that are not (at least to me) included in the "jbpm-jpdl-3.2.GA\db" scripts.
Personaly I use Oracle, and I can't find in any other script these tables, needed by the jbpm-identity module:
anonymous wrote :
| - JBPM_ID_GROUP
| - JBPM_ID_MEMBERSHIP
| - JBPM_ID_PERMISSIONS
| - JBPM_ID_USER
Now, I know that these tables do exist, I've found them in the "\jbpm-jpdl-3.2.GA\server\server\jbpm\data\hypersonic\jbpmDB.script" used by the test server.
But even in the "\jbpm-jpdl-3.2.GA\db\jbpm.jpdl.hsqldb.sql" they are not present.
In the 3.1.x version we could get them (different names though) through the ant task, but here as the db files are allready provided we cannot.
So, how can I get an "official" version of these tables for use in a "non-test" server?
Thanks
PS, Yes I now how to convert the hsqldb sql to Oracle, but I'm sure this issue will be brought up again.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4030518#4030518
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4030518
19Â years, 1Â month