Pagination button Go

154 byte By LabNoorda at 2007-11-26 16:51:44
Can i change the text on the Go button?(I also placed this Question with Java Programming, but i think it belongs here!)Greetings Ben

error installing sun java studio creator

1862 byte By Jatin_Kulkarnia at 2007-11-26 16:51:59
I have downloaded the installable for sun java studio creator 2 update 1 for windows platform. I am unable to install the package. Following is the error Iog I get, when used in debug mode(Notice the last part ErrOut indicating the error). What is going wrong ?file type: 0file id: 0length: ...

SUNWspro C++ and 2007 DST changes

674 byte By Ben_Cotton@ml.coma at 2007-11-26 16:52:46
Hi,I support a rather large code base of SPARC/Solaris deployed applications written in 4.2 SUNWspro C++. In 2007, the US govt is extending Daylight Savings Time by 1 month (beginning March 11, 2007).Obviously, I will need some kind of patch to apply to my Solaris OEs, my 4.2 SUNWspro C++ ...

buttons display very big

152 byte By ttashiia at 2007-11-26 16:53:11
Please help! I add a button on the panel and when I run the application the button displays very very big. Any one could help?Thanks a lot

Image issue when running on Tomcat and Apache HTTPD?

1154 byte By dupey00_caa at 2007-11-26 16:53:38
Hi every one, i do have a little issue that I am having and I am putting it out there for help!I have the connector working between Tomcat and Apache HTTPD server. Talk about sweet!! Anyway's my project was built in SUN Creator using the JNI API and everything works except for the images. The ...

Updating database data (No columns in table: DOR_Note_Type)

2681 byte By marcnikkoa at 2007-11-26 16:54:09
Hi,I want to create a simple a web application with a table component that will allow users to update data in a database table in Oracle 10g. To accomplish this task, I am following the tutorial: http://developers.sun.com/prodtech/javatools/jscreator/learning/tutorials/2/ins ...

ASM IDE integration

333 byte By Rangara at 2007-11-26 16:54:18
WONDERFUL job on the December build of Sun Studio guys,I'll get right to the point..I would like to see .S integration as a template so we can easily create asm files and attachthem to our projects just like any other C/C++ file, and have them behave as any otherfile would in the build and ...

Parameter problem.

883 byte By JagXa at 2007-11-26 16:55:50
L.S.I have got a master page with an idCompany property. When I click an agenda hyperlink the following onClick Javascript code has to be executed:window.open(?Fitwise/faces/ODAgenda.jsp?idCompany=#{idCompany}? 揰blank? 揾eight=600, resizable=yes, scrollbars=yes, toolbar=yes, width=576?; return ...

Second argument to REPEAT evaluated twice

450 byte By fxcouderta at 2007-11-26 16:58:03
I don't know where to report bugs, but I found this one while testing code. It looks like, in the following code, the second argument to repeat is evaluated twice...$ cat a.f90 integer :: i i = -1 print *, repeat ("a", f())contains integer function f()integer :: x = 5save xx = x - 1f = x end ...

Solaris10/Studio11 purify UMR error in std::string concat

2177 byte By bouldera at 2007-11-26 17:00:19
SunOS taurus 5.10 Generic_118833-23 sun4v sparc SUNW,Sun-Fire-T1000 SolarisCC: Sun C++ 5.8 Patch 121017-08 2006/12/06purify Version 7.0 Solaris 2libCstd is patched with patch 119963-08.Is there anything to be done about the following purify error? #include <string> int main(){std::string ...

Try to add a FileChooser as a Component to my web page

123 byte By Ajila at 2007-11-26 17:01:06
I am trying to use the JFileChooser object in my web page, but don't know how to add a swing object to the creator?

Do you still need EJB when you can do it all with JSF/JSC?

851 byte By Sabira at 2007-11-26 17:01:37
I think EJBs make J2EE unnecessarily complex for 80% of small to mid or even some large scale applications. When you can separate the logic and view using JSF and Servlets, and still do transactions (using JSC DataProviders), why do you still need EJBs? I have heard nightmares with EJBs ...

Newbie questions on configuring env, HELP!

1120 byte By dealy663a at 2007-11-26 17:02:22
I've been struggling with netbeans and the c++ development features for a couple of days now and am ready to tear my hair out.Could someone please explain how to do the following (or at least provide a link that explains how to do these things):1. How do I configure my environment when ...

Sun Team: Any Help ? how to customize my jsf page as in th given html page.

681 byte By Srinivasan1983a at 2007-11-26 17:03:13
Hi friends,I have given a normal html page with some pre designed format. And i have to use that predefined format in my jsf page, how can i do that. I have tried to copy all the source code of the html page and pasted it in my jsf page but it is not supporting the normal html code in it. It is ...

Back button problem in portal environment

815 byte By AndrewEfremova at 2007-11-26 17:04:15
Hi everyoneI have a conceptual problem with back button in portal environment.Imagine that we have to pages JSF portlet. Fist page give us list of products and hiperlink for each one. Link walk us to the next page where full information about product displayed. Information about product pass ...

Micro seconds delay inclusion

595 byte By saravananma at 2007-11-26 17:04:30
We have developped a C++ program which communicates to the server in udp socket. In certain cases we want to include a 100 microseconds delay between our write operation on udp socket, this we have tried using the select system call which accepts the timeval structure. But this doesnot include ...

how to loop through rows in datatable?

1238 byte By unclechopchopa at 2007-11-26 17:06:00
Hi,I have a datatable component with a few columns bound to a database table but I have also added a new textfield column to the datatable. The purpose of this datatable is to present the user with a list of products from the database and then allow the user to enter a quantity value into the ...

How can I tell when I'm in a postback

772 byte By dderry650a at 2007-11-26 17:06:40
The app I am maintaining does a *lot* of work in the construction of it's request scope pages. I really would like to avoid repeating this work in a postback since the app is dog slow.I just can't seem to figure out where to determine this. Everything derives from AbstractPageBean. I've ...

Inserting CLOBS into the database

4268 byte By marcnikkoa at 2007-11-26 17:08:04
Hi,I am creating a Web Application that allows users to insert clobs into an Oracle database table. My Web App has a table which contains the clob field, a save button, and a CachedRowSetDataProvider that binds the table to the database table. I also have a ClobConverter that converst the clob ...

Page Lifecyle problems exposed by ObjectArrayDataProvider and isPostBack

2629 byte By uvneta at 2007-11-26 17:09:20
Here's a senerio.So you have a databound table. The table is bound to an object array using an object array data provider. Along with the table you also display some search criteria to use to narrow the results, and you wish to post back to the same page (postback) and redisplay the data ...

How to change Makefile file name in sun studio for linux 11?

342 byte By hdbaddoga at 2007-11-26 17:09:33
Greetings,For historical reasons, our makefiles are called Make.bldSun Studio refuses to accept these as makefiles.It'd be a big pain to modify our entire build system to take makefile as the name.Is there a way to instruct sun studio to accept a different filename for makefiles ...

Building sub-projects, can this be done?

802 byte By dealy663a at 2007-11-26 17:09:39
Another newbie style question. We already have several projects that are contained within a hierarchical directory structure. If we run make at the top level it will recursively call make on all of the projects in sub-directories. With netbeans I created a project at the top-level directory of ...

Dbx Process I/O Window and CURSES problems

478 byte By coinserva at 2007-11-26 17:09:55
Does anybody know how to make CURSES based application to work properly when using Studio 11 dbx 揚rocess I/O?Output Window?Some characters are scrambled on output and the worst part is that input 揳rrows?from keyboard and some other keys will not return from 搘getch(win) curses function call. ...

how do I set the source dir path for GDB

369 byte By dealy663a at 2007-11-26 17:10:03
When I debug my project with GDB I'm able to stop at breakpoints in the main program but not at ones set in the library its linked against. When using GDB from the command line I can supply the -d /additonal/src/directories option and it will allow me to set breakpoints on the library ...

How to generating both of 32 and 64 bit libraries?

337 byte By white_facea at 2007-11-26 17:11:06
Hi all,I'm rebuilding an open source in Solaris 10 ENV using Studio 11 on an ultrasparc server. I want to build it with 32 and 64 bit libs (e.g /source/lib for 32 bit and /source/lib/sparcv9 for 64 bit). Could anyone tell me what are link options or compiler args can do these. (just compile ...

I can't open any data source

376 byte By EzzatScreena at 2007-11-26 17:11:23
java.security.PrivilegedActionException : Error opening socket to server localhost on port 21527 with message : nulli 'm using sun java creator .. and the application server is running ..is there is anything missed ... or what is the tools that must be installed beside the sun java creator to ...

Sun Java Studio Enterprise 8.1 and JBoss 4.05

206 byte By espi3da at 2007-11-26 17:12:23
I'm getting this error trying to add a JBoss Application Server for the IDE to deploy to:...java.lang.NoClassDefFoundError: org/dom4j/io/SAXReader...What should I do now?

Netbeans import image

423 byte By mpbaker01a at 2007-11-26 17:12:32
Is this the correct forum for Netbeans? If not please adivise which one to use.. I'm an Eclipse user and I'm trying to switch to NetBeans. I've created a new web project and I want to import some images. This is easy in Eclipse.. But I cannot find anyway to import existing files into ...

Ajax Call to Web Service

1095 byte By Cody_Failea at 2007-11-26 17:13:45
I am using the latest NetBeans 5.5 and Java App Server 9. I used NetBeans to Create a Web Service that received an argument and generated client code to test. I was able to access the Web Service fine with no problem. The passed argument always had the correct value. Next I created a Web app, ...

how i can retrieve values of column added manually in a table component

243 byte By scraftera at 2007-11-26 17:15:59
sorry my englishi have a table component, it is bound a dataprovider, but i have added manually a column, this column isn't bounded dataprovider, the user insert values in this column, i nedd retrieve this valuesthans you

Encountering a problem when creating a new project

790 byte By MarkMeya at 2007-11-26 17:16:14
HelloI installed JDK 1.5.0_11 and then Java Studio Enterprise 8.1. For my programming class we have to create an application, however the "General" catagory -> "Java Application" project is not there. The options I have under categories is " samples, standard, uml & web. I read another ...

JAAS in Java Studio Creator

716 byte By just_a_kid83a at 2007-11-26 17:19:10
Hi , i was wondering how can we incorporate Jaas Authorization part into Java Studio Creator web application such that if some user go to particular page , some of the component will be hidden based on his/her priveleges. Currenly i store their "accessright" in ldap and i parse it manually in ...

Fixing column headers in JSF

134 byte By ofnayima at 2007-11-26 17:20:58
How do I fix column headers when displaying tablular data using JSF? Currently, when I scroll down the column header disappear.

problem with themes in sun stdio creator

357 byte By shannua at 2007-11-26 17:21:37
HI,custom themes are not working .when i am created custom theme.jar file which the steps (in tutorial)the custom theme is marked with cross (x) symbol and it is not workig our entire project team worked on that one but no result. please guide me fordeveloping custom theme in sun stdio ...

New data sorce

135 byte By SunCreatora at 2007-11-26 17:21:56
How can i add a new data source, on Java Creator, to link a MS Access database installed locally?Best regardsSanti

How I will compiler Source code in C (arq.txt) in solaris ?

113 byte By Gmourada at 2007-11-26 17:23:44
I ''d like to know how I will a source code in solaris enviromment (in command line) my file (arq.txt) ?

How to iterate a list's elements in Netbeans BPEL?

713 byte By JavaSparrowa at 2007-11-26 17:23:52
I'm teaching a course on Systems Integration, using Netbeans 5.5 Enterprise Pack.I have the following XML type as input to my BPEL web service: <MyList><MyListElement>1 one</MyListElement><MyListElement>2 two</MyListElement><MyListElement>3 ...

Making the mouse icon into an hour glass

251 byte By marcnikkoa at 2007-11-26 17:24:18
Hi,I'd like to make my mouse into an hour glass icon to indicate that some processing is happening.Is this possible in web application/portlet development?If so, does anyone know the api for it?Thank you,Marc

java.sql.SQLException: Invalid precision value. Cannot be less than zero

1676 byte By marcnikkoa at 2007-11-26 17:24:56
Hi,In my portlet application have several jsf tables which bind to several oracle tables. I have tested the portlet in pluto and tried to deploy it on liferay. However, I get an exception stating:java.sql.SQLException: Invalid precision value. Cannot be less than zeroWhat could this exception ...

JSP Dynamic Page Fragments VS Flex 2.01 Modules

1781 byte By jasonweisea at 2007-11-26 17:25:04
Hi EveryoneI have a problem that I cannot seem to get around with a project I have just begun. Our office just recently upgraded to Adobe Flex 2.01 for some of our project development work and there is something I have found that I need to emulate in JSP that is VERY easy to do in Flex.I want ...

studio creator loads itself upside down

347 byte By apersona at 2007-11-26 17:25:51
Hello,I'm new to studio creator, and I'm having a little trouble. When I launch studio creator, it appears upside down. By upside down, I mean it is visually entirely upside down, with even the letters in the edit window are upside down.This makes development a little awkward. Does anyone ...

how do i see the current version of compiler installed in the unix machine

81 byte By reply2me@a at 2007-11-26 17:26:07
how do i see the current version of compiler installed in the unix machine

invoking java exe from C++ code

138 byte By 123_abcda at 2007-11-26 17:27:02
Most of my applications are in c++, i have one application in java.How can I invoke the java application(jar) from c++ code?

Cannot Open Project

712 byte By redzuana at 2007-11-26 17:27:59
i just install Sun Java (TM) Studio Creator 2 Update 1... Why do i get this error everytime i want to open project... There are errors in the project.You must resolve these problems.Page1.java:1: Java class must be a direct subclass of one of the following com.sun.jsfcl.app.AbstractPageBean, ...

upload multiple files at the same time

143 byte By Legolas.wa at 2007-11-26 17:28:32
HiI am looking for some help about uploading multiple files at the same time.can some one help me about this?thanks

how we store image into database and bind the field to an Image component?

181 byte By Legolas.wa at 2007-11-26 17:28:35
HiThank you for reading my post.is there any sample that show me how to upload, store and show images when i intended to store images in database?Thanks.

how to set a focus to a text field when button is clicked

408 byte By shannua at 2007-11-26 17:29:10
[b]in sun stdio creator setting a focus is not possible is it a bugif we use java script <ui: button onClick="focuss(form1:text1)"/> function focuss(text1){var text=text1;text.focus(); }the code is executed but it is not working ...

regrding session in portlets

394 byte By santasa at 2007-11-26 17:29:22
HiI am trying to add one item in my item list.Adding an Item is done successfully but when i get back to list and refresh the page same item is getting added twice.I know some session management is required tried few things with Portlet Session object but not getting the root cause.Please tell ...

Hanging application

402 byte By ScAra at 2007-11-26 17:29:37
Hi all,I have a problem with a hanging multithreaded C++ application (build with SunStudio10). To find out where it hangs, I want to debug it, but in the debugger I can not reproduce this behaviour. Is there a possibility to force the application to write a corefile when it hangs, that give me ...

OptionTitle & selecting null value

462 byte By yossariana at 2007-11-26 17:29:52
I have an Option [] bound to a DropDown. In the Option [] is an element of OptionTitle. I need my dropdown to set a selected value of null when the OptionTitle is selected.What happens at the moment is: If the underlying field is null the OptionTitle is selected (good)If I select an option the ...