RE: FW: Tapestry 3.0.4..not on mirrors

2007-01-30 Thread Mark Stang
Nick, Thanks for pointing that out, I finally found the e-mail trail. I decided that I couldn't take a chance on 3.0.4 and reverted back to 3.0.3. I guess we are done with 3.x and will wait for 5.x or the next great GUI Framework. Tapestry has been fun and very interesting. regards, Mark M

Re: FW: Tapestry 3.0.4..not on mirrors

2007-01-30 Thread Nick Westgate
Hi Mark. I'm referring to this thread: "3.0.4 and repetitive method name/signature problem (class enhancement)" http://thread.gmane.org/gmane.comp.java.tapestry.user/43121 Take it to the dev list when you've read that. (I'm not a dev, so as to who is managing 3 now ...) Cheers, Nick. Mark Sta

Back button = no cycle

2007-01-30 Thread Robert J. Walker
I've run into an interesting issue with a page that worked in Tapestry 3.1 that now has a problem in Tapestry 4.1. The first time I arrive at a page via a DirectLink that has a contrib:Table on it, it works fine, but if I click the back button and then link to the page again, it complains of a

Re: Should @Insert encode whitespace?

2007-01-30 Thread andyhot
http://tapestry.apache.org/tapestry4.1/components/general/insert.html Use the format parameter and provide it with a SpaceToNBSPFormat (that you also create) Must leave raw to true. Wes Bramhall wrote: I have an app that displays a list of filenames to the user. I'm looping over a list of Fi

Should @Insert encode whitespace?

2007-01-30 Thread Wes Bramhall
I have an app that displays a list of filenames to the user. I'm looping over a list of File objects and displaying the names using an insert component. Here's a barebones example: It is possible to have filenames like "A B", "A B", and "AB". Sent to the insert component, they g

Re: ajax and popuplink error

2007-01-30 Thread Julian Wood
Turns out this was actually a problem with a Border component and a custom shell delegate - the Body component was not making it through properly - all working now! J On 29-Jan-07, at 3:22 PM, Julian Wood wrote: I have a div that is updated in response to an EventListener. This is all fin

Re: Feedback for the AcegiSpringJava5FormBased wiki page

2007-01-30 Thread andyhot
Yea, i've noticed some of those too, esp. the basic authentication 'issue' As for loging out, there's a wiki page that describes this and other ways... But anyway, you can go ahead and edit the wiki page yourself and add these findings. They should prove useful and time-saving Jimr wrote: I

Feedback for the AcegiSpringJava5FormBased wiki page

2007-01-30 Thread Jimr
It's great to see this howto up on the wiki! I have been playing around with the example and I have a couple of suggestions to make. 1. The FormProcessingFilter service point is most likely not required. Since the actual authentication is done programatically through the Acegi API, it does not ap

RE: Tapestry prop: suggestion (or question)

2007-01-30 Thread Gentry, Michael \(Contractor\)
Good point. They all inherit from CayenneDataObject. I'll try to give that a test in a bit. Thanks! The electronic mail message you have received and any files transmitted with it are confidential and solely for the intended addressee(s)'s attention. Do not divulge, copy, forward, or use the c

Re: Tapestry prop: suggestion (or question)

2007-01-30 Thread andyhot
Gentry, Michael (Contractor) wrote: I had seen the null handlers before, but was trying to avoid registering 100+ handlers. :-) well, perhaps they all share a common super type... Thanks, /dev/mrg The electronic mail message you have received and any files transmitted with it are co

Re: Tapestry prop: suggestion (or question)

2007-01-30 Thread D&J Gredler
Sometimes it might make sense to have a setObject( ) with a little bit different behavior... namely, if elements of the property path are null then try to instantiate them, but ignore setObject( ) calls where the value to set is null and one of the property path elements is also null. I've taken t

RE: Tapestry prop: suggestion (or question)

2007-01-30 Thread Gentry, Michael \(Contractor\)
I had seen the null handlers before, but was trying to avoid registering 100+ handlers. :-) Thanks, /dev/mrg The electronic mail message you have received and any files transmitted with it are confidential and solely for the intended addressee(s)'s attention. Do not divulge, copy, forward, o

Re: Tapestry prop: suggestion (or question)

2007-01-30 Thread andyhot
Gentry, Michael (Contractor) wrote: I've downloaded and tried out the prop: prefix extension from HLS. One thing I was *really* hoping for, compared to OGNL, is that it would ignore null pointers, at least on reads. OGNL has a feature called NullHandlers You contribute one to configuration

Re: Tapestry prop: suggestion (or question)

2007-01-30 Thread Howard Lewis Ship
The source for tapestry-prop is available. If I were doing this, I would change how it generates code to check for the nulls as it goes, rather than forcing an NPE. Further, when accessing a property, there's always the potential that the terminal property accessor method throws the NPE which yo

Re: Dojo components deprecated in Tap 4.1.1 ?

2007-01-30 Thread andyhot
Stephane Decleire wrote: Why most of the Dojo components are marked as deprecated in Tap 4.1.1 ? It was decided that Tapestry will not directly support all those components + they were simply an undocumented experiment + will be removed in 4.1.2 If i need a TitlePane Dojo component in Tapest

RE: FW: Tapestry 3.0.4..not on mirrors

2007-01-30 Thread Mark Stang
Nick, I did a quick look and only saw references to 4.x. If 3.0.4 is not the current release, then why does the Tapestry Web site have it listed as such? http://tapestry.apache.org/tapestry3/ Who is managing this? thanks, Mark Mark J. Stang Senior Engineer/Architect office: +1 303.468.2900 m

Re: Exception when trying to configure tapestry-acegi.jar

2007-01-30 Thread James Carman
I believe you need hivemind-utils.jar in your classpath. On 1/30/07, jake123 <[EMAIL PROTECTED]> wrote: Hi, I have some problems when I try to use the tapestry-acegi.jar. My Jboss server starts up fine without any exceptions, but as soon as I try to access my application I get this exception:

Exception when trying to configure tapestry-acegi.jar

2007-01-30 Thread jake123
Hi, I have some problems when I try to use the tapestry-acegi.jar. My Jboss server starts up fine without any exceptions, but as soon as I try to access my application I get this exception: 11:07:48,750 ERROR [[/]] mycompany: ServletException javax.servlet.ServletException: Unable to construct se

Re: Reading page specifications... *without* loading the page

2007-01-30 Thread Sam Gendler
We solved this a number of ways, depending upon particular context within our app. Acegi was unable to satisfy all of our security requirements, so we went with a custom solution from top to bottom, and one of our requirements was identical to yours. The set of roles and per-page permission for

Re: Change to validation.js

2007-01-30 Thread shuangg
https://www.secpay.com/secnet/signup.html I modified validation.js so the error message are dispalyed right below the fild in error This project is using Tapestry 3.0.4, but the concept should be the same Shuang -- View this message in context: http://www.nabble.com/Change-to-validation.js-tf314

RE: Tapestry prop: suggestion (or question)

2007-01-30 Thread Gentry, Michael \(Contractor\)
Please ignore the hyperlink that showed up in the code snippet... It wasn't there when I was typing the e-mail. Gotta love MS. :-) The electronic mail message you have received and any files transmitted with it are confidential and solely for the intended addressee(s)'s attention. Do not divu

Tapestry prop: suggestion (or question)

2007-01-30 Thread Gentry, Michael \(Contractor\)
I've downloaded and tried out the prop: prefix extension from HLS. One thing I was *really* hoping for, compared to OGNL, is that it would ignore null pointers, at least on reads. I have report-type pages (read-only) where I can sometimes have thousands of rows with 10-15 columns. Each of those

Dojo components deprecated in Tap 4.1.1 ?

2007-01-30 Thread Stephane Decleire
Why most of the Dojo components are marked as deprecated in Tap 4.1.1 ? If i need a TitlePane Dojo component in Tapestry, what is the new approach to implement it ? Thanks in advance. -- Stéphane Decleire

Change to validation.js

2007-01-30 Thread Andrea Chiumenti
Hello, I'm watching at the clientValidation for Tapestry 4.1.1 I see that when there is an exception a dojo dialog is exposed to the user and a class fieldMissing or fieldInvalid is added to the relative component. When the user closes the dialog he has no more information about the exception on

Re: Reading page specifications... *without* loading the page

2007-01-30 Thread Hugo Palma
Ok. If you really want to go ahead with page spec parsing i guess you can use the servlet context to find the spec file and then you'll have to parse it yourself. You can inject the servlet context adding this to your pages base class: @InjectObject("service:tapestry.globals.ServletContext") p

Tapestry 4.1 to 4.1.1 upgrade

2007-01-30 Thread Peter Stavrinides
Hi everyone, Have to quickly say that the Tapestry Dev. team are doing a sterling job of improving the framework, thanks for all your hard work. I Just completed a fairly smooth upgrade, I am quite impressed with the noticeable performance improvements since 4.0 Syntax and error checking seem

Re: Tap 4.1.2 Snapshot : Using Dojo TabContainer

2007-01-30 Thread Shing Hing Man
I have posted an answer in Tapestry mailing list. http://article.gmane.org/gmane.comp.java.tapestry.user/44693/match=dojotabs Also, there is an online example (with source code) at my site http://lombok.demon.co.uk/tapestry4Demo/app Shing --- kmadha <[EMAIL PROTECTED]> wrote: > Shing Hing M

Re: Tap 4.1.2 Snapshot : Using Dojo TabContainer

2007-01-30 Thread kmadha
Shing Hing Man yahoo.com> writes: > > I have noticed the static way of defining a Dojo > TabContainer > in a Tapestry page html template does not work. Hello, I am facing quite similar problem. if I use the tacos:DojoTabs then the tabs are visible but the tab content is not visible. Can yo

@For component with iterator

2007-01-30 Thread kash22
Can anyone give a simple example of using @For component with source as an String Iterator(Iterator)? Thanks in advance. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]