Re: ERROR [http-8080-Processor24]

2011-07-29 Thread Paul Benedict
Your string failed converting to a BigDecimal. Likely your form validation is incorrect or not running at all. See the javadoc on BigDecimal to determine what are correct formats for the String you want to convert. On Thu, Jul 28, 2011 at 5:25 AM, ian11976 wrote: > Can anyone help me with this er

ERROR [http-8080-Processor24]

2011-07-29 Thread ian11976
Can anyone help me with this error: ERROR [http-8080-Processor24] org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/lps].[action] invoke- Servlet.service() for servlet action threw exception java.lang.NumberFormatException at java.math.BigDecimal.(Unknown Source) at

Problem with , FreeMarker template Error

2011-07-29 Thread Mano Pájaro
Hello list!! I'm having a problema with this tag, I don't know what to do :( I hope you guys could help me. As here says http://struts.apache.org/2.2.3/docs/checkboxlist.html I can use a Map object in the list attribute of a checkboxlist, When i go for it I got this FreeMarker template error: Free

Re: [struts-user] How to encrypt the url?

2011-07-29 Thread Maurizio Cucchiara
If your only requirement is that you can pass parameter only via get, take into consideration that you can recovery the session content through the jsessionid get parameter. >You should sha/md5 your password before sending it. This of course is >client side and you could do that with javascript. Y

Re: [struts-user] How to encrypt the url?

2011-07-29 Thread Christian Grobmeier
>> is logging out to the login screen, so I have to give links like >> >> http://localhost:8080/UNOT/User/ViewProfile.action?id=1&passwd > =643def90&app_login=Login >> >> So, is there any way to encrypt the url? > > Bad idea. But yes, and it is not a struts issue. So I will ask why can't you > use