sanae Khatiri

Greenhorn
+ Follow
since Feb 06, 2003
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by sanae Khatiri

Hello all,

I develop a portlet using JSF myfaces, i want to do this :

-t ataTable id="menuElement" var="item" value="#{menuBackingBean.masterList}" border="0" rows="10" rowCountVar="0" -
-h:column-
-f:facet name="header"-
-h utputText value="" /-
-/f:facet-
-h utputText value="#{item}" /-
-BR-
-h utputText value="TEST" /-

-/h:column-
-/t ataTable-

The Problem is that -BR- have no effect within -h:column-

any idea to do this please

Thanks a lot,

Sanae
17 years ago
hello,

I use liferay as a portal, I use it to create JSF portlets. My problem is that I want to create a portlet with a tree using RCFaces. I can execute an application using Tree RCFaces perfectly but when I integrate it as a JSF portlet that not works !!! NO ERROR, just a blank portlet. Any idea ???
Thanks in advance
17 years ago
Hi,
Do you have a idea about how to get the DATE of the first day of the current week ?
thks in advance.
Sanae
21 years ago
Hi,
i recive an exception when i put two actions (f.do) in the same page using template !!
this is a bug or i must change something in my code :
<template:insert template='test.jsp'>
<template :put name='partie1' content='/test1.do' />
<template :put name='partie2' content='/test2.do' />
</template:insert>
thanks in advance
[edited by Tom: turned off smilies]
[ March 20, 2003: Message edited by: Thomas Paul ]
21 years ago
i try to create � simple JSP test.jsp using templete :
<%@ taglib uri='/WEB-INF/tld/struts-template.tld' prefix='template' %>
<template:insert template='generale.jsp'>
<template ut name='titre' content='Templates' direct='true'/>
<template ut name='entete' content='ddddd' direct='true'/>
<template ut name='menu' content='ccccc' direct='true'/>
<template ut name='corps' content='bbbbb' direct='true'/>
<template ut name='piedDePage' content='aaaa' direct='true'/>
</template:insert>
but when i execute it, it returns a error :
javax.servlet.jsp.JspException
java.lang.String org.apache.struts.util.RequestUtils.message(javax.servlet.jsp.PageContext, java.lang.String, java.lang.String, java.lang.String, java.lang.Object[])
int org.apache.struts.taglib.bean.MessageTag.doStartTag()
void _generale._jspService(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
[/generale.jsp]
......
Any idea ??? !!!
Sanae
21 years ago