08-21-2006 05:46 AM
<a:actionLink value="Crear document" image="/images/icons/create_space.gif" action="createDoc" actionListener="#{NewDocWizard.startWizard}" id="myLink" />
But this code-line is not possible to be included in the browse.jsp. So my problem, or what i am not able to discover is in which file do i indicate the same thing. I can include the label so i am able to click on the title, but i get no result, because it is not linked with the .jsp 08-21-2006 06:15 AM
08-21-2006 07:41 AM
08-23-2006 06:43 AM
08-23-2006 06:50 AM
<!– Create Advanced Space Wizard –>
<action id="create_space_wizard">
<permissions>
<permission allow="true">ChangePermissions</permission>
</permissions>
<label-id>advanced_space_wizard</label-id>
<image>/images/icons/create_space.gif</image>
<action>wizard:createSpace</action>
</action>
is in the file, but in the <action> label… what does it means 'wizard:.."
<!– Create Doc –>
<action id="create_doc">
<!–permissions>
<permission allow="true">ChangePermissions</permission>
</permissions–>
<label-id>create_doc</label-id>
<image>/images/icons/create_space.gif</image>
<action>wizard:createDoc</action>
<action-listener>#{NewDocWizard.startWizard}</action-listener>
</action>
Then, i don't know what to put before createDoc, wizard: ? or doc:? that's because i don't understand what it means. Also in other actions there is "dialog: " and other things… 08-23-2006 07:16 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.