[jboss-user] [JBoss Seam] - IPC JSF problems: caracter ', ' and parse date

2008-01-25 Thread dcshonda
Hi every one, I have a problem with IPC. I have two jsf portlets (A and B). I am sending a date from A to B. The data from A is coming from a SQL Server Database. I have two problems: 1. If I send three parameters and the first of them contains the caracter ',' ...the portletB makes a mess its

[jboss-user] [JBoss Seam] - IPC JSF problems: caracter ', ' and parse date

2008-01-25 Thread dcshonda
Hi every one, I have a problem with IPC. I have two jsf portlets (A and B). I am sending a date from A to B. The data from A is coming from a SQL Server Database. I have two problems: 1. If I send three parameters and the first of them contains the caracter ',' ...the portletB makes a mess its

[jboss-user] [JBoss Seam] - Re: convert parameter f:param with s:convertdatetime

2008-01-25 Thread dcshonda
I have the same problem. I tried the same. And I tried to convert date time after send it, but it does not work because it is a String. In the receiver: | | I want send date from A.xhtml to B.xhtml, and If I do this in A: | | #{messages.fecha_alta} |

[jboss-user] [JBoss Portal] - JSF Portlet + IPC

2008-01-22 Thread dcshonda
Hi everyone! Please, help me. I have a problem with IPC Portlets + JSF + Seam. I am new in JBoss Seam and portlets and I am not very sure, what I am doing bad... I have two JSF Portlets: Portlet A and Portlet B. I have a listener in portlet B, and it works fine. My problem is that I have a i

[jboss-user] [JBoss Seam] - Re: conversationId and IPC Portlets

2008-01-22 Thread dcshonda
Hi everyone! Please, help me. I have a problem with IPC Portlets. I have similar case. But my problem is that I cannot rerender portlet B. I have a listener in portlet B, and it works fine. My problem is that I have a in Portlet A, and I want to recibe a data in portlet B, when I push link i

[jboss-user] [JBoss Seam] - Re: Can Seam be configured to support JSP and Facelets in an

2007-12-12 Thread dcshonda
Hi everyone, I have a similar problem. I have tried your solutions, but it doesn´t work. My problem is that when I have a datatable in a portlet, and I want to see another page of the datatable, it redirect to faces/home.xhtml, and I don´t want that ir redirect to faces/... because I have my

[jboss-user] [JBoss Seam] - Re: Seam problems --> redirect to /faces/home.xhtml

2007-12-11 Thread dcshonda
| | ... | | index.html | | ... | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112000#4112000 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4112000 _

[jboss-user] [JBoss Seam] - Seam problems --> redirect to /faces/home.xhtml

2007-12-11 Thread dcshonda
Hi, I have a problem with my application. I have done a seam portlet, with a rich:datatable, and it works fine...but, when I go to the next page of the datatable, my application leaves the JBoss Portal and redirect to /faces/home.xhtml, and I don´t have this file in faces directory. I don´t k

[jboss-user] [JBoss Seam] - HELP: SEAM + RICHFACES + PORTLETS

2007-12-10 Thread dcshonda
Hi everyone, I have doing a simple portlet with Seam + Richfaces, but I have some problems. I have a portlet with a search of data from a SQL Server database. I get data from this database, and show it in a rich:datatable, but when I want to see another page from the datatable, it doesn´t work