Change how beaneditor structures it's fields

2011-06-25 Thread Muhammad Mohsen
Hello everyone, I've been searching for a while but I'm facing difficulties solving this situation. I have a page. This page contains a form component, then this form embeds multiple beaneditor components. I need to change how a specific beaneditor component of these renders it's fields. I found

Re: [ANNOUNCE] Tapestry 5.3.0

2011-06-25 Thread Muhammad Mohsen
Great !! Congrats everyone :) And a big thank you for the developers ;) On Fri, Jun 24, 2011 at 10:30 PM, Howard Lewis Ship wrote: > Apache Tapestry version 5.3.0 is now available. This is the first > alpha release of Tapestry 5.3. It is designed to be a drop-in > replacement for Tapestry 5.2, a

Re: last page visited

2011-06-23 Thread Muhammad Mohsen
May be a primitive solution like, when a page is "attached", it sets a session variable unique to the page ? On Thu, Jun 23, 2011 at 3:40 PM, Taha Hafeez wrote: > Hi > > Take a look at https://github.com/argoyle/tapestry-breadcrumbs > > regards > Taha > > On Thu, Jun 23, 2011 at 7:07 PM, wrote:

Tapestry offline documentation

2011-06-15 Thread Muhammad Mohsen
Is it possible to have an offline version for tapestry documentation ? -- *Regards,* *Muhammad Gelbana Java Developer*

Re: Property Edit Blocks

2011-06-14 Thread Muhammad Mohsen
Hi all, I learned some from the discussion here but I have an issue opposite to what Greg faced. When I remove the translate component parameter, I get exceptions that the translate parameter could not be null ! This is my container page java file:

Re: [ANN] JumpStart 5.2.1 released

2011-05-10 Thread Muhammad Mohsen
You guys rock!..thanks a lot :) On Tue, May 10, 2011 at 11:21 AM, Geoff Callender < geoff.callender.jumpst...@gmail.com> wrote: > Thanks for the note about the Tapestry 5 Caffe link not working. I'll fix > it soon. It should be: > > > http://tapestry5.ideascale.com/a/ideafactory.do?id=3004&mode=r

Re: Leaving the tapestry community

2011-03-28 Thread Muhammad Mohsen
I wish I had a flexible employer like you do :( Good luck with your new job :) On Mon, Mar 28, 2011 at 3:13 PM, Igor Drobiazko wrote: > Good luck and hope to see you soon. > > On Mon, Mar 28, 2011 at 2:50 PM, Inge Solvoll >wrote: > > > Hi! > > > > In a couple of weeks, I'm leaving my current em

Re: i give up

2010-11-06 Thread Muhammad Mohsen
Congrats :) I'd say that tapestry is not easy to be a second nature to anyone..but it's developers ! First you have to understand it well because it's almost like nothing you have been seen before with respect to productivity and programming models (did I use the term right ?) Anyway, stay on it.

Re: Tapestry for mobile devices

2010-11-04 Thread Muhammad Mohsen
Thank you so much Thiago :) On Thu, Nov 4, 2010 at 8:26 PM, Thiago H. de Paula Figueiredo < thiag...@gmail.com> wrote: > On Thu, 04 Nov 2010 15:06:45 -0200, Muhammad Mohsen > wrote: > > Hello All, >> > > Hi! > > > Sadly I don't know much about

Tapestry for mobile devices

2010-11-04 Thread Muhammad Mohsen
Hello All, Sadly I don't know much about web programming for mobile devices. The only thing I know is that mobile devices uses different protocol to browse the web. But I find modern devices using usual protocols such as http based on wireless application protocol. So say I need to make a web appl

Re: Access to a component through an URL

2010-11-02 Thread Muhammad Mohsen
much. On Tue, Nov 2, 2010 at 8:38 PM, Kado wrote: > Thanks for the quick answer, Is a matter of how-to. What we are really > needing is an URL to access to a component. > In this case the component is a page in the package components. > > Is this possible? > > Thanks! > >

Re: Access to a component through an URL

2010-11-02 Thread Muhammad Mohsen
If you need to access ComponentA from ComponenB. And PageA contains ComponentB. Then add ComponentA to ComponentB (@InjectComponent). And pass a parameter to your page to invoke ComponentB in a way that would render ComponentA. Did I answer your question ? Is it a matter of organization or "how-t

Re: inject component from parent component

2010-11-01 Thread Muhammad Mohsen
This is an old thread but REALLY thank you all for the concepts you demonstrated and specially *Josh* for the code to clear everything out :) On Wed, Aug 11, 2010 at 3:32 AM, Geoff Callender < geoff.callender.jumpst...@gmail.com> wrote: > It's best that the component knows nothing of what's aroun

Re: [Tapestry Central] Tapestry 5.2.2

2010-11-01 Thread Muhammad Mohsen
That's great ! But where should I find the link for the release notes ? it's not on tapestry.apache.com isn't it ? On Mon, Nov 1, 2010 at 10:01 PM, Howard wrote: > ... and the latest version of Tapestry, 5.2.2, is now available. This > is the second beta release for Tapestry 5.2, addressing a f

Re: [T5.2] Grid component manipulation

2010-11-01 Thread Muhammad Mohsen
"..while > others are now afraid to introduce a simple HTML table even where it > makes good sense,[3] some erring by the overuse of span and div > elements, perhaps even with table-like rules applied to them using > CSS.[4]" > > > On Mon, Nov 1, 2010 at 3:23 PM, Muh

Re: [T5.2] Grid component manipulation

2010-11-01 Thread Muhammad Mohsen
ion becomes table-less and only DIVs are to be used. As I can't find a firm evidence that either is better or if there is even a difference, I can't convince my client other wise. On Mon, Nov 1, 2010 at 4:01 PM, Thiago H. de Paula Figueiredo < thiag...@gmail.com> wrote: > On Mon

[T5.2] Grid component manipulation

2010-11-01 Thread Muhammad Mohsen
Hello everyone, My main objective is to list complex data in rows with the paging feature implemented. I can think of other ways to list rows with complex data but the paging feature is already implemented in the Grid component and I don't want to reinvent the wheel so I'm thinking of using the G

Re: Updating zones from a page that uses a layout

2010-10-31 Thread Muhammad Mohsen
t;} > ... > > > Best Regards > Mats > > ____ > Mats Andersson > Ronsoft AB - Fridhemsvägen 8 - 372 25 Ronneby > Tel. 073-368 79 82 > http://www.ronsoft.se > > > > Muh

Updating zones from a page that uses a layout

2010-10-30 Thread Muhammad Mohsen
Hello everyone, I have a layout component, used by a page called "Start". This layout component has a zone component in it that I intend to load components into it using ajax. The links supposed to initiate such update is in the layout component. But the link events must be handled by the page uti

Re: [TapestryHotelBooking Demo]AjaxLoader component questions

2010-10-29 Thread Muhammad Mohsen
modification, I'm not sure. But if it's a general case then I think it should be committed for everyone's benefit. Thanks for everyone who tried to help :) On Thu, Oct 28, 2010 at 9:03 PM, Muhammad Mohsen wrote: > Hi All, > > Yet another great contribution and also a gr

Re: [tapestry5-hotel-booking] missing package

2010-10-29 Thread Muhammad Mohsen
No need to be. Enough effort from your side already :) On Fri, Oct 29, 2010 at 4:47 PM, Christophe Cordenier < christophe.corden...@gmail.com> wrote: > Committed ! sorry > > 2010/10/29 Muhammad Mohsen > > > This is really wierd ! > > I can' fi

[tapestry5-hotel-booking] missing package

2010-10-29 Thread Muhammad Mohsen
This is really wierd ! I can' find this package ! *com.tap5.hotelbooking.entities* * * Is there a way through which I can check-out the code using a cvs or a svn client ? I can't find a url for either clients ! -- *Regards,* *Muhammad Gelbana Java Software Programmer*

Re: Persistent data issue

2010-10-28 Thread Muhammad Mohsen
I'm not sure of what you need but I think you need this annotation: @PageReset Check this page fo

[TapestryHotelBooking Demo]AjaxLoader component questions

2010-10-28 Thread Muhammad Mohsen
Hi All, Yet another great contribution and also a great component to facniate me. Thank you all for the effort done and for the tapestry team to create such a dynamic framework :) Now to the component. Here it is for fast reference: (I removed the package declaration and the imports) /** * App

Re: change session id after login

2010-10-26 Thread Muhammad Mohsen
Excuse me, I understand that I should not invalidate the session from the directly from the httpsession object. But how can I access the httpsession object through tapestry in the first place ? Or the mentioned "Session" object ? A link to the page discussing this topic would be great. Thank you i

Re: [T5.2] Beginner questions about modules, services injection and packages

2010-10-24 Thread Muhammad Mohsen
2010 at 5:19 AM, Mark wrote: > On Sat, Oct 23, 2010 at 6:29 PM, Muhammad Mohsen >wrote: > > > > > 2.Modules > > I simply created a class, suffixed it "Module" so it ended up being named > > "DataAccessModule". > > I added a > &g

[T5.2] Beginner questions about modules, services injection and packages

2010-10-23 Thread Muhammad Mohsen
Hello everyone, I have a couple of questions I believe to be so primitive but I hope you don't mind answering them :) 1.Services I understand that sfl4j Logger class and ObjectLocator class are automatically available for services and they are considered resources. *http://tapestry.apache.org/tap

Re: [T5.2] What security framework do you recommend ?

2010-10-18 Thread Muhammad Mohsen
works makes it easier to look at the source code of > > tapestry-security to understand something if necessary. (Anything that > > comes as a Tapestry module is likely to give you this benefit.) > > > > > > Mark > > > > - > > On Mon, Oct 18, 2010 at 10:52 AM, Muhamma

[T5.2] What security framework do you recommend ?

2010-10-18 Thread Muhammad Mohsen
Hi All, I'm currently trying to decide what framework to use to secure my tapestry applications efficiently and easily. So I found tapestry-acegi and tynamo-security so far. Been reading some about tynamo's. May be someone could share his experience with either frameworks or securing tapestry appl

Re: As the type Retain is deprecated,what else can we use in tapestry5.2?

2010-10-17 Thread Muhammad Mohsen
I'm sorry I'm just trying to understand more about tapestry. So you'll be using services because they are either global or request scoped, correct ? I didn't quit understand the @Retain annotation by the way that's why I was searching for old posts about it to see what have people been saying. On

Re: Component to format null values

2010-10-14 Thread Muhammad Mohsen
Excuse me, I'm not questioning the functioning of your mentioned solution but where in the documentation is that ? I wanna read more about this. Thanks On Thu, Oct 14, 2010 at 10:21 AM, Jim O'Callaghan wrote: > I think you can use the format: > > > > ... where if any of the hierarchy is null is

Re: Thanks for making my life hell!

2010-10-14 Thread Muhammad Mohsen
To be honest, I thought tapestry had a very bad documentation too when I first started reading about it. I had to watch every screencast and turned google code upside down to collect bits and pieces from here and there to output a decent functioning web application. But the potential kept me going

Re: [T5.2] Zone loading progress icon

2010-10-11 Thread Muhammad Mohsen
http://github.com/ccordenier/tapestry5-hotel-booking/blob/master/src/main/java/com/tap5/hotelbooking/components/AjaxLoader.java > > http://github.com/ccordenier/tapestry5-hotel-booking/blob/master/src/main/webapp/static/hotel-booking.js > > 2010/10/11 Thiago H. de Paula Figueiredo : > &g

[T5.2] Zone loading progress icon

2010-10-11 Thread Muhammad Mohsen
Hi all, I was wondering if anyone had implemented a way to inform the client that a zone is being updated whether by form submission or an ordinary link ? Something like a progress icon may be ? Just to be interactive with the client. -- Muhammad Gelbana Java Software Programmer

Re: [T5.2, Google Application Engine] Can't get a method to be realized (i.e. invoke a method)

2010-10-05 Thread Muhammad Mohsen
t use commons-lang, but some code in your application > apparently does. > > On Tue, Oct 5, 2010 at 5:41 AM, Muhammad Mohsen > wrote: > > Thanks a lot. I think Haward is correct but I can't confirm as I have no > > access to that code at the moment. I'll make sure

Re: [T5.2, Google Application Engine] Can't get a method to be realized (i.e. invoke a method)

2010-10-05 Thread Muhammad Mohsen
the console log, but from the little > bit you've shown me, it looks like your classpath is missing a > referenced library, the one that provided class > NestableRuntimeException. > > On Tue, Oct 5, 2010 at 12:17 AM, Muhammad Mohsen > wrote: > > Thanks for the advi

Re: [T5.2, Google Application Engine] Can't get a method to be realized (i.e. invoke a method)

2010-10-05 Thread Muhammad Mohsen
, 2010 at 12:10 AM, Thiago H. de Paula Figueiredo < thiag...@gmail.com> wrote: > On Mon, 04 Oct 2010 18:29:26 -0300, Muhammad Mohsen > wrote: > > Hi All, >> > > Hi! > > I strongly suggest you to try to make your application work on Jetty or > Tomcat first, spec

Re: final version of Tapestry 5.2

2010-07-29 Thread Muhammad Mohsen
by T5.2 since September 2009. > No problems at all, except GAE's Java lags for 4-6 seconds to boot up. > > On Thu, Jul 29, 2010 at 19:53, Muhammad Mohsen > wrote: > > > Am extremely excited for that :) > > > > I read that v5.2 should support google application

Re: final version of Tapestry 5.2

2010-07-29 Thread Muhammad Mohsen
il: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > > -- Muhammad Mohsen Hussien Jr. Java Software Engineer

Re: Hosting Apache Tapestry5.1 on GAE (Google Application Engine)

2010-02-23 Thread Muhammad Mohsen
d of > the > > > one > > > generated by T5, you stop getting the intermittent asset access problem > > ? > > > > > > My problem is that assets do get served (they're not blocked); > however, > > > on the first couple of tries they fail to

Re: Hosting Apache Tapestry5.1 on GAE (Google Application Engine)

2010-02-22 Thread Muhammad Mohsen
ss problem > ? > > > > My problem is that assets do get served (they're not blocked); however, > > on the first couple of tries they fail to load (my suspicion is that it > > takes more than 10 seconds to serve them up the first couple of times and > > the GAE limit

Re: Hosting Apache Tapestry5.1 on GAE (Google Application Engine)

2010-02-21 Thread Muhammad Mohsen
Adding, I'd say that the low performance is due to the single thread restriction that GAE forces on tapestry and most probably other frameworks. On Sun, Feb 21, 2010 at 1:31 PM, Muhammad Mohsen wrote: > Alex, > > You can check my blog post to fix the assets problem. It's abou

Re: Hosting Apache Tapestry5.1 on GAE (Google Application Engine)

2010-02-21 Thread Muhammad Mohsen
t; > > Alex K > > > > On Thu, Feb 18, 2010 at 10:19 PM, Kalle Korhonen < > kalle.o.korho...@gmail.com > >> wrote: > > > >> On that note, I also recently deployed Tynamo's conversation example > >> to GAE (see http://tynamo.org/tapestry-conv

Hosting Apache Tapestry5.1 on GAE (Google Application Engine)

2010-02-17 Thread Muhammad Mohsen
stry51-on-gae-google.html> You'll find the application's link it but here it is again<http://j-army.appspot.com/> . Please note that it has absolutely NOTHING but registering, logging in and logging out ! That's as much as I've gone with tapestry so far. I had nothi

Re: [T5.1] Remembering Search Parameter during Changing Page in Grid

2010-02-16 Thread Muhammad Mohsen
Yudanara > > ----- > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > > -- Muhammad Mohsen Hussien Jr. Java Software Engineer HP Enterprise Services