Re: Conditional Statements (if/else) Using logic tag

2006-05-14 Thread Philihp Busby
Jerome is referring to tags in the JSTL Core tag library. c:choose c:when test=${conditional} /c:when c:otherwise /c:otherwise /c:choose mmm code-bloat. On 5/14/06, J Gotsch [EMAIL PROTECTED] wrote: Which package does this belong to? I can't find it anywhere. Jerome Gagner [EMAIL

Re:Tiles without Struts

2006-05-14 Thread Klaus O K
george.dinwiddie writes: Standalone tiles may be downloaded at http://cvs.apache.org/builds/jakarta-struts/nightly/sandbox/tiles-core/ per the short FAQ at http://struts.apache.org/struts-action/struts-tiles/faq.html I downloaded this. It contains no less than 7 nested dist folders, but no

Re: how to deal with request attributes and validation?

2006-05-14 Thread dario
OK, thanks everybody for help! dario - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Help with Declarative Exceptions

2006-05-14 Thread Paul Benedict
Can someone tell me why this doesn't work? Is this a bug? Here's my setup: 1) My controller is setup to treat input attributes as forwards. controller ... inputForward=true / 2) I have a global exception which goes to my inputError path. global-exceptions exception ...

Re: Help with Declarative Exceptions

2006-05-14 Thread Paul Benedict
I found my problem. I was treating path as if it was a forward. Too bad exceptions don't have those. --- Paul Benedict wrote: Can someone tell me why this doesn't work? Is this a bug? Here's my setup: 1) My controller is setup to treat input attributes as forwards. controller ...