Page not found - any suggestions.
How can i check and uncheck a checkbox from java?i am 100% beginner (java and jsf) Thanks a lot in advanceantonio.
I've been beating my head against this one for AGES! trying to create a modular page using static text fields and text files for easy maintenance, since i can change the look and feel of the Text using NetBeans/Java Studio Creator.Is there ANYWAY to concatinate a text file into a Static Text ...
I need to use Java Persistence API with Sun Creator. Is it posible? How? I think Java Persistence API is just for JDK 1.5+ but Sun Creator uses 1.4 for J2EE. Is there any way?Another question is how can I use GlassFish AppServer with Sun Creator? Is it possible? I have a large project done for ...
742 byte By
mfa786a at 2007-11-27 5:39:46
hi master sir how get datasource object such as netbeans give me idea ====================Context ctx = null; DataSource ds = null; try { ctx = new InitialContext(); ds = (DataSource) ctx.lookup("jdbc/as400"); } catch (NamingException ex) { ex.printStackTrace(); } Connection conn = ...
713 byte By
mfa786a at 2007-11-27 5:40:42
sir i use under blow code for geting datasource no error in datasource but when use datasource object that give me errrConnection conn = null ;// the following should be in a try-catch...javax.naming.Context ctx = new javax.naming.InitialContext() ;DataSource ds = ...
239 byte By
jg1234a at 2007-11-27 5:41:45
Friends , I have a component tabset with tabs. on tab1 I have a component checkbox he is checked. When I go for tab2 the component checkbox (tab1) is checked = false !!. Like solving?Thanks!I type from Brazil and you ?
Hi,Iam using netbeans with visual web pack to develop some web application.When i click a link, let's say from home to stock, the correct page (stock.jsp) is displayed but the url still shows the homepage.Could you please explain me how to fix this?Thank you.
please help me to solve the problem immediately
How we can update a single row of the data table by clicking the button in the same row.Thanks in Advance.
496 byte By
jg1234a at 2007-11-27 5:48:12
NetBeans Visual WEBFriends I have 1 component tabSet1 with tab1 & tab2Into the tab1 1 component table bind DataBase with fieldsName checkBoxPaulfalsePetertrueAntonio falsewhen I go for Tab2 & return for Tab1all register o state go to (false)PaulfalsePeterfalseAntonio falsePlease I need ...
Hi I export a war file from sjsc2 u 1 into tomcat5.5.28 and also set up jndi to point to the datasource properly but displaying table component with the data loaded from creator.i'm getting the following error type Exception reportmessage description The server encountered an internal error () ...
I am new and feel quite dumb at this point. I just downloaded Studio Creator 2 and create new project and selected Jump Start Cycles, JSC. I then tried to debug JSC. I got a build sucessful. But I got the following error in the browser. HTTP 500 it refered me to the log files. It says something ...
447 byte By
opletina at 2007-11-27 5:56:24
I have a simple JSF form (UIForm). the values from it are inserted into DB by link action (submit) . after that the page reloads and the form fields are filled. if I reload the page by "reload" button in the browser or F5 the form submits once more and the values are inserted into DB again.- ...
567 byte By
S.Ka at 2007-11-27 5:56:52
Hi,I'm using Sun Studio 5.0 Standard Edition with Sun Application Server 7.0.I have an EJB QL:<ejb-ql>SELECT OBJECT(M) FROM ErrorMessage M WHERE M.applicationId = ?1</ejb-ql>which gives error while deploying EJB.Removing where clause as:<ejb-ql>SELECT OBJECT(M) FROM ...
i have created an object in managed beans: <managed-bean><managed-bean-name>calculo</managed-bean-name><managed-bean-class>logica_negocio.Calculadora</managed-bean-class><managed-bean-scope>request</managed-bean-scope></managed-bean>and i want ...
I want to add a custom created component to studio creator.I created a calculator,i want it to be added in 'sun java studio creator' as a component so that i can use it anywhere further. I tried most of the websites for solution but frutless.Please Send me a solution as fast as ...
Can we add a custom component to sun java studio creator update1 or it requires studio creator_update 2?Please tell me about the custom component thing
812 byte By
Vivek_Ma at 2007-11-27 6:00:34
Whats wrong here? I am unable install jScreator on my XP professional SP2.!!Below is the log file. System requirements are met but I get this error !!file type: 0 file id: 0 length: 178 offset: 319579 file name: instructions.txtfile type: 5 file id: 1 length: 1009 offset: 319757 file name: ...
How to create a complib file for eg:- a complib file for a calculator.
Good dayI dragged n dropped a table component that extract data from my Database into my visual designer and added a button in the last column of the table component,When the button is clicked it execute a javascript fuction(window.open()) to display the selected rows in detail,It openning the ...
530 byte By
xmlba at 2007-11-27 6:03:53
When trying to add hard coded text to the message body along with selected values off the form, the entire line will not appear in the email message.message.println(getRadDD().getSelected().toString()); ...
Hi,I would like to draw a UML diagram for my back end code within Creator. I instaled and checked the IDE out. No such thing as UML in it. Is there any plug-in for this? Any pointer is greatly appreciated. Thanks.
Hi,we have developed web application in sun javastudio creator and deploed on tomcat 5.5 also we have configured its session 180 (3 hrs.)in tomcat web.xml.we are running some database procedures constantly.The web page (jsp) exactly after 1 hour gets expired ,still tomat is running.Please ...
Hi I have a table component that is bound to a dataprovider of an Employee table with the following columns(Employee_ID,Firstname,lastname and positon) and the first column on the table componet displays a check box ,The issue is how do I get the employee_id of the checked rows?Thanks in ...
Hello,A very stupid question, where is the community forum for NetBeans? This is the closest forum i find. I am sorry to ask a naive question. i have been out of the Java technology loop for years and what is obvious to you could be very frustrating for me.Thank you
Hi,we have developed web application in sun javastudio creator and deploed on tomcat 5.5 also we have configured its session 180 (3 hrs.)in tomcat web.xml.we are running some database procedures constantly.The web page (jsp) exactly after 1 hour gets expired ,still tomat is running.Please ...
Good day all,I have a web app that has a textfield,a static text and two buttons (search and submit) the user enters a value in the textfield then click the search button to search the database and return some values added to session beans,the session beans values is binded to the static text ...
Hi All,I am facing a big problem.I have two calendar components1) fromDate2) toDatewhen page loded first time fromDate field will be remains blank and toDate field contains current date by default.I am also validating these date fields.My problem is that if user filled wrong dates and click on ...
523 byte By
ttashiia at 2007-11-27 6:23:50
Hi,Please help,I was implementing the Jasper report tutorial and suddenly Creator stopped creating new projects. I thought to reinstalll the software would be a good idea bot unfortunately, just increased the number of problems I have to solve. Now the newly installed software does not ...
Dear all,i have created a page called page1 with 1 submit button named 'submitButton' and 4 textfields named:'date''item''contact''phone'I have created a MySql DB table with the schema named 'association' and table named todolist3. Fields created in the table are :'Date' - ...
295 byte By
ttashiia at 2007-11-27 6:28:22
Please help! I have never seen an IDE going bananas like this. Suddenly Creator does not recognizes AbstractPageBean even though libraries are there. Does anyone has had the same experience? I reinstalled Creator but I have more problems. Can anyone help please ?Thanks,pete
587 byte By
andy_sea at 2007-11-27 6:28:36
Hi gyus,I'm a Creator newbie and want to disable some components when a checkbox is unchecked and enable them again when it is checked. I've tried doing it within the java-code in the _processValueChange - method but the page doesn't get refreshed so no components are disabled. While ...
274 byte By
yellra at 2007-11-27 6:29:24
Hi, anyone knows how to call the validation phase manually? for example im using a button with inmedite = true, but i would like to request the validation phase after some operations, i have to do before to call validation phase.Thanks in advanced,Yellr
Good dayI have a table component binded to a dataprovider with 5 columns of record from the database and the sixth column has a check box , when the checkbox is checked regardless of the number of the rows I was able the get all the corresponding records of all the rows been check ed but the ...
904 byte By
ALFa at 2007-11-27 6:31:09
I am using a similar database like the one in this tutorial: Travel example http://developers.sun.com/jscreator/learning/tutorials/2/dataproviders.htmlThe IDE provides Enterprise JavaBean components for use in tutorials and sample applications. You can add other EJBs to the IDE, then use them in ...
612 byte By
PeterA1a at 2007-11-27 6:31:32
We are about to start a new project and are planning to go with Sun App Server 9 but are undecided about which IDE to use.Specfically, will there be a release of SJSE based on Netbeans 5.5.1 or better 6.0 or has this product been replaced by the Enterprise Pack for Netbeans? I can't see much ...
655 byte By
dsva at 2007-11-27 6:31:56
I have a page with a fileUpload component.I have the component set to "Auto-Submit On Change" because I need to modify the page based on the filetype of the file selected.When the user presses Open in the "Choose File" window, the value of the fileUpload component is set but subsequently wiped ...
1462 byte By
cbocka at 2007-11-27 6:37:01
Hi,a website layout with hard-coded coordinates (x,y) for component positions cannot adapt to the size of the user's browser window. Therefore, I use a kind of flow layout instead, consisting of components that are grouped in nested GridPanels (without any hard-coded coordinates).This works ...
When i tryasaadmin> create-node-agentit saysCLI147 Invalid command, create-node-agentI don't know why, that command commonly used on all the documentation I've found.Anybody knows why could it be?
I'm having trouble installing Creator 2 on FC6. I had to use the Installshield -is:extract flag to get the creator-2_1-linux-ml.bin to extract its files into the istempxxxxxxx folder. Then I changed to the istemp directory. Then I ran ./ Linux-Sun-1.4.2_04_patched.bin to extract its ...
1040 byte By
mfa786a at 2007-11-27 6:42:38
hi mastersir i try use ireport i flow setp as per this link http://developers.sun.com/jscreator/learning/tutorials/2/reports.htmlbut i fasing problem in blow step Replace path-to-web-project with the path to the folder that your project is in. For example, you might use something like ...
963 byte By
mfa786a at 2007-11-27 6:43:09
hi master sir i flow this link step by step http://developers.sun.com/jscreator/learning/tutorials/2/reports.htmlwhen i us this step Double-click the View Report button to display the Java source for the viewReportBtn_action method.Add the following code shown in bold to the body of the ...
90 byte By
Warpnowa at 2007-11-27 6:45:45
When I try to download it, it says the file is unavaible. Tried many, many times...
Hi I have in my prerender()this.fileNameStaticText.getValue();if ( uploadedFileName != null ) {image1.setUrl(IMAGE_URL);}How do I setUrl on a different Page Fragment ?I tried with PageLogo logoFragmentBean = (PageLogo)getBean("PageLogo");What to do next ?ThanksMessage was edited by: ...
671 byte By
mfa786a at 2007-11-27 6:47:44
hi master sir i try to create the pdf by using this link http://developers.sun.com/jscreator/learning/tutorials/2/reports.html no error in complie time but when i run the project the system give me error deplyument error : failed to start server localhost:25848. see the server log file for ...
Hi all,I am new in the studio environment and my problem is with the common feature of web application. I am working on a application where, from page1 I have to show Page2 using modal window. With the help of a button in Page2, I must be able to close the modal window.Also, the modal window ...
Hello everyone,How can i validate a radio button in such a way that when it is clicked ,it should automatically refresh the page without loosing it value.
453 byte By
walidcha at 2007-11-27 6:54:07
Hello,I have the silliest problem with Sun Java Studio Enterprise 8.1I want to uninstall it but can't seem to find the uninstall application.it's NOT in the control panel's add/remove programsand it's not in any folder inside the studio's directories.how can I safely do that?I have ...
1622 byte By
JagXa at 2007-11-27 6:54:31
L.S.I used the 'performing inserts, updates and deletes' tutorial to implement this functionality in my web app. Instead of the the table I used a form to perform the inserts and updates. The inserts work fine, however, I cannot get my update code to work properly.In the table I've got an ...