Re: Re: How can I transfer parameters as Map type from jsp to action?

2013-03-05 Thread Gmail
Thanks a lot for your seggestion. Because it works when ${functionItem.functionId} is a int value. So I make sure that the parameters are all int values. And my problem has been resolved. Maybe, I should use a List. Gmail From: Lukasz Lenart Date: 2013-03-06 14:18 To: Struts Users Mailing Li

Re: Struts 2 -> java.lang.ClassNotFoundException

2013-03-05 Thread Lukasz Lenart
2013/3/6 john lee : > Invalid action class configuration that references an unknown class named > [loginAction] > Stacktraces > java.lang.RuntimeException: Invalid action class configuration that > references an unknown class named [loginAction] > java.lang.ClassNotFoundException: loginAction Lo

Re: Re: How can I transfer parameters as Map type from jsp to action?

2013-03-05 Thread Lukasz Lenart
2013/3/6 Gmail : > I have input quotes around the string map key. But it does not work still. > > > type="hidden" value="${roleInfo.roleId}"> > Did you try to use %{} and ? How source of the page looks like? Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ -

Re: Re: How can I transfer parameters as Map type from jsp to action?

2013-03-05 Thread Gmail
Thanks for your reply. I have input quotes around the string map key. But it does not work still. Gmail From: Dave Newton Date: 2013-03-06 11:35 To: Struts Users Mailing List Subject: Re: How can I transfer parameters as Map type from jsp to action? No quotes around the string map key? O

Re: How can I transfer parameters as Map type from jsp to action?

2013-03-05 Thread Dave Newton
No quotes around the string map key? On Mar 5, 2013 10:32 PM, "Gmail" wrote: > My code is blow, > > action.java: > public class RoleAction extends BaseAction { > private Map roleFunctionMap; > > public Map getRoleFunctionMap() { > return roleFunctionMap; > } > > public void setRoleFunctionMap(Ma

Struts 2 -> java.lang.ClassNotFoundException

2013-03-05 Thread john lee
I use struts at webserver, and create proxy action , that proxy action forward to spring, but when executed result is the following   please advise   thanks in advance   john   [CODE] Struts Problem Report Struts has detected an unhandled exception: Messages

Re: Display progress bar in same page (request page) using struts2 execAndWait Interceptor

2013-03-05 Thread Eric Reed
Pretty straight forward, google AJAX... basically you use java script to send and receive requests without the need for user interaction. Kind of off topic when it comes to struts and there are many examples out there, use the GOOG. Also this is a lot of work for a progress bar going from one p

Re: Display progress bar in same page (request page) using struts2 execAndWait Interceptor

2013-03-05 Thread SudhirSahoo
Sir, Thank you for your reply. It would great if anyone provide example code/url/github/svn etc to achieve this scenario. ~Sudhir -- View this message in context: http://struts.1045723.n5.nabble.com/Display-progress-bar-in-same-page-request-page-using-struts2-execAndWait-Interceptor-tp571192