Re: A hosting for a tapestry based application

2006-11-06 Thread Malin Ljungh
If you're familiar to Swedish I can recommend http://datakultur.com/ Have not used it in production so far but I've received excellent support and not any problems. And cheap! Malin On 11/6/06, Lennart Benoot <[EMAIL PROTECTED]> wrote: Indeed, I have seen this more then a year ago. At the time

How to access pageevent from another method

2006-11-06 Thread Peter Dawn
guys, i have a method pageBeginRender(PageEvent event). now i have another method called performManipulation(IRequestCycle cycle). now from performManipulation i need to call another method which takes event as its parameter (add(event)). so the question is how can i access the event from pagebe

Question regarding Block/RenderBlock

2006-11-06 Thread Karthik N
Hello, "RenderBlock does not mandate that the Block being rendered be contained within the page being rendered" I have seen this statement at so many places - but I am looking for an example/explanation of how to do it. Any pointers? Thanks, Karthik

Problems with Event listener

2006-11-06 Thread Gabriel Lozano
Hi I'm trying to work with the eventListener but I just can't get just the example to work. I have a page with the same code as the "Big brother is watching you" example in the tapestry page. the html I have is this: Big brother is watching you. and the .java this: import org

Wrapping Tapestry in other pages

2006-11-06 Thread DrJ
I'm trying to embed Tapestry components in pages generated with a different framework. I can get the parent pages to call Tapestry, but how do I get Tapestry to call back through the parent? For example, if I set up a ProxyPage.php that forwards parent requests to Tapestry, I need Tapestry to re

Re: why taglibs

2006-11-06 Thread xVik
Thanks a lot.. its clear now :) Nick Westgate wrote: > > It's not JSP style "taglibs". It's standard XHTML namespacing (like XML). > Howard has stated on numerous occasions that an approach similar to the > old jwcid's will be implemented. > > Read the docs for 5: > http://tapestry.apache.org

Re: Tapestry Trees - lazy loading

2006-11-06 Thread Jesse Kuhnert
Do you mean like this? http://opencomponentry.com:8080/tacos/ajax/TreeExample.html On 11/6/06, Mittal Bhoigade <[EMAIL PROTECTED]> wrote: Is there any example of how to implement lazy loading (adding nodes to root on "onlick" of + sign) for tapestry trees. I have implemented tapestry tree wi

RE: Need help getting started

2006-11-06 Thread Brooks, Aiyana [CIB-IT]
OK. In the meantime I'll try downloading the latest Eclipse and using that. Please keep us posted if you find any resolution for this. Thanks and regards, -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of James Carman Sent: Monday, November 06, 2006 2:16

Re: Need help getting started

2006-11-06 Thread James Carman
It may not be solved yet, but we should really look into it. I can't remember off the top of my head what the "official" minimum JDK requirement is for HM. We may have just said that it requires 1.4. On 11/6/06, Brooks, Aiyana [CIB-IT] <[EMAIL PROTECTED]> wrote: The issue this user reported is

RE: Need help getting started

2006-11-06 Thread Brooks, Aiyana [CIB-IT]
The issue this user reported is exactly the same as the one I am facing. I guess WSAD is only using 1.4 for the JRE but still using the 1.3 JDK. I didn't see a thread indicating how the HiveMind JDK 1.3 issue was resolved. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED

Re: Need help getting started

2006-11-06 Thread James Carman
That issue just says HM isn't JDK1.3 compliant. But, if you're not running a 1.3 JDK, then all should be okay. On 11/6/06, Brooks, Aiyana [CIB-IT] <[EMAIL PROTECTED]> wrote: I am using WSAD v5.1.1 with the following configurations: java version "1.4.2_05" Java(TM) 2 Runtime Environment, Stan

Re: A hosting for a tapestry based application

2006-11-06 Thread Lennart Benoot
Indeed, I have seen this more then a year ago. At the time it looked a bit obscure but they seem to have evolved quite a lot. What do you mean by problems? Thanks, Lennart 2006/11/5, Gabriel Lozano <[EMAIL PROTECTED]>: Hey take a look at eatj.com. Sincerely I have had some problems but it is

Tapestry Trees - lazy loading

2006-11-06 Thread Mittal Bhoigade
Is there any example of how to implement lazy loading (adding nodes to root on "onlick" of + sign) for tapestry trees. I have implemented tapestry tree with treeStateChanged listener - but ITreeDataModel never seems to be updated. -- Thanks Mittal

RE: Need help getting started

2006-11-06 Thread Brooks, Aiyana [CIB-IT]
I am using WSAD v5.1.1 with the following configurations: java version "1.4.2_05" Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_05-b04) Java HotSpot(TM) Client VM (build 1.4.2_05-b04, mixed mode) In a separate project I was able to run StringBuffer a = new StringB

Re: Need help getting started

2006-11-06 Thread Craig St Jean
Create a new Java Project inAD/WSAD and set the JDK to the same of your tapestry project and try a simple StringBuffer.append that matches your inputs. This can eliminate either the JDK or WebSphere/ Tapestry as the culprits. On Nov 6, 2006, at 11:26 AM, Brooks, Aiyana [CIB-IT] wrote: I am

Re: Need help getting started

2006-11-06 Thread James Carman
What version of WSAD? There's an "Interim Fix 008 for WebSphere Application Developer v5.1.2" that has something in the release notes about "This fixes a problem where the StringBuffer.append(StringBuffer) method is not found on JDK 1.3." On 11/6/06, Brooks, Aiyana [CIB-IT] <[EMAIL PROTECTED]> w

RE: Need help getting started

2006-11-06 Thread Brooks, Aiyana [CIB-IT]
I am using WebSphere v5.1.1. I have the JDK Compiler compliance level set to 1.4. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of James Carman Sent: Monday, November 06, 2006 10:52 AM To: Tapestry users Subject: Re: Need help getting started I would doub

Re: Need help getting started

2006-11-06 Thread James Carman
I would double check that JDK version again. Tapestry can't cause there not to be a method in StringBuffer. On 11/6/06, Brooks, Aiyana [CIB-IT] <[EMAIL PROTECTED]> wrote: Tapestry v. 4 -Original Message- From: Andreas Andreou [mailto:[EMAIL PROTECTED] Sent: Monday, November 06, 2006 11

RE: Need help getting started

2006-11-06 Thread Brooks, Aiyana [CIB-IT]
Tapestry v. 4 -Original Message- From: Andreas Andreou [mailto:[EMAIL PROTECTED] Sent: Monday, November 06, 2006 11:32 AM To: Tapestry users Subject: Re: Need help getting started Which version of Tapestry? Brooks, Aiyana [CIB-IT] wrote: > Thanks Andy. The app server uses jdk 1.4. Also

Re: Need help getting started

2006-11-06 Thread Andreas Andreou
Which version of Tapestry? Brooks, Aiyana [CIB-IT] wrote: Thanks Andy. The app server uses jdk 1.4. Also I am able to reference StringBuffer from other projects so I know it is available in the libraries referenced by my workbench. The problem only arrises when I try to use tapestry. -Ori

RE: Need help getting started

2006-11-06 Thread Brooks, Aiyana [CIB-IT]
Thanks Andy. The app server uses jdk 1.4. Also I am able to reference StringBuffer from other projects so I know it is available in the libraries referenced by my workbench. The problem only arrises when I try to use tapestry. -Original Message- From: andyhot [mailto:[EMAIL PROTECTED] Se

Re: Tapestry-Hibernate

2006-11-06 Thread Steve Shucker
I've used AspectJ to do this. It works, but it's not the most efficient solution out there. We have all our entities implement an interface "Persistent", so the pointcut looks like: pointcut persistentUse(Persistent persistent): call(java.util.Set+ Persistent+.get*()) && target(pers

Re: DatePicker not working after upgrading from 4.0.2 to 4.1

2006-11-06 Thread Steve Shucker
I had this problem too - in firefox1.5. I didn't test it in IE, but I suspect it works there. Firefox wasn't liking the document.formId. It wants document.getElementById('formId') instead. It's a small change on two lines of DatePicker.script. I'm not sure why this used to work, though. -

Tacos and form validation with custom validators

2006-11-06 Thread Richard Human
Hi all, We've just finished migrating out app from tap 3 to tap 4 (well done to all involved, tap4 is great), and now we are starting to test out the Tacos Ajax components. (Tap 4.0.2 and Tacos 4.0.0) We are running into some problems with integrating Ajax forms with client side validatio

Re: Component won't remember value

2006-11-06 Thread Gurps
I did some more experimenting and ended up using a Border component. However, how do I set the value of something that is in a border? I tried treating it like any other component eg: ((Border) getBorder()).setSearchText(getSearchText()) but it didn't work. I think the Border component is treate

Re: Seperating component and page classes

2006-11-06 Thread Peter Stavrinides
I have managed to solve this, I didn't realize that any sub-packages need to be explicitly specified as a comma separated list. Thanks Peter Peter Stavrinides wrote: Hi I am trying to organize page and component classes into separate packages, but when I add the keys to the .application file

Re: Html encoding of messages?

2006-11-06 Thread Nick Westgate
But, I've also started to wonder if I really need this - if I use utf-8 all the way I wouldn't need to use å ? Sure. From a previous thread you already had UTF-8 properties working, right? So as long as the response output encoding is capable of displaying those characters, you should see the pr

Re: Html encoding of messages?

2006-11-06 Thread Malin Ljungh
Build my own jars is not an option. In that case I prefer the "& å" in my properties file and use the raw option. But, I've also started to wonder if I really need this - if I use utf-8 all the way I wouldn't need to use å ? On 11/6/06, Craig St Jean <[EMAIL PROTECTED]> wrote: Maybe we need a

Seperating component and page classes

2006-11-06 Thread Peter Stavrinides
Hi I am trying to organize page and component classes into separate packages, but when I add the keys to the .application file, the framework can no longer find my assets (i.e.: the stylesheet and image assets) whic are Injected into my border component. What am I missing? .application file: