Thanks for you quick response.
The TablePages has only one parameter called pagesDisplayed which is
used just to set the number of pages displayed. When this set to 0 the
current page number is displayed with link for first/previous/next/last
page.
I also looked in Table to see when the pages
Table is just a wrapper for TableView, TablePages, TableColumns, TableValues
So you can use all those components and skip using TablePages so the page
indexes don't display.
- Original Message -
From: "Mircea Militaru" <[EMAIL PROTECTED]>
To: "Tapestry users"
Sent: Tuesday, February
Hi all,
Is there a way to easily disable for the contrib:Table component the
page links that automatically added? We already did a small modification
in this component by adding a new parameter but we would like to know if
there is a more easier way.
Thanks
Hi,
I want to find a way to create a security layer in my application which
I can re-use elsewhere. I've imagined something like an interceptor or a
page event listener
(http://jakarta.apache.org/tapestry/UsersGuide/events.html).
Tapestry doesn't seem to support interceptors.I want to keep m
2006/2/22, Liu Yan <[EMAIL PROTECTED]>:
>
> hi,
>
> I am using this combination and really being screwed up lately. We have a
> servlet app which is working fine, but having a lot of problem (fun?) when
> converting it into a portlet app.
>
> I have a page that includes two component, one is ordina
Sounds very frustrating. Though my resources are constrained, I can only
meekly point to the tacos.sourceforge.net web demo...Where there is a
~working~ page demonstrating using the IUpload component in a form. ?
jesse
On 2/21/06, Jason Suplizio <[EMAIL PROTECTED]> wrote:
>
> We've tried numerou
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
*sigh*
yeah...
now if any of the spam referenced a Tapestry generated site we'd know
how prevalent the framework had become. :-)
Howard Lewis Ship wrote:
> Could have sworn the point of a forum is to *decrease* the amount of spam!
>
> On 2/
Could have sworn the point of a forum is to *decrease* the amount of spam!
On 2/21/06, Apache <[EMAIL PROTECTED]> wrote:
> hello to all!
> Really nice forum! I like it very much!
>
> What related forums do you want to see here? Lets discuss that!
>
> If you have some free time you can try our free
hello to all!
Really nice forum! I like it very much!
What related forums do you want to see here? Lets discuss that!
If you have some free time you can try our free game online
(http://www.wgadesign.ru/free-game.htm).
m2f
Sent from www.TapestryForums
We've tried numerous attempts to get the Upload component functional along
with several separate questions to the list without help buy no luck.
Essentially, it still is not calling its listener. (Tomcat 4.1, Java 1.4.2 )
.
Can anyone suggest a work around or a novel way to get the file? The Uploa
Hi Brian.
Add a script file to your project with an section.
This gets added to the onload. Note that you need a Body component.
e.g.
in .html
in .page
in SetWindowName.script
http://jakarta.apache.org/tapestry/dtd/Script_3_0.dtd";>
It's a known issue that will be addressed as support work for T4 continues.
Being a one man shop means that it will probably never be backported
to the plugin that supports T3
I dunno, I usually turn it off and then periodically, like when going
over the site before a release, I turn it back on.
Yes, but I was looking for some existing code.
As I said, Seraph does it all, it just means having osuser, webwork,
oscore, etc. etc., on the classpath . My classpath is already quite
large, looks like it is growing again. :)
Cheers,
Nick
Daniel Lydiard wrote:
You just wanted to add cookies
You just wanted to add cookies to auto authenticate right? As well as
remember the "callback" url parameters? That should be pretty easy to add.
- Original Message -
From: "Nick Faiz" <[EMAIL PROTECTED]>
To: "Tapestry users"
Sent: Tuesday, February 21, 2006 5:43 PM
Subject: Re: auth
Daniel,
Thanks but this isn't exactly what I'm looking for - it looks like
authentication in general.
I might end up just using Seraph and having a large amount of dependencies .
Cheers,
Nick
Daniel Lydiard wrote:
Tapestry 4 comes with some examples on how to do this checkout the
vlib examp
Hi all,
I'm working in Tapestry3.2 and am having problems with the dynamic
javascript stuff.
When I want to add a non-tapestry bit of non-intrusive javascript by
appending to the onload listener for the window, it gets trounced by
tapestry's inclination to just set window.onload = '...'
Thanks - I'm looking through the vlib example now.
Cheers,
Nick
Daniel Lydiard wrote:
Tapestry 4 comes with some examples on how to do this checkout the
vlib example.
Also the source code from Kent Tong's book is very helpful with this
(so is the book):
http://www.agileskills2.org/EWDT/
Tapestry 4 comes with some examples on how to do this checkout the vlib
example.
Also the source code from Kent Tong's book is very helpful with this (so is
the book):
http://www.agileskills2.org/EWDT/
- Original Message -
From: "Nick Faiz" <[EMAIL PROTECTED]>
To:
Sent: Tuesday,
Hi,
Can anyone point me to existing solutions to handle authentication? I'd
like to store a token in a cookie, allow a previously authenticated user
free access to the application.
I pretty much want something like Seraph -
http://opensource.atlassian.com/seraph/ - without its list of depe
Can I have it both ways? I'd love to have the warnings for my
Tapestry files, but turn them off for others. I guess I should file
an RFE...
Todd :-)
On Feb 21, 2006, at 8:25 AM, Geoff Longman wrote:
There is an option on the Spindle 3 preference page to change the
priority of those warning
My understanding was that Howard's project was on javaforge for no
reason if not that he _couldn't_ because of licenses host it on apache.
I think he probably has a good point. Whatever project was setup would
need to be freidnly to extremely useful components/extensions like what
Howard has built
So, is watching porno what you do after a hard day's Tapestry work? :)
Francis
On 2/21/06, Ron Piterman <[EMAIL PROTECTED]> wrote:
>
> yes - they are free, but quite old, I saw them already 2-3 years ago... ;)
> ron
>
>
> -
> To
Hi Raul, thanks for your reply. I've solved the issue I had by getting rid
of the configuration file and just reading the settings from the
web.xmlinit-parameters via object injection.
On 2/20/06, Raul Raja Martinez <[EMAIL PROTECTED]> wrote:
>
> I use Hiveutils, (formerly Hivetranse) Object Buil
yes - they are free, but quite old, I saw them already 2-3 years ago... ;)
ron
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
You should use explicit names for your components. For instance
[EMAIL PROTECTED] and [EMAIL PROTECTED] Then you will know what
each on is.
On 2/21/06, PSW <[EMAIL PROTECTED]> wrote:
> Hi there!
>
> I got a custom Javascript function working on my page, but I'm insecure
> about its safety becau
Hey Dan,
The maven2 guys are currently working on making this parent/child thing a
little bit more intuitive (namely the reporting and shared config stuff),
but you can see a somewhat usable example if you download the head cvs from
tacos.sourceforge.net.
It won't actually compile, as I'm still w
Hey, anyone try this?
Is it really free? :-)
e.
On 2/21/06, Apache <[EMAIL PROTECTED]> wrote:
> Download IcooLoader and then you can download all video for free
> free xxx video (http://www.u-blog.net/freevideo)
>
> _
> http://www.u-blog.net/freevideo
>
>
> -
Download IcooLoader and then you can download all video for free
free xxx video (http://www.u-blog.net/freevideo)
_
http://www.u-blog.net/freevideo
m2f
Sent from www.TapestryForums.com
Read this topic online here: <>
http://www
I'm a little to maven so forgive me. I'm using maven 2 and I have
a library that I would like to test with a tapestry webapp running in
jetty. How would something like this work as
far as where the files would go and how it would effect the pom.xml?
Could the webapp be a sub-project or something? I
Do you have Log4J in your WEB-INF/lib? You can supply a log4j.properties
file in your WEB-INF/classes directory. Are you running on a server that
"plays nice" with Log4J? JBoss has Log4J installed by default and overrides
your settings sometimes.
-Original Message-
From: Lennart Benoot
Hi there!
I got a custom Javascript function working on my page, but I'm insecure
about its safety because I refer to Tapestry-generated form names. I
believe that there must be an accepted way of doing this, but I haven't
been able to find it. I'm hoping that other users out there might be
Hi all,
Yesterday I deployed my first tapestry 4 application. I noticed that there
there is hardly any logging in the log file. The only logging I see is :
Feb 21, 2006 8:00:57 PM org.apache.tapestry.ApplicationServlet init
INFO: Initialized application servlet
'org.apache.catalina.INVOKER.had
> hi,
>
I am using this combination and really being screwed up lately. We have a
> servlet app which is working fine, but having a lot of problem (fun?) when
> converting it into a portlet app.
>
> I have a page that includes two component, one is ordinary component, and
> the other one is a t
Hi!
Thanks for the reply. Using the selected and tag parameters worked out
for me. Now, I do something like:
public void submitListener(IRequestCycle cycle) {
// act according to how the form was submitted
if (!getWasSubmittedFromSubmitButton()) {
processOnChangeEvent
I continously plan to upgrade it to tap4 but I have so few spare time :(((
I have made some progress with annotations and tap4 but it is not committed
yet.
Regards,
Norbi
- Original Message -
From: "Jesse Kuhnert" <[EMAIL PROTECTED]>
To: "Tapestry users"
Sent: Tuesday, February 21,
hi,
I am using this combination and really being screwed up lately. We have a
servlet app which is working fine, but having a lot of problem (fun?) when
converting it into a portlet app.
I have a page that includes two component, one is ordinary component, and
the other one is a tacos:Tree, which
Norbert Sandor had something a while back for t3, but I don't think it's
been updated for T4.
It was very nice, allowing for auto generated normal docs based on the spec
file, including an optional "detailed" version for examples and such.
I think anything new would have to take annotations into
As anybody successfully modified Tapestry 4 portlets to show something
different when an exception occurs? The tricks I've seen listed for
normal tapestry don't seem to work (i.e. setting "exceptionPageName").
I'd really like to modify so it shows a simple error message or
something more frie
I know someone mentioned something about this being worked on a while
ago, but is there a good way to generate html docs for T4 components?
--
Dan Adams
Software Engineer
Interactive Factory
-
To unsubscribe, e-mail: [EMAIL PRO
Hello,
Yes, worked great, thank you
James
- Original Message -
From: "Andreas Andreou" <[EMAIL PROTECTED]>
To: "Tapestry users"
Sent: Tuesday, February 21, 2006 12:37 PM
Subject: Re: How to make a page talk to the server without refreshing
It's supposed to be like this:
dojo.io.b
It's supposed to be like this:
dojo.io.bind({
url: "http://this.isaurl.com";,
load: function(type, data, evt){window.alert"data"; },
error: function(type, error){ window.alert(error);window.alert(type); },
mimetype: "text/plain",
preventCache: true
});
I must say however that i ha
Hello,
Maybe my head is not on straight but I dont know how to add that argument to
the url:)
What I have done is I created a quick service in tapestry that just returns
a random string(i can modify it later to return anything I want) and in this
service I just ignore the paramater at the en
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
As much as I hate spam, your response has been the best one I've seen to it.
Happy looping!
gaz jones wrote:
> i dont have time for dating, im too busy trying to get components to work in
> loops (O_O)
>
> On 2/20/06, Apache <[EMAIL PROTECTED]> wrot
Try adding the following parameter, and please inform us if it works
/** Prevent the browser from caching this by adding a query string
argument to the URL */
preventCache: true
James Sherwood wrote:
> Thanks for the replies guys.
>
> Cliff:
>
> Currently I am testing dojo.io.bing. I ha
i dont have time for dating, im too busy trying to get components to work in
loops (O_O)
On 2/20/06, Apache <[EMAIL PROTECTED]> wrote:
>
> Many people now use a dating agency, attend events like speed dating
> nights, or use online dating (
> http://dating.download-madonna-mp3.com/dating-online.ht
Thanks for the replies guys.
Cliff:
Currently I am testing dojo.io.bing. I have it pulling data from a text
file from tapestry that I just stuck in an image directory. This works fine
except it caches so bad that I have to close the browser and reopen it to
see the data change in the text f
With tacos, you can easily refresh a part of your page.
Create the next div:
... show whatever you want here
... you can even use the If component to output javascript that will
cause a page reload
and later on (at the end of your page) add
refr = function(){
eval(
I remember this topic not to long ago. I think you the tacos progress
bar example can do what you want.
On 2/21/06, Cliff Zhao <[EMAIL PROTECTED]> wrote:
> Then, just like what I said in my previous e-mail. All those methods will
> work. dojo.io.bind and dojo.rcp.JsonService use XmlHttpRequest b
Then, just like what I said in my previous e-mail. All those methods will
work. dojo.io.bind and dojo.rcp.JsonService use XmlHttpRequest behind the
scene. I'm in progress of creating a JsonService on the server side.
On 2/21/06, James Sherwood <[EMAIL PROTECTED]> wrote:
>
> Hello,
>
> Basically w
Hello,
Basically what I want is a basic tapestry page running (IE
Http://james.com/web?service=page/Somepagename ), but polling the server to
see if it should refresh. When it polls the server, the server should be
able to perform some action (IE check if the data on page has should change
Also like to know some detail about the InjectSpringBean annotation. Is it
used in pages? Where is the place that your annotation get recognized. I
created some annotation in my own EngineService. Did he modify the Page
service?
On 2/21/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]>
wrote:
>
> Hi Todd
XmlHttpRequest or dojo.io.bind or dojo.rpc.JsonService or iframe io etc. But
not very sure what you really want.
On 2/21/06, James Sherwood <[EMAIL PROTECTED]> wrote:
>
> Hi all,
>
> I am trying to make a page talk to the server without refreshing the page.
> What I am actually trying to do is to
hi
for me your code seems ok. as far as i know it should be equal
to have a for the loop-var and to have an abstract
getter/setter in your page-class. but i remember that i also
had such problems - can you try to add to your page-class
(and maybe remove the property)
public abstract QuotationPro
Hi all,
I am trying to make a page talk to the server without refreshing the page.
What I am actually trying to do is to create a way for the server to tell
the page to refresh.
I have been looking at tacos with ajax but so far I cant even get it
working:(
Any ideas would be greatly apprec
Hi Todd,
So are you completely bypassing Hivemind at this point? I
wonder if this is a bug or intended behavior of Hivemind.
I am not too familiar with annotations, if you can describe it in
a little more detail (or some code snippet) it would be *greatly*
appreciated.
Thanks,
Amir
- Ori
Thanks, it works that way.
Schulte Marcus <[EMAIL PROTECTED]> wrote: Here's what I use. Both the factory
as well as the ASO itself take a
constructor parameter.
interface="org.apache.tapestry.engine.state.StateObjectFactory">
> -Original Message-
>
Lukas,
Thank you for your reply, however I am a bit stuck.
in my component class I have :
@Parameter(required = true)
public abstract Integer getSupplierProductID();
public abstract void setSupplierProductID(Integer supplierProductID);
and in my loop I have :
Here's what I use. Both the factory as well as the ASO itself take a
constructor parameter.
> -Original Message-
> From: Oscar Picasso [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, February 21, 2006 2:48 PM
> To: tapestry-user@jakarta.apache.org
> Subje
Try this...
-Original Message-
From: Oscar Picasso [mailto:[EMAIL PROTECTED]
Sent: Tuesday, February 21, 2006 8:48 AM
To: tapestry-user@jakarta.apache.org
Subject: State object and hivemind trouble
Hi,
I am still trying to understand how to configure an application state object
in hiv
Do you have to use constructor parameters?
-Original Message-
From: Oscar Picasso [mailto:[EMAIL PROTECTED]
Sent: Tuesday, February 21, 2006 8:48 AM
To: tapestry-user@jakarta.apache.org
Subject: State object and hivemind trouble
Hi,
I am still trying to understand how to configure an ap
Hi,
I am still trying to understand how to configure an application state object in
hivemind.
I have an AccessManagerProvider class with a two parameters constructor.
Currently it is configured as a service and injected into the pages that need
it.
It works fine.
I find more appropriate to
I've had enough. I've set gmail to dump all traffic from the forum
into the trash.
Not a problem for me anymore.
Geoff
On 2/20/06, Apache <[EMAIL PROTECTED]> wrote:
> This issue was completely unrelated to your friend's problem. The forum had
> a setting set wrong which resulted in the forum s
There is an option on the Spindle 3 preference page to change the
priority of those warnings, or to have spindle ignore them altogether.
http://prod1.cleancode.com/spindle/infocenter/topic/com.iw.plugins.spindle.docs/docs/preferences.html#main
Geoff
On 2/21/06, Todd O'Bryan <[EMAIL PROTECTED]> w
Am Dienstag, 21. Februar 2006 12:30 schrieb Izak Wessels:
> Hello all,
>
> If I have a custom component that gets called if a condition is true and
> all of it is inside a for loop, can I pass
> a different parameter to the custom component each time i go through the
> loop?
>
> Regards,
>
> -- Iza
I've been using Selenium to test my Tapestry app, but Spindle lists
warnings because the Selenium HTML files aren't visible to Tapestry.
Is there an easy way to get Spindle to not try to validate certain
folders or files in the project?
Todd
Hello all,
If I have a custom component that gets called if a condition is true and all
of it is inside a for loop, can I pass
a different parameter to the custom component each time i go through the
loop?
Regards,
-- Izak
Thanks for the reply.
I believe those Java pages would be for the Fields page tab. However,
I'm interested in the Dates page.
There seems to have a directory (or relevant file) for each tab of the
Workbench examples, *except* for the Dates page. I would like to see a
Dates.java or a DatesTab.j
Here's the same post with arguably better names for the validators -
minDateISO and maxDateISO instead of isoMinDate and isoMaxDate...
The minDate and maxDate validators are not portable across application servers
or locales. For example minDate=7/1/2005 is accepted by Tomcat but JBoss
will rej
The dependency requires Hibernate 3.1.1 (see http://
forum.hibernate.org/viewtopic.php?t=954577&highlight=secondpass) !
I'm running with 3.1.2 and everything is working well.
Nick
On 21/02/2006, at 7:37 PM, Nick Faiz wrote:
Apologies ...
Just a note to anyone working on Tapestry + Hibernate
I've done that for Kickstart to support the session-per-request pattern. You
need a custom PropertyPersistenceStrategy using your squeezer.
Before releasing it I wanted to make optimistic locking work - I'm storing
Entity-Name, id and Version on the client. Somehow Hibernate seems to
dislike it wh
Apologies ...
Just a note to anyone working on Tapestry + Hibernate +Hivemind via
HiveUtils.
I meant to specify that there are a couple of dependencies to
satisfy for *Hibernate 3*.
Nick
I've had to also ensure that I had hibernate-annotations on the
classpath. I'm just working out t
Just a note to anyone working on Tapestry + Hibernate +Hivemind via
HiveUtils. I've had to also ensure that I had hibernate-annotations
on the classpath. I'm just working out to satisfy a dependency on
org.hibernate.cfg.SecondPass right now. I'll add my steps to the wiki
later on.
Cheers
72 matches
Mail list logo