nested object on form / html:select / pre selected value in option list

2008-02-27 Thread CrackheadMillionaire
Hello friends - I feel like I must be missing something simple, but can't see it for the life of me. Struts 1.3.8 I have an array of objects on my form that I need to submit values against. So, I have a top level loop something like this: I need to build form inputs to submit propert

Re: Tying validation into Business Layer

2007-12-11 Thread CrackheadMillionaire
on <[EMAIL PROTECTED]> To: Struts Users Mailing List Sent: Tuesday, December 11, 2007 6:49:33 PM Subject: Re: Tying validation into Business Layer --- CrackheadMillionaire <[EMAIL PROTECTED]> wrote: > but I can't see how to expose it to a business layer without mandating it >

Tying validation into Business Layer

2007-12-11 Thread CrackheadMillionaire
Hello friends - I'm struggling with a bit of an architecture question, and I'm hoping that some of the gurus can help me out. I have the validator configured to validate on my ActionForm fine, and for simple validations things seem to work out AOK. However, for more complicated validations

Re: implementing javax.servlet.Filter w/Struts

2006-05-31 Thread CrackheadMillionaire
ent to answer. Seeing your code, and the associated configuration, will probably help. Frank CrackheadMillionaire wrote: > Hello friends - > > I recently implemented a filter to push some information into the session. > Great. However, after filter processing and within my

implementing javax.servlet.Filter w/Struts

2006-05-31 Thread CrackheadMillionaire
Hello friends - I recently implemented a filter to push some information into the session. Great. However, after filter processing and within my DispatchAction, if I make a call to request.getSession().getAttribute("whateverName"); the values aren't there; in fact, the session attached

dynamic s

2006-05-08 Thread CrackheadMillionaire
Hello friends - I'm struggling with what I believe to be a relatively simple problem, but haven't hit on a solution yet. I need to dynamically create links with a series of parameter values, and have the link of the text vary. For example, I have relatively simple object: public class