Hi Aaron,

Am 29.07.2010 12:50, schrieb Aaron Stromas:
> Let me get back on topic by rephrasing my original question: why the 
> value of the "value" attribute disappears from the generated HTML? 
> Documentation states that, if present, the value attribute provides
>
>       "A default value for the form field. Can be a literal value, or 
> an EL expression."
>
>  It also reads:
>
> "The hidden tag assigns the value attribute by scanning in the 
> following order:... by collapsing the body content to a String, if a 
> body is present".
>
>  None of these is happening in my case. The intent of my question was 
> to find out whether I am doing something wrong or the documentation is 
> incorrect. It feels that the latter is the case.

this usually happens if you are using BeanFirstPopulationStrategy. The 
JavaDoc describes the case that you use the default population strategy, 
which rates request parameters over values within the corresponding 
action bean. Could this be the solution in your case?

Regards
Marcus

------------------------------------------------------------------------------
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
_______________________________________________
Stripes-users mailing list
Stripes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to