Studio Creator Download - English

40 byte By directr1a at 2007-11-27 5:31:43
Page not found - any suggestions.

checkbox help

142 byte By parceritoa at 2007-11-27 5:32:12
How can i check and uncheck a checkbox from java?i am 100% beginner (java and jsf) Thanks a lot in advanceantonio.

Help:Static Text Field display contents of a text file.

559 byte By Llewelyna at 2007-11-27 5:35:52
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 ...

Java Persistence API with Sun Studio Creator

447 byte By blvovskya at 2007-11-27 5:39:27
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 ...

how get datasource as object for passing to ireport calling

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 = ...

see my code for geting the datasource that give me error

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 = ...

trouble with checkbox!!!!!!!!!!!

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 ?

Why The previous URL is displayed when i click a link

295 byte By p_georgea at 2007-11-27 5:43:46
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.

in my java studio IDE classpaths are not scanned

54 byte By wwmnalindaa at 2007-11-27 5:44:33
please help me to solve the problem immediately

how to update a single row of data table

120 byte By ajeeshpga at 2007-11-27 5:47:20
How we can update a single row of the data table by clicking the button in the same row.Thanks in Advance.

Please I need Help 2 weeks no work !

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 ...

Issues loading data in table component after dploying to tomcat5.5.28

2276 byte By JohnnyFlipa at 2007-11-27 5:53:37
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 () ...

Debugging Jump Start Cycles

21205 byte By BradCarlson1a at 2007-11-27 5:55:53
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 ...

re-submit form on page reload

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.- ...

deployment error-- error while running ejbc -- fatal error from EJB Compile

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 ...

how I can obtain from code java, an object created in managed beans

492 byte By scraftera at 2007-11-27 5:58:15
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 ...

Custom Component to Sun java studio creator

310 byte By ashishsamanta at 2007-11-27 5:59:47
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 custom component be added to a studio creator_Update1 ?

165 byte By ashishsamanta at 2007-11-27 5:59:55
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

INSTALLATION FAILED( ERROR: CreateProcess failed ==> %1 is not a valid Wi

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 Crate a "*.complib" file ?

84 byte By ashishsamanta at 2007-11-27 6:00:43
How to create a complib file for eg:- a complib file for a calculator.

Openning a popup window from a table component

513 byte By JohnnyFlipa at 2007-11-27 6:03:28
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 ...

sending email

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()); ...

UML in Sun Java Creator

227 byte By phamtranquocvieta at 2007-11-27 6:04:28
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.

Web page expired exactly after 1 hour from tomcat 5.5

388 byte By anikhindia at 2007-11-27 6:06:03
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 ...

Checkbox and table component

324 byte By JohnnyFlipa at 2007-11-27 6:07:17
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 ...

Where to ask NetBeans questions?

287 byte By outdateboya at 2007-11-27 6:14:20
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

Web page expiry after 1 hour

388 byte By anikhindia at 2007-11-27 6:17:21
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 ...

How to refresh sessionbean

667 byte By JohnnyFlipa at 2007-11-27 6:22:32
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 ...

Dates in calendar components are reproducing.

1086 byte By @passw0rd@a at 2007-11-27 6:22:39
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 ...

Exceptionhandler

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 ...

Newbie:how to create a page with 4 textfields and send data to MySql DB

1664 byte By jaybuffer88a at 2007-11-27 6:24:29
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' - ...

Creator going nuts

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

How to disable components when checkbox is changed?

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 ...

How to request validation phase manually?

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

Using Arraylist to Iterate through dataprovider in Table component

624 byte By JohnnyFlipa at 2007-11-27 6:30:48
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 ...

Enterprise Java Beans problem. Please help

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 ...

Roadmaps for Netbeans / SJSE

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 ...

fileupload component question

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 ...

How to control margin size between components in Java Studio Creator 2?

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 ...

Java System Application Server create-agent-problem

243 byte By airafromana at 2007-11-27 6:39:24
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?

Installing SUN Creator 2 on FC6

2770 byte By Leland7777a at 2007-11-27 6:39:46
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 ...

how replace my project path in server.policy (file:/path-to-web-project/)

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 ...

this line give me error Map fillParams = new HashMap(); for calling ireport

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 ...

Cannot download

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...

How to setUrl on different Page Fragment

387 byte By fragmentBeana at 2007-11-27 6:46:08
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: ...

see my error in server.policy for create pdf Cannot use JVM pre-1.4 access

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 ...

How to create a modal window in jsp

390 byte By joshmachinea at 2007-11-27 6:49:30
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 ...

Radio buttion

168 byte By JohnnyFlipa at 2007-11-27 6:50:52
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.

CANNOT UNINSTALL

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 ...

update dataprovider

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 ...