[jboss-user] [JBoss Portal] - Help : Portal and Flash document

2008-06-27 Thread khadijbal
i want integret a flash presentation in my portal. but i don't know how i can do that. in the CMS, we have a flash link but i don't know how i can use. I tried to teledeverser a file swf with the module CMS but that don't work sorry for my english View the original post : http://www.jboss.co

[jboss-user] [JBoss Portal] - Configuration LDAP

2008-06-24 Thread khadijbal
in the configuration: | common | | userCtxDN | ou=People,dc=portal26,dc=jboss,dc=com | | | roleCtxDN | ou=Roles,dc=portal26,dc=jboss,dc=com | | People is the name of a unit organisation in the Active directory Role : i don't know what i must put because we don't have a r

[jboss-user] [JBoss Portal] - Problem : Configure Portal For Microsof tActiveDirectory

2008-06-24 Thread khadijbal
I followed steps of the wiki http://wiki.jboss.org/wiki/ConfigurePortalForMicrosoftActiveDirectory: step by step but i can't connect me with the accounts of the active directory. and in the CMS page i have the error: Cause: java.lang.RuntimeException: org.jboss.portal.identity.IdentityException:

[jboss-user] [JBoss Portal] - Portlet Login

2008-06-23 Thread khadijbal
Hi , 1- I have define two portal, and i want to go in the second portal, with a portlet authentification . i use a servlet who direct in URL: http://localhost:8082/portal/PortalName/default but that work even with : http://localhost:8082/portal/auth/portal/Collaborateur/default 2- i want view th

[jboss-user] [JBoss Portal] - Problem with enctype=\"multipart/form-data\" and File upload

2008-06-12 Thread khadijbal
Hi all, I created a file uploading application using portlets. This is how it works... the jsp: | | | | | | | | | | | | | the portlet: | public class PEssaiRecupereFichier extends GenericPortlet { | public void processAction(Actio

[jboss-user] [JBoss Portal] - Send a mail into a portlet

2008-06-09 Thread khadijbal
I invoqued a method for sending a mail into a portlet in the processAction method after given her the parameter from a form. the method work when i do a testwithout a portlet. but inside the portlet i have an error like: getProvider<> returning javax.mail.ProviderTransport, smtp.com.sun.mail.smt

[jboss-user] [JBoss Portal] - Re: Context in a project for portlet

2008-06-06 Thread khadijbal
thanks for your help View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4156389#4156389 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4156389 ___ jboss-user mailing list jboss-user

[jboss-user] [JBoss Portal] - Context in a project for portlet

2008-06-06 Thread khadijbal
I'm developping a portal. When i deploy my application in the jboss, the portlets don't know the pictures and the scripts files used by the jsp invoqued by the portlet. I used the cms module, i put the pictures and the folders scripts in a folder in the cms, and i used the url="/portal/content

[jboss-user] [JBoss Portal] - invoque a Servlet into a portlet

2008-06-04 Thread khadijbal
I want to use a servlet for the downalding of a file PDF, I tried to call it since my portlet with the following code ( in doView() method ): public void doView(RenderRequest req, RenderResponse rep) | { | rep.setContentType("text/html"); | String titre = (String) req.getParameter("titrefor

[jboss-user] [JBoss Portal] - Re: Link for downalding a document PDF in a portlet

2008-06-04 Thread khadijbal
i can't create a servlet in my JSR Project, can you tell me, how can'i use a servlet please. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4155613#4155613 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4155613 _

[jboss-user] [JBoss Portal] - Link for downalding a document PDF in a portlet

2008-06-03 Thread khadijbal
I want to make a link for telecharger file PDF, in a portlet, but that does not work, i have a error. Here is my code in the portlet: public void doView(RenderRequest req, RenderResponse rep) | throws PortletException, IOException { | String filename = (String)

[jboss-user] [JBoss Portal] - Active Directory and jboss Portal

2008-05-31 Thread khadijbal
I want have in my portal , a portler authentification, which use an Active Directory to have the information (login, password) of a user to authenticate him. Someone have an idea for doing that, with jboss portal and portlet?. View the original post : http://www.jboss.com/index.html?module=bb&o

[jboss-user] [JBoss Portal] - Re: Problem with picture in portlet

2008-05-30 Thread khadijbal
I don't know if this is the perfect solution, but i have first import my picture in jboss Portal and i can now view my picture, with the code: Thunks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4154754#4154754 Reply to the post : http://www.jboss.com/

[jboss-user] [JBoss Portal] - Re: Problem with picture in portlet

2008-05-30 Thread khadijbal
I have the same problem. when i clic in the properties of the picture in the portal, the URL that portal use is: http://localhost:8082/PortalProject/WEB-INF/images/plan.JPG for my code in the jsp is: my picture is in the same src. View the original post : http://www.jboss.com/index.html?modu

[jboss-user] [JBoss Portal] - Re: Problem with picture in portlet

2008-05-30 Thread khadijbal
So My question is: i don't know why ths pictures in the jsp who use the portlet, don't appear when i deploy the portlet in the portal jboss. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4154725#4154725 Reply to the post : http://www.jboss.com/index.html?mod

[jboss-user] [JBoss Portal] - Problem with picture in portlet

2008-05-30 Thread khadijbal
Sorry, i speak a little english so, i will post my question in french. Lors du deploiment de ma portlet dans le portail JBOSS, les images de la page jsp, qu'utilise la portlet, n'apparait plus. est ce que quelqu'un pourrait m'aider la dessus. Merci. View the original post : http://www.jboss.

[jboss-user] [JBoss Portal] - Error : Achieving Inter Portlet Communication with the event

2008-04-24 Thread khadijbal
Hello I have tried the example of references guide(jboss portal 2.6.4 :Chapter 11.8.2. Achieving Inter Portlet Communication with the events mechanism ) concerning the interaction between two portlets but it doesn't work. when i click on the submit in the portlet A, it generates this error : can

[jboss-user] [JBoss Portal] - Question JBOSS Portal

2008-04-08 Thread khadijbal
hello, I have to download JBoss Portal Binary, and I have the page portal which displays. I would like to know if it's the file to jboss-portal.sar that is going to be to re-configure for developper a new portal. because if I makes change such as the addition of portlets I do not see change in t

[jboss-user] [JBoss Portal] - milestone of realization the portral with jboss portal

2008-04-01 Thread khadijbal
Hello I have just begun a project for the realization of a portal with JBOSS Portal, I would like to know how we make to create and deploy a JBOSS Portal project. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4140431#4140431 Reply to the post : http://www