Questions tagged [jetspeed2]
20 questions
0
votes
0 answers
What is pa-version in jetspeed?
What does the pa-version signify in jetspeed. Reading : http://portals.apache.org/jetspeed-2/deployguide/guide-registry.html the pa-version is mentioned :
admin
Jetspeed-2…

blue-sky
- 51,962
- 152
- 427
- 752
0
votes
1 answer
Jetspeed 2.2 Nest or render one portlet inside another
I have a requirement to build an extensible wizard in a portlet. This wizard will list components that are installed and forward the user to a sub-wizard that is component specific.
The requirement is that the components are to be developed by other…

David Just
- 288
- 1
- 4
- 12
0
votes
1 answer
How to create a new psml page?
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 ?

blue-sky
- 51,962
- 152
- 427
- 752
0
votes
1 answer
How does PORTLET_APPLICATION table get populated
How does the PORTLET_APPLICATION table get populated in jetspeed ?
One of my web apps is not deploying and this app does not contain a corresponding entry in the jetspeed table PORTLET_APPLICATION.

blue-sky
- 51,962
- 152
- 427
- 752
0
votes
4 answers
@RequestMapping servlet not being found
I have a controller annotation defined like so :
@RequestMapping(value = "/myServlet" , method = RequestMethod.GET)
public @ResponseBody String performAction() {
return "success";
}
This servlet is being invoked via an ajax…

blue-sky
- 51,962
- 152
- 427
- 752