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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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:
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
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
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
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
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
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
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
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
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
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
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
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]
29 matches
Mail list logo