Re: submit form in struts-portlet

2005-03-17 Thread Thomas . Koch
hi ! thank you for your tips. i tried it like follow. but i detect, that i don't reach the action after submit.. %@ taglib uri=/tags/struts-portlet prefix=html-p % html:form action=/kundeSave.do styleId=EDITFORM html-p:link styleClass=button

Re: submit form in struts-portlet

2005-03-17 Thread Thomas . Koch
the problem is, that he don't execute any javascript. html-p:link href=javascript:alert('test');test/html-p:link for example does not work. mh, i dont know.

Re: Graffito - Jetspeed CMS framework

2005-03-17 Thread LOMBART Christophe
Fabrice Dewasmes wrote: I've tried to use it. In fact the maven scripts don't work 'out of the box' for hsql. There are a few bugs. Here are those that I remember : Until now, the complete Graffito team is using MySql. We have to make more tests with other DB. We are still under dev :-)

JS2 - Problem getting into Edit Mode

2005-03-17 Thread Jouni Rajala
I am using JS2 from CVS/HEAD and checked it out couple of days ago. Problem is that after logging in as administrator I can't get into edit mode of portlets. Edit mode icon is missing from portlet entirely. After I once minimize or maximize the portlet, edit mode icon appears and works normally.

J2(stuts-Bridge) problems with german umlauts (vowel mutation) e.g. üäö

2005-03-17 Thread Thomas . Koch
hi ! is it possible thats true ? ia m using a struts-portet with J2 und struts-bridge 0.2 when i insert some data into a formular which contains a few umlauts(ü or ä or ö) i will get utf-signs in my next action and in my object. is that a something i can configure or is it a general ? best

Re: submit form in struts-portlet

2005-03-17 Thread Jeff Sheets
Do a view source in your browser window, and make sure that the html-p taglib is being resolved correctly. You should see your tag as a href= Also, try taking the semi-colon out of the href. Otherwise, make sure javascript is turned on in your browser. On Thu, 17 Mar 2005 10:17:14 +0100,

Re: importing PSML into the database - where do I put the driver?

2005-03-17 Thread Sven Richter
Hallo, I works for you? Did you put it into your HOME-Directory and not into your project-root-directory (did you just create a new file or did it already exist)? Could you please post your file as an example please? Thank you very much, Sven. Am Thu, 17 Mar 2005 08:54:04 +0100 schrieb Roel

RE: importing PSML into the database - where do I put the driver?

2005-03-17 Thread Roel van Dijk
I didn't do this, but I guess it should work. For my project I altered some of the files in the Jetspeed source directories. Read my description from earlier this week on: http://www.mail-archive.com/jetspeed-user@jakarta.apache.org/msg15698.html Roel -Oorspronkelijk bericht- I

Re: importing PSML into the database - where do I put the driver?

2005-03-17 Thread Sven Richter
Hello, First, thanks for your quick response. I did everything you mentioned there. But I still get the error message: = [MyPortal]# maven import __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent

Re: [J2] JS2-210: deployment refactoring branch updated with JBoss 3.2.7 support

2005-03-17 Thread Seth Ford
I am trying it out but I think I am doing something wrong with the jetspeed2-layout-portlets.war Doesn't it still go in the WEB-INF deploy folder? I put it there but I am seeing INFO: Loading portlet application from web archive C:\apps\tomcat\5.0. \jetspeed\WEB-INF\deploy\jetspeed-layouts.war

Re: [J2] JS2-210: deployment refactoring branch updated with JBoss 3.2.7 support

2005-03-17 Thread Ate Douma
Seth Ford wrote: I am trying it out but I think I am doing something wrong with the jetspeed2-layout-portlets.war Doesn't it still go in the WEB-INF deploy folder? I put it there but I am seeing INFO: Loading portlet application from web archive C:\apps\tomcat\5.0.

[J2] Logging in portlets

2005-03-17 Thread Martin Dulisch
Hello, what is the recommendet way for logging in portlets? I added a new category and file appender to the log4j.properties in (jetspeed-webapp-dir)/WEB-INF/conf. The log file is created but it is empty. The level is set to debug. I noticed that the logfiles from the example portlets are also

Re: Importing Jetspeed settings into database

2005-03-17 Thread Sven Richter
Hello, to where do I copy the maven import goal into your project (project.properties, project.xml)? Also where do I inlude the jetspeed 1.5 jar into my path (path refid or one of the pathelements)? I just can't get it to work. I always get the error goal import dows not exist for this

RE: importing PSML into the database - where do I put the driver?

2005-03-17 Thread Boukhalfa BRAHITI
HY, I imported psml i my Postregsql yesterday. I tried several solutions and finally I put the driver in the path %JAVA_HOME%\jre\lib\ext and it works. I hope it will help you. -Message d'origine- De : Sven Richter [mailto:[EMAIL PROTECTED] Envoyé : jeudi 17 mars 2005 17:49 À :

Re: [J2] Logging in portlets

2005-03-17 Thread Thomas . Koch
hi ! my logging with log4j and tomcat 5.0.28 and cvs-version from 2.5 weeks works fine. the property is in webinf/classes and the log is on desktop, because i'am starting tomcat from this point. thomas