> You hit the URL directly : when stripes validates it fails on integer 
conversion, and then tries to foward to
> the _sourcePage param which doesn't exist...
> 
> <s:link/> and <s:form/> both generate the source page param. 
> 
> Otoh I don't understand why "1" doesn't convert to an int... have you 
tried to remove completely the
>  <at> Validate on myValue ? Stripes should type convert automatically 
here.

Hi Remi,

I tried without the @Validate annotation, with exactly the same result.

I also tried to use it with a Stripes link-tag like this:

<stripes:link beanclass="com.myserver.SomeActionBean">
    <stripes:param name="myValue" value="5"/>
    The Link
</stripes:link>

... also same result.


------------------------------------------------------------------------------
Minimize network downtime and maximize team effectiveness.
Reduce network management and security costs.Learn how to hire 
the most talented Cisco Certified professionals. Visit the 
Employer Resources Portal
http://www.cisco.com/web/learning/employer_resources/index.html
_______________________________________________
Stripes-users mailing list
Stripes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to