Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ categories similar to the one you added to the `edit_guestbook.jsp` file.
`</aui:fieldset>`:

```markup
<liferay-asset:asset-categories-error />
<liferay-asset:asset-tags-error />
<liferay-asset:asset-categories-error />
<liferay-asset:asset-tags-error />

<liferay-ui:panel defaultState="closed"
<liferay-ui:panel defaultState="closed"
extended="<%= false %>" id="entryCategorizationPanel"
persistState="<%= true %>" title="categorization">

Expand All @@ -43,9 +43,9 @@ categories similar to the one you added to the `edit_guestbook.jsp` file.
<liferay-asset:asset-tags-selector className="<%= GuestbookEntry.class.getName() %>" classPK="<%= entryId %>" />
</aui:fieldset>

</liferay-ui:panel>
</liferay-ui:panel>

<liferay-ui:panel defaultState="closed"
<liferay-ui:panel defaultState="closed"
extended="<%= false %>"
id="entryAssetLinksPanel"
persistState="<%= true %>"
Expand All @@ -59,8 +59,8 @@ categories similar to the one you added to the `edit_guestbook.jsp` file.
/>

</aui:fieldset>
</liferay-ui:panel>
```
</liferay-ui:panel>
```

Test your JSP by using the Guestbook portlet to add and update Guestbook
entries. Add and remove tags, categories, and related assets.
Expand Down