thanks ,
I will try creating a new profile and without augmenting web service feature pack, so that i should be able to run it...
Type: Posts; User: brajesh; Keyword(s):
thanks ,
I will try creating a new profile and without augmenting web service feature pack, so that i should be able to run it...
I have augmented webservice feature pack in to my profile and also selected webservice feature pack option for the project through Project facet.When I added
,
it started to look for jax-ws...
Dear all,
I am trying to use handler in spring for JAX-WS and I am getting the below error.Spring is looking for jaxws-api.jar to run. As i have already enabled jax-ws feature in my environment,...
It was certainly working with Spring2.5 andI have implemented in one of our project for some whitelabelling requirement
Hi,
I am wondering why the Spring source documentation is not updated as per JSR-286/Portlet2.0 standard in Spring documentation ? Couldn't really get to know about events and resourcing request...
Hi,
I am getting weird issue, I have a JSP Portlet file(Login Portlet) which has a Controller and a Form Bean(with setter and getter). when I am ttraversing from Login portlet and later coming...
Hi
At last I found a thread that is relevant to my issue.
I am using the below snippet in my controller class
but I still get the below error
Hi,
Can u share your application-context.xml to view the entries. I doubt class loading mechanism of WPS. please check the wps class loading technique in the wps manual
Hi ,
Could any senior member help me in this issue. This is really holding us . This below error happens only when we use spring :bind tag in the successview. Even I am trying to instantiate the...
Hi cmelgar,
Are you mean to say that JSR 168 doesn't support portlet redirection to another portlet !? I understand it is portal job, - that is holding Portlets - to do the redirection. But If we...
Hi,
Please help me for the below issue, it is horrifying us for last couple of days.
I am using a LoginController & LoginForm for authentication and Logincontroller is passed to...
Hi,
I have the following entry in my spring confg file.
And in my LoginUserPageController , I have extended SimpleFormController by overriding onSubmitAction(ActionRequest request,...
Thansk mate, it does work :)
Can u tell me wat are all the names i can use name parameter other than action
<portlet:param name="action" value="LoginUserForm"/>
Hi,
When I use Spring Tags in HTML, my portlet page is not rendered when I use action="actionURL" or action="renderURL"
My next page is coming the portlet:actionURL, so system shows no page...
Hi ,
I am trying to foraward uname from LoginPage Portlet to ResultPage portlet and when submitting it displays "Page cannot be found"
LoginPage.jsp
ResultPage.jsp