Re: JSTL String concatenation

2004-09-20 Thread Adrian Kamiński
> > > a href= XX > > > > > where XX is the problem bit. I want to concatenate "/" + path + > "${sound.fileName}" so that the href gets the full path and but only the > filename is displayed. Hi, Please look at this article maybe it helps you some way: http://www.samspublishing

Re: DynaActionForm and previous request attributes (no answer found in archives for similar problems)

2004-09-17 Thread Adrian Kamiński
> managing a request attribute in the session by setting it and then making sure we > pop it out at the view is messing and defies the semantic use of the request scope. > > that's why it is bad practice. > Don't shoot me if I'm wrong but HTTP is stateless so without any of: cookie, session, bro

Page with two forms and different sets of errors

2004-09-14 Thread Adrian Kamiński
Hi, I have two forms on one page: First form is the regular registration form, second is small login form in the corner of the page. I want to display errors for each form in different places on the page (for first form above it, and for