Re: tapestry links too long for ie? [t4]

2007-05-11 Thread Ben Acker
Hi Josh. I haven't had the links be non-clickable before, but have had weird juju go on in the differences between the two (and Opera, and Safari, and...). Could you hit me with the code generating the links (the HTML template and Java, if any) and the html of the produced links? Thanks! Ben

tapestry links too long for ie? [t4]

2007-05-11 Thread Josh Joy
Hi, Had a question, my web page works fine in Firefox, though when viewed in Internet Explorer, none of my links workhas anyone experienced this before? Basically, the links are non clickable, so strange... Thanks, Josh -

Re: I'm missing something obvious

2007-05-11 Thread Jesse Kuhnert
I hadn't noticed this before. Yes a fix will go out tonight. On 5/11/07, Tony Nelson <[EMAIL PROTECTED]> wrote: Does that mean there is a fix floating around somewhere? Thanks Tony [EMAIL PROTECTED] wrote: > This is a regression, the JIRA issue is > > https://issues.apache.org/jira/browse/TA

Re: OGNL expertise please... complicated question

2007-05-11 Thread Jesse Kuhnert
I'm not able to follow any of this. If you can give one small / clear example of what you are trying to do it would help me "help you". On 5/11/07, Ken nashua <[EMAIL PROTECTED]> wrote: Correction... >We massage/alter the ejb3/hibernate annotations with a bootstrap >interceptor and rig up our

Re: Tapestry sub-projects / related projects

2007-05-11 Thread Jesse Kuhnert
Yes definitely Jerome. If you ping me off list with your sourceforge username I'll give you commit privs. On 5/11/07, Jérôme BERNARD <[EMAIL PROTECTED]> wrote: Hi Andy, Any progress on this? Regards, Jérôme. On 3/31/07, andyhot <[EMAIL PROTECTED]> wrote: > Did you guys get in touch? > > I'

Re: Tapestry 4.1.1: Palette Selection

2007-05-11 Thread Jesse Kuhnert
I remember some kind of problem related to this. It's been fixed in 4.1.2. On 5/11/07, Tine <[EMAIL PROTECTED]> wrote: Hello, I have a problem at the contrib Palette component. When I submit my form only the highlighted/slected values but not all values in the right box (selected box) are su

Re: about dojo

2007-05-11 Thread Jesse Kuhnert
Yes,.Dojo is now as fast (if not faster in some instances) as jquery / prototype / others. . It's also broken up into three distinct modules with their own core committer base. core / dojox (UI things for people who don't like widgets - like me) / dijit (for people who do like widgets, but ev

Re: [T4] Must/should close output stream in engine services?

2007-05-11 Thread Jesse Kuhnert
It should. Anything that opens an IO stream in any java application should always try to close it as soon as possible unless you are using it as some kind of continuous stream of communication. (on unix based systems it will steal file handles ) On 5/10/07, Dan Adams <[EMAIL PROTECTED]> wrote:

Re: Dojo dialog is left aligned

2007-05-11 Thread Jesse Kuhnert
It's all purely css driven. I'm guessing that something else on your page (or in other css) is messing things up. That's what I've found in the past. I would start with the css rules most directly relevant to your dialog and slowly work your way outward. Firebug is perfect for things like thi

Re: [ANN] Tapdoc 0.7.0

2007-05-11 Thread Andreas Andreou
Great - i've already got code that extended 0.6.0 to handle annotation only components... (i had named this 0.6.5 and had left it in tacos maven-repo) i guess I'll dig through the (now) public svn and send you some patches ;) On 5/12/07, Norbert Sándor <[EMAIL PROTECTED]> wrote: Dear Tapestr

[ANN] Tapdoc 0.7.0

2007-05-11 Thread Norbert Sándor
Dear Tapestry users! I would like to announce the first really :) public release of Tapdoc. Tapdoc is a component reference generator for Tapestry 4. The main project's website is at http://www.erinors.com/developer/project/tapdoc-project/ Take a look at a sample generated document: http://ww

Re: [T4.1.2] Biting the maven bullet

2007-05-11 Thread Daniel Jue
Regarding Borut's starting point: http://mail-archives.apache.org/mod_mbox/maven-users/200608.mbox/[EMAIL PROTECTED] One more little thing I did that made these instructions work for me: besides creating webapp/WEB-INF/lib under src/main, I had to copy the web.xml from MyProject/WebContent/WEB-

Re: [T4.1.2] Biting the maven bullet

2007-05-11 Thread Daniel Jue
Thanks for the input Jesse. I hope to create a really good Tapestry centered Maven FAQ of this stuff, so the maven related queries can go there for answers. On one attempt at using maven through eclipse, it was complaining about not finding lib\tools.jar . I was sure the JDK was chosen for the

Re: [T4.1.2] Biting the maven bullet

2007-05-11 Thread Jesse Kuhnert
Don't know about codecafe but opencomponentry has only the OGNL libraries. . howardlewisship.com has many things, most of them revolve around one of the projects here: http://howardlewisship.com/tapestry-javaforge/ . On 5/11/07, Daniel Jue <[EMAIL PROTECTED]> wrote: Well it turns out I need th

[T4.1.2] Biting the maven bullet

2007-05-11 Thread Daniel Jue
Well it turns out I need things are fixed in the 4.1.2 snapshots. So, diving head first into the world of maven: I read the Better Builds with Maven book, except for the plugin writing parts. I've read the mailing list posts about starting with maven. I've noticed that there are at least 3 reposi

Re: T5 - Authentication filter

2007-05-11 Thread Eric Chatellier
yes , this is in LoginForm page after redirect by the filter 2007/5/11, Juan Maya <[EMAIL PROTECTED]>: i think u can only access ur ASOs in pages or components. I am not sure about it :S On 5/11/07, Eric Chatellier <[EMAIL PROTECTED]> wrote: > > thanks, it' works > > I check if user is authe

Re: T5 - Authentication filter

2007-05-11 Thread Juan Maya
i think u can only access ur ASOs in pages or components. I am not sure about it :S On 5/11/07, Eric Chatellier <[EMAIL PROTECTED]> wrote: thanks, it' works I check if user is authenticated and if not redirect to loginForm but now I got a strange error using @ApplicationState @Applicatio

Re: I'm missing something obvious

2007-05-11 Thread Tony Nelson
Does that mean there is a fix floating around somewhere? Thanks Tony [EMAIL PROTECTED] wrote: This is a regression, the JIRA issue is https://issues.apache.org/jira/browse/TAPESTRY-1071 -Original Message- From: Tony Nelson [mailto:[EMAIL PROTECTED] Sent: Thursday, May 10, 2007 6

Problem on Unit Testing Page containing SpringBean

2007-05-11 Thread Eko S.W.
Hi All, I've got problem on unit testing Tapestry Page using PageTester on T5. If the page contain SpringBean, it cause Error : getAttribute() is not supported (more or less like that) Is unit testing a page containing SpringBeans required different method? Thanks in advance... -- Best wishes

Re: AW: AW: T5: Generate pdfs.

2007-05-11 Thread Marcus
Hi Sabine, Do you know how to open it in another window? Thank's Marcus

Re: T5 - Authentication filter

2007-05-11 Thread Eric Chatellier
thanks, it' works I check if user is authenticated and if not redirect to loginForm but now I got a strange error using @ApplicationState @ApplicationState private SessionBean sessionBean; In this form, when I try to log the user sessionBean.setLogged(true), this excepion is thrown : org.

Re: T5 - Adding modify/delete actions to a Grid

2007-05-11 Thread Patrick Hesse
Hello, i think i have a solution for Option 2 (extend the default BeanModel) 1.) in your ControllerClass add this code: @Inject private BeanModelSource _modelSource; @Inject private ComponentResources _resources; public BeanModel getModelForGrid() {

Re: T5 - Authentication filter

2007-05-11 Thread Juan Maya
Hi Eric, i think the best way to do it is to contrib to the Request handler pipilene (http://tapestry.apache.org/tapestry5/tapestry-core/guide/request.html) To contrib to a pipeline do it your AppModule: public RequestFilter buildTimingFilter(final Log log) { return new RequestFilter() {

Re: OGNL expertise please... complicated question

2007-05-11 Thread Ken nashua
Correction... We massage/alter the ejb3/hibernate annotations with a bootstrap interceptor and rig up our >property descriptors. We interrogate/supplement the ejb3/hibernate annotations with more capable property descriptors. _

Re: OGNL expertise please... complicated question

2007-05-11 Thread Ken nashua
The user interface works and the back end works... The only thing that fails is that once the association is saved... it does not stick to the owner. This is due in part to the way trails saves it's models under the hood. To solve this I need to operate special rigging that sets/saves the as

Re: OGNL expertise please... complicated question

2007-05-11 Thread Ken nashua
Thanks Kiuma ... I will post but it may complicate since knowledge of the trails framework is essential. I am at the door of completing this and just trying to get past the OGNL. Incomplete and currently messy (not cleaned up) Here is the sources... Editors.page model model[

Re: OGNL expertise please... complicated question

2007-05-11 Thread Andrea Chiumenti
if you post your widget It would be simpler to see the problem, ciao, kiuma On 5/11/07, Ken nashua <[EMAIL PROTECTED]> wrote: FYI, Yes this has to do with completing the development of a tapestry widget. The OGNL docs are trim... and no forum for OGNL. I thought this might be the bastian for

Re: OGNL expertise please... complicated question

2007-05-11 Thread Ken nashua
Ok, here is a more actual runtime model... Organization-<>---Director a hard OneToOne Each is named in OGNL space as organization and director Furthermore, each actual object has getter/setter Organization.getDirector() Director.getOrganization() This is what I am receiving so

Re: Tapestry 5 and Template Reloading

2007-05-11 Thread bjornharvold
Hi Andreas, Thanks for this. It's still not working. Still getting: [ main] INFO 2007-05-11 09:40:12,460 http.SocketListener - Started SocketListener on 0.0.0.0:8080 org.mortbay.util.MultiException[java.lang.RuntimeException: Error building service proxy for service 'Alias' (at org.apache.t

Re: OGNL expertise please... complicated question

2007-05-11 Thread Ken nashua
FYI, Yes this has to do with completing the development of a tapestry widget. The OGNL docs are trim... and no forum for OGNL. I thought this might be the bastian for OGNL folk. _ More photos, more messages, more storage—get 2GB w

Re: OGNL expertise please... complicated question

2007-05-11 Thread Ken nashua
private Owner owner; private void executeOgnlExpression(String ognlExpression, Object newAssociation) { HashMap context = new HashMap(); context.put("member", newAssociation); Ognl.setValue("owner.association" + "(#member)", context, owner) Will this do it? I am receiving invalidogn

OGNL expertise please... complicated question

2007-05-11 Thread Ken nashua
Hi, I have a situation on my hands where I am trying to complete the round-trip leg of rigging up two objects in a bidirectional association. Here is the UML... Owner-<>--Association This is a mutual OneToOne setup. There are getter/setter on each side. Having created an Owner, I su

JumpStart v1.2 - instructions fixed

2007-05-11 Thread Geoff Callender
The JBoss site has been rearranged, which was not reflected in the JumpStart installation instructions. As a result, it was not clear how to get the EJB3 version of JBoss that JumpStart relies on. The installation instructions have now been fixed. My apologies for any confusion and inconv

Re: Tapestry sub-projects / related projects

2007-05-11 Thread Jérôme BERNARD
Hi Andy, Any progress on this? Regards, Jérôme. On 3/31/07, andyhot <[EMAIL PROTECTED]> wrote: Did you guys get in touch? I'm going to start reorganizing tacos this weekend (mainly introducing a tap-5 section) so, the jini integration could be the first module of that section. Jesse Kuhne

RE: I'm missing something obvious

2007-05-11 Thread Marcus.Schulte
This is a regression, the JIRA issue is https://issues.apache.org/jira/browse/TAPESTRY-1071 > -Original Message- > From: Tony Nelson [mailto:[EMAIL PROTECTED] > Sent: Thursday, May 10, 2007 6:57 PM > To: Tapestry users > Subject: I'm missing something obvious > > I have a simple form t

T5 and authentication filter

2007-05-11 Thread Eric Chatellier
hi everyone I'm starting using Tapestry 5.0.4 and i'm tying to implement an authentication filter. In some tapestry 4 samples, code was : public abstract class AuthenticatedPage implements PageValidateListener { public void pageValidate(PageEvent event) { if (!isSessionBe

Re: Non trivial example application?

2007-05-11 Thread Otho
Hi Peter, I would sincerely hope that this one or something similar would appear on the tapestry homepage. I'll put something basic together later this day and post it as attachment. Regards, Otho 2007/5/11, Peter Schröder <[EMAIL PROTECTED]>: hi there, wouldnt it be nice to have that up for

T5 - Authentication filter

2007-05-11 Thread Eric Chatellier
hi everyone I'm starting using Tapestry 5.0.4 and i'm tying to implement an authentication filter. In some tapestry 4 samples, code was : public abstract class AuthenticatedPage implements PageValidateListener { public void pageValidate(PageEvent event) { if (!isSession

How can I change the links for table columns and pages?

2007-05-11 Thread Denis Burlaka
Hi. I need to change the links that are rendered by TableColumns and TablePages components. I don't want to change behaviour of these links, I simply want to send it with the help of AJAX request in an asynchronous way. How can I do it? Thanks a lot.

AW: Non trivial example application?

2007-05-11 Thread Peter Schröder
hi there, wouldnt it be nice to have that up for public? (isnt that beach-boys-style?) kind regards, peter -Ursprüngliche Nachricht- Von: Otho [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 11. Mai 2007 08:55 An: Tapestry users Betreff: Re: Non trivial example application? Hello Juan, t

Tapestry 4.1.1: Palette Selection

2007-05-11 Thread Tine
Hello, I have a problem at the contrib Palette component. When I submit my form only the highlighted/slected values but not all values in the right box (selected box) are sumitted. My .page file looks like: In the generat

about dojo

2007-05-11 Thread Andrea Chiumenti
Hey! For people who think that dojo in T4 is slow, I've just had a look at dojo-9.0M1, wow!!! now it seems to be fast! http://download.dojotoolkit.org/experimental/dojo-core-0.9M1/dojo/tests/runner.html We will see! Cheers, kiuma