Re: set a relative path instead of absolute for a jsp file

2003-10-07 Thread Graham Leggett
David Thielen wrote: Is there a way in struts to tell it to look for a relative path? In other words, if I start with windwardreports/form.jsp, then go to windwardreports/demo.jsp? We had the same problem, and created this patch: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15921 I would be

Re: [POLL] ActionFrom vs DynaActionForm

2003-10-03 Thread Graham Leggett
Brandon Goodin wrote: -Dynas massive struts configs are annoying and the runtime errors bite. This is one of my biggest irritations with using DynaActionForm - it has a number of bugs where exceptions are caught and then lost. -DynaForm time saving is insignificant (how long does it take for you

Re: [POLL] ActionFrom vs DynaActionForm

2003-10-03 Thread Graham Leggett
Mainguy, Mike wrote: #1 ActionForm #2 DynaActionForm I use DyanActionForms, as they are less work. Less work, less time, less money, etc. Regards, Graham -- - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-

Re: element

2003-09-30 Thread Graham Leggett
Thomas Cornet wrote: http://jakarta.apache.org/struts/userGuide/struts-html.html#button I suppose this is what you're searching for... Nope, the link describes the tag, not the tag. Regards, Graham -- - [EMAIL PROTECTED] "There's a moon

Re: element

2003-09-29 Thread Graham Leggett
Matt Raible wrote: You are correct - there is no element, but there's nothing preventing you from using your own: Struts does not mandate that you use it's tags for form buttons. This is true, but for the sake of completeness and elegance I was going to add a button tag to struts, just wanted

element

2003-09-29 Thread Graham Leggett
Hi all, I don't seem to see a corresponding struts html tag to render a "button" element - is there a reason for this, or am I reading the docs wrong? Regards, Graham -- - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Html tags and "indexed" property - how does it work?

2003-09-27 Thread Graham Leggett
Ted Husted wrote: This is really a USER list question, but you may be looking for the indexed properties how-to: http://jakarta.apache.org/struts/faqs/indexedprops.html I have gone through this howto, but its description of what to do is very vague. Here is what I have tried so far: I have a D