?? Wed, 14 Jun 2006 11:35:53 +0800??Pakawat Boonyoung
<[EMAIL PROTECTED]> :
I make my table by the goodness of @For components by looping the
element. I just want to make the alternated colors between odd-rows and
even-rows in my table. How can I do it? Is index property the right
choice?
Oh no, that's all the tacos dev work. Specifically I think Sam Gendler and
Andreas worked together to get the tab/grid/etc components in.
I'm just working on the "plumbing" portion of tapestry to make these things
much easier/better, but am not overly much concerned with actual
components...Yet..
I make my table by the goodness of @For components by looping the
element. I just want to make the alternated colors between odd-rows and
even-rows in my table. How can I do it? Is index property the right
choice?
Many thnx for every helps
Boonyoung
--
So that's all going to be by default in tapestry 4.1?
The demo is *very* stunning.
On 6/13/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote:
Forgot to mention this, but as it doesn't look like a tacos release is
coming out anytime soon (don't know when they are planning on doing it) I
thought I sh
hi all,
i am trying to implement pushlets within my web app. i have got the
installation pretty much completed except putting the html and js
files (one each) within the lib folder. now obviously the lib folder
will take only jar files. how can i add these two files within my lib
folder within ecl
Forgot to mention this, but as it doesn't look like a tacos release is
coming out anytime soon (don't know when they are planning on doing it) I
thought I should mention that dynamic (ajax) tabs as well as Grid (ie ajax
table, filterable and all...) is currently available in svn head:
http://open
What does the rewind() method look like in your custom component? Does it
call IRequestCycle.getParameter() or IRequestCycle.getParameterValues() ?
On 6/13/06, Rui Pacheco <[EMAIL PROTECTED]> wrote:
Just one detail, folks.
I managed to implement my select with multiple values. I dont want to u
Just one detail, folks.
I managed to implement my select with multiple values. I dont want to use a
Palette because I only need one select and a MultiplePropertySelection
breaks my design because it uses checkboxes.
My problem is, when I submit the form, I only receive one of the selected
elemen
Well...Yes...Since the term came from them and they were being mentioned I
assumed they had taken on a mysteriously assumed third party form and didn't
need to be known as "dojo" anymore. :)
On 6/13/06, Peter Dawn <[EMAIL PROTECTED]> wrote:
They being dojo.
They being dojo.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
They have IO mechanisms to handle the iframe loading portion for you
transparently, but I have no idea if anything in there is specifically meant
to handle persistent io connections or not.
Either way it's certainly a hell of a lot easier than starting from scratch
;)
On 6/13/06, Peter Dawn <[EM
ok. so i am implementing a comet and dojo *custom* solution, but still
how should i pass info from my servlet to the js on that hidden frame.
should i use some of the libraries dojo is providing and use them, or
there is another way.
---
Oops...I forgot to mention that the whole point of comet is to reduce the
need for polling update listeners...So you are intended to try and keep the
IO pipe open the whole time. This means creating a meta language on the
stream to differentiate messages and such on your own, but there is probably
That ~is~ comet and dojo ;) (mostly..)
On 6/13/06, Peter Dawn <[EMAIL PROTECTED]> wrote:
hi all,
sorry for another question on tpaestry-ajax type functionality.
is there a way for tapestry to do a page refresh, but on demand. i
have implemented a frame based solution, which passes info from on
Then what Mike suggested (perhaps with some dynamic css selection as
well...it's still pretty powerful - even for changing page layout ) sounds
like the best option.
Break your page up into definable quadrants/sections/whatever you want to
call them. Ie SectionA-E ...In each section use a RenderB
hi all,
sorry for another question on tpaestry-ajax type functionality.
is there a way for tapestry to do a page refresh, but on demand. i
have implemented a frame based solution, which passes info from one
frame to another. so the hidden frame can send info to the visible
frame displaying update
I dont have to keep track of the components as they are always the same, I
just want to change where they are in the html and the html itself to give
the page a different look according to which site layout they choose.
James
- Original Message -
From: "Jesse Kuhnert" <[EMAIL PROTECT
Perhaps you could create all the components on the screen and place them
in different sections. You could then hide the ones you don't want
to see. I frequently do this. It means more processing on the submit,
but that's ok by me.
If you want to limit which components you see (with a post b
Wouldn't it be easier to do something like this by changing the stylesheet
on the fly instead?
Even if you did have dynamic component stuff somehow I still wouldn't want
to maintain something like thator maybe it's a requirement you don't
have a choice in ?
On 6/13/06, James Sherwood <[EMAIL
Thanks for the feedback,
This does, however, pose a problem for me.
I am building a site and I wish to make it diverse enough to change its
appearance with the 'flick of a switch'.
Is is possible then to create several border components and call a different
one according to which site layout
This goes against the grain of Tapestry.
Here's some copy from the new Tapestry 5 web site (not yet available) that
conveys the reasoning behind this:
Tapestry is designed to be extremely scalable in several dimensions:
- Tapestry applications may contain many pages and many custom
componen
| James is doing a great job, the only small thing missing for tapernate are
| IMO a home page with straightforward links for jars.
+1 from me for both points ;)
Andreas
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional
I'd say you should add it to your own pom to make it automatic, but that's
me. I haven't been using maven2 for long enough to know what the overall
preference is, but do generally like the idea of more things working "out of
the box". (at least it's what I prefer personally)
On 6/13/06, James Car
Well, that'd be nice. Do you suggest I just add that to my pom.xml files,
then, so that folks can just do a clean build without any manual
intervention? Or, do you think it's better for users to modify their
settings.xml file if they want to use alternate repositories?
-Original Message
Ah sorry for the confusion then, my mistake for speaking before knowing what
the problems were :)
The jta/ejb spec issues may have been resolved recently. There are a number
of maven2 repositories to choose from besides ibiblio:
http://repository.jboss.com/maven2/
http://ibiblio.org/maven2/net/j
Hi Stephane,
We implemented something very similar for cimetz.
On 6/9/06, Stephane Decleire <[EMAIL PROTECTED]> wrote:
Hi,
I need to link payment services to my Tapestry application. Those
services follow the same path :
1. The application call the payment services :
- with an HTTP Get or
This is the situation:
I would like to create a page in such a way that the jwcid's in the html are
standard but I can produce the html any way I wish.
To do this there would have to be a way to pass tapestry the html of a page
from a database for instance.
Something to the effect of a in
I did some tests and the results are very promising.
I use one ThreadLocal variable in my Tapestry application. It took about
4.5MB for every re-deployment from Perm Memory and never went down. After I
changed the ThreadLocal.set(null) to ThreadLocal.remove(), the Perm Memory
was stablized at 31M
Palette implements two Selects and I only need one.
MultiplePropertySelection implements checkboxes and that breaks the design
of the page.
Is there a way for me to iterate through a Collectiona and print the options
myself? Apparently For only works with tables.
On 6/13/06, Shing Hing Man <[EMA
Have you looked at the contributed components
MultiplePropertySelection or Palette ?
Shing
--- Rui Pacheco <[EMAIL PROTECTED]> wrote:
> Hi all
>
> I need to implement a select showing multiple
> values.
>
> I tried to implement it with PropertySelection, but
> it won't allow me to
> select mor
Hi all
I need to implement a select showing multiple values.
I tried to implement it with PropertySelection, but it won't allow me to
select more than one value. According to the documentation on Tapestry's
website, I need to do it with the Select component, but that won't allow me
to set the va
The issue with the JTA.jar and the ejb3.0 specification jar are known
Maven issues. Third-party jars have to be downloaded manually and
installed into your local repository. Yes, it sucks. But, for now, it's
the only thing we have. I know that the Apache Software Foundation
doesn't allow third-
On 6/13/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote:
Hmm... Sounds like a major usability issue. Maven in general is very
easy to use, so if dependency resolution isn't happening right something
is
potentially broken or not documented properly?
I wouldn't really agree on this one... Maven
That's the way it is. It'll be put in some Map, of which only one instance
per VM exists.
> -Original Message-
> From: Alan Chaney [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, June 13, 2006 4:41 PM
> To: Tapestry users
> Subject: Clarification about ASOs with scope="application"
>
> Hi
>
Hi Valdemaras,
That looks like bug to me. I think the way to go is catching alle
exceptions-that-are-not-really-exceptions and commit in that case.
I'll test it and put it in the repo, then. It's not looking like great code,
but the Tapestry way of redirecting per exception is not so beautiful ei
Hi
This is a bit of a dumb question, but I need a little bit of
clarification and the docs don't make it completely clear.
I have some data which is read in from a configuration file at
application startup and creates a POJO which is then never modified. I
was thinking of making this an ASO
First my q: couldn't you use an easier solution?
For example:
- enumerating all FaqItem components in the page (or in the body of
FaqSummary), and getting the title values from their parameters?
This solution is somewhat easier to implement if you do not need fully
flexible component hierarchy
In such advanced cases you can use IMarkupWriter.getNestedWriter():
When rendering the page:
- render all FaqItems to a nested writer
- render the FaqSummary itself
- close() the nested writer (which implicitly commits its content to the
main writer)
Thanks a lot, that makes sense.
But where
got in with 'anonymous' and 'anon'.
--
View this message in context:
http://www.nabble.com/Tapestry-Acegi-Integration...-t1752611.html#a4847443
Sent from the Tapestry - User forum at Nabble.com.
-
To unsubscribe, e-mail: [EMAIL
In such advanced cases you can use IMarkupWriter.getNestedWriter():
When rendering the page:
- render all FaqItems to a nested writer
- render the FaqSummary itself
- close() the nested writer (which implicitly commits its content to the
main writer)
Regards,
Norbert Sándor
Jean-Eric Cuendet w
James,
I tried getting access to the SVN repository via javaforge using my
'bkbonner' ID, but was unable. It said 'Tapernate project wasn't found'
when doing a search. ???
I'm interested in the @Secured component you were discussing. Is this out
in SVN?
p.s. I see you're on maven ;)
Brian
Hmm... Sounds like a major usability issue. Maven in general is very
easy to use, so if dependency resolution isn't happening right something is
potentially broken or not documented properly?
Normally I wouldn't be so vocal about things but I think tapernate is really
crucial/has lots of pote
Hi,
While creating a FAQ page, I made a component that takes a Title + a
Body, then render it with a counter in the page for the FAQ number.
Adding a FAQ is as simple as writing:
This is the body of this FAQ item
But then I'd like a FAQ summary, taking all titles of all the FaqItems
a
Hi,
Is there a way to translate a text that contains a Component?
Ex:
This is a string that should be translated
to French linking to that page and
helping you getting there
Thanks for ideas.
-jec
--
Best regards / Salutations.
Jean-Eric Cuendet
Senior developer / Technical support
Riskpro
I believe that's strictly an XML error--the parser doesn't like having < or >
within attributes (or anything else that isn't part of an element
definition.) Did you try escaping the <>'s? (e.g. '<' to '<' and '>'
to '>'.)
-Jason
On Monday 12 June 2006 23:51, [EMAIL PROTECTED] wrote:
> Thanks
On 13. Jun 2006 - 08:12:42, Chris Chiappone wrote:
| The easiest way to get tapernate up and running is to download his war file
| example. Un-jar it and then just pull out all the jar files in
| WEB-INF/lib/ That way you will have all dependencies needed.
Yes, that's what James proposed some da
Giampaolo Tomassoni wrote:
In your web.xml: ...
Thanks! I'll try that.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Hi ,
i need a link in the error messages that the
validation delegate generates , but when i add a link
it's not outputted as a raw string,so how do i enable
raw output for the delegate??
anyone please
__
Do You Yahoo!?
Tired of spam? Yahoo! Mail h
The easiest way to get tapernate up and running is to download his war file
example. Un-jar it and then just pull out all the jar files in
WEB-INF/lib/ That way you will have all dependencies needed.
~chris
On 6/13/06, Andreas Bulling <[EMAIL PROTECTED]> wrote:
On 13. Jun 2006 - 08:55:34, An
see the tapestry website and look at related projects, then follow the
link to 'tacos' and you will find all kinds of dojo goodies, including
the tree with ajax support.
--sam
On 6/12/06, Norbert Sándor <[EMAIL PROTECTED]> wrote:
Hi,
Does anyone have a Tapestry component for wrapping the dojo
I don't know the details, but I do know that contrib:table is actually
just a component that wraps other components that make up the table -
tableView, tableColumn, tableRows, etc. TableView itself wrap sthe
TablePages component, and I think you could overload TablePages to
provide the functionali
Hi,
I am looking for a table component that will generate tables that look like
this: http://saturn.genealogy.net/~jesper/table1.html
The user can choose a letter and will get a paged list of entries that start
with that letter. The active column can be hard coded in the page (example
1). Or even
I looked into the issue with the start up time for Tapestry Portlets I was
having, and I added a JIRA issue for it. It seems like the initialisation of
the portlet is relatively short, but the initial render takes many seconds.
This is proably due to lazy initialisation meaning that a lot of the
Hi,
I changed my listener method that saves information to database to perform *
redirect-after-post*. My listener method now returns an instance of ILink
(I changed it because of refresh-after-submit problem). And honeycomb
stopped commiting the database changes.
It is because the Transacti
On 13. Jun 2006 - 08:55:34, Andreas Bulling wrote:
| Here you can find the hivermind-hibernate3 stuff:
| http://svn.javaforge.com/svn/hivemind/hivemind-hibernate3
|
| You also need
| http://svn.javaforge.com/svn/hivemind/hivemind-transaction
| and
| http://svn.javaforge.com/svn/hivemind/hivemind-u
55 matches
Mail list logo