Hi

Have a look at this recent thread:
http://tapestry.1045711.n5.nabble.com/Generic-beaneditorform-td4267477.html

Alejandro.

On Thu, Apr 7, 2011 at 9:30 AM, selenar <nicolasderr...@hotmail.com> wrote:
> Hi,
>
> Thanks for the answer.
>
> In the Fetch.java file, I have a function getFetch that returns the object
> given in the fetch component.
> The function is called when it is needed.
>
> The function:
> public Object getFetch(){
>        return current;
> }
>
> and current's declaration:
> @Property
> @Persist
> private Object current;
>
>
> I have tried to set the object parameter like that : object="${current}" but
> it does not seem to work either.
>
> In the detail of the
> http://tapestry.apache.org/tapestry5.2-dev/tapestry-core/ref/org/apache/tapestry5/corelib/components/BeanEditForm.html
> beaneditform , there is no object declared in the exemple.
>
>
> To rephrase, I have a component that takes a bean and when I clic on a link,
> I want to show a bean edit form filled with the bean in the component.
>
> Is my objective clearer now?
>
> The bean edit from appears but with only the submit button and no fields.
>
> Thanks,
>
> --
> View this message in context: 
> http://tapestry.1045711.n5.nabble.com/How-to-use-a-BeanEditForm-with-a-bean-without-knowing-the-bean-class-tp4286211p4287892.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>

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

Reply via email to