There is no need of calling dao methods in action. even for remoting no need of struts action class. u can directly call plan java methods directly.
if u want call struts action class u can use httpservice insted of remote class. Remote means directly call java methods through Blazeds or LCDS. if u want call servlets,jsp,struts u can use http or webservice On Wed, Jun 22, 2011 at 6:09 PM, S k R p <[email protected]> wrote: > > Hi All , > I have a Application with (Struts+Flex3) , which i am migrating to Flex4, > In Java(Struts 1.x) i have a action which extends > org.apache.struts.action.Action, > in which i am calling Dao methods for inserting and getting list etc. > > My problem is while connecting to Data/Service(Using BlazeDs) from > FlashBuilder ,after i chosen Service type as BlazeDs then my service which > i implemented in remote-config.xml(in java side) is appearing correctly. > Like in image 1.jpg > > http://old.nabble.com/file/p31902864/1.jpg > > But my problem is ..when i click finish after selecting service then the > Error Saying : > > Overloaded method is not supported for Introspection.... like image 2.jpg > > http://old.nabble.com/file/p31902864/2.jpg > > > please help me.... > -- > View this message in context: > http://old.nabble.com/Struts1.x-%2B-Flex4-Using-FlashBuilder-%28BlazeDs-problem%29-tp31902864p31902864.html > Sent from the Flex India mailing list archive at Nabble.com. > > -- > You received this message because you are subscribed to the Google Groups > "Flex India Community" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/flex_india?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/flex_india?hl=en.

