Re: Embedded bean/param values

2001-08-03 Thread Pierre Delisle
Hi Devon, See below... [EMAIL PROTECTED] wrote: > > > JSPTL allows you to do the following by using the Simplest > > Possible Expression Language (SPEL) provided with the > > reference implementation: > > > > > > > > The above examples make things prettier but don't really > add much fun

Re: Embedded bean/param values

2001-07-30 Thread Pierre Delisle
"Craig R. McClanahan" wrote: > > On Tue, 17 Jul 2001, Nino Walker wrote: > > > Hi, > > > > I've noticed a number of postings asking about syntax using embedded > > tags, a la: > > .../> > > > > It's clear that this is not supported, but has anyone implemented a > > different solution to addre

Re: some comparision between JSP/struts and velocity

2001-07-30 Thread Pierre Delisle
Tim Colson wrote: > > Scriptlets OK for "view" only? > > Another developer in my group and I discussed this at length last week. I > believe scriptlets in the view to be "bad" practice...or at least a slippery > slope towards badness. > > I suggest that there are two levels of separation we

Re: "Eval" tag?

2001-02-15 Thread Pierre Delisle
John Raley wrote: > Is there a tag (in struts or elsewhere) that will evaluate its body into > a String that can be squirreled away for later use? John, I'm just finishing implementing a tag library that may help you out. I shall submit it to jakarta-taglibs by the beginning of next week. My

Re: getting arrays w/ useBean?

2000-10-25 Thread Pierre Delisle
Seth, Simply add the scope attribute and it should then work. -- Pierre Seth Ladd wrote: > > Hello, > > I'm having a problem with referencing an array with . I keep > getting ClassCastExceptions, and I'm not sure how exactly to do this. > > I gave the request an array of objects usi