Tapestry pages (not) implementing Component, RenderCommand

2010-09-15 Thread Elisabeth Adler
Dear all, I didn't find anything related to the following issue, so I was wondering if anyone could provide more details about what's going on here? I have Tapestry (5.0.19) working with Acegi (1.0.3) and Spring (2.0.5). Instead of securing the pages via Acegis @Secure annotations, I have a c

Authentication - forwarding doesn't work

2010-09-06 Thread Elisabeth Adler
b.xml: org.springframework.orm.hibernate3.support.OpenSessionInViewFilter org.apache.tapestry5.spring.TapestrySpringFilter Any help is much appreciated! Best, Elisabeth Adler - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.or

Re: Tapestry - read-only forms

2010-07-15 Thread Elisabeth Adler
ments on that page. IIRC Tapestry will even make sure that values for disabled fields won't get updated, even when a user somehow changes it back to enabled using javascript. Uli On 15.07.2010 14:52, Elisabeth Adler wrote: Thanks Uli for the tip - would that mean I have to program

Re: Tapestry - read-only forms

2010-07-15 Thread Elisabeth Adler
wrote: If it's just about displaying the contents of a bean, have a look at the BeanDisplay component. Uli On 15.07.2010 13:55, Elisabeth Adler wrote: Dear all, I have an up and running application using tapestry 5.0.19. Now, a new requirement came up and I have to provide for each

Tapestry - read-only forms

2010-07-15 Thread Elisabeth Adler
Dear all, I have an up and running application using tapestry 5.0.19. Now, a new requirement came up and I have to provide for each form (there are about 150 of them) a read-only version. Is there any simple way of doing this? Thanks, Elisabeth

Re: CSS in Tapestry Component not used

2010-04-29 Thread Elisabeth Adler
ou use the component (e.g.) and see if that helps. Regards, Alex K Can you show the On Sat, Apr 24, 2010 at 5:14 PM, Elisabeth Adler wrote: Hi there, I am building my own tapestry component (TabSet) which I want to give a certain style. The problem is that the CSS is somehow not applied, even

CSS in Tapestry Component not used

2010-04-24 Thread Elisabeth Adler
Hi there, I am building my own tapestry component (TabSet) which I want to give a certain style. The problem is that the CSS is somehow not applied, even though it looks like it finds it (if I change the path in the code where I include the stylesheet, it complains it can't find the file, so i

Update zone content in tapestry 5.0.11

2010-02-05 Thread Elisabeth Adler
Hi, I am using Tapestry 5.0.11 and I try to dynamically update the content of a form without reloading the whole page. my ObjectiveAdd.tml t:validate="required" cols="40" rows="4" /> my ObjectiveAdd.java validation Object onValidateForm() { if (objectiveForm.getHasErrors())

Re: NullPointerEx on adding @Persist to property for parameter "selected" for palette

2009-11-12 Thread Elisabeth Adler
Hi, The equals() method in Crop was missing alltogether. Implementing it was doing the trick. Thanks a mil! Elisabeth Thiago H. de Paula Figueiredo wrote: Em Thu, 12 Nov 2009 21:26:46 -0200, Elisabeth Adler escreveu: Hi, Hi! I am trying to get a palette working with simple pojos to be

NullPointerEx on adding @Persist to property for parameter "selected" for palette

2009-11-12 Thread Elisabeth Adler
Hi, I am trying to get a palette working with simple pojos to be displayed in the "available" list. I am working with Tapestry 5.0.11. I defined my palette in the tml: selected="selectedCrops"/> I implemented the encoder and model: public Object getCropsEncoder() { return new GenericV