Re: Help with Tapestry IoC

2010-01-26 Thread Ashwanth Kumar
Thats y, i wanted to use Tapestry IoC, with Tapestry Hibernate package. And i get that, ERROR Message, but Database access works fine for me.. I just get that error message in console window.. - Ashwanth Kumar On Tue, Jan 26, 2010 at 5:01 PM, Thiago H. de Paula Figueiredo < thiag...@gmail

Re: Help with Tapestry IoC

2010-01-26 Thread Ashwanth Kumar
c Registry getRegistry() { return registry; } } Do u find any problems with that? - Ashwanth Kumar On Tue, Jan 26, 2010 at 5:01 PM, Thiago H. de Paula Figueiredo < thiag...@gmail.com> wrote: > On Tue, 26 Jan 2010 09:16:19 -0200, Ashwanth Kumar < > ashwanth.ku...@gmail.com> wrote:

Re: Help with Tapestry IoC

2010-01-26 Thread Ashwanth Kumar
Thiago, I get the following error: 2010-01-26 16:43:11,453 ERROR [SerializationSupport] Setting a new service proxy provider when there's already an existing provider. This may indicate that you have multiple IoC Registries. I've only one instance of Registry running!!?? - Ashwanth

Re: Help with Tapestry IoC

2010-01-26 Thread Ashwanth Kumar
Thanks Thiago, I got it working. Thanks a lot!! :) - Ashwanth Kumar On Tue, Jan 26, 2010 at 4:00 PM, Thiago H. de Paula Figueiredo < thiag...@gmail.com> wrote: > On Tue, 26 Jan 2010 05:10:56 -0200, Ashwanth Kumar < > ashwanth.ku...@gmail.com> wrote: > > Hello, &

Help with Tapestry IoC

2010-01-25 Thread Ashwanth Kumar
Hello, I'm now, trying to do a desktop client for which i need some CRUD actions, and since, being a user of Tapestry, i thought i could use Tapestry IoC standalone for my app. Can anyone provide me some light on using Tapestry IoC, on an offline app. - Ashwanth Kumar

Re: T5 and Play framework

2010-01-06 Thread Ashwanth Kumar
Well, by just the look at the vimeo screenshot of the video in the home page, it reminds me of the Spring Roo.. :) - Ashwanth Kumar On Wed, Jan 6, 2010 at 7:43 PM, Angelo Chen wrote: > > Hi, > > This might be a little off topic here, sorry. > > I have found T5 a very goo

Help with Tapestry Page and iText

2009-12-31 Thread Ashwanth Kumar
hould be generated on the fly, and then sent to user. - Ashwanth Kumar

Re: Help with using DWR with Tapestry

2009-12-30 Thread Ashwanth Kumar
ery very new here in java and Tapestry, to DWR too). I'm too young in experience to say advantages of DWR over Tapestry or the vice versa. It just makes begineers like me, open my JAW fall.. ;) Nothing more.. No offense, just wanted to learn some things.. at a rapid pace.. thats it.. :) - As

Re: demo aplication

2009-12-30 Thread Ashwanth Kumar
Well, Do we need a Demo app?? I mean, we already've one: JumpStart( http://jumpstart.doublenegative.com.au:8080/jumpstart/) hosted, so.. Do u wish to re-consider ur idea?? - Ashwanth Kumar On Wed, Dec 30, 2009 at 9:09 PM, Alfonso Quiroga wrote: > Hi! going back again to the idea of pu

Re: Help with using DWR with Tapestry

2009-12-30 Thread Ashwanth Kumar
Well, My use here is a typical example of User Registration and User authentication! I'm trying to extend the entire app of Tapestry to be AJAX driven, with all the pages served through AJAX. Imagine u can use sought of AJAX capabilities with DWR and Tapestry! - Ashwanth Kumar On Tue, D

Re: Help with using DWR with Tapestry

2009-12-29 Thread Ashwanth Kumar
Hey, Thanks a lot!! I got the Tapestry Hibernate Working with DWR!! U made my life easy!! - Ashwanth Kumar On Tue, Dec 29, 2009 at 9:52 PM, Thiago H. de Paula Figueiredo < thiag...@gmail.com> wrote: > Em Tue, 29 Dec 2009 13:48:40 -0200, Ashwanth Kumar < > ashwanth.ku...@gmai

Re: Help with using DWR with Tapestry

2009-12-29 Thread Ashwanth Kumar
> > - > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > > - Ashwanth Kumar

Re: Help with onActivate Page

2009-12-27 Thread Ashwanth Kumar
Piero, Thanks a lot!! It worked! - Ashwanth On Sun, Dec 27, 2009 at 6:17 PM, Piero Sartini wrote: > > 2. If No, help me with the following scenario in my project. > > I need to show a page a page to the user, only when it has a context > with > > it! Else i need to redirect the user to

Re: Help with onActivate Page

2009-12-26 Thread Ashwanth Kumar
Thanks Keneth, That helps a lot! - Ashwanth Kumar On Sun, Dec 27, 2009 at 9:24 AM, Kenneth CH, LEE wrote: > Hi, > > You can have multiple event handler for the same event: > > http://tapestry.apache.org/tapestry5/guide/event.html > > The one with the same no. of ar

Help with onActivate Page

2009-12-26 Thread Ashwanth Kumar
to the user, only when it has a context with it! Else i need to redirect the user to another page. Though i link the page, only with the t:context, i just need to confirm no one has ever bookmarked the page, and is seeing it. - Ashwanth Kumar

Re: [newbie] Intercepting client-side form validation/submission

2009-12-23 Thread Ashwanth Kumar
Use Event.observe for the form and use the validation with custom JS of urs... HTH - Ashwanth Kumar On Wed, Dec 23, 2009 at 3:48 PM, Kenneth CH, LEE wrote: > There is a submit button within the form. I could not attach the code > in onclick handler because I want it to run only if the f

Re: [newbie] Intercepting client-side form validation/submission

2009-12-22 Thread Ashwanth Kumar
then observe Tapestry.ZONE_UPDATED_EVENT, for doing some some custom JS! But, that happens only after form submission and not before that! HTH - Ashwanth Kumar

Re: Help with using DWR with Tapestry

2009-12-22 Thread Ashwanth Kumar
Sure, Thanks a lot! I'll post my code, once i get it working! - Ashwanth Kumar On Tue, Dec 22, 2009 at 5:32 PM, Lance Java wrote: > The tapestry creator will look something like... > > public class TapestryCreator extends AbstractCreator { >private String beanName; >

Re: Help with using DWR with Tapestry

2009-12-22 Thread Ashwanth Kumar
Can u provide an example! I dont find any good example on the site! - Ashwanth Kumar On Tue, Dec 22, 2009 at 5:10 PM, Lance Java wrote: > Ah... great. > > The TapestryCreator can access the servlet context using: > org.directwebremoting.WebContextFactory.get().getServletContext

Re: Help with using DWR with Tapestry

2009-12-22 Thread Ashwanth Kumar
copy, retain > or redistribute it. Please visit http://www.albourne.com/email.html for > important additional terms relating to this e-mail. > > - Original Message - > From: "Ashwanth Kumar" > To: "Tapestry users" > Sent: Monday, 21 December, 2009

Help with using DWR with Tapestry

2009-12-21 Thread Ashwanth Kumar
, i'm getting a null pointer exception where i first start using the Session. How and what should be done for this? - Ashwanth Kumar

Re: Passing a value from a page to another

2009-12-18 Thread Ashwanth Kumar
Well, did u try using @Persist for UserProfile page's UserID value? HTH - Ashwanth On Fri, Dec 18, 2009 at 2:53 PM, Alessandro Bottoni wrote: > I'm trying to pass a value from a page called "Register" to a page > called "UserProfile" following the instruction supplied by A. Kolesnikov > in his

Re: Help with in for RSS AutoDiscovery

2009-12-17 Thread Ashwanth Kumar
I'll stick to creation of a new Page as u said. Thanks! - Ashwanth Kumar On Thu, Dec 17, 2009 at 10:25 PM, Thiago H. de Paula Figueiredo < thiag...@gmail.com> wrote: > Em Thu, 17 Dec 2009 14:38:49 -0200, Ashwanth Kumar < > ashwanth.ku...@gmail.com> escreveu: >

Re: Help with in for RSS AutoDiscovery

2009-12-17 Thread Ashwanth Kumar
Oh! Okay, but just out of curiosity, isn't there a way we could refer to a ActionLink dynamically on a page, by any means? I mean, if i could refer it like that, it would do the trick right? Anyways, i would take that suggesstion! - Ashwanth Kumar On Thu, Dec 17, 2009 at 8:48 PM, Thiago

Re: Help with Hibernate Data Fetch and Print

2009-12-17 Thread Ashwanth Kumar
Oh! I'm so sorry, i totally forgot about this! Thanks yar! - Ashwanth Kumar On Thu, Dec 17, 2009 at 8:09 PM, cordenier christophe < christophe.corden...@gmail.com> wrote: > Hi > > Use t:outputRaw component. > > 2009/12/17 Ashwanth Kumar > > > Hello, >

Help with Hibernate Data Fetch and Print

2009-12-17 Thread Ashwanth Kumar
Hello, I need to fetch a Post from the Database and print them in an HTML. All works fine, expect for the fact that, the printed text contains the HTML tags as in the Post from the DB. How do i print the post text by parsing the HTML tags. - Ashwanth Kumar

Re: Help with in for RSS AutoDiscovery

2009-12-17 Thread Ashwanth Kumar
I know that, All i want to know is to which href i must point it to? I mean, i've an RSS generated in the Tempalte on an ActionLink. - Ashwanth Kumar On Thu, Dec 17, 2009 at 6:47 PM, Thiago H. de Paula Figueiredo < thiag...@gmail.com> wrote: > Em Thu, 17 Dec 2009 10:59:58 -0200,

Help with in for RSS AutoDiscovery

2009-12-17 Thread Ashwanth Kumar
which acts as a MasterTemplate Layout for the application and it contains this! - Ashwanth Kumar

Re: Help with @Inject in onEvent Handler Object

2009-12-17 Thread Ashwanth Kumar
Hey Thanks Guys! Its working cool! - Ashwanth Kumar On Thu, Dec 17, 2009 at 6:21 PM, Thiago H. de Paula Figueiredo < thiag...@gmail.com> wrote: > Em Thu, 17 Dec 2009 10:17:15 -0200, Joost Schouten (ml) < > joost...@jsportal.com> escreveu: > > > Your DBConnect ob

Re: Help with Form Submission and OnActivate Handler

2009-12-17 Thread Ashwanth Kumar
Thanks Ma, Its working now! Thanks a lot! - Ashwanth On Wed, Dec 16, 2009 at 9:29 PM, Thiago H. de Paula Figueiredo < thiag...@gmail.com> wrote: > Em Wed, 16 Dec 2009 13:47:09 -0200, Ashwanth Kumar < > ashwanth.ku...@gmail.com> escreveu: > > > Sorry, >> >&g

Help with @Inject in onEvent Handler Object

2009-12-17 Thread Ashwanth Kumar
get an NullPointer Exception at the bolder line above (at the _session.createCriteria(RNews.class).list()).. Why does this happen? Isn't this mean, @Inject is not working, hence the _session is not initialized?? - Ashwanth Kumar

Re: Help with Form Submission and OnActivate Handler

2009-12-16 Thread Ashwanth Kumar
Sorry, I dont understand. I'm a newbie here. So, mind explaining what exactly i've to do? I've onPassivate() with no argument in my page too. - Ashwanth On Wed, Dec 16, 2009 at 8:56 PM, Thiago H. de Paula Figueiredo < thiag...@gmail.com> wrote: > Em Wed, 16 Dec 2009

Help with Form Submission and OnActivate Handler

2009-12-16 Thread Ashwanth Kumar
Hello, I've a small doubt! Why is that, when i've a onActivate (Integer) handler in a page, i'm not able to submit the form to the same page? Is there any work around for this? - Ashwanth Kumar

Re: [newbie] EventListener in Tapestry 5 ?

2009-12-14 Thread Ashwanth Kumar
can help u with JS: http://www.prototypejs.org/api/event <http://www.prototypejs.org/api/event> - Ashwanth Kumar On Mon, Dec 14, 2009 at 7:25 PM, marioosh.net wrote: > > > > Olle Hallin-2 wrote: > > > > I forgot to paste in the JavaDocs link: > > > http://t

Re: T5.1.0.5 Return Page with many blocks in a zone?

2009-12-13 Thread Ashwanth Kumar
Well, I dont think you can return Page A, into Page B. If u want so, instead of Blocks, why not use iframes? If you cant use iframes then, try converting you Page A, into a component and add it to page B, onDemand! After all, Tapestry is all about that r8? HTH - Ashwanth Kumar On Mon, Dec 14

Re: Help with

2009-12-12 Thread Ashwanth Kumar
Thanks, sorry for being so dumb! I used the setter of the value attribute's object to set the name and then display it! - Ashwanth Kumar On Sat, Dec 12, 2009 at 5:27 PM, Thiago H. de Paula Figueiredo < thiag...@gmail.com> wrote: > Em Sat, 12 Dec 2009 09:07:51 -0200,

Help with

2009-12-12 Thread Ashwanth Kumar
ty. My question is, when i use a loop to generate the content. How do i refer to the other entity's other column, using this ID in this entity? - Ashwanth Kumar

Re: [beginner] - PageLink doesn't work

2009-12-09 Thread Ashwanth Kumar
Use this: http://tapestry.apache.org/schema/tapestry_5_0_0.xsd - Ashwanth On Wed, Dec 9, 2009 at 4:55 PM, marioosh.net wrote: > I have PageLink like that: > > http://tapestry.apache.org/schema/tapestry_5_0_2.xsd";> > ... > go page2 > ... > > > I see link, but nothing happens when i click on i

Re: [beginner] - PageLink doesn't work

2009-12-09 Thread Ashwanth Kumar
Did u chk the source?? - Ashwanth On Wed, Dec 9, 2009 at 4:55 PM, marioosh.net wrote: > I have PageLink like that: > > http://tapestry.apache.org/schema/tapestry_5_0_2.xsd";> > ... > go page2 > ... > > > I see link, but nothing happens when i click on it. > > -- > Pozdrawiam, > Mariusz > > --

Re: Help with ZoneUpdate

2009-12-05 Thread Ashwanth Kumar
Hey, Can you give me an example? I'm new to, Prototype! Thanks - Ashwanth Kumar On Sat, Dec 5, 2009 at 3:05 PM, Juan E. Maya wrote: > The Zone raises a JS event when is updated. This is explained in the > Zone documentation: > > > http://tapestry.apache.org/tapestry5/t

Re: Help with ZoneUpdate

2009-12-04 Thread Ashwanth Kumar
Thanks Josh, That worked like a charm!! I dont know if there could be anything better than this?? :) - Ashwanth Kumar On 12/5/09, Josh Canfield wrote: > > Last time I was hunting around for a solution for this I came up with this: > > Tapestry.ElementEffect.myshowfunc = func

Help with ZoneUpdate

2009-12-04 Thread Ashwanth Kumar
nt of the TextArea to show, but its not good enough. So, asny help regarding this would be appreciated! - Ashwanth Kumar

Re: Help with HttpRequest Handling

2009-12-02 Thread Ashwanth Kumar
t; thiag...@gmail.com> wrote: > Em Wed, 02 Dec 2009 09:57:50 -0200, Ashwanth Kumar < > ashwanth.ku...@gmail.com> escreveu: > > > But Thiago, >> I tired, but each and every time, i do so, i get just 1 each time!! Plz >> help! >> > > Every Tapestry ser

Re: Help with HttpRequest Handling

2009-12-02 Thread Ashwanth Kumar
But Thiago, I tired, but each and every time, i do so, i get just 1 each time!! Plz help! - Ashwanth On Wed, Dec 2, 2009 at 4:42 PM, Thiago H. de Paula Figueiredo < thiag...@gmail.com> wrote: > Em Wed, 02 Dec 2009 02:38:05 -0200, Ashwanth Kumar < > ashwanth.ku...@gmai

Re: Help with HttpRequest Handling

2009-12-01 Thread Ashwanth Kumar
, sorry!) - Ashwanth On Wed, Dec 2, 2009 at 7:55 AM, Thiago H. de Paula Figueiredo < thiag...@gmail.com> wrote: > Em Tue, 01 Dec 2009 23:59:48 -0200, Ashwanth Kumar < > ashwanth.ku...@gmail.com> escreveu: > > Hi, >> > > Hi! > > I want to write a simp

Help with HttpRequest Handling

2009-12-01 Thread Ashwanth Kumar
Hi, I want to write a simple component, which will say the number of users online! But, to do, that i need to access the non-threaded version of HttpServletRequest of the Tapestry servlet, how do i do that? Please help me! - Ashwanth

Re: Redirect to 401 page.

2009-11-29 Thread Ashwanth Kumar
Pierre, Wouldn't it as simple as this? Ur Page Code: @InjectPage private Page401 user_err; .. Object check_user() { if(not authenticated) { return user_err; } else { // continue processing the page, or just return null } } HTH Ashwanth Kumar On Sun, Nov 29, 20

Help with i18n in Tapestry 5.0.18

2009-11-07 Thread Ashwanth Kumar
supported locales constants in the AppModule class, in the contributeApplicationDefaults method. Please help me, I'm new to Tapestry!! - Ashwanth Kumar

Help with Tapestry i18n

2009-11-07 Thread Ashwanth Kumar
or Home.tml page only } /** * @param locale the locale to set */ public void setLocale(String locale) { this.locale = locale; } /** * @return the locale */ public String getLocale() { return locale; } } Please help me, with the i18n in tapestry plz.. Regards, Ashwanth Kumar

Re: Help with HTML and Tapestry 5.0.10

2009-11-05 Thread Ashwanth Kumar
Hey thanks, that solved the problem!! - Ashwanth Kumar On Fri, Nov 6, 2009 at 12:10 PM, Angelo Chen wrote: > > how about using " >< ", put following in the first line: > > !DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" >

Help with HTML and Tapestry 5.0.10

2009-11-05 Thread Ashwanth Kumar
Hey, I just started working with TAPESTRY v5.0.10, and found one problem, while defining my template (Home.tml), and characters like: -   - » etc., and any other HTML characters are treated as entities, and giving me an error. How do i workaround this? Please Help! Thanks, Ashwanth Kumar

Help with HTML and Tapestry 5.0.10

2009-11-05 Thread Ashwanth Kumar
Hey, I just started working with TAPESTRY v5.0.10, and found one problem, while defining my template (Home.tml), and characters like: -   - » etc., and any other HTML characters are treated as entities, and giving me an error. How do i workaround this? Please Help! Thanks, Ashwanth Kumar