I've put up a new Tapestry 5 screencast:
http://tapestry.apache.org/tapestry5/screencast_5.html
This one shows off the new Grid component.
--
Howard M. Lewis Ship
TWD Consulting, Inc.
Independent J2EE / Open-Source Java Consultant
Creator and PMC Chair, Apache Tapestry
Creator, Apache HiveMind
Sam,
I finally read the full text of your message. :-)
There is huge overlap between your requirements and mine.
My application also had the issue that role-based security was not
sufficient. I used a custom imlementation of the Acegi AclProvider to
control (on a per-entity basis) how much coul
hi sam... sounds pretty interesting... I especially like the sounds of
something that slips in the cracks without imposing expectations of
knowledge on developers.
I will be looking at the hibernate filters now in a whole new light..
-Pat
@Component
private Form _form;
This defines the type of the component with an id of "form" as being
an instance of the Form component. Further, you can access the form to
record errors into it.
On 2/28/07, Terry <[EMAIL PROTECTED]> wrote:
Following the beaneditform pattern, I have a page that
Following the beaneditform pattern, I have a page that submits a form with
field validation using the included annotations. Now I would like to perform
second stage validation on the data returned (checking for uniqueness
against a database, etc) and to use the same error reporting mechanism to
fe
Borut,
Sorry. I don't have this in a library yet - the applications I've been
working on lately have rather flat security requirements so I haven't
extracted this out into a library.
Here's a little snippet out of the menu section of my Border component for
sample usage:
Month Calendar
Pardon my inexperience, but I'm having a little difficulty getting my head
wrapped around all of these IOC concepts. I've read through much of the
documentation on the tapestry website, but I'm still having a hard time
understanding it all.
So I should create a data factory service to handle the
There is an example on PatternValidator at the end
of Chapter 3 of Kent Tong's excellent book
Enjoying Web Development with Tapestry.
The first 4 chapters are free.
You can download it from
http://www.agileskills2.org/EWDT/
Shing
--- Andy <[EMAIL PROTECTED]> wrote:
>
> Hello,
>
> I try to us
Hi Andy,
Example, using T4:
In .page:
in .html:
hth,
Dennis
Andy wrote:
Hello,
I try to use the PatternValidator but cannot find an example. (I read
two archived threads on this list, but these only covered how to define
ta PatternValidator in a page spec)
I am looking for
There is an example on @EventListener at the
following.
http://lombok.demon.co.uk/tapestry41Demo/app
Shing
--- Thiago H de Paula Figueiredo
<[EMAIL PROTECTED]> wrote:
> I tried to follow the AJAX example at
>
http://tapestry.apache.org/tapestry4.1/ajax/eventlistener.html
> but i
> haven'
I tried to follow the AJAX example at
http://tapestry.apache.org/tapestry4.1/ajax/eventlistener.html but i
haven't suceeded to have my listeners called. That page is very short in
details in how to get things working. It would be wonderful if there was
some complete, downloadable example of
Why wouldn't work (where
textproperty is an edittable property of each option object from
optionList?
When the form submits, the Loop will bet involved and will iterate the
elements in the list again, keeping the option property upto date
before each textfield pulls a value from the request. Th
hi all,
when i try to send data via "tapestry.bind" to my Tapestry page from
a page with a dojo editor (editor2) i get following javascript exception:
[exception]
DEBUG: [Exception... "Component returned failure code: 0x80004005
(NS_ERROR_FAILURE) [nsIXMLHttpRequest.open]" nsresult: "0x80004005
Hello,
I try to use the PatternValidator but cannot find an example. (I read
two archived threads on this list, but these only covered how to define
ta PatternValidator in a page spec)
I am looking for something like this:
Except that I want to use the PatternValidator...
Can anybody p
Hello,
i am trying to process an dynamic amount of options, which are fetched from
an list, just like this:
Well every textfield needs a value to write the result, but when i have an
undetermined amount of textfields, i cannot hardcode the value component
pro
Hello Sam,
this must be the most elaborate reply I have ever seen on a mailing list.
You really should write a chapter for Kent's book or write your own and make
some $ out of all that knowledge. In the mean time, I have to know Acegi and
Tapestry more, to even ask further questions.
Thanks,
Bor
Ok, thank you,
I'll test what you said, maybe my brain was a bit messed up with the edit
table I've implemented.
p.s. The JFlyEditTable for Tap 4.1.x are nearly ready maybe next week they
will be submitted, I think you'll appreciate it.
ciao,
kiuma
On 2/28/07, Sam Gendler <[EMAIL PROTECTED]> wr
Hello Jonathan,
I found
http://mail-archives.apache.org/mod_mbox/tapestry-users/200606.mbox/[EMAIL
PROTECTED]
I will have to study the code, as my T4 mileage is short. You don't happen
to have a component library set up with some examples would you?
Thanks,
Borut
2007/2/27, Jonathan Barker <
18 matches
Mail list logo