RamaKrishna Thota

Greenhorn
+ Follow
since May 17, 2011
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 RamaKrishna Thota

I have one Submit Button. I am calling one method in Backing Bean using action,but it is not working for a single click,when i click two times it is working please help me..
12 years ago
JSF
Dear All,


I want to convert HTML page to PDF using Java API give me any suggestion please....
12 years ago
JSF
But my requirement is, i should be able to hide the PRINT button in my printed document,if any possibilities please help me...
12 years ago
JSF
Thank you for your Quick Reply
12 years ago
JSF
Dear All

I am printing one JSF page for client request, but i am getting the PRINT button text also in my printed page.

But i want to hide the PRINT button in printed document.Please help me

Thanks in advance...

For printing the page in my JSF page using below code..
12 years ago
JSF
Hi All

I am new to JSF,i want to use Frameset in JSF give me some idea on this.I have a link in JavaScript.

Thanks in Advance
12 years ago
JSF

Daia Yum wrote:can you just show me the line number in the java files where you got the error




<ice:selectOneMenu style="width:150px;" binding="#{driverRegistrationBackingBean.managerMenu}"
disabled="#{driverRegistrationBackingBean.disableManagerMenu}" valueChangeListener="#{driverRegistrationBackingBean.selectedManager}">

This line
When i select Manager from select box,i want to get the all manager details from database as ReadOnly in my Form

But i encountered with this error

/driverRegistration.jspx @60,143 valueChangeListener="#{driverRegistrationBackingBean.selectedManager}": org.hibernate.LazyInitializationException: could not initialize proxy - no Session



This is My DAO method


This is My Backing Bean
Hi All,


I have a requirement like, i have to get last ten years in one Array based on current year.

I am calling lastTenYears() method that method should be return last ten years in one Array like{2001,2002,2003,.......2011}
Please help me anybody Please.
12 years ago
Hi,

I am sending the URL to email,in that URL i am having name parameter,If i give any spaces between parameter values remaining parameters are ignored.Please help me


I am sending the above name in URL parameter.But if Client enter any spaces in Text Boxes i am lossing all remaining parameters in URL

Please help me

Thanks in Advance:
12 years ago
JSP