Robin Helgelin [mailto:[EMAIL PROTECTED]
Sent: 27 October 2008 12:19
To: Tapestry users
Subject: Re: tapestry5-acegi version to work with Tapestry 5.0.15
On Mon, Oct 27, 2008 at 12:25 PM, Mahen Perera
<[EMAIL PROTECTED]> wrote:
> Robin,
> Are you sure this site is up?
>
> I cann
at 7:18 PM, Mahen Perera
<[EMAIL PROTECTED]> wrote:
> Assuming the required tapestry5-acegi version is 1.1.1, I don't seem
to
> find it in the following maven repository.
That version should work fine.
http://www.localhost.nu/java/mvn/nu/localhost/tapestry/tapes
Hi all,
I am trying to get hold of the tapestry5-acegi version which works with
the latest release of tapestry, i.e. 5.0.15.
Assuming the required tapestry5-acegi version is 1.1.1, I don't seem to
find it in the following maven repository.
localhost.nu
- with its full Jaxws annotations support and
> spring integration, it is silly easy to turn a class into a web service.
>
> - Original Message -
> From: "Mahen Perera" <[EMAIL PROTECTED]>
> To: "Tapestry users"
> Sent: Friday, July 11, 2008 6:44
into a web service.
- Original Message -
From: "Mahen Perera" <[EMAIL PROTECTED]>
To: "Tapestry users"
Sent: Friday, July 11, 2008 6:44 AM
Subject: RE: T5: Integrating T5 webapp with Axis2 webservice framework
Not sure if this helps..
>From what I know, Tape
Not sure if this helps..
>From what I know, Tapestry does its core of work in the Tapestry
Filter,.
So, if you add this filter in to the filter list of the Axis Servlet,
,,, so that the Tapestry filter kicks in before the request goes to
Axis,
Then you should be able to get the Tapestry features
Hi Marcus,
Thanks for the suggestion.
AFAICR I tried that.
But some URL links within the app was not working then,,, strange.
For now I am having the following in an index.html file which sits in
the webapps/ROOT directory.
mailto:[EMAIL PROTECTED]
Sent: 07 May 2008 02:22
To: Tapestry user
Hi guys,
A quick one.
I have this web app , done using T5.
Its currently deployed under localhost:8080/myappcontextpath in Tomcat.
Now I need to make it the default web app in tomcat. Basically, get the
app deployed under localhost:8080/.
So, I added the following configurations to t
does the
appropriate redirection to whatever access-denied page you want. That
could
be the login page.
Jonathan
> -----Original Message-
> From: Mahen Perera [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, April 01, 2008 10:11 AM
> To: Tapestry users
> Subject: RE: T5: Problem wit
Quick Question:
How can we avoid the situation where a user tries to directly access the
URL corresponding to the page named "Secure" in this case. I mean
without going thru the login form.
Thanks
-Original Message-
From: Jacob Bergoo [mailto:[EMAIL PROTECTED]
Sent: 28 March 2008 23:2
Thanks Guys, this thread benefitted me as well :)
One more Q:
How can I give multiple roles access to a page
@Secured("RLE-DEFAULT-ROLE ")
Public class Blah{
Thanks
-Original Message-
From: Jacob Bergoo [mailto:[EMAIL PROTECTED]
Sent: 29 March 2008 16:32
To: users@tapestry.apache.org
o = nameAttr.get();
if (o!= null && o
instanceof
String )
user.setLastName((String)o);
else
user.setLastName(_username);
you get the idea
> -Original Me
ok for a "bean" definition
in
Spring, things will suddenly make sense. Then look at how lists are
passed
to beans in Spring, and you will understand all of the "contribute"
methods.
Jonathan
> -Original Message-
> From: Mahen Perera [mailto:[EMAIL PROTECTE
enticationProvider",daoAuthenticationProvider)
;
configuration.add("ldapAuthenticationProvider",ldapAuthenticationProvide
r);
}
> -Original Message-
> From: Mahen Perera [mailto:[EMAIL PROTECTED]
> Sent: Thursday, March 27, 2008 10:14 AM
> To: users@tapestry.a
Hi everybody.
I am trying to integrate tapestry 5 with Acegi security.
The authentication provider that I am using is LDAP based.
I see that most of the examples refer to using DAOAuthentication
provider.
Just checking if there is someone who used LDAP for the authentication.
I wen
Hi all,
A quick one,
Can we inject services using @Inject in any class,, or is it restricted
to only Page classes. I mean classes which are in web.pages package.
Thanks in advance for all replies.
The information contained in this email is strictly confidential and for the
use of t
component broken ???
any error ?
On Fri, Feb 15, 2008 at 2:41 PM, Mahen Perera
<[EMAIL PROTECTED]> wrote:
> I also encountered this same issue,, and as given below, included the
> source from 5.0.9 for the DateField class. I named my component
> DateInputField and change references in
I also encountered this same issue,, and as given below, included the
source from 5.0.9 for the DateField class. I named my component
DateInputField and change references in the .tml files.
Now the datefield pop up is coming nicely , and it shows the day that I
select in the text field.
But when t
Hi all,
Just a thought,,, it would be nice if we were given the ability to show
some progress indicator (some animation which basically gets displayed
until the Ajax response returns) , when using the Zone component. Can
this facility be easily added to the Zone component,, or else, can we do
t
amResponse from your
activate method; that will result in the response (XML in this case)
being sent to the client.
I bulit something just like this a few months ago.
On Feb 7, 2008 9:24 AM, Mahen Perera <[EMAIL PROTECTED]> wrote:
> Hi all,
>
>
>
> This is my requirement.
>
&
Hi all,
This is my requirement.
I need to basically have a method which sits in the web tier (it doesn't
matter where this method is placed),, it should accept some arguments
and return a XML fragment.
I need to get this method invoked when the user click on some URL which
looks like
Hi all,
I need to get rid of the default error page (which displays all the
details relating to the exception/error) when doing a production
release. I like to have a custom error page with a message and the
Exception message,,, therefore, I need access to the exception inside
this custom page.
irebug. At any rate what you have to do is have T5 generate
your link for you. Take a look at the source for the Autocomplete mixin
to see how this is done.
chris
Mahen Perera wrote:
> Thanks Howard for the reply. But the issue is, the mark up that i am
> returning is not properly render
s fundamental to the Zone component
support.
Don't forget that you can check Request.isXHR() to see if the request is
Ajax or traditional.
On Feb 1, 2008 6:27 AM, Mahen Perera <[EMAIL PROTECTED]> wrote:
>
> Hi all,
>
> I have written a component where it has an associated compo
Hi all,
I have written a component where it has an associated component event
handler method. This event handler method is getting called thru a Ajax
request when the user performs some action in the browser.
I need this event handler method to return a mark up such as following;
Show Results
es,
since subclasses inherit the attributes from the superclass. But it's
not so bad to use it via getters and setters.
=)
2008/1/30, Mahen Perera <[EMAIL PROTECTED]>:
>
> From what i know, you need to have a getter for each attribute that
> you are trying to access in the page.
>From what i know, you need to have a getter for each attribute that you
are trying to access in the page. This is the way tapestry works AFAIK
HTH
Mahen
-Original Message-
From: Marcelo Lotif [mailto:[EMAIL PROTECTED]
Sent: 30 January 2008 16:32
To: Tapestry users
Subject: [T5] Why can
http://sundraw.ws
>
> -Original Message-
> From: Mahen Perera [mailto:[EMAIL PROTECTED]
> Sent: 18 January 2008 15:15
> To: Tapestry users
> Subject: Tapestry 5 book
>
>
> Hi all,
>
>
>
> Does anyone know the contents of the Tapestry 5 b
I have also been using T5 ,, 5.0.7 and spring 2.5.1 ,,, working fine
for me.
-Original Message-
From: Fernando Padilla [mailto:[EMAIL PROTECTED]
Sent: 24 January 2008 15:32
To: Tapestry users
Subject: Re: [T5] Spring and T5
Yup. I have been using T5 and Spring since I started, 5.0.5 or
Hi all,
Does anyone know the contents of the Tapestry 5 book. Does it include T5
Ajax related stuff as well? ,,
What T5 features does it explain..
Thanks
The information contained in this email is strictly confidential and for the
use of the addressee only, unless otherwise indicated.
Hi all,
I need to have a Grid component where one of the columns have
checkboxes. I know I can use to display the checkboxes,,,
but then I need to know which of the checkboxes are selected when the
form is submitted. Is this doable using tapestry 5?
Thanks in advance for any help
The
Hi all,
I know this is going to be a tough one. But I think I need it.
Basically, I need a XML editor component, ,, the component should be
able to show a tree view of an XML document, and the user should be able
to add/edit/delete nodes (i.e XML elements), values etc. For example,
when you
, Mahen Perera <[EMAIL PROTECTED]> wrote:
> Hi all,
>
>
>
> I switched from 5.0.6 to 5.0.7 ,, and now getting some java scripts
> errors. I didn't get these when using 5.0.6.
>
>
>
> For example,
>
>
>
> Following is on of the pages in my app:
Hi all,
I switched from 5.0.6 to 5.0.7 ,, and now getting some java scripts
errors. I didn't get these when using 5.0.6.
For example,
Following is on of the pages in my app: CreateTest.tml -->
http://tapestry.apache.org/schema/tapestry_5_0_0.xsd";>
Create Test
34 matches
Mail list logo