OpenCms and struts

2010-05-31 Thread Søren Blidorf
Hi. Does anybody know if OpenCms and struts work together today? Soren

SV: SV: SV: PersistenceFacade

2010-05-26 Thread Søren Blidorf
I feel like such an ass. During the upgrade I must have deleted an initparam from the struts-config, and that was why the PersistenceFacade didn’t work. Sorry for wasting your time, but thanks for the effort. Soren -Oprindelig meddelelse- Fra: ch...@chrismiles.org [mailto:ch...@chrismil

SV: SV: PersistenceFacade

2010-05-26 Thread Søren Blidorf
I will do that. Thanks. But what I don’t understand is that I have not changed the PersistenceFacade.java and the classes that uses it has not been changed either. I have only upgraded Struts and the dependencies. Soren -Oprindelig meddelelse- Fra: ch...@chrismiles.org [mailto:ch...@chr

SV: PersistenceFacade

2010-05-26 Thread Søren Blidorf
Of course. Here it comes 75203 [http-80-Processor24] ERROR org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/hb].[jsp] - Servlet.service() for servlet jsp threw exception java.lang.NullPointerException at nc.persistence.PersistenceFacade.closeConnection(PersistenceFacade.jav

PersistenceFacade

2010-05-26 Thread Søren Blidorf
Hi. I have used the following code with struts 1.2x and it works just fine. Now I have upgraded to Struts 1.3.10. Now I get the following error when I try to login to my Struts app. Can anybody point me in the right direction. Soren, DK The Code: package nc.persistence;

Struts upgrade from 1.2 to 1.3.10 gone wrong

2010-05-26 Thread Søren Blidorf
Hi. I have upgraded my Struts application from 1.2 to 1.3.10. With minor problems at first it finally worked. Suddenly it stopped working and I guess it must be after restart of the service. I guess it is a problem with versions of the jar file, but I am not sure. Does anybody have

SV: Upgrade from 1.2 to 1.3x

2010-05-25 Thread Søren Blidorf
- Fra: Struts Two [mailto:struts...@yahoo.ca] Sendt: 25. maj 2010 14:56 Til: Struts Users Mailing List Emne: Re: Upgrade from 1.2 to 1.3x Look at the following page for migration from 1.2 to 1.3: http://wiki.apache.org/struts/StrutsUpgradeNotes12to13 - Original Message From: Søren

Upgrade from 1.2 to 1.3x

2010-05-25 Thread Søren Blidorf
Hi. I am upgrading my struts app to 1.3.10 from 1.2 In my web.xml I have configured taglib like this: /WEB-INF/struts-bean.tld /WEB-INF/struts-bean.tld /WEB-INF/struts-html.tld /WEB-INF/struts-html.tld /WEB-INF/struts-logic.tld /WEB-INF/s

Quartz and Struts

2010-05-19 Thread Søren Blidorf
Hi. I am trying to implement Quartz to my exsiting Struts 1.x app I am using the following as guide: http://onjava.com/pub/a/onjava/2006/03/01/job-scheduling-in-web-application. html But I cannot get it to work. I altered the struts-config: and altered the we

listing bean onmouseover

2010-04-09 Thread Søren Blidorf
Hi. I have a struts bean containing id, name, phone, email. What I want to do is listing id, and onmouseover display the rest of the values of the bean in the same page without refer or refresh. Is there a Struts way to to it or is the way to do it to put the bean values in a javascript

When I link to a *.do I get "Page not found"

2010-02-27 Thread Søren Blidorf
I have made a struts application and it works just fine on my testserver. I have now uploaded it to my hosted webserver and struts does not work. When I link to a *.do I get “Page not found” Could it be a Tomcat config problem. Placing the jars and classes ect. Struts 1.2 // Tomcat

processline/loadLine starts as if the page is doing something

2007-07-24 Thread Søren Blidorf
Hi. When I log on to my struts app, the app redirects to a frontpage.do and forward to frontpage.jsp. When I get to the frontpage.jsp the processline/loadLine starts as if the page is doing something. I am not sure but I think that it is a session issue… It seems that the error is i

SV: SV: Struts tag-lib

2007-07-24 Thread Søren Blidorf
ndant :-) The TLD file contains a url name that is its official name. Newer web containers can find the file based on this name, and better, you don't need to copy the files to WEB-INF. Paul Søren Blidorf wrote: > Why is it that I need to change the tag-lib URI? > > Old way: /WEB-

SV: Struts tag-lib

2007-07-23 Thread Søren Blidorf
Why is it that I need to change the tag-lib URI? Old way: /WEB-INF/struts-html.tld New: http://struts.apache.org/tags-html Both ways seems to work Soren, DK -Oprindelig meddelelse- Fra: Søren Blidorf [mailto:[EMAIL PROTECTED] Sendt: 23. juli 2007 21:42 Til: 'Struts Users Ma

SV: Struts tag-lib

2007-07-23 Thread Søren Blidorf
. juli 2007 21:22 Til: Struts Users Mailing List Emne: Re: Struts tag-lib On 7/23/07, Søren Blidorf <[EMAIL PROTECTED]> wrote: > I am confused on how to configure tag-libs i web.xml. Unless you're using a really old Servlet container, you don't need to put anything in web.xml.

Struts tag-lib

2007-07-23 Thread Søren Blidorf
Hi. I am confused on how to configure tag-libs i web.xml. The guidelines says: "http://struts.apache.org/tags-html"; But the example from the webapps that comes with the download of struts says: "/tags/struts-html" What is correct? Soren, DK

How many jsessionid's is valid in my webapp

2007-07-10 Thread Søren Blidorf
Hi. Is there a why to tell how many jsessionid's is valid in my webapp. I want to use it to display the number of online users? Also is there a way to connect the username from my realm to the jsessionid so that I can display online users? BR Soren, DK --

Realm problems - security issues?

2007-07-06 Thread Søren Blidorf
Request Params: [DEBUG] ApplicationDispatcher - Disabling the response for futher output [DEBUG] AuthenticatorBase - Failed authenticate() test Med venlig hilsen Søren Blidorf Nolas Consulting Web: http://www.nol

Struts 1.2.9 missing validator.xml and validator-rules.xml.

2007-06-29 Thread Søren Blidorf
Hi. I have upgraded to struts 1.2.9 and dont have validator.xml and validator-rules.xml. Could this be why my struts app does not work? Do I need validator? I have the jar in my lib. Soren, DK

Re: Problems with my struts_config.xml?

2007-06-27 Thread Søren Blidorf
I upgraded from STRUTS 1.0 and I also upgraded to tomcat 6.0 from a 4.xx Soren - Original Message - From: "Niall Pemberton" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Thursday, June 28, 2007 3:31 AM Subject: Re: Problems with my struts_confi

Re: Problems with my struts_config.xml?

2007-06-27 Thread Søren Blidorf
mmediately by telephone or email and destroy the original > message without making a copy. Thank you. > > - Original Message - > From: "Søren Blidorf" <[EMAIL PROTECTED]> > To: "Struts Users Mailing List" > Sent: Wednesday, June 27, 2007 9:06 AM

Problems with my struts_config.xml?

2007-06-27 Thread Søren Blidorf
Can anybody see if something is wrong with this struts-config.xml. I have just upgraded struts to 1.2.9. And a simple .do call does not work. Nothing happends. I get a blank screen and no errors is reported i the logs *** http://struts.apache.org/dtds/st

Re: Struts dont react

2007-06-26 Thread Søren Blidorf
startup in 43674 ms - Original Message - From: "Laurie Harper" <[EMAIL PROTECTED]> To: Sent: Tuesday, June 26, 2007 11:07 PM Subject: Re: Struts dont react Søren Blidorf wrote: > I have upgraded my Struts app to 1.2.9. > > I have done it step by step removing all d

Struts dont react

2007-06-26 Thread Søren Blidorf
I have upgraded my Struts app to 1.2.9. I have done it step by step removing all deprecations. My realm log in still works, but when I do something in my app that "uses" Struts nothing happens. Can anybody give me a hint on what to do. Soren, DK

No FormBeanConfig found under ''

2007-06-22 Thread Søren Blidorf
Hi. I get the following warning: 2007-06-22 14:24:00 org.apache.struts.util.RequestUtils createActionForm WARNING: No FormBeanConfig found under '' And what does the warning mean? Will it stop my webapp from working. It did work before I upgraded struts Soren

No FormBeanConfig found under ''

2007-06-21 Thread Søren Blidorf
I have just upgraded to tomcat 6 and struts 1.2.9. I now get the error: No FormBeanConfig found under '' Any idears? Soren

Tomcat wont start with commons-digester in lib

2007-06-21 Thread Søren Blidorf
Hi I am upgrading struts and have put the commons-digester in my common/lib. Then my tomcat wont start: Bootstrap: Create Catalina server Catalina.start: java.lang.ClassNotFoundException: org.apache.catalina.core.StandardServer java.lang.ClassNotFoundException: org.apache.catalina.core.StandardS

Re: OT: file download without opening a window

2006-12-06 Thread Søren Blidorf
s" <[EMAIL PROTECTED]> > To: "Struts Users Mailing List" > Sent: Wednesday, December 06, 2006 7:23 PM > Subject: Re: OT: file download without opening a window > > > Can you restate what you want? It's not exactly clear what you are > asking. >

Re: file download without opening a window

2006-12-06 Thread Søren Blidorf
=myFile.xml" using response.addHeader() > -Original Message- > From: Søren Blidorf [mailto:[EMAIL PROTECTED] > Sent: Wednesday, December 06, 2006 4:56 PM > To: Struts Users Mailing List > Subject: OT: file download without opening a window > > > Does anybody kno

OT: file download without opening a window

2006-12-06 Thread Søren Blidorf
Does anybody know how to make a form button, that starts downloading myFile.xml What I want is to make an onclick = "Save target as" Med venlig hilsen Søren Blidorf Nolas Consulting Web: http://www.nolas.dk Mobil: +45 61676513

Upgrading form struts-config_1_2.dtd to struts-config_1_3.dtd

2006-11-22 Thread Søren Blidorf
Hi. I am trying to use struts-config_1_3.dtd I have changed my struts-config.xml doctype to: http://struts.apache.org/dtds/struts-config_1_3.dtd";> I get the following error in JBuilder 2006 : Unable to load document from file (myProject>/WEB-INF/struts-config.xml) Any idears? BR Soren, DK

No deploy service or JSP/Servlet service available

2006-11-21 Thread Søren Blidorf
Hi. I am working on upgrading my Struts app and get the following error: "myWeb.war": No deploy service or JSP/Servlet service available for myWeb Webmodule I have also just started using JBuilder 2006 so I am not sure if it is a Jbuilder problem. Any idears? BR Soren, DK -

Logging to db

2006-11-21 Thread Søren Blidorf
Hi. I what to log every user action on my application and save it in my sql db. Is there a build in function in STRUTS for that? BR Soren, DK - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAI

javascript and readonly in struts

2006-11-19 Thread Søren Blidorf
edIndex==3) { this.form.v2.readOnly=true; this.form.v2.value=''; } } 1 2 3 Søren Blidorf Nolas Consulting Automatikvej 1 DK-2860 Søborg Telefon: +45 32713661 Direkte: +45 61676513 Webside: www.nolas.dk - To unsubsc

SV: html:options selected

2006-11-15 Thread Søren Blidorf
l: 'Struts Users Mailing List' Emne: RE: html:options selected Yes u can...just set the value of c_stand to value "test2" in action class.. where u load this page...then it shud work.. Regards, Mano -----Original Message- From: Søren Blidorf [mailto:[EMAIL PROTECTED]

html:options selected

2006-11-15 Thread Søren Blidorf
Hi. I am trying to get html:select to work for my purpose. Can anybody help me.. c_stand is a String value from PeopleBean in request.getAttribute("people"); cs is a collection containing values in OptionValueBean. If cs contains values test1, test2 and test3 and c_stand contains test2 I wa

SV: converted to

2006-11-10 Thread Søren Blidorf
PROTECTED] Emne: Re: converted to Hi. I think that you don't have so specify "selected" : struts will automatically add it if the value of the option is equals to the value of the property ... Mike Søren Blidorf a écrit : > How can I convert the following to Struts: &g

converted to

2006-11-10 Thread Søren Blidorf
How can I convert the following to Struts: one two tree This does not work: one two tree It is very important for me to specify which is "selected" BR. Soren, DK - To unsubscribe, e-mail: [EMAIL PROTECTED] For addition

Upgrading Struts 1.0

2006-11-02 Thread Søren Blidorf
Hi. I have a very large website build on a Struts 1.0 framework. I would like to upgrade it and my questions are: What should I upgrade to? 1.35? Where can I read about the different between 1.0 and 1.35, I guess it’s a big step? BR Soren, DK --

SV: SV: [OT] [ANT] Re: SV: STRUTS AND JAVADOC.

2005-11-04 Thread Søren Blidorf
How does ANT work with JBuilder? -Oprindelig meddelelse- Fra: Dave Newton [mailto:[EMAIL PROTECTED] Sendt: 4. november 2005 18:01 Til: Struts Users Mailing List Emne: Re: SV: [OT] [ANT] Re: SV: STRUTS AND JAVADOC. Søren Blidorf wrote: >Does it take a lot of effort to set it

SV: [OT] [ANT] Re: SV: STRUTS AND JAVADOC.

2005-11-04 Thread Søren Blidorf
AND JAVADOC. Søren Blidorf wrote: >Basically because I don't know ANT > >Why do I need ANT? > > Ant lets you build Java projects in a robust and portable manner, pays attention to dependencies, and is extensible to allow a variety of tasks under a variety of conditions.

SV: STRUTS AND JAVADOC.

2005-11-04 Thread Søren Blidorf
Basically because I don't know ANT Why do I need ANT? -Oprindelig meddelelse- Fra: Dave Newton [mailto:[EMAIL PROTECTED] Sendt: 4. november 2005 17:27 Til: Struts Users Mailing List Emne: Re: STRUTS AND JAVADOC. Søren Blidorf wrote: >It's written that I need to instal

Re: STRUTS AND JAVADOC.

2005-11-04 Thread Søren Blidorf
he information found in your struts > configuration files, such as your forwards, your action declarations, > your forms, and the relationships amongst your forms and actions. > > I got this running yesterday, actually, and it is functional. > > Hope this helps > Collin

STRUTS AND JAVADOC.

2005-11-04 Thread Søren Blidorf
Hi. I am making a JAVADOC of my STRUTS project. Is there a way I can get the STRUTS forwards ect in the JAVADOC. If I haven't made my self clear, please ask. I NEED HELP, I am new to JAVADOC :) BR Soren, DK - To unsubscrib

EVAL_BODY_TAG has been deprecated!!!!!!!

2005-10-01 Thread Søren Blidorf
Hi. When I compile my jsp I get the error: EVAL_BODY_TAG has been deprecated The only thing I use is: Does anybody know if that is what causes the problem. Thanks. Soren Nolas Consulting - To unsubscribe, e-mail: [EMAIL