Re: Struts Form Population

2006-02-04 Thread Dakota Jack
You can do what Frank suggests, which I agree with in total, or you can just try it and see what happens. Probably is quicker to try it and see than to ask on this list. On 2/3/06, Paul Benedict <[EMAIL PROTECTED]> wrote: > > When struts auto populates the form, does it look for set methods? > An

Re: Image not getting displayed !

2006-02-04 Thread Dakota Jack
You will be most helped by learning how the browser and your server work together to locate files give certain URIs. You also might try, after learning this, to use logical names for the URIs and an application for conversions which will always do right by you. On 2/2/06, Jitendra Kumar <[EMAIL P

Re: Advice with Struts and Generate documents in PDF, XLS...

2006-02-04 Thread Yahzz Yan
Goto http://www.ibm.com/developerWorks and search on iText and PDF and FOP "Frank W. Zammetti" <[EMAIL PROTECTED]> wrote: Sorry, never used JasperReports. I have used DataVision though, which will get you PDF output, but not Excel output (not directly... you could convert from one of the DV o

[shale] reusable parameterized snippets in Tiles/Clay/Facelets

2006-02-04 Thread Rogers Reilly
Hi, We're refactoring the view layers of a couple medium-sized projects from hodgepodge JSP to JSF/Shale, and are trying to choose a templating option to stick on top. My first thought was to just do Tiles, but I quickly ran into trouble when trying to parameterize a small Tile with JSF comp

Re: HTTP BASIC authentication

2006-02-04 Thread Laurie Harper
Prashanth.S wrote: Hello All, I have got a simple question on BASIC authentication on webresources using Tomcat. I had set up this BASIC authentication on tomcat and tomcat[because of my misconfiguration] seems to authenticate user every time they accesses resource though the client

Re: URL Submission To Search Engines With Struts

2006-02-04 Thread Dave Newton
Robert Stevens wrote: > Where can I read about how to create a "suffix mapping extension"? > The Struts documentation? When you configure the Struts servlet you tell it to use either prefix or suffix mapping. The default suffix mapping is *.do; if you're currently mapping to *.do it'll be the

Re: URL Submission To Search Engines With Struts

2006-02-04 Thread Robert Stevens
Dave, Where can I read about how to create a "suffix mapping extension"? Regards, Robert Stevens Dave Newton <[EMAIL PROTECTED]> wrote: Robert Stevens wrote: > Figure out how to make the pages you want spidered to end with .htm or .html > extensions. > > To do this you

Extensibility questions

2006-02-04 Thread Jen
Hi! I'm a student at Rensselear Polytechnic Institute and working on my senior seminar project for my Mater's degree in Computer Science. I am trying to compare the Spring and Struts frameworks in the area of extensibility. I have prepared a short survey at: http://www.createsurvey.com/c/31128-0

Simple Validation not working

2006-02-04 Thread Tom Ansley
Hi all, I am trying to get validation working in my Struts app and am having a decidedly tough time considering this really shouldn't be so hard. I am initially trying to get one field validated in one form. The validation process seems to be working since my html source shows some javascript. H

Re: Back button problem

2006-02-04 Thread Ranganathan Srinivasan
Hi, Thanks for your response, I have not done anything like disabling cache in my jsp. Any idea why it is occuring ? Regards, Ranganathan On 2/4/06, Deepa Khetan <[EMAIL PROTECTED]> wrote: > > ur page will be reloaded if u have disabled caching of the pages. Have u > done it? > > On 2/4/06, Ran

Re: Back button problem

2006-02-04 Thread Deepa Khetan
ur page will be reloaded if u have disabled caching of the pages. Have u done it? On 2/4/06, Ranganathan Srinivasan <[EMAIL PROTECTED]> wrote: > > Hi, > > I am facing a peculiar problem with back button. When I click back button > o= > n > my application, the page is reloaded instead of showing me

Re: URL Submission To Search Engines With Struts

2006-02-04 Thread Dave Newton
Robert Stevens wrote: > Figure out how to make the pages you want spidered to end with .htm or > .html extensions. > > To do this you may need to write a servlet that takes requests and maps > them to the correct struts pages. > ... or just use .htm[l] as your suffix mapping extension.

HTTP BASIC authentication

2006-02-04 Thread Prashanth.S
Hello All, I have got a simple question on BASIC authentication on webresources using Tomcat. I had set up this BASIC authentication on tomcat and tomcat[because of my misconfiguration] seems to authenticate user every time they accesses resource though the client is sending back th

Re: Leading slash on forward causes problem in proxied environments

2006-02-04 Thread Max Cooper
Can you change the contextPaths on your dev, int, and stg servers? (dev) http://devserver.com/Application (int) http://intserver.com/Application (stg) http://stgserver.com/Application (prod) http://prodserver.com/Application (no directory) I haven't followed this thread all that closely, but it h

Re: Struts Form Population

2006-02-04 Thread Frank W. Zammetti
Hi Paul, The question is really what will BeanUtils do because Struts uses BeanUtils to populate the form. Looking at the docs, I see this: java.lang.IllegalAccessException - if the caller does not have access to the property accessor method java.lang.IllegalArgumentException - if bean or n

RE: [OT] Re: Image not getting displayed !

2006-02-04 Thread Max Cooper
There are some useful browser plugins for finding (and correcting, based on the info they help you obtain) broken image references. For example, using Firefox with the Web Developer plugin, you can use Find Broken Images. 1. Type stuff into your browser address bar until you know what the full URL

Back button problem

2006-02-04 Thread Ranganathan Srinivasan
Hi, I am facing a peculiar problem with back button. When I click back button o= n my application, the page is reloaded instead of showing me the values which I entered in form. Can you tell me what can be done to prevent the reloadin= g of the page. Regards, Ranganathan