154 byte By
jg1234a at 2007-11-27 10:13:49
<p>I am use NetBeans Visual Web</p><p>in the table show in the local field "BLOB"</p><p>ex: @234327#@@%$$#@</p><p>and I type: Paul</p><p>Like solving?</p>
Hi,For the first time I am trying to use the Calendar component to insert a date field in my SQL Server db.The problem: I can insert a date column only if its of type java.sql.Timestamp.As Timestamp extends the date object..I tried to bind the selectedDate field as <Timestamp> Object[refractored ...
279 byte By
zhangrja at 2007-11-27 10:17:54
<p>I try to use for-each loop, but I got error message from compiler is </p><p>" for-each loops are not supported in -source 1.4. (try -source 1.5 to enable for-each loops)"</p><p>How can I switch my source to 1.5.. I am using jdk 1.5. Confusing.</p><p>Thanks .</p><p>Richard</p>
588 byte By
waynehua at 2007-11-27 10:20:45
In the known issues of VWP 5.5.1 release notes, it mentions "In projects with more than 20 pages, session data is lost and information saved in a session bean attribute is reset to Null once user navigates past about page 20. This is not an issue in Firefox or other browsers."Our project have many ...
BackgroundWe have wsdl (say abc.wsdl) , with an imported schema (say <s:import schemaLocation="myimportedschema.xsd" .../>). The imported schema contains a type (say FooSoapIn). When I look in the BPEL navigator, FooSoapIn looks great! It has two complex types under the parameters. For ...
343 byte By
farmboya at 2007-11-27 10:25:02
Running windows XPRunning SJSE8 (build 051011_02)The Tools > Update Center says there are no updates available yet the Sun site has 8.1 available for download?can I download sjse8.1 and simply install over sjse8 ? installing over sjse8 with sjse8.1 will not delete my existing projects, ...
1260 byte By
dimka71a at 2007-11-27 10:31:40
Hi,I am using subj. The problem I have is that I declared 2-3 classes with methods in one package. I made an object of the class and use intellisense to navigate to the method I need but when I try to compile the code I have "cannot find symbol" error on the method I intellisensed to. It seems to ...
Greetings jsf developers,I created a program to read some files and writing the data output into a file. The main purpose of this program is to generate a set of data (reading from multiple files) and saving it into a new table. When I ran the program over and over in order to generate some set of ...
732 byte By
mrXa at 2007-11-27 10:36:12
Hi,i'm using NetBeans 5.5.1 and JBoss 4.0.3SP1. Over Runtime-window i try to see and to use the JBoss's database, Hypersonic. But i become following exception:(Socket creation error) The connection cannot be created with this driver: org.hsqldb.jdbcDriver.This are the following configurations for ...
Hi, I'm quite new to JSF and I recently started to work on a project where a Tree was implemented using sun studio creator ui component. The tree is a navigation for the website, so is always displayed. The problem is that if i click on a node, expanding it, and then on a leaf to get to a page, ...
196 byte By
S_SSa at 2007-11-27 10:39:41
<p>anyone plz tell how to deploy exploded war file (from JBoss-Eclipse IDE) to sun application server 9.i deployed noramllay at tht time404 hrown.plzz tell urgent</p><p>regards,</p><p>S Sunder</p>
283 byte By
Reliona at 2007-11-27 10:40:31
<p>Hi all,</p><p>My scenario is:</p><p>VWP & MySQL server. I've a simple web page with a table and a dropdown.</p><p>just I need to populate a dropdown with the "headerText" from each tableColumn (inside a table filled from a database).</p><p>Anybody can help me?</p><p>Tnx.</p>
Hello there!I used to work with NetBeans but now i am testing JSCreator.- I'm using Linux Ubuntu 7.04- JSCreator 2 Update 1- I 've tryied to run as root and as my user.- I am trying VehicleIncidentReport example with JSCreator - With netstat -a | grep 25848 , i can see that are no process running ...
<p>How can i know the version of JSF sun java studio creator 2 update 1 is using and how can i update it to a newal version.</p>
I have a selectOneMenu dropdown list which auto submits when the value changes. But when I try to select the option "None" (like the code below):<f:selectItem itemLabel="None" itemValue="#{loginSecuritySettings.intNoneValue}"/>My value change event does not get called. Is there a way to force ...
649 byte By
4813310a at 2007-11-27 10:45:03
I just downloaded Java Enterprise Studio 8.1 and follows the instruction here http://developers.sun.com/jsenterprise/reference/techart/jse8_1/websphere.htmlto create a server to connect to a local websphere install. However, when I clicked the Next button after selecting Websphere on the first step, ...
Hello,As I am very new to JAVA and the IDE I am having problems creating a new project using JE8.1. The problem that I am having is when I try to create a new project the only option under the "standard" folder is for me to create a project using an existing one. How in the world do I start from ...
2685 byte By
marysama at 2007-11-27 10:46:39
I wrote a JavaBean called Employee1 as followspackage employee1;public class Employee1 {public String name;public int age;public Employee1(String name, int age) {this.name = name;this.age = age;}public void setName(String name) {this.name = name;}public void setAge(int age) {this.age = age;}public ...
504 byte By
nick091a at 2007-11-27 10:49:58
Hi therei'd like to substitute a listbox with a more useful add remove list.Listbox works fine, user can select one or more items and the program manage the choice in the bakingBean.But using add remove I can't get user choice.I've tried to associate a sessionbean variable of type Object[] for ...
292 byte By
Jandera at 2007-11-27 10:54:06
<p>Hi all,</p><p>I have a question:</p><p>It's possible to execute a javascript code from the back bean page. For example , we execute a button action (Conect to a db, insert data) and if all it's ok we execute a simple alert ("The insert is ok!!");</p><p>Any way to do this?</p><p>Thx!</p>
I have tried installing Sun Java Studio Creator 2.0 Update 1 on both my Windows Vista and Windows XP Professional machines. Issue:On the machines a window appears that says "Preparing Java(tm) Virtual Machine"..., then says "Running InstallShield Wizard...". The installation then stops and nothing ...
<p>How can i disable the Day,Month and Year before the current date from the calendar picker window.</p>
606 byte By
farmboya at 2007-11-27 10:57:11
Running Creator 2U1 on Windows XPWhat is the correct way to add a second CSS file to the project?here is a section of the Page1.JSP file:<ui:head binding="#{Page1.head1}" id="head1"><ui:link binding="#{Page1.link1}" id="link1" media="all" url="/resources/stylesheet.css"/></ui:head>simply ...
Hy!!I am working with 8 developers with PHP & SqlServer.But now we are changing to J2EE using JSC.I would like to work together with a same Project that everybody can make changes at the same time.What i have done until now:1. I create a Server on our network with a local IP.2. In one computer ...
1007 byte By
JagXa at 2007-11-27 11:02:28
L.S.I have a page which contains a tab set with four tabs (home, opening hours, training and diary). I want three of the four tabs to display data from a database in a table. The tab set works fine but as soon as a add a table to a tab's layoutPanel and bind it to a parameterised query I get an ...
<p>Hi </p><p>I dont know how to update database table from creator.</p><p>Please help me out.</p>
516 byte By
jjwwanga at 2007-11-27 11:08:08
I have 2 buttons doing the the iterating of a table, like Previous, Next. It works fine if I click the button, e.g. Next, once, I got the next table row displayed. However, when I click again the same button (previous clicked), Next, it seems like I just got the same page refreshed: I did not get ...
416 byte By
tlgraffa at 2007-11-27 11:08:28
I have just installed Studio creator. I created a new project and under the servers view, the datasource Travel has a red x and the connection status is failed, and the message indicates the following java.security.PrivilegedActionException : Error opening socket to server localhost on port 21527 ...
I am tryin to bind the array of a data provider to an array of plain old java objects. The object implements serializable and has getter and setters for all vars and public no-argument constructor. However, the array does not show up in "array" options under properties of the Data provider. This ...
<p>How will i create Pop up menu with creator</p>
Hello,I updated my Develop-PC to JDK 6 Update 2 and use NB with VWP 5.5.1 and SAS. After I upgraded the underlying JDK to 6 Update 2 I get errors in my JSF-Pages. The actions are not performed and I get an "Error on this page" saying that "webuijsf is not found". Comparing an old page with the same ...
Dear Everyone, Anyone, SomeoneCan anybody tell me what is procedure for creating a complib file. I don't want the list of files to be added in to complib file. I have already created .complib file using command prompt,> jar -cf sample.complib a.jar b.zip but when using complib file in Sun studio ...
1405 byte By
Perryiera at 2007-11-27 11:12:36
I am developing a project in netBeans that I have been able to run the regular way and also in debug mode. Suddenly this morning the debug mode will not deploy, even though I can get it to work by doing a "run project." Here is the error message I get in my debug output console:Duplicated project ...
1281 byte By
javaRulea at 2007-11-27 11:15:48
I keep getting javax.naming.NameNotFoundExceptionContext jndiCtx = new InitialContext();Object obj = jndiCtx.lookup("java:comp/env/ejb/local/MySqlTestBean");<ejb-jar version="2.1" xmlns=" http://java.sun.com/xml/ns/j2ee" xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance" ...
645 byte By
r_honeya at 2007-11-27 11:16:46
I had JDK 1.5 installed on my computer. I earlier used to code my programs either in a text-editor or JCreator & run them from the command prompt.I recently installed Studio Enterprise 8.1. My programs execute successfully from the IDE. They also complie successfully from the command prompt. ...
<p>Hi,</p><p>There is a button on a page,the button's function as follows:</p><p> 1)do some database operation </p><p> 2)generate printing String and put into a sessionbean's property</p><p> 3)open a new page</p><p> How to do?</p><p> Thanks</p><p> Smile.</p>
1675 byte By
nsqsmilea at 2007-11-27 11:17:21
Hi,AllI want to binding a page's property(Stat. a column value of all selected row) to the table's footer property.Click the checkbox column is ok,but click the selectMultipuleButton it don't Stat.The page's property code as followspublic String getAllUsepowerFooter(){int allusepower = ...
Each time I create a new project, a java application game called BigBang is installed in my project folder. Is this a form of virus or just a sample app being loaded?I have only just installed Sun Java Studio Creator yesterday. To get around my problem I have tried uninstalling Creator, but run ...
hellosorry my english my problem that is creator not display in the window alert , the box text content'scomponent button have a event onclick ,where it call the function saludar(" form1:textField") here is my code<script><![CDATA[function saludar(texto) ...
<p><b>i want to add a console window in my gui </p><p>as i can write to and read from it</p><p>for more explanation</p><p>it behaves like dos window </p><p>where i write a command and it give me output on the screen but user can't edit this output</p><p>but he can write a new command only</b></p>
271 byte By
Jandera at 2007-11-27 11:24:20
<p>Hi,</p><p>How I can to call a function implemented in my page1.java from onchange metod of a textfield?</p><p>The idea is to implement a similar situation how in a Java Desktop App we can implement in a textfield the event onKeypressed,keyTiped,etc.</p><p>Thank's</p>
150 byte By
Samanta at 2007-11-27 11:24:29
<p>Dear Everyone,</p><p>Creator is not getting install in UBUNTU Linux, Has Anybody install.</p><p>Please Help.</p><p>Regards,</p><p>Ashish Samant</p>
<p>After Importing my SJC2U1 project into my netbeans 5.5.1 ,my project can see javax.faces.* package.even when i right click to fix import ,it was saying package javax.faces does not exist</p>
399 byte By
yukelma at 2007-11-27 11:27:26
Hello All,I use textField in my web page. When i use IE, i saw it like creator design page. But when i use firefox or netscape ,i saw textField box greater than IE.My jsp code are;<ui:textField binding="#{Product.textField1}" columns="1" id="textField1"style="height: 24px; left: 24px; top: ...
2727 byte By
farmboya at 2007-11-27 11:27:44
Using Sun Studio Enterprise 8.1 (Build 2006_12_01)Java 1.5.0_12Have copied the jstl.jar file from the install WEB-INF/lib/ directory to <server-root>/bin/https/jar (and put this path in the classpathsuffix section of the server.xml file)How to resolve?ThanksAttempting to deploy application to ...
5044 byte By
yloua at 2007-11-27 11:28:25
Hi,I am new to Sun Java Studio Enterprise 8.1. I am follwing NetBeans IDE 5.0 Quick Start Guide for J2EE Applications example and got two following errors:C:\SunStudioWS\CustomerBook\CustomerBook-war\src\java\web\CustomerDetail.java:4 1: cannot find symbolsymbol : class ...
<p>Hi All,</p><p>Appreciate any help to resolve the following installation error on my Windows Vista system with JDK1.602</p><p>Pop-up Error Message:</p><p>The installer is unable to run graphical mode. Please check the value of the DISPLAY environment varibale.</p><p>Thanks,</p><p>CP</p>
379 byte By
oolea at 2007-11-27 11:29:10
Hi there,I defined .jspf of footer and tried to make it dynamically show up on the bottom of page. But when I added a pagination button a table on the page, the extended table always overlapped to the footer after clicked that button. And obviouslly, the footer doesn't sit on the bottom of page ...
<p>Hi,</p><p>I am Wondering what the differences between this two products are...</p>
Dear Everyone, Anyone, SomeoneI want to create a custom component consisting txtfld, button(For trial).Classes Such as taglib, beaninfoclass, tag handler, etc are necessary.Or the custom component can be created without using those.My one more doubt is My .compib file gets created, it is also ...