Re: [ANN] Starting with Struts2 Book

2007-05-25 Thread shadman
I was able to register and download it yesterday. Ted Husted wrote: Is anyone else having trouble logging into the InfoQ site? On 5/24/07, Ian Roughley [EMAIL PROTECTED] wrote: I am pleased to announce the release of the mini-book Starting with Struts2 from InfoQ.com. Starting with

Re: [S2] form population problem

2007-05-23 Thread shadman
Thanks once again, Dave. I am more than just a little embarrassed. Seems I focused too much on S2, instead of core Java (auto-gen can be a bad thing sometimes). private was the problem. Such a freshman error ... shadman --- shadman [EMAIL PROTECTED] wrote: private Department getDept

Re: [S2] form population problem

2007-05-23 Thread shadman
] basically, what I'd expect - a reference to the obj. So, as far as the beer goes, I agree. I do owe you one though ... shadman -- View this message in context: http://www.nabble.com/-S2--form-population-problem-tf3792422.html#a10764939 Sent from the Struts - User mailing list archive at Nabble.com

Re: [S2] form population problem

2007-05-22 Thread shadman
have to do anything else. According to examples, what I show below would seem to be correct. Appreciate the help. Thanks, shadman shadman wrote: I can't seem to get values retrieved from the DB to populate on the form. The list jsp and retrieving from DB work great, but values don't seem

Re: [S2] form population problem

2007-05-22 Thread shadman
? (I don't have a struts.properties file set up, 'cause the default as you said is enabled.) This is all fundamental to struts2, so I've got to be doing something stupid, right? thanks, shadman Jeromy Evans - Blue Sky Minds wrote: I'm not 100% sure of your intent as this line is a bit strange

Re: [S2] form population problem

2007-05-22 Thread shadman
anything that I'm doing wrong? thanks once again for your time and help, shadman Dave Newton-4 wrote: --- shadman [EMAIL PROTECTED] wrote: The DepartmentAction retrieves the dept object from DB, and has getters and setters for the domain dept object in the action. s:property value

[S2] form population problem

2007-05-21 Thread shadman
it. shadman -- View this message in context: http://www.nabble.com/-S2--form-population-problem-tf3792422.html#a10725666 Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED

[S2] – No result defined for action ERROR

2007-05-18 Thread shadman
doing wrong? shadman -- View this message in context: http://www.nabble.com/-S2--%E2%80%93-No-result-defined-for-action-ERROR-tf3779469.html#a10687943 Sent from the Struts - User mailing list archive at Nabble.com

Re: [S2] – No result defined for action ERROR

2007-05-18 Thread shadman
Dave Newton-4 wrote: --- shadman [EMAIL PROTECTED] wrote: but I can’t seem to find any good non-Spring examples of passing a selection parameter into the Action to retrieve a specific record for display on another JSP. I'm not sure what Spring has to do with this except