Re: T5: Grid component removing a field

2008-10-24 Thread Andy Pahne
James Sherwood schrieb: Hello, Let's say I have a grid component running off a source with objects such as: Id Fname Lname How do I remove Id from the grid? Remove="Id" in the html of t:grid does not work. I think that "remove" has been renamed to "exclude". Try for example:

Re: [T5] editing a looped list of objects' properties in a form

2008-10-24 Thread Andy Pahne
tapestryphoto schrieb: I think you might find (as I did - see my 2nd original posting on this issue) that the objects being updated in the loop are different instances to the ones that are specified. It seems to be a serialization problem (but that's a guess on my part - I don't know what the T

Re: [T5] editing a looped list of objects' properties in a form

2008-10-24 Thread Andy Pahne
Jonathan Barker schrieb: Well, that was fun. Sort of. I did get it working by setting volatile="true" for the loop. It did leave me scratching my head wondering about the interactions of Persist and volatile. Odd. I like your approach. Works for me. By the way: found another thread, wher

Re: so much useless logging

2008-10-23 Thread Andy Pahne
I'd prefer a prefix like "t5.enhanced." for the logging category That way I'd be in full control what comes up and what doesn't. Jonathan Barker wrote: Let's turn this into a question. How do we want to be able to configure Tapestry logging? I have found the rather verbose logging to

Re: [T5] editing a looped list of objects' properties in a form

2008-10-23 Thread Andy Pahne
Thiago H. de Paula Figueiredo wrote: Em Thu, 23 Oct 2008 15:00:33 -0300, Andy Pahne <[EMAIL PROTECTED]> escreveu: Jonathan Barker wrote: id="search_accommodation_submit">${message:next-step} Shoudn't you use a instead of a ? Or at least a ? Tha

Re: [T5] editing a looped list of objects' properties in a form

2008-10-23 Thread Andy Pahne
tapestryphoto wrote: This looks similar to my problem (see both of my posts from a day or so ago). It appears Loops in a Form do not update the properties. Perhaps this is broken in Tapestry. I guess it must be a bug. Unfortunately I'm not knowledgeable enough about Tapestry to provide an an

Re: [T5] editing a looped list of objects' properties in a form

2008-10-23 Thread Andy Pahne
ncode them automagically in the form. If you have complex objects then you need to write an encoder so only, say, object ids are encoded in the form. p. Quoting Andy Pahne <[EMAIL PROTECTED]>: It should work somehow, at least the documentation says so: http://tapestry.apache.org/ta

Re: [T5] editing a looped list of objects' properties in a form

2008-10-23 Thread Andy Pahne
Jonathan Barker wrote: Perhaps you could post your full template and class. I don't see a submit component so I question what else has been omitted. Jonathan I omitted a few things that seemed unimportant to me. But here it is complete, only some names obfuscated...: http://tapestry.ap

Re: [T5] editing a looped list of objects' properties in a form

2008-10-23 Thread Andy Pahne
wever, some additional configuration is needed to make this work efficiently. " Unfortunatly it does not say what "additional configuration" is needed to make that work. Andy tapestryphoto wrote: This looks similar to my problem (see both of my posts from a day or so ago). I

[T5] editing a looped list of objects' properties in a form

2008-10-23 Thread Andy Pahne
to go, but I must be wrong somehow. Could anybody tell me what's the correct pattern to use here? Thank you, Andy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: T5 : Jira bug closed TAP5-290

2008-10-23 Thread Andy Pahne
You may have a look at your local maven repo after mvn update. You can tell from the snapshot's filename when it has been built. You could also just give it a try to see if the error has gone... Stephane Decleire schrieb: I get this morning the bug described in JIRA TAP5-290. Since this b

Re: so much useless logging

2008-10-22 Thread Andy Pahne
Lutz Hühnken schrieb: Workarounds have been proposed. For log4j, you might try a filter http://www.nabble.com/T5%3A-How-to-configure-T5-not-to-display-unwanted-log-td16024408.html (I used that in the past, but it doesn't seem to work anymore for me, I haven't had the time to look into that yet

Re: need help setting up FCKEditor component

2008-10-17 Thread Andy Huhn
: org.apache.tapestry t5c-commons 0.5.15 Thanks, Andy On Fri, 2008-10-17 at 15:54 -0600, Gabriel Rodriguez wrote: > I'm trying to use the FCKEditor in a Tapestry 5 page but every time I > get: > > > > "Unable to resolve 'fckeditor/editor' to a

Re: [T5] form component and https - cannot submit secure

2008-10-17 Thread Andy Pahne
No, I did not. Thanks for the pointer, that should solve my problem. A. Ulrich Stärk schrieb: Did you read http://tapestry.apache.org/tapestry5/guide/secure.html Uli - To unsubscribe, e-mail: [EMAIL PROTECTED] For additi

[T5] form component and https - cannot submit secure

2008-10-17 Thread Andy Pahne
T-and-problem-under-HTTPS-td19925747.html Am I missing something for https form submissions? Or is this a bug and should I open a JIRA issue? Andy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [

Re: Book : Enjoying Web Development with Tapestry - First Edition

2008-10-15 Thread Andy Huhn
Hi Steven, http://www.agileskills2.org/EWDT/ has a link to the first edition. Thanks, Andy On Wed, 2008-10-15 at 02:59 -0700, StevenF wrote: > Hi, > > I've joined a project that uses Tapestry 3. (yes old version) and I have > read good things about the book 'Enjoyin

Re: Grid component and available rows number

2008-10-14 Thread Andy Huhn
), and the DAO stores that result set internally in the DAO. (Only the rows that match the criteria are returned). When the Grid calls getAllAVailableRows(), the DAO returns the count of rows in that result set. When the Grid calls GetRowValue(), I return one specific row from that result set. Andy

Re: Grid component and available rows number

2008-10-14 Thread Andy Huhn
Hi Shymon, If you don't want the pager to show up at all on the grid component, you can set pagerPosition="none" on the grid. This might prevent the row count from being generated at all. Andy On Tue, 2008-10-14 at 00:50 -0700, shymon wrote: > > > Renat Zubair

Re: hidden input field, TAPESTRY5

2008-10-13 Thread Andy Pahne
There is already a JIRA issue and a patch: https://issues.apache.org/jira/browse/TAP5-265 Joel Halbert schrieb: Just out of interest, does any one know what the rational was for not making hidden fields part of the core codebase? Is it simply because Activation Contexts should be used in pref

Re: T5: Quartz and the IoC Registry?

2008-10-12 Thread Andy Huhn
framework that instantiates these services, so Tapestry needs to know about them. Andy On Sat, 2008-10-11 at 23:41 -0700, Angelo Chen wrote: > Hi Andy, > > Thanks for the code, the HenJob does not have a default constructor, will it > have this error: > > [ERROR] ErrorLogge

Re: T5: Quartz and the IoC Registry?

2008-10-11 Thread Andy Huhn
} } protected abstract String getSystmPrmtrPrfx(); protected abstract void run(); public JobDataMap getJobDataMap() { return _jobDataMap; } public Logger getLogger() { return _logger; } public Session getSn() { return _sn; } } Good luck!

Re: Error obtaining injected value for field

2008-10-08 Thread Andy Pahne
: @InjectPage("path/to/XMLBuilder") private XMLBuilder xmlBuilder; Is XMLBuilder a page (complete document) or does it produce some XML rendererd inside pages? For the latter, I would have made it a component. Andy bob_k wrote: Hi folks. It seems to be a simple pro

Re: T5 blueprints application?

2008-10-08 Thread Andy Huhn
Hi Janos, I'd love to take credit for this...but Geoff has put probably hundreds of hours into that project...he deserves the credit. :o) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTE

RE: Treating a Component Like a Form Field

2008-10-08 Thread Blower, Andy
ny times as I have properties that make up the single value object parameter. If the order that the properties are updated is predictable in some way, I could make the last setter called update the parameter. I hope this makes sense, and makes the crux of this issue clear. Andy. > -O

Re: t5: multiple javascript include how?

2008-10-08 Thread Andy Pahne
.js") Errror multiple include and @IncludeJavaScriptLibrary("js/idCard.js;js/idCardHelper.js") Error: cant find a path js/idCard.js;js/idCardHelper.js Any ideas? Argo -- Andy Pahne System Architektur & Software Design net22 GmbH Ehrenbergweg 24 32760 Detmold http://w

[T5] application hangs regularly (windows, maven jetty:run)

2008-10-07 Thread Andy Pahne
way: I first thought it's the known windows file locking problem described here: http://docs.codehaus.org/display/JETTY/Files+locked+on+Windows Anyway, the proposed fix did not change anything. Andy - To unsubscribe, e

RE: T5: Validation message defaults

2008-10-07 Thread Blower, Andy
Okay, I've raised a JIRA TAP5-253 for this. > -Original Message- > From: Blower, Andy > Sent: 01 October 2008 15:04 > To: 'Tapestry users' > Subject: T5: Validation message defaults > > I'm trying to set up validation for our forms and I need to cu

Re: T5 blueprints application?

2008-10-06 Thread Andy Huhn
I found examples which all focus on a certain aspect of > Tapestry, but I think it would be advantegous to have a more complex > example > with usual things a web application has to provide. Is there something > like > this? > > Thanks a lot > Janos -- Andy

[T5] force a Zone update after page rendering?

2008-10-02 Thread Andy Pahne
I'd like to force a Zone update after page rendering without clicking any links or submitting any forms. I have the Zone ID, but have no idea how to execute the update or how to connect the update with a listener (like I would if I used an ActionLink).

Re: [T5] loading parts of page after initial page load

2008-10-02 Thread Andy Pahne
loading? My suggestion would be something like renderSupport.addInit(" ??? "); Thanks, Andy @SupportsInformalParameters public class AfterLoadContent { @Mixin private DiscardBody discardBody; @Inject private Request request; @Environmental private Ren

[T5] loading parts of page after initial page load

2008-10-02 Thread Andy Pahne
ieves something very similar (dynamcly reloading parts, triggered automaticly) already exists. But I don't know where I read about it (mailing list, wiki, other sources) and cannot find it again. Does anybody now what component I am talking about or has any pointers how I can achieve my go

Re: [T5] question about render phases

2008-10-01 Thread Andy Pahne
No, it was not. I simply put a @Property on it. @Persist did it, thanks. Andy Ulrich Stärk schrieb: Is your accomodationType @Persisted? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

T5: Validation message defaults

2008-10-01 Thread Blower, Andy
n the tapestry5.internal package but this doesn't work in every environment so it's not really a good solution. Can anyone help with this or is there a JIRA or something? Thanks, Andy - To unsubscribe, e-mail: [EMAIL PRO

[T5] question about render phases

2008-10-01 Thread Andy Pahne
ype is not initialized. My solution looks very much like the pattern that used to work with T4. What am I missing here? How do I set the property properly? Andy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional c

Re: T5: t:select how to disable and re-enable

2008-09-30 Thread Andy Pahne
Maybe it's possible that you disable your select only clientside? If you do so there won't be any problems if you later on enable it again. Andy Russell Brown schrieb: Hi, I am using a T5 select component. When the form renders I wish the select to be disabled so I use disa

RE: Available locales

2008-09-30 Thread Blower, Andy
I think that you need to inject the symbol as an argument to your service's constructor using a build method in your module. > -Original Message- > From: José Paumard [mailto:[EMAIL PROTECTED] > Sent: 30 September 2008 10:10 > To: users@tapestry.apache.org > Subject: Available locales > >

RE: [ANN] JumpStart 3.15 for Tapestry 5.0.15

2008-09-29 Thread Blower, Andy
I have some feedback for you Geoff... I refer to your site a lot and it's very helpful, I applaud you for keeping the updates flowing! > -Original Message- > From: Geoff Callender [mailto:[EMAIL PROTECTED] > Sent: 29 September 2008 05:31 > To: Tapestry users > Subject: [ANN] JumpStart 3.

Re: [T5] Select component: howto create a SelectModel out of List

2008-09-26 Thread Andy Pahne
hanks. I was tricked by the component reference, which states that the type of the parameter is SelectModel. Andy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[T5] Select component: howto create a SelectModel out of List

2008-09-26 Thread Andy Pahne
I am not a great fan of "forking" core lib components and keeping them in touch with the current development. There must be an easier way, I think. Andy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional c

RE: Upgrade issues with 5.0.15

2008-09-25 Thread Blower, Andy
ginal Message- > From: Howard Lewis Ship [mailto:[EMAIL PROTECTED] > Sent: 24 September 2008 15:25 > To: Tapestry users > Subject: Re: Upgrade issues with 5.0.15 > > On Wed, Sep 24, 2008 at 6:21 AM, Blower, Andy > <[EMAIL PROTECTED]> wrote: > > We've just

Re: [T5] adding javascript with symbol expansion

2008-09-24 Thread Andy Pahne
Forget about the question. It's so easy, see: http://wiki.apache.org/tapestry/Tapestry5HowToIncludeJavaScript Basicly I don't have to set those properties explicitly, as I can simply use properties. Andy Andy Pahne schrieb: How do I add a javascript with symbol expansion

[T5] adding javascript with symbol expansion

2008-09-24 Thread Andy Pahne
() { renderSupport.addClasspathScriptLink("calendar_init.js"); } but I don't know how to get my values into it. Neither symbolSource nor symbolProvider have methods to set symbols. Andy - To unsubscribe, e-mail: [EMAIL

Upgrade issues with 5.0.15

2008-09-24 Thread Blower, Andy
We've just tried to upgrade our project from 5.0.14 to the new 5.0.15 release of Tapestry and have discovered a couple of problems. 1) Our custom binding 'fmtmessage' stops working with .15, the 'fmt' part is ignored and the standard 'message' prefix is used with the output prefixed with

RE: Overriding a render phase method

2008-09-24 Thread Blower, Andy
> ${value} > > > That's what I use. > > -Filip > > On 2008-09-23 21:58, Blower, Andy wrote: > > Thanks Filip, I'll try and raise an enhancement request when I get a > spare 10 mins. > > > > I've just been trying to do this using compositio

RE: Overriding a render phase method

2008-09-23 Thread Blower, Andy
- > From: Filip S. Adamsen [mailto:[EMAIL PROTECTED] > Sent: 23 September 2008 20:34 > To: Tapestry users > Subject: Re: Overriding a render phase method > > Hi Andy, > > I totally agree on first and last parameters. As it is now, I'm using > if-else components pretty

RE: Overriding a render phase method

2008-09-23 Thread Blower, Andy
re set to true for first and last iterations repectively. Anyone else agree, or is this an unusual need? Thanks, Andy. > -Original Message- > From: Jonathan Barker [mailto:[EMAIL PROTECTED] > Sent: 23 September 2008 18:29 > To: 'Tapestry users' > Subject: RE: Overri

RE: Overriding a render phase method

2008-09-23 Thread Blower, Andy
Sorry to 'bump' this, but I'd really like some guidance/opinions. > -Original Message- > From: Blower, Andy > Sent: 17 September 2008 11:30 > To: 'Tapestry users' > Subject: Overriding a render phase method > > From the T5 documentation: &

RE: Problem with getPage of ComponentSource(5.0.15-SNAPSHOT)

2008-09-23 Thread Blower, Andy
Looks like TAP5-132 was raised and fixed in .16-SNAPSHOT, my team had this issue today when we tried going from .14 -> .15 > -Original Message- > From: faramos [mailto:[EMAIL PROTECTED] > Sent: 23 September 2008 05:57 > To: users@tapestry.apache.org > Subject: Problem with getPage of Comp

Re: [T5] - XHtml - wiki info outdated

2008-09-23 Thread Andy Pahne
Which page do you mean? A search for xhtml only produces the link I mentioned in my first post. And that page was edited the last time four months ago... Luther Baker schrieb: I've posted a solution based on the wiki last week sometime (based on 5.0.14). Did 5.0.15 obviate that solution?

[T5] - XHtml - wiki info outdated

2008-09-23 Thread Andy Pahne
How do I make T 5.0.15 emit XHTML? The Howto at http://wiki.apache.org/tapestry/Tapestry5HowToXhtml is outdated, because MarkupWriterFactory now has another method that is not mentioned in the wiki: public MarkupWriter newMarkupWriter(String pageName); I tried the very same implementa

Overriding a render phase method

2008-09-17 Thread Blower, Andy
eed. So, anyone any ideas how I can do this? The only thing I can think is asking Howard to make the render phase methods public or protected so they can be overridden. Either that or I copy the entire loop component code into my own - ugh. Thanks, Andy

[T 4.1.6] maven warning: tapestry-annotations pom invalid

2008-09-12 Thread Andy Pahne
nnotations at C:\Dokumente und Einstellungen\poops\.m2\repository\org\apache\tapestry\tapestry-annotations\4.1.6\tapestry-annotations-4.1.6.pom Did anybody else see this? Andy - To unsubscribe, e-mail: [EMAIL PROTECTED] For

RE: T5: Event bubbling

2008-09-09 Thread Blower, Andy
nts from it's dependencies and > translate them to events that it exposes. > http://tapestry.apache.org/tapestry5/apidocs/org/apache/tapestry5/Compo > nentResourcesCommon.html > triggerEvent or triggerContextEvent > > Josh > > On Tue, Sep 9, 2008 at 3:32 AM, Blower, Andy &g

RE: T5: Event bubbling

2008-09-09 Thread Blower, Andy
l wait for Howard to tell me an obvious reason this can't be done that'll make me feel silly... lol Andy. > -Original Message- > From: Blower, Andy > Sent: 09 September 2008 11:08 > To: 'Tapestry users' > Subject: T5: Event bubbling > > I'm

T5: Event bubbling

2008-09-09 Thread Blower, Andy
I'm trying to handle an event in a parent component of one that fires the event and it doesn't seem to work unless it's a generic catch all event handler like onAction(). If I specify the component id like onActionFromThing() or specifying component="thing" in an OnEvent annotation it doesn't ca

Re: 5.0.15 date / application lockups with IE6

2008-09-06 Thread Andy Huhn
Howard, I have a core dump...I zipped it, and it's still 30Mb. It's too big to post as an attachment to the JIRA (10Mb limit), and it's too big to send to your gmail account (google bounced the message back). What's the best way to get this to you? Thanks, Andy On Thu,

Re: 5.0.15 date / application lockups with IE6

2008-09-04 Thread Andy Huhn
Answered my own question...thanks, Steven Wooley (http://www.nabble.com/-jira--Created:-(TAPESTRY-2561)-Deadlock-when-double-clicking-a-pagelink-td18877508.html). I'll get a core dump to you as soon as I can. Thanks, Andy On Thu, 2008-09-04 at 20:16 -0400, Andy Huhn wrote: >

Re: 5.0.15 date / application lockups with IE6

2008-09-04 Thread Andy Huhn
Howard, Forgive me, I think I should know how to do what you're talking about, but I don't. I'm running on Linux with Jetty...are you talking about a core dump at the OS level, or at the Java level? Thanks, Andy On Thu, 2008-09-04 at 13:36 -0700, Howard Lewis Ship wrote: >

5.0.15 date / application lockups with IE6

2008-09-04 Thread Andy Huhn
owser is IE6. When IE6 hits that page, the application locks up (for all users, not just the one client), and I have to restart Jetty. Thanks in advance, Andy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comman

RE: Overriding Default Styles

2008-09-03 Thread Blower, Andy
That's a really good point Peter. I'd be interested to hear what you think about this Howard? > -Original Message- > From: Peter Stavrinides [mailto:[EMAIL PROTECTED] > Sent: 03 September 2008 15:40 > To: Tapestry users > Subject: Re: Overriding Default Styles > > Yes, this much I know...

Re: [T5]: using a mixin on a form prevents correct submission

2008-08-29 Thread Andy Pahne
some ,ore testing revealed that BeanEditForm works very well with the FormLayoutMixin, but Form does not. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [T5]: using a mixin on a form prevents correct submission

2008-08-29 Thread Andy Pahne
The same happens if I wrap another component around the form. In this example "t5c/ContentBox" is nothing more than a component wrapping a table around it's body and including some CSS. "somePageProperty" will not be updated with the ContentBox component. ...

[T5]: using a mixin on a form prevents correct submission

2008-08-29 Thread Andy Pahne
27;t be updated anymore. The mixin doesn't do very much but render some html before and some after the form, so I don't understand this odd behaviour. I tested this with 5.0.14 and 5.0.15-SNAPSHOT on Windows XP with Jetty 6 and FF3. Andy --

RE: Event handlers with multiple parameters

2008-08-29 Thread Blower, Andy
Thanks for the reply Thiago, I missed EventContext in the docs. Looks to me like using EventContext to parse the context params myself is the best solution here. Unless anyone can suggest a better way? Thanks, Andy > -Original Message- > From: Thiago H. de Paula Figueiredo [

Re: 5.0.15-SNAPSHOT: something wrong with it?

2008-08-29 Thread Andy Pahne
5.0.14 and 5.0.15-SNAPSHOT jars were on the classpath? On Thu, Aug 28, 2008 at 3:18 AM, Andy Pahne <[EMAIL PROTECTED]> wrote: After having upgraded to 5.0.15-SNAPSHOT our existing application crashes with OutOfMemory Exceptions (heap) space occassionally. It happens sometimes when I view a p

Event handlers with multiple parameters

2008-08-28 Thread Blower, Andy
x27;s, String, Object etc the array of Id's is not output correctly. Thanks, Andy. (Hope this makes more sense than the last message)

Event handlers with multiple parameters

2008-08-28 Thread Blower, Andy
appear to be able to distinguish between that method signature and this mark(boolean checked, String itemId) which does tie up with the documentation I suppose, but this is why I was trying the String... way. Anyway I can use two different events to get round this. Thanks, Andy.

5.0.15-SNAPSHOT: something wrong with it?

2008-08-28 Thread Andy Pahne
. Switching back to 5.0.14 resolves this problem totally. Does anybody else experience this? Andy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[T5] my form does not update page properties

2008-08-27 Thread Andy Pahne
ust search criteria Result Land: ${searchOptions.searchTermCountry} } The property searchOptions.searchTermCountry is not updated when the form is submitted. What am I missing he

Re: [T5] syntax of list in t:context

2008-08-22 Thread Andy Pahne
found the workaround: see "Notes" onm page http://tapestry.apache.org/tapestry5/tapestry-core/ref/org/apache/tapestry/corelib/components/ActionLink.html Andy Pahne schrieb: What's the correct syntax (in a tml template) to pass more than one object in an ActionLink's

[T5] syntax of list in t:context

2008-08-22 Thread Andy Pahne
What's the correct syntax (in a tml template) to pass more than one object in an ActionLink's t:context parameter? t:context="someObject.id, otherObject" does not work, as the error message states that someObject is searched for a property called &quo

Re: [t5] Use messages from app.properties in java classes

2008-08-21 Thread Andy Pahne
Thanks a lot for your response, but the problem still remains :-((. I have insert this code - @Inject private ComponentResources resources; and - resources.getMessages().get("hibernateexception"); but i get a null value for "resources" obje

Re: [t5] Use messages from app.properties in java classes

2008-08-21 Thread Andy Pahne
ld somehow. Andy Daniel Alonso Sanchez schrieb: Hi again to everybody, sorry for dsiturbing again, but i have spent at least two hours reading the docs, wiki, Tapestry in Action book, but... i can't solve my actual problem. The thing is that i'm trying to create a MessagesComponent: a

Re: Beanedit problem - book example

2008-08-17 Thread Andy Pahne
DTO. Or just building a regular form and not using BeanEditForm at all. Andy Howard Lewis Ship wrote: This is some behavior that changes since the writing of the book. When the BeanEditForm instantiates a new Celeberty instance, it now uses the same code that instantiates service

[T5] integrating Dojo

2008-08-17 Thread Andy Pahne
YAHOO.widget.MenuBar("basicMenuBar", { autosubmenudisplay: true, hidedelay: 750, lazyload: true }); </tt><tt>menuToBuild.render(); </tt><pre style="margin: 0em;"> dojo.parser.parse(dojo.byId("theBody")); }); // --> I am no JavaScript expert.

Re: t5: forwarding page but no change in the url?

2008-08-15 Thread Andy Huhn
Hi Angelo, You can accomplish this by using Delegates. Put a Delegate on your index page, and in your Index.java, put a getter for that delegate. The delegate may return a block from one of any number of other pages. See http://wiki.apache.org/tapestry/Tapestry5HowToCreateATabPanel . Andy On

RE: T5 Components site down.

2008-08-15 Thread Blower, Andy
Okay, thanks for letting me know Tobias, I'll get in touch with our IT dept. > -Original Message- > From: Tobias Wehrum [mailto:[EMAIL PROTECTED] > Sent: 15 August 2008 12:07 > To: Tapestry users > Subject: Re: T5 Components site down. > > Hi Andy, > > d

T5 Components site down.

2008-08-15 Thread Blower, Andy
The T5 components site has been down for a couple of days now, any chance of it coming back up.

[T5] shouldn't MarkupWriter close the img-tag?

2008-08-14 Thread Andy Pahne
resources.renderInformalParameters(writer); writer.end(); } The result is: (border is an informal parameter!) Shouldn't it render more like: Andy - To unsubscribe, e-mail: [EMAIL PROTECTED]

[T5] global messages

2008-08-14 Thread Andy Pahne
For localization I could use a global message catalogue, because there are some terms to translate that appear on many pages and inside many components. Is such a global message catalogue available? Andy - To

Re: [T5]: Change in asset location?

2008-08-12 Thread Andy Huhn
Thanks, Filip & Sven. I'll start digging around in Jetty. Thanks, Andy On Tue, 12 Aug 2008 12:43:21 +0200, "Sven Homburg" <[EMAIL PROTECTED]> wrote: > its look like taht you IDE dont move the resources in your war file or > servlet container directory at compil

[T5]: Change in asset location?

2008-08-12 Thread Andy Huhn
e is the location of my .css file: src/main/webapp/assets/styles/hen_styles.css Is there a configuration parameter I need to tweak? Thanks, Andy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [T5] setup logging

2008-08-12 Thread Andy Pahne
Lutz Hühnken schrieb: Hm... I had the same problem once, and I figured it was because Tapestry doesn't use the log level configured for the "org.apache.tapestry5" category, but the level you define for your components. > ... > That is something I find quite annoying and don't see much use in,

Re: [T5] setup logging

2008-08-11 Thread Andy Pahne
No, that's not the case if you use log4j XML configuration file format. Still no idea... Do I have to configure SLF4J or is it sufficient to configure log4j? Andy Filip S. Adamsen schrieb: Hi, You need to prefix the logger name with log4j.category. or it won't work. Or, at le

[T5] setup logging

2008-08-11 Thread Andy Pahne
ewPackage.onSuccess() (at NewPackage.java:48)"); if ($1.storeResult(($w) onSuccess())) return true; } } catch (RuntimeException ex) { throw ex; } catch (Exception ex) { throw new RuntimeException(ex); } } My log4j configuration is read,

RE: [ANN] T5: JumpStart now runs online

2008-08-07 Thread Blower, Andy
That's a fantastic idea Geoff. Unfortunately it appears to be down at the moment. Hosting troubles? > -Original Message- > From: Geoff Callender [mailto:[EMAIL PROTECTED] > Sent: 05 August 2008 14:33 > To: Tapestry users > Subject: [ANN] T5: JumpStart now runs online > > Hi all, > > For t

Re: T5: Kudos!

2008-08-06 Thread Andy Pahne
Inge Solvoll schrieb: ... In particular I really like how simple it is to create new components/pages. This has been the biggest drag about T4, that it was so much hassle creating a new component and getting it to work that I almost always ended up writing "monolithic" pages with few custom compo

Re: Tapestry 5.0.14-SNAPSHOT

2008-08-02 Thread Andy Huhn
Hi Angelo, What is this bug? Does it only affect debugging, or might it also affect production? Is there a JIRA for it? Thanks, Andy (on 5.0.13 in production, and worried) On Fri, 2008-08-01 at 18:37 -0700, Angelo Chen wrote: > I strongly recommend to release this 5.0.14-SNAPSHOT as soon

RE: What if Tapestry's I18N was just "UTF-8"?

2008-07-29 Thread Blower, Andy
e and having as much as possible as UTF-8 is highly desirable. IIRC Java uses UTF-16 internally which does have 2 bytes for each char, but UTF-8 only uses 2 bytes for unusual chars which is why it's the ideal external charset. Andy. > -Original Message- > From: Thiago H. d

[T5] where is the component reference of Block

2008-07-18 Thread Andy Pahne
I looked for the component refernece of Block at: http://tapestry.apache.org/tapestry5/tapestry-core/ref/index.html It's not there, but in T5 there still is a Block component (at least I expect one, as the component reference of Grid references Blocks)

Re: [T5] crating component libraries

2008-07-17 Thread Andy Pahne
yes, that worked, now that you helped me out, I found a wiki page: http://wiki.apache.org/tapestry/Tapestry5HowToCreateYourOwnComponentLibrary - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EM

[T5] crating component libraries

2008-07-17 Thread Andy Pahne
Is there a description somewhere on how to create component libraries in tapestry5? I had a look at the users guide an the into the wiki but did not find a suitable description. Thnaks, Andy - To unsubscribe, e-mail

[T5] BeanEditForm: Howto include complex properties?

2008-07-16 Thread Andy Pahne
component include the properties of Address? Andy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: AW: Strange behavior of special characters

2008-07-15 Thread Blower, Andy
This is not the case for Java 6 any more: "Note: PropertyResourceBundle can be constructed either from an InputStream or a Reader, which represents a property file. Constructing a PropertyResourceBundle instance from an InputStream requires that the input stream be encoded in ISO-8859-1. In tha

Re: T5: Working with BeanModel

2008-07-08 Thread Andy Huhn
dataTypeAnalyzer On Wed, 2008-07-02 at 03:34 -0400, Andy Huhn wrote: > Hello, > > I have a class defined (MyClass) that has a String property pstlCode, > with a getter and a setter. > > If I use BeanModelSource to create a BeanModel for MyClass, the > BeanModel has a property

Re: Using the Autocompleter

2008-07-08 Thread Andy Pahne
Found the solution: Use the Suggest component instead. http://tapestry.apache.org/tapestry4.1/components/scriptaculous/suggest.html The Autocompleter has issues anyway: http://issues.apache.org/jira/browse/TAPESTRY-1244 Andy Pahne schrieb: I am trying to implement a form that uses the

Using the Autocompleter

2008-07-04 Thread Andy Pahne
estion: I want my autocompleter to start async request only when the user entered three or more chars. Is that possible? Andy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

T5: Working with BeanModel

2008-07-02 Thread Andy Huhn
then attempt to add it back in with myBeanModel.exclude( "pstlCode" ); myBeanModel.add( "pstlCode" ); it doesn't seem to pick up the data type of the property. Help? Thanks, Andy - To un

checkout T4 sources as Eclipse project(s)

2008-07-01 Thread Andy Pahne
I woul like to checkout T4 and use Eclipse to have a look at the sources. Unfortunatly I haven't ever worked with maven and modularized projects. How can I get started quickly? Thanks, Andy - To unsubscribe, e-mail: [

T5: Clearing BeanModel properties and adding them back

2008-07-01 Thread Andy Huhn
;null'. Make a contribution to the BeanBlockSource service for this type. Any ideas? I'm on T5.0.13. Thanks, Andy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

<    1   2   3   4   5   6   >