How to indicate current page to the user

2006-02-08 Thread J T
I have a struts/tiles app that has a navigation pane which renders navbar.jsp. My user would like the current page to be highlighted in bold. So for example if the user is on page two the navbar would look like this: page1 page2 page3 page4 ... This is similar to breadcrumb like functionality (th

Re: Struts in Action book

2006-02-06 Thread J T
The best book that I have seen on struts is "struts survival guide". I bought the .pdf and the hard copy but it is now free for download from http://www.objectsource.com. On 2/2/06, Frank W. Zammetti <[EMAIL PROTECTED]> wrote: > > David Durham wrote: > > Frank W. Zammetti wrote: > >> Generally-spe

Re: Leading slash on forward causes problem in proxied environments

2006-02-06 Thread J T
erver address, > > therefore URL is changed! > > * The form tag on a page reads context, gets one from [changed] URL: > Application > > * The form tag builds address based on context: > /Application/processMain.do > > > > Now I would like to hear some

Re: Leading slash on forward causes problem in proxied environments

2006-02-02 Thread J T
The jsp code: ... When rendered produces the html: ... My modified form tag produces the code: ... The application is hosted at http://appserver.com:6000/Application/ but since we are using a apache to proxy requests to the app server the end user sees http://devserver.com/dev/Applic

Re: Just adding log4j.jar to struts 1.2.7 project under weblogic causes stack trace

2006-02-01 Thread J T
ding that it didn't need to deploy the new > code because it thought the previously deployed version was good enough. > > Have you looked in the server log (either in the console that starts the > server or through the management console), to see if there are any > clues? >

Re: Leading slash on forward causes problem in proxied environments

2006-02-01 Thread J T
comp.jakarta.struts.user> >Date: 2006-01-31 22:40:35 GMT (23 hours ago) J T wrote: > We have four environments: dev, int, stg, and prod. Each of these is fronted > by an apache server > that proxies to our weblogic application server. > > The URLs to the apps look like this

Re: Just adding log4j.jar to struts 1.2.7 project under weblogic causes stack trace

2006-02-01 Thread J T
th the ClassLoader. > > > -Original Message- > > From: J T [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, February 01, 2006 4:27 PM > > To: Struts Users Mailing List > > Subject: Re: Just adding log4j.jar to struts 1.2.7 project > > under weblogic causes stack trac

Re: Just adding log4j.jar to struts 1.2.7 project under weblogic causes stack trace

2006-02-01 Thread J T
EA. > > - George > > > -Original Message- > > From: J T [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, February 01, 2006 3:55 PM > > To: Struts Users Mailing List > > Subject: Re: Just adding log4j.jar to struts 1.2.7 project > > under weblogic ca

Re: Just adding log4j.jar to struts 1.2.7 project under weblogic causes stack trace

2006-02-01 Thread J T
Weblogic 8.1.2 without any > problems. Do you have any indication of what class is not being found? > Are you missing a dependency for an appender that you're using? (See > http://www.jguru.com/faq/view.jsp?EID=1007095, though this may be > out-of-date.) > > > -Or

Just adding log4j.jar to struts 1.2.7 project under weblogic causes stack trace

2006-02-01 Thread J T
I would like to use log4j for logging under struts. As soon as I add the log4j.jar to my WEB-INF/lib directory (I tried 1.2-13, 1.2-12, 1.2-8, etc) and try to access the application I get a 500 internal error (below). When I remove it my app runs normally. I have tried using log4j.properties & comm