Re: accessing enum from ognl

2005-10-13 Thread Gregor Melhorn
> >>> >>> package package; >>> >>> class Class >>> { >>> public enum Enum >>> { >>> ONE, TWO, THREE >>> } >>> } >>> >>> >>> >>> I tried a couple of variations but couldn&

accessing enum from ognl

2005-10-13 Thread Gregor Melhorn
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

Re: dynamically generated form fields and form level validation

2005-10-10 Thread 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]

Re: Getting ognl property String?

2005-10-10 Thread Gregor Melhorn
+ " " + values[0].getMessage()); } } catch (ClassNotFoundException e) { throw new RuntimeException("class could not be found: " + classname); } } // other inter

Getting ognl property String?

2005-10-07 Thread Gregor Melhorn
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.:

Newbie: How to write custom engine service?

2005-09-11 Thread Gregor Melhorn
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

Binding Exception in InspectorButton

2005-09-07 Thread Gregor Melhorn
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,

Tapestry 4.0 Configuration

2005-05-20 Thread Gregor Melhorn
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

AW: acegi security and tapestry

2005-05-20 Thread Gregor Melhorn
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