I need sleep. Thanks!
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/5-3-6-Loop-component-giving-coercion-error-tp5718395p5718403.html
Sent from the Tapestry - User mailing list archive at Nabble.com.
-
On Thu, 29 Nov 2012 15:40:32 -0200, Pillar wrote:
Hey
Hi!
Can you tell me why this isn't working?
${service.name}
The parameter name is wrong: it's "value", not "values".
--
Thiago H. de Paula Figueiredo
-
To unsu
Hey
So it worked as you said, but now I have another problem.
Can you tell me why this isn't working?
${service.name}
http://tapestry.1045711.n5.nabble.com/5-3-6-Loop-component-giving-coercion-error-tp5718395p5718400.html
Sent from the Tapestry - User mailing list archive at Nabble.com.
--
On Thu, 29 Nov 2012 12:48:48 -0200, Pillar wrote:
I've been reading other posts but nothing seems to work for me.
Hi!
Never, never ever use ${} expansions when passing parameters. It causes
the value to be coerced to a String, and that's exactly what's causing
your problem. Just u
Yes, that did it. God damn it's been bugging me for two hours trying to find
solutions. I think I had switched it because something had previously caused
an exception and I thought I needed the expansion. Can you explain the use
of formState and encoder in the form component? I don't quite get the
On Thu, Nov 29, 2012 at 8:48 AM, Pillar wrote:
> I've been reading other posts but nothing seems to work for me.
>
>
>
> "none">
>
>
>
> Inside both loops I try to access properties of u and userservice.
>
>
>From what I can tell, the source of the inner loop shouldn't be using an
exp
I've been reading other posts but nothing seems to work for me.
Here's my page:
public class ServiceActivation {
private List users;
@Property
private UserService userservice;
@Property
private User u;
@In