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
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
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
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
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
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
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
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
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
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
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
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.
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
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
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
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
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
17 matches
Mail list logo