I've encountered a .psml page in a portlet app and I don't know how it was created. There exists no physical file for the .psml page. In jetspeed is it possible to create a page via portlet UI, if so how is this achieved ?
1
There are 1 best solutions below
Related Questions in PORTLET
- Liferay 7.4 development using SDK
- Change theme from portal to portlet using Vaadin 14 without reloading the portlet
- Can't use ironpdf library in MVC Portlet
- Radio button is not clickable in a Liferay portlet after migration from 6.1 to 6.2
- Maven plugin: I am haven this error when i try to run mvn dependentcy: tree in cmd
- Tomcat bootstrap behavior
- Error java.lang.IllegalStateException: Unable to obtain OutputStream because Writer is already in use
- How to use jboss portlet bridge or liferay bridge?
- How to debug error "No render mappings found for MVC render command name"
- Liferay: Obtain all possible article urls or/and titles
- Refreshing a single portlet in Liferay
- Migrating Java portlet to run on Wildfly
- IBM Script Portlet for WebSphere Portal 7
- Portlet error when upgrading Primefaces 8 to Primefaces 10
- Faces message stops working after page navigation
Related Questions in JETSPEED2
- how migration jetspeed-1.5.jar to jetspeed-2.x for java eclipse?
- Failed to execute goal org.apache.portals.jetspeed-2:jetspeed-mvn-maven-plugin:2.3.0:mvn
- Maven is not downloading a plugin : jetspeed-unpack-maven-plugin
- How to obtain getUserPrincipal().getUserName() while implementing Spring Data JPA AuditorAware interface
- What is pa-version in jetspeed?
- How to create a new psml page?
- Implementing database layer in Spring / Jetspeed
- How does PORTLET_APPLICATION table get populated
- Inter Portlet Communication in JetSpeed2
- @RequestMapping servlet not being found
- Jetspeed imports in Java EE project
- Failure deploying Simplest portlet in jetspeed
- Accessing URL Parameters in a JSR 286 Portlet?
- How to implement jms in jetspeed
- How can I set the User Information in jetspeed?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Yes you can create a page in JetSpeed through the UI. To do this
Log in using your administrator account.
Click 'edit' (the little pencil icon that shows on each page)
You will see the Page, Folder and Layout configuration on that page.
My understanding is that .psml files are supposed to live inside the pages folder in your Jetspeed home.
Interestingly though, you say your .psml page is inside your app. I am not sure why this would be. If this is the case, perhaps the page was put there by accident?