Re: Reusing form from CreateSomeBean on EditSomeBean

2011-08-10 Thread Taha Hafeez
There are a number of examples at

http://jumpstart.doublenegative.com.au/jumpstart/

http://jumpstart.doublenegative.com.au/jumpstart/previews/easycrud/persons
http://jumpstart.doublenegative.com.au/jumpstart/previews/totalcontrolcrud/persons

regards
Taha

On Thu, Aug 11, 2011 at 1:19 AM, Thiago H. de Paula Figueiredo
 wrote:
> On Wed, 10 Aug 2011 16:38:17 -0300, Eric Torti  wrote:
>
>> Hello, guys,
>
> Hi!
>
>> I`m trying to reuse the beaneditform I`ve came up with for one of my
>> pages, whose responsibility is to CreateSomeBean. I would like to make the
>> core
>> form a compontent so that I could use it either on the CreateSomeBean as
>> on the EditSomeBean page.
>> Is there a tutorial or how to that points out how this can be
>> accomplished?
>
> Check this: http://tapestry.apache.org/component-classes.html
>
> --
> Thiago H. de Paula Figueiredo
> Independent Java, Apache Tapestry 5 and Hibernate consultant, developer, and
> instructor
> Owner, Ars Machina Tecnologia da Informação Ltda.
> http://www.arsmachina.com.br
>
> -
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>



-- 
Regards

Taha Hafeez Siddiqi (tawus)
http://tawus.wordpress.com

-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: Reusing form from CreateSomeBean on EditSomeBean

2011-08-10 Thread Thiago H. de Paula Figueiredo

On Wed, 10 Aug 2011 16:38:17 -0300, Eric Torti  wrote:


Hello, guys,


Hi!

I`m trying to reuse the beaneditform I`ve came up with for one of my  
pages, whose responsibility is to CreateSomeBean. I would like to make  
the core
form a compontent so that I could use it either on the CreateSomeBean as  
on the EditSomeBean page.
Is there a tutorial or how to that points out how this can be  
accomplished?


Check this: http://tapestry.apache.org/component-classes.html

--
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and Hibernate consultant, developer,  
and instructor

Owner, Ars Machina Tecnologia da Informação Ltda.
http://www.arsmachina.com.br

-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Reusing form from CreateSomeBean on EditSomeBean

2011-08-10 Thread Eric Torti
Hello, guys,

I`m trying to reuse the beaneditform I`ve came up with for one of my pages,
whose responsibility is to CreateSomeBean. I would like to make the core
form a compontent so that I could use it either on the CreateSomeBean as on
the EditSomeBean page.

Is there a tutorial or how to that points out how this can be accomplished?

Thanks,

Eric Torti