Re: Why does a Form Bean declared as session-scope appear on both session and request?

2004-11-27 Thread erh
On Fri, Nov 26, 2004 at 11:49:43AM -, Paul McCulloch wrote: > The attribute in org.apache.struts.taglib.html.BEAN is set by the > tag. This is how the other tags know which form bean > they are dealing with. > > I'd be interested to know why the other html tags are made aware of the form > b

Re: Tiles and file download

2004-11-26 Thread erh+struts
On Tue, Nov 23, 2004 at 09:43:19AM -0600, Matt Bathje wrote: > My only problem with doing it this way is it changes the mime-type of > the file sometimes, which makes it harder for users to download. > Depending on the userbase you may or may not have this problem. The problem with usin

validator validwhen and quotes causes js errors

2004-11-26 Thread erh
It seems hard to believe that no one ran across this before, but it appears that it's not possible to specify quotes in the criteria used for validwhen. I tried to use a criteria that looks like this: ((somefield == "foo") or (*this* < 123)) However that caused javascript errors on the p