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
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:
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
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,
&
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
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
hould be generated on the fly,
and then sent to user.
- 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
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
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
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
>
> -
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>
- 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
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
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
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
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
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;
>
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
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
,
i'm getting a null pointer exception where i first start using the Session.
How and what should be done for this?
- 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
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:
>
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
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,
>
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
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,
which acts as a MasterTemplate Layout for the
application and it contains this!
- 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
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
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
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
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
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
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
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,
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
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
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
>
> --
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
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
nt of the TextArea to show, but its not good enough. So, asny help
regarding this would be appreciated!
- 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
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
, 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
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
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
supported locales constants in the AppModule class, in
the contributeApplicationDefaults method.
Please help me, I'm new to Tapestry!!
- 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
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"
>
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
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
52 matches
Mail list logo