Hi.
Does anybody know if OpenCms and struts work together today?
Soren
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 didnt work.
Sorry for wasting your time, but thanks for the effort.
Soren
-Oprindelig meddelelse-
Fra: ch...@chrismiles.org [mailto:ch...@chrismil
I will do that. Thanks.
But what I dont 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
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
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;
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
-
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
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
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
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
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
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
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-
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
. 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.
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
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
--
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
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
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
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
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
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
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
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
I have just upgraded to tomcat 6 and struts 1.2.9.
I now get the error: No FormBeanConfig found under ''
Any idears?
Soren
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
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.
>
=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
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
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
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
-
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
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
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]
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
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
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
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 its
a big step?
BR
Soren, DK
--
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
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.
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
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
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
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
45 matches
Mail list logo