Virtual Hosting Problem with ActionForward

2003-11-18 Thread Juan Alvarado
We have the following problem with Virtual Hosting and server side forwards. We are using Apache with Tomcat (modjk). Our host (webapp) is configured at /Users/jalvarado/Developer/webapps/appname The app can be accessed http://www.somedomain.com We also have a virtual host

Re: anyone using jstl side by side with the strut taglibs?

2003-11-18 Thread Brice Ruth
Expression Language ... its being able to use ${param.id} in a JSP tag to get the value of the id request parameter passed to the JSP using it. Or being able to do something like test=${empty linkParams} to test if a particular variable has no values/is null/etc. Gus Heck wrote: Brice Ruth

Re: initializing properties for Actions

2003-11-18 Thread Kirk Wylie
By that I'm assuming you meant that: - You subclassed ActionMapping with setPasswordDisabled() and isPasswordDisabled() methods in com.you.ActionMapping - You set the className parameter on the action tag to com.you.ActionMapping - You downcasted the ActionMapping instance you got in your Action

RE: Accessing a static final constant from Class in JSP

2003-11-18 Thread Steve Armstrong
Well, you can use a JSP expression which strictly speaking isn't a scriptlet. So, after you do your import, you can use constants like bean:write name=%= GSOPConstants.A_BEAN_NAME % property=%= GSOPConstants.A_BEAN_PROPERTY %/ Cheers, -Steve -Original Message- From: Larry Meadors

Re: JSTL DynaValidatorForm

2003-11-18 Thread James Mitchell
On Tue, 18 Nov 2003, Yann Lebreton wrote: Hi, For x and y reasons I've to create my own version of the c:out tag. Why? Everything is working great for everything BUT DynaValidatorForm where I get Unable to find a value for value in object of class

Re: initializing properties for Actions

2003-11-18 Thread Frank Maritato
Ok, I found something that works, although I'm not really happy with it. I took the suggestions of subclassing ActionMapping and specified it in my action-mappings declaration. This seems like poor design from the struts end since my HackMapping class now has to contain all initialization

How o use build.xml at the struts-blank example

2003-11-18 Thread tim duch
Hello, How can I use the build.xml to build my sources ( I mean how to run it ) . Pleae help. Regards -tim __ Do you Yahoo!? Protect your identity with Yahoo! Mail AddressGuard http://antispam.yahoo.com/whatsnewfree

RE: How o use build.xml at the struts-blank example

2003-11-18 Thread Naveen S. Kumar
Install ant software and then set the class path and then run u r ant deploy or ant compile command -Original Message- From: tim duch [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 19, 2003 9:45 AM To: [EMAIL PROTECTED] Subject: How o use build.xml at the struts-blank example

RE: How o use build.xml at the struts-blank example

2003-11-18 Thread tim duch
I am unserimpression that as tomcat4.1.12 is already installed there .. so ant is a by - default got installed. how to use it .. please let me know .. Regards -Tim --- Naveen S. Kumar [EMAIL PROTECTED] wrote: Install ant software and then set the class path and then run u r ant deploy or

Re: initializing properties for Actions

2003-11-18 Thread Richard Yee
Frank, I did the same thing as you but could not get the set-property tag to work within the action /action tags. It never called the setter. -Richard At 08:12 PM 11/18/2003, you wrote: Ok, I found something that works, although I'm not really happy with it. I took the suggestions of

Re: Which framework to choose?

2003-11-18 Thread J Janesko
Thank you, Ted. This is right on!! Thanks so much for the link! --Jenn --- Ted Husted [EMAIL PROTECTED] wrote: Personally, I consider MVC frameworks to be commodities. It doesn't really matter which you use use. The real point of the exercise is to treat web applications like

<    1   2