Re: [s2] number format s:textfield tag

2010-03-30 Thread Juanjo C
Any idea? 2007/10/23 Pedro Herrera > > Hi, > I have a currency input field (BigDecimal). In my location the decimal > point is comma, eg, 10,00(==10.00) must be permitted. Struts is throwing a > message error : Invalid field value for field "valor". > > > Thanks > > Herrera > > > -- > View th

Re: Additional validation for j_security_check action

2010-01-08 Thread Juanjo C
Sorry for use this thread, but I'm desperate Dani, How to use Struts 2 with JAAS? I have my own implementation of JAAS that works fine in applications without Struts, but don't works if I use it into Strust. Can you help me? 2009/6/17 Wes Wannemacher > I have thought about this a bit l

Problem with Struts 2 and security constraint

2010-01-08 Thread Juanjo C
Hi, I'm trying to use JAAS with Struts2. I have my own implementation of JAAS and if I use it in an application without Struts, it works fine. I'm using FORM like authentication method. But when I wan to use it with Struts 2, I get an 404 error (I have an constraint with "/*"). If I deactivate th

Re: How to access the form data directly?

2009-11-15 Thread Juanjo C
the data that you want to show, in the action? > > musachy > > On Sat, Nov 14, 2009 at 6:55 PM, Juanjo C wrote: > > Hi, > > > > I have an action class that implements the interfaces ModelDriven and > > Preparable with a bean that has data. And I have too an JSP t

Re: How to access the form data directly?

2009-11-15 Thread Juanjo C
Uuuu it works, but... I prefer don't use scriptlet of Java... Is there any way to use the tags like s:property or s:iterator? Thanks Neil. 2009/11/15 Neil Aggarwal > Juanjo: > > > but I don't know where are this data... In the ValueStack? > > I use this code in my JSP to retrieve values

How to access the form data directly?

2009-11-14 Thread Juanjo C
Hi, I have an action class that implements the interfaces ModelDriven and Preparable with a bean that has data. And I have too an JSP that shows, through s:textfield, the data to the user. It works fine. But I need show in other way the data, i.e. with s:property or s:iterator... but I don't know