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

2009-12-13 Thread alanearl
; 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, 2009 at 6:22 AM, alanea

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

2009-12-13 Thread alanearl
Im making a page zone in Tapestry 5.1.0.5. I know how to use page links. PageLink EventLink ActionLink But my problem is how will i return a pages into it specific block? I can directly return page a into page b. But i cannot return from page a into page b.1 or page b.2 or page b.3. Any ideas?

Re: Tapestry5 - Helloworld

2009-12-02 Thread alanearl
Try to use NETBEANS 6.7.1 or higher much better than eclipse... bbcooper wrote: > > Hi, > > try this > http://bbwebcraft.blogspot.com/2008/12/task-1-create-skeleton-tapestry-5.html > > Tapestry, Maven and m2eclipse plugin have all progressed to newer version, > but the procedure is still very

Re: [T5] Tapestry & FLASH Objects ?

2009-12-02 Thread alanearl
The best plugin try to use this one: http://tapestry.formos.com/projects/ioko-tapestry-commons/tapestry-swfObject/ Good Luck! Antonio Fernández - STAR Málaga wrote: > > > Well done ! > > This article it´s exactly what i need to start working with SWF. > > In the past , i´ve tried the FlashO

Re: Help Tapestry5 Block with JavaScript? Anyone

2009-12-02 Thread alanearl
Object onActionFrombutton2() { setBlockToRender(block2); return blockToRender; } } ----- alanearl wrote: > > Thanks you for the response Sir Howard > > Currently the other way to do it is to use Request Parameters. >

RE: T5: What is NOT beautiful about Tapestry?

2009-12-01 Thread alanearl
Yup, its true the only problem of Tapestry 5. It lacks full documents that can help many newbies to learn this framework. As long as its FREE I will be a Tapestry lover... Not all things in this world is EASY! Newham, Cameron wrote: > > 3) Documentation - Good solid reference examples of how

Re: jQuery.noConflict() not working

2009-12-01 Thread alanearl
Try to visit these site: http://docs.jquery.com/Using_jQuery_with_Other_Libraries It can help a lot. Inge Solvoll-2 wrote: > > Nice, thanks! > > It actually worked putting jquery-core.js before all other scripts. It is > strange, because I have a Struts page with a very similar setup, both

Re: Help Tapestry5 Block with JavaScript? Anyone

2009-11-30 Thread alanearl
ry giving this document a look over: > > http://www.catb.org/~esr/faqs/smart-questions.html > > > On Tue, Nov 24, 2009 at 12:49 AM, alanearl > wrote: >> >> Sorry @Environment is lacking >> But still no luck heheheh... >> >> >> >> alanear

Any Examples or LINK about T5.1.0.5 Zone, Block with Javascript?

2009-11-25 Thread alanearl
Just post it, If you want to HELP hehehe Thanks -- View this message in context: http://old.nabble.com/Any-Examples-or-LINK-about-T5.1.0.5-Zone%2C-Block-with-Javascript--tp26524982p26524982.html Sent from the Tapestry - User mailing list archive at Nabble.com.

Re: Help Tapestry5 Block with JavaScript? Anyone

2009-11-24 Thread alanearl
Sorry @Environment is lacking But still no luck heheheh... alanearl wrote: > > Excuse Me Sir Howard, > > Could you help me with this? Im receiving error... > > > org.apache.tapestry5.internal.services.RenderQueueException > Render queue error in B

Re: Help Tapestry5 Block with JavaScript? Anyone

2009-11-24 Thread alanearl
; Search the archives, I'm pretty sure this has come up before. > > On Mon, Nov 23, 2009 at 3:24 PM, alanearl wrote: >> >> Sory Oakstair i did not detail my problem. >> First I dont have any problem integrating Tapestry & JQuery. >> My Problem is executing

Re: Help Tapestry5 Block with JavaScript? Anyone

2009-11-23 Thread alanearl
Any Examples is appreciated ... Currently no luck in searching the nabble forum any links. alanearl wrote: > > Sory Oakstair i did not detail my problem. > First I dont have any problem integrating Tapestry & JQuery. > My Problem is executing my javascript when it is insid

Re: Help Tapestry5 Block with JavaScript? Anyone

2009-11-23 Thread alanearl
hod return an inner > class of type Renderable), and then you inject the stylesheets as > Assets and use RenderSupport to include them. > > On Sun, Nov 22, 2009 at 6:44 PM, alanearl wrote: >> >> My Question is when one of my block has jquery. It will not load the >> j

Help Tapestry5 Block with JavaScript? Anyone

2009-11-22 Thread alanearl
My Question is when one of my block has jquery. It will not load the jquery then action link perform. Any help is appreciated Thanks! My Code .tml Default Test My Class @IncludeJavaScriptLibrary({"jquery-1.3.2.min.js","test.js"}) @InjectComp