Re:

2009-07-03 Thread foward
ion method that is saving the > user data. Also show your struts configuration for the results of this > action. Are you redirecting? Or is the POST transaction happening inside > this modal dialog and then control returned back to the user page. If > you refresh the User pa

user@struts.apache.org

2009-07-03 Thread foward
Hello ! I want to ask you something, I have a problem with the tag action and the greybox concern to the refresh of the data, I mean, I have a view where I show the user information and I have a button when I press appear a greybox windows to edit this user. Later when I update the user I go to t

Re: ClassCastException com.dev.model.Form cannot be cast to java.lang.String

2009-03-24 Thread foward
lukaz, the method getForm() return a object Form where before with the respective id is obtained and returned. Yes I m reading a book struts in action, I don't know if you recomend me a good one. Regards Lukasz Lenart wrote: > > 2009/3/24 foward : >> > > Method getFo

ClassCastException com.dev.model.Form cannot be cast to java.lang.String

2009-03-24 Thread foward
Hello, I don't know if I m right posting here this, but I have this problem with my webapp and I couldn't find a solution I hope you can help me please: ERROR [httpSSLWorkerThread-8080-1] ActionComponent.executeAction(259) java.lang.ClassCastException: com.dev.model.Form cannot be cast to java.

Re: Greybox Ajax box with struts2

2009-03-21 Thread foward
Hello , With yours solutions I change a little the things... because I have all the actions with the extension "html", I need that, for this reason the more easy way was change the extension of the file loader_frame.html to loader_frame.htm ... and the mapping in struts.xml will be :

Greybox Ajax box with struts2

2009-03-19 Thread foward
Hello, I have one question :), I want to integrate the greybox ajax box ( http://orangoo.com/labs/GreyBox/ http://orangoo.com/labs/GreyBox/ ) with my webapp in struts2 but appears that in the webserver : There is no Action mapped for namespace /scripts/greybox and action name loader_frame bec