Old time jsp:include and tiles

2003-06-11 Thread ajTreece
y 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 parameter or option that I can use to include a file with a path like http://sse.central/includeFiles/nav_pulldowns_g Thanks

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

2003-03-07 Thread ajTreece
to find 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 PR

[OT] Special Symbols in HTML

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

Re: Cache

2003-02-13 Thread ajTreece
Juan Could you be a little more specific... I'm not familiar with . 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 they will get a p

tiles insert question...

2003-02-13 Thread ajTreece
output: Can't 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" pref

Searching archives broken? and Back Button on brower?

2003-02-11 Thread ajTreece
is just a consequence 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 fr

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
''. [INFO] TilesPlugin - -Tiles definition factory loaded for module '/knowledge'. From my limited knowledge it looks like 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 know

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

2003-01-15 Thread ajTreece
e ALL of the tiles defs need to be initialized via first plugin accessed via web.xml. 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 s

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

2003-01-14 Thread ajTreece
ing is that ALL 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

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

Application Modules and message-resources

2003-01-13 Thread ajTreece
s example apps, 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 comman

question...

2003-01-07 Thread ajTreece
messages. After reading a couple of Struts books I think all that is required is the values in the struts-config.xml, but it would be a good bet that I haven't got a clue to what I'm talking about. I would appreciate any ideas or places to check and debug my code. Thanks, ajTreece http

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

2003-01-04 Thread ajTreece
;m open for all suggestions on how to maintain the integrity of the look and feel code under multiple projects. If I'm misreading the way 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 module

tiles:insert page= question...

2003-01-03 Thread ajTreece
they are technically external to my main webapp. If I just use the full URL in the browser like http://myserver/staging/some-page.html the page views as expected, but if I try to display it from my main webapp via I just get a blank screen. Thanks, ajTreece -- To unsubscribe, e-mail: &l

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]>

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 PROTEC

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 org.apache.struts.action.Req

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: The challenge is the "some-jsp" page to b

tiles:insert page=?

2002-12-11 Thread ajTreece
name in a variable (request, session, etc.) then let the tiles:insert retrieve it form that variable? I tried doing a request.setAttribute("link",xxx) in the action servlet and then doing a but that doesn't seem to work. Are there any examples out there that do something g along thes

ActionForm used twice in document...

2002-11-08 Thread ajTreece
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 co

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 Later, a

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 Later, aj [EMAIL PROTECTED] wrote: I have a strange problem in my jsp page . when I try to call html tag like this I have the javax.servlet.ServletException: No getter method available for property mail

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" p

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-

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

2002-10-22 Thread ajTreece
the process of "evangelizing" 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: <ma

ApplicationResources and 1.1b2

2002-10-21 Thread ajTreece
t archives, 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 l

Re: Passing Struts parameters to JavaScript functions.

2002-08-16 Thread ajTreece
Ray Don't pass the value to Javascript. Put the value of "id" in a hidden field in the form then Javascript can get the value via document.formName.hiddenFiledName.value. Later, aj Ray wrote: > Hi there ... :-) > > I was hoping someone could help me with a validation problem. > > I'

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: 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 Str

Re: Refering form variables from the JavaScript function

2002-07-23 Thread ajTreece
I do this quite a bit using JavaScript to test for (validate) user input in a form. A property variable in the ActionForm acts just like a normal HTML element. You ca set a form variable like this: document.{your form name}.{ActionForm property}.value = "Yadda Yadda Yadda"; Hope this helps...

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

2002-07-23 Thread ajTreece
Try using 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 to put a disabled text > box, and struts would fill in the v

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 ne

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: > For additional commands, e-mail: > -- To unsubscribe, e-m

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: 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: > > type = "fi

Re: Pb with struts and javascript

2002-05-30 Thread ajTreece
Cyrill... I do this in my app... Change your link to: Later, ajTreece cyril guszkiewicz wrote: > I every body, > I' ve got some problem with Javascript in Struts. > In fact, the command onclick in Could somebody help me

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 tag to set the value of the option tag. TIA, ajTreece -- To unsubscribe, e-mail: <mailto:[EM

i18n and jsp weirdness

2002-05-17 Thread ajTreece
red 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 PROTECTED]>

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? > > > > JM > > > > >>-Original Message- >>From: ajTreece [mailto:[EM

Passing parameters directly to Action Servlet

2002-05-01 Thread ajTreece
links 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

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 p

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

Messaging and browser tool tips

2002-04-30 Thread ajTreece
a tool tip within my app: ???en.null??? 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]>

Re: session parameter values

2002-04-29 Thread ajTreece
urn 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"

Re: session parameter values

2002-04-29 Thread ajTreece
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: Mon

session parameter values

2002-04-29 Thread ajTreece
. I assume that you would use a . The challenge is I can not figure out what name="" should be. No matter what I try I get the following error: [ServletException in:/common/userPortals/userData.jsp] Cannot find bean XXX in scope session' What id the correct name to use for ses

in a

2002-04-28 Thread ajTreece
with the tag. My challenge is the only way I can get it to work is if the "title" value points to a jsp who's only action is to execute the tag. How do I utilize the tag inside the block? I can handle the flames if this is obvious and I just can't see it Thanks, aj

???'s

2002-04-24 Thread ajTreece
cuted? Thanks, 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.IOExc

Nesting messages

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

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

2002-04-15 Thread ajTreece
under 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 J

Re: A beginners look at the *.do process

2002-04-12 Thread ajTreece
s one!!! I 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 y

A beginners look at the *.do process

2002-04-12 Thread ajTreece
little less dependent on the webapp deployed name then I'm all ears. Later, ajTreece (aka. aj Treece - eRAS Services Development - Sun Microsystems) -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

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 str