Re: Cannot pass the correct property value to a form

2007-12-11 Thread Dave Newton
--- piterskiy <[EMAIL PROTECTED]> wrote: > Ok, it is going to be a lot of text That's because you didn't narrow it down to highlight the specific behavioral issue you're dealing with, leaving it to the reader to wade through and solve your problem. Of course, in this case, separating out any func

Re: Cannot pass the correct property value to a form

2007-12-11 Thread piterskiy
--- >> >> >> The final action is called when clicking on "edit" button: >> This is the action: WBasCodesAction: >> >> imports... >> >> >> >> /** >> * @version 1.0 >> * @author

Re: Cannot pass the correct property value to a form

2007-12-11 Thread Alberto A. Flores
I think you forgot struts-config.xml piterskiy wrote: Ok, it is going to be a lot of text :working: If you stil can help me after seeing all these codes, I would really appriciate it. Here is the process flow for the search: jsp --> SearchFundsAction --> jsp for naviation: jsp --> Nav

Re: Cannot pass the correct property value to a form

2007-12-11 Thread piterskiy
wbasForm.setEffDate(wbasVO.getEffDate()); wbasForm.setStrExpDate(wbasVO.getExpDate()); request.setAttribute("wbasPropsForm",wbasForm); request.setAttribute("sView", wbasVO);

Re: Cannot pass the correct property value to a form

2007-12-11 Thread Dave Newton
--- piterskiy <[EMAIL PROTECTED]> wrote: > IF ANYONE COULD HELP ME, PLEASE, I WOULD REALLY APPRICIATE IT. You've provided no code, configuration, or anything with which anybody could begin to help you. This will make assistance somewhat problematic. Sounds like a JavaScript issue at this point.

Cannot pass the correct property value to a form

2007-12-11 Thread piterskiy
LY APPRICIATE IT. Thank you in advance. Eugene -- View this message in context: http://www.nabble.com/Cannot-pass-the-correct-property-value-to-a-form-tp14276705p14276705.html Sent from the Struts - User mailing list archive at Nabble.com.