Re: Dynamic view

2016-01-26 Thread Martin Grigorov
Hi Paul,

On Tue, Jan 26, 2016 at 11:50 PM, Paul Escobar <
paul.escobar.mos...@gmail.com> wrote:

> Hello everyone,
>
> I want build dynamic viewers for a Questions app, I have modeling a Test
> entity (questionary) with a collection of Question Entities, the current
> view created by wicket works to build tests with questions, but I dont know
> how create a view for the user can answer this questions (like in a poll).
>
> Do you think this can be solved by extending the wicket-isis view
> (Documentation: 7. Extending the Viewer. [1])?
>

Yes, providing your own Wicket panel for rendering the domain object or
just some of its properties will do the job.


>
> [1] https://isis.apache.org/guides/ugvw.html#7.-extending-the-viewer
>
> Thanks,
>
> --
> Paul Escobar Mossos
> skype: paulescom
> telefono: +57 1 3006815404
>


Dynamic view

2016-01-26 Thread Paul Escobar
Hello everyone,

I want build dynamic viewers for a Questions app, I have modeling a Test
entity (questionary) with a collection of Question Entities, the current
view created by wicket works to build tests with questions, but I dont know
how create a view for the user can answer this questions (like in a poll).

Do you think this can be solved by extending the wicket-isis view
(Documentation: 7. Extending the Viewer. [1])?

[1] https://isis.apache.org/guides/ugvw.html#7.-extending-the-viewer

Thanks,

-- 
Paul Escobar Mossos
skype: paulescom
telefono: +57 1 3006815404


Re: Dynamic view

2016-01-26 Thread Stephen Cameron
Hi Paul,

I have a similar long-term goal, there is a workflow 'wizard' add-on [1]
that might be suitable. I've not tried it as yet.

[1] https://github.com/isisaddons/isis-wicket-wizard.

On Wed, Jan 27, 2016 at 9:50 AM, Paul Escobar  wrote:

> Hello everyone,
>
> I want build dynamic viewers for a Questions app, I have modeling a Test
> entity (questionary) with a collection of Question Entities, the current
> view created by wicket works to build tests with questions, but I dont know
> how create a view for the user can answer this questions (like in a poll).
>
> Do you think this can be solved by extending the wicket-isis view
> (Documentation: 7. Extending the Viewer. [1])?
>
> [1] https://isis.apache.org/guides/ugvw.html#7.-extending-the-viewer
>
> Thanks,
>
> --
> Paul Escobar Mossos
> skype: paulescom
> telefono: +57 1 3006815404
>