Old time jsp:include and tiles

2003-06-11 Thread ajTreece
they are requesting that I just jsp:include the full path to their file. This doesn't work real well inside of tiles. Is there a tiles: / parameter or option that I can use to include a file with a path like http://sse.central/includeFiles/nav_pulldowns_g Thanks, ajTreece

Re: Any Known Help (links) on Making Struts 1.1 work on I Planet 6.0?

2003-03-07 Thread ajTreece
the files. Minimum Heap Size: 3670016 Maximum Heap Size: 67108864 3. I have the JDK configured to use the latest Java 1.3 version. That is just a requirement for my development group. Java 1.4 should work fine. Give this a try Later, ajTreece [EMAIL PROTECTED] wrote: have had some

[OT] Special Symbols in HTML

2003-02-25 Thread ajTreece
over the place and can't really find anything. Thanks, ajTreece - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

tiles insert question...

2003-02-13 Thread ajTreece
insert page '/shared/layout/greyBorderBox.jsp' : Illegal to flush within a custom tag Am I doing something wrong -or- am I trying to do something that is not possible with tiles? Thanks, ajTreece %@ taglib uri=/WEB-INF/tlds/struts-tiles.tld prefix=tiles % %@ taglib uri=/WEB-INF/tlds/struts

Re: Cache

2003-02-13 Thread ajTreece
Juan Could you be a little more specific... I'm not familiar with controller Where does it actually go and what would my processor subclass be? Thanks... Alvarado, Juan (c) wrote: We have used the following as a means of expiring pages. This way when the user hits the back button

Searching archives broken? and Back Button on brower?

2003-02-11 Thread ajTreece
of the button on the browser and how it functions -or- is there a way to actually re-execute the action object. Thanks, ajTreece - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Newbie Question on Forms

2003-02-09 Thread ajTreece
Hi Peder... I think all you would have to do is set the scope of the ActionForm to session and you would be good to go. You would just have to be careful about when and how you reset the form for a new collection. Later, ajTreece Peder Jakobsen wrote: Hi, When traversing from page

Re: Struts on IPlanet Web server 6

2003-01-28 Thread ajTreece
I am in the process of deploying under iPlanet v6sp5. I would appreciate any guidelines, tricks, or tweaking you can make available. What specifically are you doing to class paths and stack sizes? Thanks, ajTreece Ka-Wai Chan wrote: Hi Trevor We are currently using iPlanet WS 6 w/ struts

Re: (Another test) App Modules and multiple tiles configuration files...

2003-01-16 Thread ajTreece
both Tiles definition factories are loaded. Yet, if I do not include the knowledge defs in the first factory load they are not seen correctly by the knowledge module. I'm open for any suggestions. Thanks, ajTreece Cedric Dumoulin wrote: Which Struts version do you use ? Try with the latest

Re: (Another test) App Modules and multiple tiles configuration files...

2003-01-15 Thread ajTreece
. Is there something wrong or is that the way it is suppose to work? Thanks again, aj Cedric Dumoulin wrote: ajTreece wrote: Folks Just for grins, I tried something different I basically have two struts-config.xml files (one for each module) and in each I call the plugin to load the tiles factory

App Modules and multiple tiles configuration files...

2003-01-14 Thread ajTreece
Afternoon folks... I'm trying to not be a pain, but I can't quite get this to work and could use some guidance... First off I'm using v1.1b3 (milestone build) with a tomcat v4.1.18 server. I've divided my app into two modules each having it's own struts config files. I've setup tiles so that I

(Another test) App Modules and multiple tiles configuration files...

2003-01-14 Thread ajTreece
of my tiles definitions need to be initialized via the plugin in the struts config file. Has anyone else had success using multiple application modules with individual tiles definitions? Thanks aj ajTreece wrote: Afternoon folks... I'm trying to not be a pain, but I can't quite get

Application Modules and message-resources

2003-01-13 Thread ajTreece
, but nothing seems to fit. Can anyone point me to an example that shows how to set up application modules along with message resource properties files for the different modules? Thanks, ajTreece -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL

message-resources question...

2003-01-07 Thread ajTreece
any ideas or places to check and debug my code. Thanks, ajTreece ?xml version=1.0 encoding=ISO-8859-1? !DOCTYPE web-app PUBLIC -//Sun Microsystems, Inc.//DTD Web Application 2.3//EN http://java.sun.com/j2ee/dtds/web-app_2_3.dtd; web-app !-- Action Servlet Configuration -- servlet

Struts Application Modules... CVS modules file... multiple projects

2003-01-04 Thread ajTreece
that Struts application modules can be deployed then point me in the right direction. Also, if there are any examples of how to work with the CVS modules files to accomplish the desired affect then fire those off too. Thanks in advance, ajTreece -- To unsubscribe, e-mail: mailto:[EMAIL

tiles:insert page= question...

2003-01-03 Thread ajTreece
a blank screen. Thanks, ajTreece -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Struts v1.1b3 download?

2003-01-02 Thread ajTreece
I went to the apache site - milestone build for the subject mentioned release, but get a requested url not found error... Where is the milestone build? Later, ajTreece -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Struts beta 2 and Tomcat 4.1.18

2002-12-21 Thread ajTreece
Just started using the Tomcat server... I get the following from some of my action servlets... ant clues? Thanks, aj 2002-12-21 11:27:34 StandardWrapperValve[action]: Servlet.service() for servlet action threw exception javax.servlet.ServletException at

Re: Struts beta 2 and Tomcat 4.1.18

2002-12-21 Thread ajTreece
I saw that, but was wondering if it was something more specific to a Tomcat configuration with Struts... I have used this webapp with iPlanet v6 sp2 for quite a while with no problems. David Graham wrote: Your AdminNewsAction is throwing a NPE. David From: ajTreece [EMAIL PROTECTED

tiles:insert page=?

2002-12-11 Thread ajTreece
examples out there that do something g along these lines? Later, ajTreece -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: tiles:insert page=?

2002-12-11 Thread ajTreece
Please disregard... I figured it out. Thanks... ajTreece wrote: Folks... I tried to search the archives, but for some reason any text search returns no data... Could just be me! I have a tile def and in it I have the following code: tiles:insert page=some-jsp/ The challenge is the some

ActionForm used twice in document...

2002-11-08 Thread ajTreece
. In the old world I would just name the forms differently so they would be unique in the document. Is it possible to use the same ActionForm more than once in a document? If so how? Later, ajTreece -- To unsubscribe, e-mail: mailto:struts-user-unsubscribe;jakarta.apache.org For additional

Re: No getter method for property message

2002-11-07 Thread ajTreece
Meissa... From looking at your code your the jsp is getting it's form definition from the action=filterMails. I would guess that your form definition for fillterMails is not readMailForm If not otherwise specified, the required ActionForm is determined by the value you put in html:form

Re: problem with html tags

2002-11-06 Thread ajTreece
Meissa Make sure that the jsp knows about the ActionForm. Check out the docs for html:form type= and html:form action Later, aj [EMAIL PROTECTED] wrote: I have a strange problem in my jsp page . when I try to call html tag like this html:text property=mailBox size=30 maxlength=50/

Nested levels within tiles?

2002-10-29 Thread ajTreece
How many levels of extends can you have within tiles? I've attached a tiles def file (that works), but I would like to see if it is possible to do it differently so that I don't duplicate code in the xml file. Here is the scenario... site.mainLayout defines the overall page. The mainbody

milestone builds

2002-10-23 Thread ajTreece
Are all of the milestone builds for 1.1b1 available? I would like to do a sanity check on one of the orginal 1.1b1 builds. Thanks, ajTreece -- To unsubscribe, e-mail: mailto:struts-user-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:struts-user-help

Netscape v4.7x browser, style sheet and font problems

2002-10-22 Thread ajTreece
struts technology to the rest of my development group for use in all of our applications, but Netscape v4.7x is sticking point that I can't get around. I'm open for any suggestions... Thanks, ajTreece -- To unsubscribe, e-mail: mailto:struts-user-unsubscribe;jakarta.apache.org For additional

ApplicationResources and 1.1b2

2002-10-21 Thread ajTreece
, but haven't found anything that points me in the right direction. Thanks, ajTreece

Re: Beating the REFRESH button.

2002-08-20 Thread ajTreece
I tried this on my web app using Struts v1.1b with tiles, but I get the following error: [20/Aug/2002:17:24:06] warning (25350): for host 129.147.152.87 trying to GET /sunsentinel/home.page, send-file reports: can't find /sunsentinel/home.page (File not found) Here is the struts-config.xml

Re: Iplanet Enterprise WS

2002-08-15 Thread ajTreece
James is right on There is no difference in the build.xml for iPlanet. I'm using iPlanet v6 sp2. The deploy is after the fact when it comes to the build of the application. Just build your *.war file form ant then you have two options when it comes to deploying the wed app to iPlanet: 1)

Re: Custom tag for If condition

2002-07-23 Thread ajTreece
It is the Struts taglib logic Later... Harinath wrote: Hi , Do we have any equivalent custom tag for IF.statement -Hari -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED] -- To unsubscribe, e-mail:

Re: Web Browsers and Browser Indepedent HTML

2002-07-23 Thread ajTreece
Any browser should be fine. Struts is just the framework that is used to while building your servlets, JSP's, etc. The app I'm developing runs equally as well on either Internet Exploder, Netscape v6 and v4.x. Later... CB Thomas wrote: I am considering using Struts for a project and I

Re: How to write an ActionForm property as just plain text

2002-07-23 Thread ajTreece
Try using bean:write name={your form name} property=email/ Later, ajTreece David Wood wrote: Suppose you wanted to have an entry screen, then a confirmation screen. The entry screen could have one field (email address) for example. In my jsp, I'll use html:text property=email

Re: how to localize Struts framework?

2002-07-23 Thread ajTreece
Emanuel These files should be located in the WEB-INF/classes of your web app. You are also correct, Just making another LocalString_XX.proerties files is what is required for localization. Later, ajTreece Emmanuel Bridonneau wrote: My issue is regarding configuring the Struts

Re: A basic action mapping doesn't work

2002-06-06 Thread ajTreece
createMediaDesc is your action so the forward path should be /createMediaDesc.do Later, aj If it is an action then try path=/createMediaDesc.do If it is a tiles definition then try path=creatMediaDesc Aleksi Kallio wrote: I have this action mapping: action path = /createMediaDesc

Re: A basic action mapping doesn't work

2002-06-06 Thread ajTreece
Within the createMediaDesc action How do you get from a review forward to success? I'm certainly no expert in the ways of Struts, but without looking at UpdateRecording.java it looks like you could be stuck in an endless loop. Later, aj Aleksi Kallio wrote: I'm trying to invoke it

Re: Pb with struts and javascript

2002-05-30 Thread ajTreece
Cyrill... I do this in my app... Change your link to: html:link href=Javascript:VisuOrdre(); Later, ajTreece cyril guszkiewicz wrote: I every body, I' ve got some problem with Javascript in Struts. In fact, the command onclick in html:link href= onclick

html:option value

2002-05-23 Thread ajTreece
Folks... Can someone point me to an example of a html:select that uses the option tag with a value=x? I'm experiencing a brain freeze this morning and can't visualize how to use a bean:write tag to set the value of the option tag. TIA, ajTreece -- To unsubscribe, e-mail: mailto:[EMAIL

i18n and jsp weirdness

2002-05-17 Thread ajTreece
character) Scenario 2... page rendered via return (mapping.findForward(success)) The text displayed in the same portal is the actual kanji characters Am I doing something wrong? Thanks, ajTreece -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL

Re: Help with Struts1.1b and IPlanet 6.0 SP1

2002-05-01 Thread ajTreece
I am having problems with are some of the html taglibs (see earlier email from me to the alias). I have resigned myself to not utilizing those tags and Struts is working flawlessly. Later, ajTreece Vlad Levin wrote: Some help would be greatly appreciated for the following problem: We

Passing parameters directly to Action Servlet

2002-05-01 Thread ajTreece
that pass the id number and display type to the action servlet (.do). The .do will get the data, format it as required and give it to a jsp to display. Is this possible or am I barking up the wrong tree... Thanks, ajTreece -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional

Re: Passing parameters directly to Action Servlet

2002-05-01 Thread ajTreece
Yes I just didn't realize it was that simple. Later, ajTreece James Mitchell wrote: If I'm not way off [again ;)] Are you wanting to do this? html:link page=/strutsaction.do?param1=value1param2=value2/ JM -Original Message- From: ajTreece [mailto:[EMAIL

Messaging and browser tool tips

2002-04-30 Thread ajTreece
??? Netscape v4 either ignores it or it just doesn't display the ???en.null??? text. Is there a way to designate a message resource bundle for the browser's tool tip text? Thanks, ajTreece -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL

Lost i18n functionality

2002-04-30 Thread ajTreece
For some reason the i18n functionality in the message resource bundle has stopped working. I have upgraded to running the 0430 nightly build thinking that would help, but it hasn't. Is there some debugging things I could do to figure out why it stopped working? Thanks, ajTreece

session parameter values

2002-04-29 Thread ajTreece
name to use for session values? Thanks, ajTreece -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: session parameter values

2002-04-29 Thread ajTreece
is actually set in the session scope. Any clues? Thanks ajTreece Galbreath, Mark wrote: Whatever you named it with the session.setAttribute( [name], userName). And change parameter to property. Mark -Original Message- From: ajTreece [mailto:[EMAIL PROTECTED]] Sent: Monday, April 29

Re: session parameter values

2002-04-29 Thread ajTreece
a session property. Thanks again, ajTreece [EMAIL PROTECTED] wrote: I don't think you need the property attribute ajTreece [EMAIL PROTECTED] on 04/29/2002 04:04:18 PM Please respond to Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL

bean:message in a tiles:insert

2002-04-28 Thread ajTreece
is to execute the bean:message .../ tag. How do I utilize the bean:message tag inside the tiles:insert block? I can handle the flames if this is obvious and I just can't see it Thanks, ajTreece -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto

bean:property ???'s

2002-04-24 Thread ajTreece
, ajTreece package com.sun.sentinel.action; import com.sun.eras.common.dice.*; import com.sun.eras.common.logging.LogManager; import com.sun.eras.common.logging.Logger; import com.sun.sentinel.dice.GetMyReportStats; import com.sun.sentinel.form.MyReportStatsForm; import java.io.IOException; import

Nesting messages

2002-04-18 Thread ajTreece
Does anyone have an example of how to utilize the replacement parameters in bean:message? My specific question is can an arg0 string in a bean:message be another bean:message key= string? Thanks, ajTreece -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e

Re: Problems with iPlanet web server 6.0 sp2 and struts 1.1 beta

2002-04-15 Thread ajTreece
the gun so I don't have time to do a lot of debugging to find out what the problem is, if it is a struts problem or a iPlanet problem. I don't like the fact that I can't use struts-html tags. There are a lot of neat features I would like to make use of. Later, ajTreece Juan Alvarado wrote: I

html:text with iPlanet web server 6.0sp2

2002-04-12 Thread ajTreece
Morning Folks... As they say in talk radio... Long time listener, first time caller so here goes. I'm building a webapp on Solaris 5.8 running the iPlanet web server version 6 sp2. Also, I'm using the 0409 nightly build of Struts v1.1 with tiles. I'm utilizing the basic logon code from the

A beginners look at the *.do process

2002-04-12 Thread ajTreece
or is it just a fact of life that the jsp's may need modifications because of a deployment name change... If there is a better way to accomplish this so that the jsp's are a little less dependent on the webapp deployed name then I'm all ears. Later, ajTreece (aka. aj Treece - eRAS Services

Re: A beginners look at the *.do process

2002-04-12 Thread ajTreece
would very much like to use struts-html. Thanks, ajTreece Joseph Barefoot wrote: Yes, that would definitely suck if you had to modify all the JSPs when you changed the application name. Fortunately, that is not the case. You should use the Struts custom tags to render your form tags, like so