siva prakash

Ranch Hand
+ Follow
since Aug 24, 2004
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by siva prakash

Hi guys,

thanks for your info about spring certification, but still i have some doubts :

a) is training is mandatory or i can straight away buy vocher and do certification.
b) currently iam at hyderbad, india, can anyone help me, in which promotric centers i can do this certification.




Thanks,
prakash
14 years ago
Hi guys,

currently iam at hyderabad , india and working on spring framework, and planning to do "Spring Framework Certification"

Can any one guide me where in which promotric centre i can take this exam and also some study material and guidance.

any help is highly appreciated.



Thanks,
prakash
Hi All,

I am reading K&B book, page :15, and tried following combinations and getting compilation error, Can any one explain me what could be logic for it.

1) private & protected with "final" modifier
2) private & protected with "strictfp" modifier
3) private & protected with "abstract" modifier , i can understand the combination of private & abstract showing compilation error.

Thanks inadvance,
Prakash.
Hi all,

how i will know whether class is mutable or not by seeing java api .

and how to create a mutable class of my own.




Thanks,
prakash
Hi All,

I have to clear an error message, which was added to FacesContext, but i found only addMessage() method at FacesContext.

Can any one help me on this ,


Thanks,
Prakash
15 years ago
JSF
Hi All,

I am new to JSF portlet development, when i click on one jsf page it is going to next page, where depending upon some value, command button was disabled, how to find the value at runtime , iam using RAD.



Thanks,
prakash.
15 years ago
JSF
Hi all,


I am using JSF portlet and facing follwoing exception at runtime while rendering page, Please help me on this.





PortletUtils E com.ibm.wps.pb.utils.portlet.PortletUtils getPortletRenderParameters Unexpected exception encountered.
java.lang.ArrayIndexOutOfBoundsException
at com.ibm.wps.pb.utils.portlet.PortletUtils.getPortletRenderParameters(PortletUtils.java:1588)
at com.ibm.wps.propertybroker.standard.utils.InternalAccessUtilsImpl.getPortletRenderParameters(InternalAccessUtilsImpl.java:491)
at com.ibm.wps.propertybroker.standard.filter.BaseActionDispatcherPlugInImpl.setRenderParametersOnRequest(BaseActionDispatcherPlugInImpl.java:149)
at com.ibm.wps.propertybroker.standard.filter.BaseActionDispatcherPlugInImpl.modifyAction(BaseActionDispatcherPlugInImpl.java:204)
at com.ibm.wps.propertybroker.standard.filter.ActionDispatcherPlugInImpl.modifyAction(ActionDispatcherPlugInImpl.java:352)
at com.ibm.wps.propertybroker.standard.filter.PropertyBrokerActionFilter.modifyAction(PropertyBrokerActionFilter.java:994)
at com.ibm.wps.propertybroker.standard.filter.PropertyBrokerActionFilter.preProcessAction(PropertyBrokerActionFilter.java:296)
at com.ibm.wps.propertybroker.standard.filter.PropertyBrokerActionFilter.processAction(PropertyBrokerActionFilter.java:259)
at com.ibm.wps.pe.pc.std.cmpf.impl.PortletFilterChainImpl.processAction(PortletFilterChainImpl.java:95)
at com.ibm.wps.pe.pc.std.invoker.impl.PortletServlet.dispatch(PortletServlet.java:148)
at com.ibm.wps.pe.pc.std.invoker.impl.PortletServlet.doGet(PortletServlet.java:70)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
at com.ibm.wps.pe.pc.std.cache.CacheablePortlet.service(CacheablePortlet.java:393)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1282)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:673)
at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.include(WebAppRequestDispatcher.java:613)
at com.ibm.wps.pe.om.definition.impl.ServletDefinitionImpl$RDWrapper.include(ServletDefinitionImpl.java:406)
at com.ibm.wps.pe.pc.std.invoker.impl.PortletInvokerImpl.invoke(PortletInvokerImpl.java:204)
at com.ibm.wps.pe.pc.std.invoker.impl.PortletInvokerImpl.invoke(PortletInvokerImpl.java:168)
at com.ibm.wps.pe.pc.std.invoker.impl.PortletInvokerImpl.action(PortletInvokerImpl.java:82)
at com.ibm.wps.pe.pc.std.event.ActionEvent.execute(ActionEvent.java:114)
at com.ibm.wps.pe.pc.std.event.EventQueueManager.processEventLoop(EventQueueManager.java:86)
at com.ibm.wps.pe.pc.std.PortletContainerImpl.performEvents(PortletContainerImpl.java:168)
at com.ibm.wps.pe.pc.PortletContainerImpl.performEvents(PortletContainerImpl.java:243)



Thanks,
prakash.
15 years ago
JSF
Hi All,

I deleted already existing jsp and started coding from strach, when ever i added any JSF component ( by drag-drop using RAD7), I was able to see an entry at backing bean, and I have 2 command buttons (save & cancel) for which i added 2 methods at backing bean and using those at jsp page at corresponding action tag for those commands, but when i tried to run application, its not identifing those methods , throughing those methods unavaliable.

what could be the problem.

Its very urgent, thanks in advance.





Thanks,
Prakash
16 years ago
JSF
Hi All,

Iam new to jsr168 Portlet programming,Can any one provide portlet wiring tutorial using RAD7.




Thanks,
Prakash.
16 years ago
Hi All,

I am new to JSF jsr168 portlet development, I have created 2 portlets and 2 face managed beans using option (Face Managed Bean in PAGE DATA view in RAD) and made them application scope.

I want to use some methods and variables defined in first bean in 2nd bean ( order of flow of those pages is 1 and then 2 JSF ). I thought to extend first Face managed bean but my 2nd face managed bean is already existing a class,


my doubts :


1) can i use already existing face managed bean in another managed bean, if so how. do i need to create a new instance of first managed bean using new operator (which i feel violates JSF framework).


its very urgent and any help is appreaciable.





Thanks,
Prakash
16 years ago
Hi All,

I am new to JSF jsr168 portlet development, I have created 2 portlets and 2 face managed beans using option (Face Managed Bean in PAGE DATA view in RAD) and made them application scope.

I want to use some methods and variables defined in first bean in 2nd bean ( order of flow of those pages is 1 and then 2 JSF ). I thought to extend first Face managed bean but my 2nd face managed bean is already existing a class,


my doubts :


1) can i use already existing face managed bean in another managed bean, if so how. do i need to create a new instance of first managed bean using new operator (which i feel violates JSF framework).


its very urgent and any help is appreaciable.





Thanks,
Prakash
16 years ago
Hi Cameron,

your tutorial regarding JSF portlet at your site is really good and helpful.

It would be good if give one more example of JSF portlet using RAD by creating portlet project.

Currently I am facing problems with wiring and couldnt understand concept behind it( how to pass more than one parameter using wiring). It would be good if you add example regarding wiring too.

If possible please suggest good book on JSF jsr168 portlet for better understanding.

hoping for your reply,


Thanks,
prakash
16 years ago
thanks Cameron,

I am working on portlet project on RAD7. Can have any good tutorial on wiring of jsr168 portlets in RAD7.

also is there any good site for best practises for portlet project.





Thanks,
prakash
16 years ago
Hi All,

I am new portlet programming, and using RAD7, there I found options for creating Portlet & portal projects, what is difference between these two types, when we go for specific type.




Thanks,
Prakash
16 years ago
Hi,

I am displaying dynamic data at SelectOneListBox, hence i can't predefine its values faces-config. so i am creating array list of SelectItem objects with constructor taking two string objects. and binded at jsp. but still i am not getting values dispalyed.

Can any one help on this , its very urgent, iam breaking my head on this from couple of days.



Thanks,
Prakash
16 years ago
JSF