paul alvin

Greenhorn
+ Follow
since Nov 15, 2012
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 paul alvin

I have this code



The page must display the create news item link but it doesnt. When I tried to change the value of the salary to 121 it shows the page. Whats wrong here?
11 years ago
Can you explain me what these code does?Is it the same with the asp.net that restricts the folder content for the specified user?
11 years ago
Im really new on developing web using jsp. I really need a basic sample based on user authentication...
11 years ago
Can you refer me a link for an example?
11 years ago
I am building a web application that have admin user and non admin user...Now in my main page I have a design that I also want to be the design for the non admin users. For example if I have a view jsp page with a edit and a delete button if you are admin user, I dont want this button to appear of you dont have the admin roles... How to do this?thanks
11 years ago
I have a code that use dropdown list in my jsp page

here's the code



then I use the following in the header of the page



I tried to verify that the dropdown control does not allow to pass the value of the "Please Select..." by the code



but still I cannot get it...How can I properly handle this situation?
11 years ago
Im very new in java...now I have a project that needs to export pdf for my reporting module...here's what I want to do

- Have a button that says "Export this Report"

I am still searching for some examples in the net then I found the Birt...Do you have any tutorials for using Birt using JSP page?
I have a java project. Now I want to add crystal report functionality than I found this tutorial http://scn.sap.com/docs/DOC-31247. Now how can I add crystal report in my java project to perform same functionalities as the crystal report web project?
11 years ago
Is it more convenient if I migrate my whole java project to crystal report web project? I already did my database functionalities in java project but I also need to provide crystal report...Which will be the best option?
Here's the scenario...I have a project1(Web Application) and a project2(crystal report web project). I have a page in project1 that contains buttons(for exporting to pdf). Once I click the button I want to redirect my page to the project2. How to do this?
Hi im building an application that generates report...I have one project and another crystal report web project...Now I want to have a link in one project then redirects to the page on the crystal report web projec...How to do that?thanks
How can I use the crystal report viewer in jsp? I watched a tutorial about using the crystal report in eclipse but in that tutorial he used crytal report web project...But I am only using the ordinary java project as my web application...Now one thing I noticed when I click the .rpt the >crystal report, the create crystal report viewer jsp is not present...How can I use that option in my project without creating a new crystal report web project?
I am very new in java implementation. Now I am building web application. I want to have an option to download this as pdf or excel file.. Can anybody help me? thanks
11 years ago
How can I get the database items to be the options in my combo box items?
11 years ago
JSP