Re: struts 6.0.0 - Error with struts jquery chart sjc - Could not load the FreeMarker template

2022-06-13 Thread Lukasz Lenart
The Struts JQuery Plugin isn't compatible with Struts 6.x, the work has started on bringing it back on track https://github.com/struts-community-plugins/struts2-jquery/tree/release/5.0.x https://github.com/struts-community-plugins/struts2-jquery/milestone/6 Regards -- Łukasz + 48 606 323 122 http

struts 6.0.0 - Error with struts jquery chart sjc - Could not load the FreeMarker template

2022-06-13 Thread Que Thu Dung Nguyen
Hello everyone, I would like to ask if there is a bug in new struts 6.0.0 version for struts jquery chart tag (sjc). After upgrade from struts 2.5.30 to 6.0.0 (replaced struts 2.5.30 with 6.0.0), everything is fine except the chart, which works fine with struts 2.5.30 Here are errors:  20

Re: Error with chekboxlist

2015-10-18 Thread Lukasz Lenart
2015-10-17 16:48 GMT+02:00 Yaragalla Muralidhar : > Hi Lukasz, >I am using struts 2.3.2. I am not using outside action. There is no such version. Maybe it's related to https://issues.apache.org/jira/browse/WW-4168 Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ --

Re: Error with chekboxlist

2015-10-17 Thread Yaragalla Muralidhar
Hi Lukasz, I am using struts 2.3.2. I am not using outside action. *Thanks and Regards,* Muralidhar Yaragalla. *http://yaragalla.blogspot.in/ * On Sat, Oct 17, 2015 at 8:12 PM, Lukasz Lenart wrote: > 2015-10-17 16:39 GMT+02:00 Jasper Rosenberg > : > > I’v

Re: Error with chekboxlist

2015-10-17 Thread Lukasz Lenart
2015-10-17 16:39 GMT+02:00 Jasper Rosenberg : > I’ve seen this behavior a couple of times over the years, and I’m sorry that > I can’t recall the exact issue when I’ve tracked it down, but basically > something is null, probably either the “samples” list, or an element in that > list. Maybe it

Re: Error with chekboxlist

2015-10-17 Thread Jasper Rosenberg
I’ve seen this behavior a couple of times over the years, and I’m sorry that I can’t recall the exact issue when I’ve tracked it down, but basically something is null, probably either the “samples” list, or an element in that list. -Jasper > On Oct 17, 2015, at 10:23 AM, Lukasz Lenart wrote: >

Re: Error with chekboxlist

2015-10-17 Thread Lukasz Lenart
Do you use that JSP outside of an action? Struts version? I've been testing with the latest SNAPSHOT and no such problem 2015-10-16 11:28 GMT+02:00 Yaragalla Muralidhar : > Hi , > the following is the code in jsp. > > > > samples is an arraylist of strings. > > when i put the above tag i am gett

Re: Error with chekboxlist

2015-10-16 Thread Yaragalla Muralidhar
Hi, Any help on this will be appreciated. Thanks in advance. *Thanks and Regards,* Muralidhar Yaragalla. *http://yaragalla.blogspot.in/ * On Fri, Oct 16, 2015 at 2:58 PM, Yaragalla Muralidhar < yaragallamur...@gmail.com> wrote: > Hi , > the following is the code

Error with chekboxlist

2015-10-16 Thread Yaragalla Muralidhar
Hi , the following is the code in jsp. samples is an arraylist of strings. when i put the above tag i am getting the following error. Please help me to rectify this. Error on line 30, column 13 in template/simple/checkboxlist.ftl stack.findValue('top') is undefined. It cannot be assigned to i

Re: 404 error with @Action("/") when upgrading Struts2 REST 2.1.8 to 2.3.7

2015-07-28 Thread Julio Aragao
Sure thing Lukasz! Thanks! Julio Aragao Software Engineer ju...@quimbik.com Skype: jcnaragao Mobile Phone: US 415-684-8506 "A human being should be able to change a diaper, plan an invasion, butcher a hog, conn a ship, design a building, write a sonnet, balance accounts, build a wall, set a bo

Re: 404 error with @Action("/") when upgrading Struts2 REST 2.1.8 to 2.3.7

2015-07-21 Thread Lukasz Lenart
2015-07-21 12:54 GMT+02:00 Júlio Aragão : > Lukasz, > > Thanks for the answer. So, is there a way to map the root to an specific > action, with convention and rest plugins, once RestActionMapper returning > null is the desired effect? Hm... not sure if such situation was predicted. I mean using RE

Re: 404 error with @Action("/") when upgrading Struts2 REST 2.1.8 to 2.3.7

2015-07-21 Thread Júlio Aragão
Lukasz, Thanks for the answer. So, is there a way to map the root to an specific action, with convention and rest plugins, once RestActionMapper returning null is the desired effect? Thanks! -Julio On Jul 21, 2015 4:44 AM, "Lukasz Lenart" wrote: > It's broken/fixed by this issue > https://issue

Re: 404 error with @Action("/") when upgrading Struts2 REST 2.1.8 to 2.3.7

2015-07-21 Thread Lukasz Lenart
It's broken/fixed by this issue https://issues.apache.org/jira/browse/WW-3857 Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ 2015-07-21 3:05 GMT+02:00 Julio Aragao : > Hi all, > > I have a web app made using Struts 2 version 2.1.8, and its Convention and > REST plugins. I needed

404 error with @Action("/") when upgrading Struts2 REST 2.1.8 to 2.3.7

2015-07-20 Thread Julio Aragao
Hi all, I have a web app made using Struts 2 version 2.1.8, and its Convention and REST plugins. I needed to update it to the latest version (2.3.24) but one feature I used to have stopped working. I tracked the versions after 2.1.8, and found out that it was after version 2.3.7 that the proble

Re: Tiles2 error with javax.portlet.PortletRequest not found

2010-10-08 Thread Antonio Petrelli
Please ask the Tiles users mailing list: http://tiles.apache.org/mail.html Antonio 2010/10/5 Jose Luis Martinez Avial : > Hello, >    I'm using Struts 2.1.8.1 with Tiles 2.1.4. I'm getting the following > error when I try to deploy the application in WL 10.3: > java.lang.NoClassDefFoundError: jav

Tiles2 error with javax.portlet.PortletRequest not found

2010-10-08 Thread Jose Luis Martinez Avial
Hello, I'm using Struts 2.1.8.1 with Tiles 2.1.4. I'm getting the following error when I try to deploy the application in WL 10.3: java.lang.NoClassDefFoundError: javax/portlet/PortletRequest at org.apache.tiles.portlet.context.PortletTilesRequestContextFactory.(PortletTilesRequestConte

Re: Access Denied error with Struts 2.1.8

2009-11-10 Thread Eric Martin
e it through moderation yet. Apparently, this is not an issue with 2.1.6, so it seems as though something about 2.1.8 is causing the issue, perhaps? -- View this message in context: http://old.nabble.com/Access-Denied-error-with-Struts-2.1.8-tp25707316p26287339.html Sent from the Struts - User mailing lis

S2: Adding global error with annotation field validation

2009-10-22 Thread Oleg T.
Hi, Is it possible to add a global error as well as a field error when validating with annotations? For example if @RequiredStringValidator fails I want to be able to add a global error as well as the field error. While I know I can do it if I move my field validation into validate() method, I wou

Re: Access Denied error with Struts 2.1.8

2009-10-05 Thread Dan R. Olsen III
aucune responsabilité pour le contenu fourni. Date: Mon, 5 Oct 2009 13:58:02 -0600 From: danec...@gmail.com To: user@struts.apache.org Subject: Re: Access Denied error with Struts 2.1.8 I have been able to open the jar with WinZip so I don't think it is an invalid jar. I am usi

RE: Access Denied error with Struts 2.1.8

2009-10-05 Thread Martin Gainty
0 > From: danec...@gmail.com > To: user@struts.apache.org > Subject: Re: Access Denied error with Struts 2.1.8 > > I have been able to open the jar with WinZip so I don't think it is an > invalid jar. > > I am using Google App Engine so there is no catalina.policy. A

Re: Access Denied error with Struts 2.1.8

2009-10-05 Thread Musachy Barroso
;> pas n'importe quel effet légalement obligatoire. Étant donné que les email >> peuvent facilement être sujets à la manipulation, nous ne pouvons accepter >> aucune responsabilité pour le contenu fourni. >> >> >> >> >> >>> >>> Date: Mon,

Re: Access Denied error with Struts 2.1.8

2009-10-05 Thread Dan R. Olsen III
x27;aura pas n'importe quel effet légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. Date: Mon, 5 Oct 2009 12:41:34 -0600 From: danec...@gmail.com To: user@strut

RE: Access Denied error with Struts 2.1.8

2009-10-05 Thread Martin Gainty
t légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. > Date: Mon, 5 Oct 2009 12:41:34 -0600 > From: danec...@gmail.com > To: user@struts.apache.org > Subject:

Re: Access Denied error with Struts 2.1.8

2009-10-05 Thread Dan R. Olsen III
I am still looking for a solution to my problem. Does anyone have any other ideas. I'm not quite sure how to go about checking the security manager as mentioned below. I tried the 2.1.8.1 version but that didn't work. That's what I expected since it looks like 2.1.8.1 did not touch the struts2

Re: Access Denied error with Struts 2.1.8

2009-10-04 Thread Dan R. Olsen III
I am on a Windows box and the permissions are the same as the permissions version 2.1.6 which is working. When I click the MD5 link I get a page not found so I can't check the checksum. On 10/3/2009 9:23 AM, Dale Newfield wrote: Dan R. Olsen III wrote: I moved the project to a path with no s

Re: Access Denied error with Struts 2.1.8

2009-10-03 Thread Dale Newfield
Dan R. Olsen III wrote: I moved the project to a path with no spaces and I am still getting the same access denied error. And what are the permissions on that deployed file? (not the input file, but the one pointed to by the error message) Also, is that file valid? Is there a chance you got

Re: Access Denied error with Struts 2.1.8

2009-10-02 Thread Dan R. Olsen III
I moved the project to a path with no spaces and I am still getting the same access denied error. On 10/1/2009 9:17 PM, Wes Wannemacher wrote: Try moving your project to a directory on your machine that doesn't have spaces in it... There are problems with the JDK's built-in URL handling and if

Re: Access Denied error with Struts 2.1.8

2009-10-02 Thread Allen Lee
It kind of looks like a security manager / policy permissions issue to me from the access denied message. Like your app server has a grant codebase set for the old struts jar but not the new one. I'm not sure how to set the grant codebase perms on Jetty though (jetty.policy?). On Thu, Oct 1, 200

Re: Access Denied error with Struts 2.1.8

2009-10-01 Thread Wes Wannemacher
Try moving your project to a directory on your machine that doesn't have spaces in it... There are problems with the JDK's built-in URL handling and if eclipse is accessing your jars via constructed URLs (like it seems from the stacktrace), then you might be bitten by this bug. Of course we'll work

Re: Access Denied error with Struts 2.1.8

2009-10-01 Thread Dan R. Olsen III
I don't set that path. It seems to be building that path in one of the functions listed in the stack trace. Like I said, if I switch out the jar files to the Struts 2.1.6 jars it works just fine. On 10/1/2009 4:34 PM, Dale Newfield wrote: Dan R. Olsen III wrote: jar:file:\C:\Documents and Sett

Re: Access Denied error with Struts 2.1.8

2009-10-01 Thread Dale Newfield
Dan R. Olsen III wrote: jar:file:\C:\Documents and Settings\DOLSEN\My Documents\Eclipse3.5Projects\Temp\war\WEB-INF\lib\struts2-core-2.1.8.jar Surely doesn't seem like a valid URL Even file:\C:\Documents and Settings\DOLSEN\My Documents\Eclipse3.5Projects\Temp\war\WEB-INF\lib\struts2-core-2.1

Access Denied error with Struts 2.1.8

2009-10-01 Thread Dan R. Olsen III
When I am trying to run my Struts application under 2.1.8 I am getting an "Access Denied" error. I have checked the file permissions on the struts-core-2.1.8.jar file and it is the same as my 2.1.6 file. Under 2.1.6 it works just fine. Any ideas? The error and stack trace I get are below.

Re: Error with ActionForward

2009-04-07 Thread Lukasz Lenart
2009/4/7 Security Management : > Struts 2.1.6, here's my action. > > >         >                addExceptionForm >                ${rule} >         > You shouldn't use custom objects as a params, Ognl will change them to Object.toString() > public class AddExceptionForm extends SMCBaseAction >

RE: Error with ActionForward

2009-04-07 Thread Martin Gainty
r aucune responsabilité pour le contenu fourni. > Date: Tue, 7 Apr 2009 18:43:40 +0200 > Subject: Re: Error with ActionForward > From: nil...@gmail.com > To: user@struts.apache.org > > Does it actually fail, or does it just print the exception in the log? > Do you hav

RE: Error with ActionForward

2009-04-07 Thread Security Management
rong track for quite some time due to it. I've been working at this too long, I just need a break. -Original Message- From: Nils-Helge Garli Hegvik [mailto:nil...@gmail.com] Sent: Tuesday, April 07, 2009 12:44 PM To: Struts Users Mailing List Subject: Re: Error with ActionForward D

Re: Error with ActionForward

2009-04-07 Thread Nils-Helge Garli Hegvik
Does it actually fail, or does it just print the exception in the log? Do you have devMode on? Nils-H On Tue, Apr 7, 2009 at 6:08 PM, Security Management wrote: > Struts 2.1.6, here's my action. > > >         >                addExceptionForm >                ${rule} >         > > > public cla

Error with ActionForward

2009-04-07 Thread Security Management
Struts 2.1.6, here's my action. addExceptionForm ${rule} public class AddExceptionForm extends SMCBaseAction { private IRule rule; public IRule getRule() { return rule; } public void setRule(IRule r) {

Re: Struts 2 + JBoss5: error with init-param "actionPackages"

2009-01-04 Thread Wolfgang Knauf
Filed in JIRA: https://issues.apache.org/struts/browse/WW-2948 Wolfgang Wolfgang Knauf wrote: I added an "init-param" "actionPackages" to the FilterDispatcher in web.xml. This worked with JBoss 4.2, but in 5.0 it raises an exception on deploy. --

Struts 2 + JBoss5: error with init-param "actionPackages"

2009-01-01 Thread Wolfgang Knauf
Hi all, I added an "init-param" "actionPackages" to the FilterDispatcher in web.xml. This worked with JBoss 4.2, but in 5.0 it raises an exception on deploy. The reason seems to be the virtual file system introduced in JBoss 5.0. To reproduce: Take the sample "struts2-blank-2.0.14.war". Add th

Error with adding the Action-validation.xml files to my app.

2008-12-10 Thread taj uddin
Hi,    In my application, I have added Action-validation.xml file and in the jsp page I set the attribute validate="true" in the s:form tag. After starting the server when i run the application this is the error( shown below) i'm facing. 12:16:21,462 ERROR [UIBean  

Re: A Strange Error with My Own Tag

2008-11-18 Thread KE LI
For further information: The Eclipse said: "The type javax.servlet.jsp.tagext.BodyTagSupport cannot be resolved. It is indirectly referenced from required .class files" 2008/11/18 KE LI <[EMAIL PROTECTED]> > Guys, I am writing my own tag as: > public class PageTag extends ComponentTagSupport >

Re: A Strange Error with My Own Tag

2008-11-18 Thread KE LI
Got it.Thanks a lot! 2008/11/18 Lukasz Lenart <[EMAIL PROTECTED]> > You are missing reference to javaee.jar library and it's not related > to Struts project > > > Regards > -- > Lukasz > http://www.lenart.org.pl/ > > - > To unsub

Re: A Strange Error with My Own Tag

2008-11-18 Thread Lukasz Lenart
You are missing reference to javaee.jar library and it's not related to Struts project Regards -- Lukasz http://www.lenart.org.pl/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

A Strange Error with My Own Tag

2008-11-18 Thread KE LI
Guys, I am writing my own tag as: public class PageTag extends ComponentTagSupport For ComponentTagSupport, it's org.apache.struts2.views.jsp.ComponentTagSupport. But the error appears, it says: "Description Resource Path Location Type The project was not built since its build path is inco

Re: Error with action call from div

2008-06-29 Thread Scheidt
s/ManualContentUpload.jsp > > > All I want to do is to display the jsp in the div of the tabbel panel. > What's my error? > > Thank you very much > -- View this message in context: http://www.nabble.com/Error-with-action-call-from-div-tp15503957p18181806.html S

Error with action call from div

2008-02-15 Thread Paranoid_Fabio
to display the jsp in the div of the tabbel panel. What's my error? Thank you very much -- View this message in context: http://www.nabble.com/Error-with-action-call-from-div-tp15503957p15503957.html Sent from the Struts - User mail

Re: Netbeans 6.0 Editor Error with struts2 library

2008-01-17 Thread bhaarat Sharma
x27;ve got > some > >> > optimization problems with empty methods being eliminated. > >> > > >> > - Original Message - > >> > From: "Igor Vlasov" <[EMAIL PROTECTED]> > >> > To: > >> > Sent: We

Re: Netbeans 6.0 Editor Error with struts2 library

2008-01-17 Thread Igor Vlasov
etbeans list, sounds like they've got some >> > optimization problems with empty methods being eliminated. >> > >> > - Original Message - >> > From: "Igor Vlasov" <[EMAIL PROTECTED]> >> > To: >> > Sent: Wednesday, January 16, 2008 11:0

Re: Netbeans 6.0 Editor Error with struts2 library

2008-01-16 Thread MK Tan
quot; <[EMAIL PROTECTED]> > > To: > > Sent: Wednesday, January 16, 2008 11:00 AM > > Subject: Netbeans 6.0 Editor Error with struts2 library > > > > > >> > >> Hello. > >> > >> I have installed a netbeans 6 on jdk

Re: Netbeans 6.0 Editor Error with struts2 library

2008-01-16 Thread Igor Vlasov
--- Original Message - > From: "Igor Vlasov" <[EMAIL PROTECTED]> > To: > Sent: Wednesday, January 16, 2008 11:00 AM > Subject: Netbeans 6.0 Editor Error with struts2 library > > >> >> Hello. >> >> I have installed a netbeans 6 on jdk6u4 an

Re: [OT] Re: Netbeans 6.0 Editor Error with struts2 library

2008-01-16 Thread Igor Vlasov
gt;> >> BUT it compiles to valid Class and looks good. >> >> In Netbeans 5.5 and 5.5.1 all is working fine >> >> >> Anyone have such problem ? >> >> >> >> -- >> View this message in context: >> > http://www.nabb

[OT] Re: Netbeans 6.0 Editor Error with struts2 library

2008-01-16 Thread Dave Newton
ne > > > Anyone have such problem ? > > > > -- > View this message in context: > http://www.nabble.com/Netbeans-6.0-Editor-Error-with-struts2-library-tp14878230p14878230.html > Sent from the Struts - User mailing list archive at Nabble.com. > > >

Re: Netbeans 6.0 Editor Error with struts2 library

2008-01-16 Thread Al Sutton
Might be an idea to ask the Netbeans list, sounds like they've got some optimization problems with empty methods being eliminated. - Original Message - From: "Igor Vlasov" <[EMAIL PROTECTED]> To: Sent: Wednesday, January 16, 2008 11:00 AM Subject: Netbeans

Netbeans 6.0 Editor Error with struts2 library

2008-01-16 Thread Igor Vlasov
es to valid Class and looks good. In Netbeans 5.5 and 5.5.1 all is working fine Anyone have such problem ? -- View this message in context: http://www.nabble.com/Netbeans-6.0-Editor-Error-with-struts2-library-tp14878230p14878230.html Sent from the Struts - User mailing list archive at Nabbl

Re: Error with DisplayTag in Struts application

2007-12-02 Thread Martin Gainty
can we see the implementation in your jsp example located here at Martin-- - Original Message - From: "puchacz" <[EMAIL PROTECTED]> To: Sent: Sunday, December 02, 2007 7:09 AM Subject: Error with DisplayTag in Struts application > > Hi > I am using Di

Error with DisplayTag in Struts application

2007-12-02 Thread puchacz
-- View this message in context: http://www.nabble.com/Error-with-DisplayTag-in-Struts-application-tf4931462.html#a14114888 Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROT

Nasty Script Error with DOJO

2007-08-23 Thread Martin Gainty
Evening All Anyone see solutions to Script Error produced with 0.7 DOJO? Thanks Martin This email message and any files transmitted with it contain confidential information intended only for the person(s) to whom this email message is addressed. If you have received this email message in error, pl

Re: [Struts2 + JSON plugin] Error with the example app

2007-07-30 Thread Nicolás Mery
Thanks!! On 7/30/07, Musachy Barroso <[EMAIL PROTECTED]> wrote: > http://www.nabble.com/Re%3A-NPE-in-TagUtils.getStack-after-upgrading-to-2.0.1-tf2708127.html#a7724423 > > musachy > > On 7/30/07, Musachy Barroso <[EMAIL PROTECTED]> wrote: > > This problem comes up from time to time and I always fo

Re: [Struts2 + JSON plugin] Error with the example app

2007-07-30 Thread Musachy Barroso
http://www.nabble.com/Re%3A-NPE-in-TagUtils.getStack-after-upgrading-to-2.0.1-tf2708127.html#a7724423 musachy On 7/30/07, Musachy Barroso <[EMAIL PROTECTED]> wrote: > This problem comes up from time to time and I always forget what it > was, search the list and you find a few threads about it. It

Re: [Struts2 + JSON plugin] Error with the example app

2007-07-30 Thread Musachy Barroso
This problem comes up from time to time and I always forget what it was, search the list and you find a few threads about it. It isn't related to the json plugin itself (you will get the error on the first used tag) musachy On 7/30/07, Nicolás Mery <[EMAIL PROTECTED]> wrote: > Hello, > > I get an

[Struts2 + JSON plugin] Error with the example app

2007-07-30 Thread Nicolás Mery
Hello, I get an error while trying to run the example app that is on the this site http://cwiki.apache.org/S2PLUGINS/json-plugin.html After following the instructions i got this files: Welcome.jsp <%@ taglib prefix="s" uri="/struts-tags" %> Welcome //load dojo RPC doj

Re: [S2] Error with

2007-02-12 Thread puchacz
ation >> >> - >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> > > > ----

Re: [S2] Error with

2007-02-12 Thread Musachy Barroso
Where did those pipes come from? weird. Good catch. musachy Michael Jouravlev wrote: It is "http://java.sun.com/jsp/jstl/core";, not "|http://java.sun.com/jsp/jstl/core|". Verify the URI in the TLD file. On 2/12/07, puchacz <[EMAIL PROTECTED]> wrote: I am using Tomcat 5.0 and jstl-1.1.1.jar

Re: [S2] Error with

2007-02-12 Thread Michael Jouravlev
It is "http://java.sun.com/jsp/jstl/core";, not "|http://java.sun.com/jsp/jstl/core|". Verify the URI in the TLD file. On 2/12/07, puchacz <[EMAIL PROTECTED]> wrote: I am using Tomcat 5.0 and jstl-1.1.1.jar and standard-1.1.1.jar. so it seems that everything should be fine..., but isn't... :(

Re: [S2] Error with

2007-02-12 Thread puchacz
r.service(JspServletWrapper.java:295) >>>> >>>> org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292) >>>>org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236) >>>>javax.servlet.http.HttpServlet.service(HttpServlet.java:802) >>>> >>>> org.apache.stru

Re: [S2] Error with

2007-02-12 Thread Laurie Harper
What servlet container are you using? What version of the servlet spec are you coding against? And what version of JSTL are you using? You need to make sure you have the right version of JSTL for your container / servlet spec level. See [1] for more info. L. [1] http://jakarta.apache.org/tagl

Re: [S2] Error with

2007-02-12 Thread Musachy Barroso
humm...that's the right url according to: http://java.sun.com/j2ee/1.4/docs/tutorial/doc/JSTL3.html#wp72409 musachy puchacz wrote: org.apache.jasper.JasperException: The absolute uri: |http://java.sun.com/jsp/jstl/core| cannot be resolved in either web.xml or the jar files deployed with this a

Re: [S2] Error with

2007-02-12 Thread puchacz
cessor.processForwardConfig(RequestProcessor.java:386) >> >> org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:229) >> org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196) >> org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:432) >> javax.servlet.http.HttpServlet.service(H

Re: Error with

2007-02-12 Thread Musachy Barroso
use: <%@ taglib prefix="c" uri="|http://java.sun.com/jsp/jstl/core|" %> ||musachy puchacz wrote: If anybody can explain me why I get this error and how to repaire it. My view page : " <%@ taglib prefix="c" uri="http://java.sun.com/jstl/core"; %> " And that's my error: " o

Error with

2007-02-12 Thread puchacz
javax.servlet.http.HttpServlet.service(HttpServlet.java:709) javax.servlet.http.HttpServlet.service(HttpServlet.java:802) " -- View this message in context: http://www.nabble.com/Error-with-%3Cc%3Aout--%3E-tf3215591.html#a8929944 Sent from t

RE: Error with the resource file

2006-10-15 Thread Dongyi Liu
'parameter' should always be the full class path of the message resources file. Dongyi -Original Message- From: ram001 [mailto:[EMAIL PROTECTED] Sent: 15 October 2006 06:44 To: user@struts.apache.org Subject: Error with the resource file Hi i am working on small struts ap

Error with the resource file

2006-10-14 Thread ram001
package like (WEB-INF/classes/strutsTutorial/) . I gave a path in web.xml like below Application strutsTutorial.ApplicationResources Can any one help Thanks in advance Ram -- View this message in context: http://www.nabble.com/Error-with-the-resource-file-tf2445574.html

RE: Error with c:for Each and c:out

2006-07-26 Thread George.Dinwiddie
to a property named "checkPart". > -Original Message- > From: Francisco Exposito Aguilera [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 26, 2006 2:15 PM > To: user@struts.apache.org > Subject: RE: Error with c:for Each and c:out > > > Thanks a lot Geo

RE: Error with c:for Each and c:out

2006-07-26 Thread Francisco Exposito Aguilera
first character? PS: I am a beginner... you can see that :) From: <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" To: Subject: RE: Error with c:for Each and c:out Date: Wed, 26 Jul 2006 12:42:23 -0500 Assuming you have a method public String getNombr

RE: Error with c:for Each and c:out

2006-07-26 Thread George.Dinwiddie
10:35 AM > To: user@struts.apache.org > Subject: Error with c:for Each and c:out > > > Hi all, > > I am trying to show the results of a search from a database > into a jsp page, > but it doesn't work. > > If I add in the jsp file: > > > > > wh

Error with c:for Each and c:out

2006-07-26 Thread Francisco Exposito Aguilera
Hi all, I am trying to show the results of a search from a database into a jsp page, but it doesn't work. If I add in the jsp file: where listarEmpresas is the parameter where is saved the Collection and Nombre is one of the fields from OTDEmpresas: session.setAttribute("listarEmpr

Error with dynaactionform integer property

2006-06-08 Thread Medicherla Lakshmi
Hi, I have an action in which am trying to get two values from database, one is of type Integer and the other String. I have put them in an ArrayList and have set to an attribute like request.setAttribute(Employee, "Employee"). Form for this action is of type dynaactionform. When

error with tmp:insert in struts-2.4

2006-04-14 Thread Fatiha Lokmane
Hi, I want to upgrade from struts-1.1 to struts-2.4 but I have the following error : 2006-04-14 16:20:29,312 : ApplicationDispatcher.invoke : Servlet.service() for servlet jsp threw exception org.apache.jasper.JasperException: /home.jsp(23,1) Unable to load tag handler class "org.apache.strut

Re: Peculiar error with ....

2005-11-02 Thread Jacob Wilson
Yes. I dont have the .do when I run on tomcat or Borland. With WAS, it is not getting the action without the .do - Maybe, I guess somewhere a configuration needs to be done to have the server accept without .do Dave Newton <[EMAIL PROTECTED]> wrote:Jacob Wilson wrote: > > >Here is my struts-

Re: Peculiar error with ....

2005-11-02 Thread Jacob Wilson
thanks for the response Murray I have this working in tomcat and Borland. For writing this mail, I copy pasted only the required stuff (also changed names!!) - hence left out the myPage action mapping. I am not new to struts and have been working on it for quite a while My subject line

Re: Peculiar error with ....

2005-11-02 Thread Dave Newton
Jacob Wilson wrote: Here is my struts-config Any clues??? form-bean name: RoleForm action name: FormName I don't use extension mapping usually, but are you supposed to put the ".do" in the path attribute in the mapping? I don't recall having even done that. Dave

Re: Peculiar error with ....

2005-11-02 Thread Murray Collingwood
The clue isyou haven't read the manual. You are creating a target in your JSP called "myPage". Your struts-config doesn't define this target anywhere. It needs to be in your action-mappings. Also, because the target includes a form you need to specify the "NAME" attribute to identify a

Re: Peculiar error with ....

2005-11-02 Thread Jacob Wilson
Hi Dave - Even without the name attribute it is the same !!! Here is my struts-config Any clues??? Thanks Jacob Dave Newton <[EMAIL PROTECTED]> wrote: Jacob Wilson wrote: >I have a problem with my jsps after migrat

Re: Peculiar error with ....

2005-11-02 Thread Murray Collingwood
The NAME attribute doesn't work in html:form, it is replaced by the ID attribute. Cheers mc On 2 Nov 2005 at 14:32, Dave Newton wrote: > Jacob Wilson wrote: > > >I have a problem with my jsps after migrating my application from tomcat to Websphere. I use the struts-html taglibs in my jsps. Wh

Re: Peculiar error with ....

2005-11-02 Thread Dave Newton
Jacob Wilson wrote: I have a problem with my jsps after migrating my application from tomcat to Websphere. I use the struts-html taglibs in my jsps. When I use the normal html form tag like below, everything looks fine and the page gets displayed without problems. When I use the struts-h

Peculiar error with ....

2005-11-02 Thread Jacob Wilson
Hello All - I have a problem with my jsps after migrating my application from tomcat to Websphere. I use the struts-html taglibs in my jsps. When I use the normal html form tag like below, everything looks fine and the page gets displayed without problems. <%@ page language="java"%> <%@ tagl

[Tiles] No mapping error with the Spring MVC Framework

2005-07-17 Thread Vernon
After having a set of pages definited with Tiles, I add another page in the same fashion as the rest: and the "template", I get this no mapping error: org.springframework.web.servlet.PageNotFound.no

Re: struts 1.2.4 examples error with NB4.1. help pls!

2005-05-23 Thread carmen lam
I should apologise to those ppl being helpful to me because I made a really stupid mistake. I choose the J2EE server instead of the Tomcat server. After I choose the Tomcat server to run this examples, it works flawlessly. Thanks everyone!! - 想即時收到新 email 通知?

RE: struts 1.2.4 examples error with NB4.1. help pls!

2005-05-23 Thread carmen lam
I should apologise to those ppl being helpful to me because I made a really stupid mistake. I choose the J2EE server instead of the Tomcat server. After I choose the Tomcat server to run this examples, it works flawlessly. Thanks everyone!! - 想即時收到新 email 通知?

RE: struts 1.2.4 examples error with NB4.1. help pls!

2005-05-23 Thread carmen lam
I should apologise to those ppl being helpful to me because I made a really stupid mistake. I choose the J2EE server instead of the Tomcat server. After I choose the Tomcat server to run this examples, it works flawlessly. Thanks everyone!! - 想即時收到新 email 通知? 下

RE: struts 1.2.4 examples error with NB4.1. help pls!

2005-05-23 Thread Naslai, Shobha \(Cognizant\)
Subject: RE: struts 1.2.4 examples error with NB4.1. help pls! 10.5.1 500 Internal Server Error The server encountered an unexpected condition which prevented it from fulfilling the request. There is some thing wrong with Application server. Application server Is not able to compile that file

RE: struts 1.2.4 examples error with NB4.1. help pls!

2005-05-23 Thread Nitin Mandolkar
-Original Message- From: carmen lam [mailto:[EMAIL PROTECTED] Sent: 22 May 2005 09:56 To: Struts Users Mailing List Subject: Re: struts 1.2.4 examples error with NB4.1. help pls! carmen lam <[EMAIL PROTECTED]> ?: I am running NetBeans 4.1 and want to try jakarta-struts-1.2.4 out. I fo

Re: struts 1.2.4 examples error with NB4.1. help pls!

2005-05-22 Thread Martin Gainty
Carmen Did you make sure org.netbeans.modules.web.project.ant.JspC is on your classpath? Martin- - Original Message - From: "carmen lam" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Sunday, May 22, 2005 4:56 AM Subject: Re: struts 1.2.4 examp

Re: struts 1.2.4 examples error with NB4.1. help pls!

2005-05-22 Thread carmen lam
carmen lam <[EMAIL PROTECTED]> 說: I am running NetBeans 4.1 and want to try jakarta-struts-1.2.4 out. I followed the instruction from this page http://struts.apache.org/faqs/netbeans40.html and ran the struts-examples. I got an error 500 page on the browser with the following error on server.l

Re: struts 1.2.4 examples error with NB4.1. help pls!

2005-05-22 Thread carmen lam
carmen lam <[EMAIL PROTECTED]> 說:I am running NetBeans 4.1 and want to try jakarta-struts-1.2.4 out. I followed the instruction from this page http://struts.apache.org/faqs/netbeans40.html and ran the struts-examples. I got an error 500 page on the browser with the following error on server.lo

struts 1.2.4 examples error with NB4.1. help pls!

2005-05-22 Thread carmen lam
I am running NetBeans 4.1 and want to try jakarta-struts-1.2.4 out. I followed the instruction from this page http://struts.apache.org/faqs/netbeans40.html and ran the struts-examples. I got an error 500 page on the browser with the following error on server.log. Basically it failed to compile w

Error with ValidatorResources

2005-02-24 Thread Alex Rodrigues da Silva
Hi, I have the following structure: +--WEB-INF +--classes +--books Book.java BookAction.java MessageResources.properties +-lib commoms-beansutils.jar commoms-digester.

Re: error with logic:iterate on dynabeans

2005-01-11 Thread Olasoji Ajayi
r mailing list" Sent: Tuesday, January 04, 2005 9:18 AM Subject: error with logic:iterate on dynabeans i get the following error when i run a web application to display the contents of a table. HTTP Status 500 -

error with logic:iterate on dynabeans

2005-01-04 Thread Olasoji Ajayi
i get the following error when i run a web application to display the contents of a table. HTTP Status 500 - type Exception report message description The server encountered an internal error () that prevente

Re: LogFactory error with Struts and Tomcat

2005-01-02 Thread David Farrell
I managed to root out all old versions of java sdk and jre from my system and reinstalled 1.4.2 - it works now. Not sure exactly what was going on but glad its sorted . Thanks for the help. David - To unsubscribe, e-mail: [EMAIL

  1   2   >