RE: JBoss configuration problem with struts

2003-07-22 Thread Younis, Shahzaib
we r using JBOSS-3.2.1, I will also check at JBoss forms though. -Original Message- From: Erez Efrati [SMTP:[EMAIL PROTECTED] Sent: Monday, July 21, 2003 6:11 PM To: 'Struts Users Mailing List' Subject: RE: JBoss configuration problem with struts What version of JBoss? I

JBoss configuration problem with struts

2003-07-21 Thread Younis, Shahzaib
After I put my war file into JBOSS all direcotry, it works, but before that it was in default directory and it was not extracting prompts from properties file. Any idea wats the difference between JBOSS sub directory defualt and all According to JBoss documentation, the only difference,

RE: JBoss configuration problem with struts

2003-07-21 Thread Erez Efrati
:45 PM To: 'Struts Users Mailing List' Subject: JBoss configuration problem with struts After I put my war file into JBOSS all direcotry, it works, but before that it was in default directory and it was not extracting prompts from properties file. Any idea wats the difference between JBOSS

RE: JBoss configuration problem with struts

2003-07-21 Thread Younis, Shahzaib
. -Original Message- From: Erez Efrati [SMTP:[EMAIL PROTECTED] Sent: Monday, July 21, 2003 4:48 PM To: 'Struts Users Mailing List' Subject: RE: JBoss configuration problem with struts If you just put more information and specify more about what and how did you do. Just for of it, I am

RE: JBoss configuration problem with struts

2003-07-21 Thread Younis, Shahzaib
, it seems like its not extracting prompts from properties file. -Original Message- From: Younis, Shahzaib [SMTP:[EMAIL PROTECTED] Sent: Monday, July 21, 2003 3:55 PM To: 'Struts Users Mailing List' Subject: RE: JBoss configuration problem with struts Ok here's what I'm

RE: JBoss configuration problem with struts

2003-07-21 Thread Erez Efrati
. Erez -Original Message- From: Younis, Shahzaib [mailto:[EMAIL PROTECTED] Sent: Monday, July 21, 2003 10:59 PM To: 'Struts Users Mailing List' Subject: RE: JBoss configuration problem with struts Oops! validation.xml code is this one: field property=username

[OT] web.xml error-page configuration problem

2003-06-06 Thread Hohlen, John C
I'm using WebLogic 6.1 SP 2 and I can't get the web.xm. error-page configuration to work for exceptions occurring within a JSP. If the exception, occurs in Java code (i.e. non-JSP), the error page works fine. But if it occurs in the JSP, I see a stack trace on the screen instead of forwarding to

RE: [OT] web.xml error-page configuration problem

2003-06-06 Thread Jimmy Emmanual
Is you /jsp/error.jsp page a error page? If not it as the Error Page via. %@ page isErrorPage=true % Jimmy -Original Message- From: Hohlen, John C [mailto:[EMAIL PROTECTED] Sent: Thursday, June 05, 2003 1:59 PM To: Struts-User (E-mail) Subject: [OT] web.xml error-page configuration

Re: [OT] web.xml error-page configuration problem

2003-06-06 Thread David Graham
Is this at the top of your jsp? %@ page errorPage=/jsp/error.jsp % David From: Hohlen, John C [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts-User (E-mail) [EMAIL PROTECTED] Subject: [OT] web.xml error-page configuration problem Date: Thu, 5 Jun 2003 12:59:26

RE: [OT] web.xml error-page configuration problem

2003-06-06 Thread Hohlen, John C
configuration problem Is you /jsp/error.jsp page a error page? If not it as the Error Page via. %@ page isErrorPage=true % Jimmy -Original Message- From: Hohlen, John C [mailto:[EMAIL PROTECTED] Sent: Thursday, June 05, 2003 1:59 PM To: Struts-User (E-mail) Subject: [OT] web.xml error-page

RE: [OT] web.xml error-page configuration problem

2003-06-06 Thread Hohlen, John C
error screen which doesn't display the stack trace to the user. Thanks, JOHN -Original Message- From: David Graham [mailto:[EMAIL PROTECTED] Sent: Thursday, June 05, 2003 1:12 PM To: [EMAIL PROTECTED] Subject: Re: [OT] web.xml error-page configuration problem Is this at the top of your

RE: [OT] web.xml error-page configuration problem

2003-06-06 Thread David Graham
header.jsp in all of my other jsps. David JOHN -Original Message- From: Jimmy Emmanual [mailto:[EMAIL PROTECTED] Sent: Thursday, June 05, 2003 1:05 PM To: 'Struts Users Mailing List' Subject: RE: [OT] web.xml error-page configuration problem Is you /jsp/error.jsp page a error page

RE: [OT] web.xml error-page configuration problem

2003-06-06 Thread David Graham
To: [EMAIL PROTECTED] Subject: Re: [OT] web.xml error-page configuration problem Is this at the top of your jsp? %@ page errorPage=/jsp/error.jsp % David From: Hohlen, John C [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts-User (E-mail) [EMAIL PROTECTED] Subject

RE: [OT] web.xml error-page configuration problem

2003-06-06 Thread Chen, Gin
] Sent: Thursday, June 05, 2003 2:32 PM To: [EMAIL PROTECTED] Subject: RE: [OT] web.xml error-page configuration problem %@ page errorPage=error.jsp % This is what I'm trying to avoid. I would prefer to only specify this via a single configuration setting in the web.xml. I think that's

RE: [OT] web.xml error-page configuration problem

2003-06-06 Thread Chen, Gin
sry 1. didn't mean to reply to the list and 2. the discussion was on the taglibs list. -Original Message- From: Chen, Gin [mailto:[EMAIL PROTECTED] Sent: Thursday, June 05, 2003 2:51 PM To: 'Struts Users Mailing List' Subject: RE: [OT] web.xml error-page configuration problem Hi David

RE: [OT] web.xml error-page configuration problem

2003-06-06 Thread Hohlen, John C
, JOHN -Original Message- From: David Graham [mailto:[EMAIL PROTECTED] Sent: Thursday, June 05, 2003 1:33 PM To: [EMAIL PROTECTED] Subject: RE: [OT] web.xml error-page configuration problem You could point your error-page to a redirected Struts action so that it doesn't show up in a tile

RE: [OT] web.xml error-page configuration problem

2003-06-06 Thread David Graham
=/displaySystemError.do % I don't see why that wouldn't work either. David Thanks, JOHN -Original Message- From: David Graham [mailto:[EMAIL PROTECTED] Sent: Thursday, June 05, 2003 1:33 PM To: [EMAIL PROTECTED] Subject: RE: [OT] web.xml error-page configuration problem You could point your error-page

RE: [OT] web.xml error-page configuration problem

2003-06-06 Thread David Graham
, -Tim -Original Message- From: David Graham [mailto:[EMAIL PROTECTED] Sent: Thursday, June 05, 2003 2:32 PM To: [EMAIL PROTECTED] Subject: RE: [OT] web.xml error-page configuration problem %@ page errorPage=error.jsp % This is what I'm trying to avoid. I would prefer to only specify

RE: [OT] web.xml error-page configuration problem

2003-06-06 Thread Hohlen, John C
committed (from the earlier Tiles -- servlets that executed). JOHN -Original Message- From: David Graham [mailto:[EMAIL PROTECTED] Sent: Thursday, June 05, 2003 1:33 PM To: [EMAIL PROTECTED] Subject: RE: [OT] web.xml error-page configuration problem You could point your error-page

RE: [OT] web.xml error-page configuration problem

2003-06-06 Thread David Graham
-page configuration problem You could point your error-page to a redirected Struts action so that it doesn't show up in a tile. David David: When I add the errorPage directive to my JSP, my error page appeared in the screen b/c I'm using Struts Tiles. The page in which I'm creating a null

RE: [OT] web.xml error-page configuration problem

2003-06-06 Thread Hohlen, John C
Graham [mailto:[EMAIL PROTECTED] Sent: Thursday, June 05, 2003 2:19 PM To: [EMAIL PROTECTED] Subject: RE: [OT] web.xml error-page configuration problem Actually, that doesn't work. I'm getting an IllegalStateException doing %@ page errorPage=/displaySystemError.do % java.lang.IllegalStateException

RE: [OT] web.xml error-page configuration problem

2003-06-06 Thread David Graham
to square 1. Let me know if you have any other ideas. Thanks a lot, JOHN -Original Message- From: David Graham [mailto:[EMAIL PROTECTED] Sent: Thursday, June 05, 2003 2:19 PM To: [EMAIL PROTECTED] Subject: RE: [OT] web.xml error-page configuration problem Actually, that doesn't work. I'm

Re: Tile configuration problem: No value defined for bean

2003-02-25 Thread Cedric Dumoulin
Hi, You should use tiles:insert name=sccLayout .../ rather than tiles:insert beanName=sccLayout .../ beanName is for retrieving a definition from the jsp scope. name is for retrieving a definition from the tiles factory. Cedric [EMAIL PROTECTED] wrote: Greetings, I'm experienced with

Tile configuration problem: No value defined for bean

2003-02-21 Thread SWICKLUND
Greetings, I'm experienced with Struts 1.0.2 and am trying to use 1.1 with Tiles for the first time, and have successfully created my layout, but now I can't seem to get my definitions to register in the tiles-defs.xml. I've been at this for two days and searched newsgroups and archives but can't

struts-examples parsing configuration problem

2003-01-13 Thread Brian . O'Hare
I want to look at struts is determine if it is appropriate for our project. However I am unable to get working the example web app that is supplied with the binary . I downloaded Struts 1.0.2. I droped the struts-example.war onto the webapps directory of my Tomcat 4.1.17 on localhost running on

Re: Struts configuration problem with Apache + Tomcat + Struts HELP!!!!!!!!!!!!!!!!!!!!

2002-03-31 Thread @Basebeans.com
Subject: Re: Struts configuration problem with Apache + Tomcat + Struts HELP From: Hyunjin Kim [EMAIL PROTECTED] === Well.. Sorry for being not clear on my last msg.. I actually had: VirtualHost 111.111.111.111 ServerName asdf.com WebAppConnection conn warp asdf.com

Re: Struts configuration problem with Apache + Tomcat + Struts HELP!!!!!!!!!!!!!!!!!!!!

2002-03-31 Thread XIULI
-nameaction/servlet-name url-pattern*.do/url-pattern /servlet-mapping Hopes this helps. Good Luck -- On Sun, 31 Mar 2002 00:25:01 Struts Newsgroup wrote: Subject: Re: Struts configuration problem with Apache + Tomcat + Struts HELP From: Hyunjin Kim [EMAIL PROTECTED] === Well

Struts configuration problem with Apache + Tomcat + Struts

2002-03-30 Thread @Basebeans.com
Subject: Struts configuration problem with Apache + Tomcat + Struts From: Hyunjin Kim [EMAIL PROTECTED] === Hi, I have successfully installed Apache 1.3 and Tomcat 4 and they work beautifully. I have tried to test the example applications that came with Tomcat and they work without any problem

Re: Struts configuration problem with Apache + Tomcat + Struts

2002-03-30 Thread @Basebeans.com
Subject: Re: Struts configuration problem with Apache + Tomcat + Struts From: Jack Gao [EMAIL PROTECTED] === Well, as you said, you are using warp connector to connect Apache with Tomcat. In your httpd.conf file, you define virtual directory for tomcat examples, which is: WebAppConnection conn

Tomcat 4 + Apache + Struts 1.1 + Warp Connector Configuration Problem

2002-03-28 Thread @Basebeans.com
Subject: Tomcat 4 + Apache + Struts 1.1 + Warp Connector Configuration Problem From: Hyunjin Kim [EMAIL PROTECTED] === Hi, I am not subscriber to this mailing list, so if you can cc my email([EMAIL PROTECTED]), I will really appreciate. I am trying to install struts 1.1beta on Tomcat 4.0.3

Struts Configuration problem

2001-11-01 Thread Scott Watson
I am trying to design an application using the Struts framework, however, I have come across some contradicting information in the documentation and was wondering what is the right way of implementing my design. Suppose I have a Action object that calls a JavaBean to perform some business logic

RE: Struts Configuration problem

2001-11-01 Thread Prengaman.Karen
your Action. Hope that helps, Karen -Original Message- From: Scott Watson [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 01, 2001 6:16 AM To: Struts Users Mailing List Subject: Struts Configuration problem I am trying to design an application using the Struts framework, however, I

RE: Configuration problem

2001-08-30 Thread devon . bowen
View source shows a href=http://www.foo.com; foo.com/a I assume you mean a href=http://www.foo.com; foo.com/a Without the close bracket on a. If this is what View Source is showing, then your browser is receiving the correct HTML. In other words, it isn't a problem with your

RE: Configuration problem

2001-08-30 Thread David Bolsover
Devon oops - just a typo when I sent the mail - but still the problem has gone away - and I don't know why. thanks for time and effort david View source shows a href=http://www.foo.com; foo.com/a I assume you mean a href=http://www.foo.com; foo.com/a Without the close bracket on

Configuration problem

2001-08-29 Thread David Bolsover
Hi I will confess from the start that this is not really a struts problem but I am sure that members of the group will have seen this before and know the solution. I have a link on a jsp page to an external site : a href=http://www.foo.com; foo.com/a The problem is that when I browse to the

RE: Configuration problem

2001-08-29 Thread devon . bowen
I have a link on a jsp page to an external site : a href=http://www.foo.com; foo.com/a When you have this page in your browser and do a View Source is that really what you see? Devon

RE: Configuration problem

2001-08-29 Thread David Bolsover
:[EMAIL PROTECTED]] Sent: 29 August 2001 10:49 To: [EMAIL PROTECTED] Subject: RE: Configuration problem I have a link on a jsp page to an external site : a href=http://www.foo.com; foo.com/a When you have this page in your browser and do a View Source is that really what you see? Devon