Hi David, yeap you got the stuff right. The only thing I forgot to tell you is: if you not using Struts dialogs you have to "prepopulate" the form. So you actually need two actions 1st for prepopulating of properties and 2nd for correlation with the user input. Or you just use Struts Dialogs, it's really simple and cool :)



David Evans schrieb:

What
advantage is gained, if any, by using the html:text tag, instead of just
using an html input type="text" tag? I have so far preferred using jstl
only in my view layer.

Well, I'm don't know about advanteges of using <html:text>. But I just supose, that if the guys did that, it have certain meaning. BTW, I prefer JSTL in JSP too at the moment, becouse ppl say it's faster than pure Struts :)

For your delete from cart functionality, you have a link to delete the
object. The view layer specification i am working with requires a
<skipped>  receives set of request parameters that point to a list backed 
property,
when the request parameters' indexes are not consecutive?

Well, I'm not sure about the checkboxes, becouse I've never used them till now. There were lot of posts about checkboxes, so as far I know this is not so simple but can be done. My idea of delete was: "don't make delete too comfortable" ;)))


Cheers,

Danny





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to