about using DynaActionForm in SQL Maps framework with Struts...

2003-12-08 Thread Paul McCartney
- From: Ricky [mailto:[EMAIL PROTECTED] Sent: Monday, December 08, 2003 1:44 AM To: Struts Users Mailing List Subject: about using DynaActionForm in SQL Maps framework with Struts... hi, there, has anybody tried to use SQL Maps framework with struts? i am now using the struts with SQL Maps

about using DynaActionForm in SQL Maps framework with Struts...

2003-12-07 Thread Ricky
hi, there, has anybody tried to use SQL Maps framework with struts? i am now using the struts with SQL Maps framework, all is convenient. i have tried to use ActionForm instead of create a new javaBean passed to SQL Map parameter. just like this: AuthorForm authorForm = (AuthorForm)

Re: about using DynaActionForm in SQL Maps framework with Struts...

2003-12-07 Thread Richard Yee
Ricky, You might have a problem using ibatis SQL Maps with Struts DynaForms. I think that Ibatis is going to try and look for a method called getAuthor_name() when it would need to use DynaForm.get(author_name). You might try emailing [EMAIL PROTECTED] to get a definitive answer. -Richard