>
>>>
>>> package package;
>>>
>>> class Class
>>> {
>>> public enum Enum
>>> {
>>> ONE, TWO, THREE
>>> }
>>> }
>>>
>>>
>>>
>>> I tried a couple of variations but couldn&
Hello tapestry users,
how do I reference an enum from an ognl value String inside a
component? I know it was on the list before, but the archives I read
removed the solution because the software thought it was an email
address...
Best regards
Gregor Melhorn
aps a FieldLabel and takes in a block that
>> contains a ValidField:
>> protected void renderComponent(IMarkupWriter writer, IRequestCycle
>> cycle)
>> {
>> IMarkupWriter nested = writer.getNestedWriter();
>> getBlock().renderBody(nested, cycle);
>> renderBody(writer, cycle);
>> nested.close();
>> }
>>
>>
>>
--
Mit freundlichen Grüßen
Gregor Melhorn
mailto:[EMAIL PROTECTED]
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
+ " "
+ values[0].getMessage());
}
} catch (ClassNotFoundException e) {
throw new RuntimeException("class could not be found: "
+ classname);
}
}
// other inter
Hello tapestry users,
at present I'm writing a custom validator for tapestry that is
checking the hibernate validation annotations in my business objects.
I already succeeded in getting it to work by manually setting the
class and field the validator is in, e.g.:
that will
be appended to the URL from the service and can be verified by the
image server.
Is there anything that would help me getting started in writing a
custom service? I own a copy of "tapestry in action", but things have
changed quite a bit - I'm using tapestry 4.0b6
Best re
cation.jwc, line
56, column 41
51
52
53
54
55
56
57
58
59
60
61
Any idea what this could be? I'm getting this error with tapestry
4.0 beta 4 and beta 5.
Best regards
Gregor Melhorn
-
To unsubscribe,
Hello tapestry users,
does anybody know where to look for information on tapestry 4.0
configuration?
The user manual at the tapestry homepage only states
"Configuration is the area of greatest change between Tapestry 3.0 and
Tapestry 4.0. Tapestry 4.0 has been restructured around
There is a really nice example for this:
http://sourceforge.net/projects/hispacta/
Hibernate, Spring, Acegi Security and Tapestry. I don't know if this will
help you, but as far as I know, method based security is used.
Best regards
Gregor
-Ursprüngliche Nachricht-
Von: [EMAIL PROTECT