dynamic html:links

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

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

Re: implementing javax.servlet.Filter w/Struts

2006-05-31 Thread CrackheadMillionaire
, 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 DispatchAction, if I make a call to request.getSession

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: Tying validation into Business Layer

2007-12-11 Thread CrackheadMillionaire
] To: Struts Users Mailing List user@struts.apache.org 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 accept some ackward objects

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: logic:iterate name=myFormName