> 1. I try to display two items in two different tabbed page: a normal
> button
> and a table whose column links to another action state. But actually in
> the
> first page both of them are displayed, and in the second tabbed page only
> the table is there. Is there some error when I do it in the following
> steps?
> 
>    1) I just define @andromda.struts.action.tabindex=0 in the first
> trasition comes out of the <<Frontendview>> action, and the name of the
> trigger.
>    2) Then I set set @andromda.struts.action.tabindex=1 in the second
> transition, then the name of its trigger, and other parameters of the
> trigger. This transtion directs to another action state.
>

[WZ> ] tabs and table don't go well together, it's one of the reasons I'm
thinking of re-templating the tabs completely ..


> 2. Is it possible to display the normal text in a page by setting the
> @andromda.struts.view.field.type? Here the normal text means text without
> any form, for example just like a message: "This is a sentence."
> 
[WZ> ] no need to model those values on a <<FrontEndEvent>>; if you take any
transition entering a <<FrontEndView>> you can add parameters to that
transition's trigger .. these parameters will be visible in your targetted
page (you'll need to set values of course, by for example preloading using a
deferred operation)

hth
-- Wouter



-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
_______________________________________________
Andromda-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/andromda-user

Reply via email to