tables: how to dinamically edit column headers?

397 byte By gio_moria at 2007-11-26 15:35:24
In my webapp I've got a db wich provides data to a table component:as a result my table has 31 columns (days)What I'd like to do is to edit dinamically column headers to show the day (something like :monday 1 , tuesday 2 .... and so on)another thing it should do is to hide not used columns ...

Sun Team:Any Idea regarding the search field in Table Component.

240 byte By Srinivasan1983a at 2007-11-26 15:36:38
Hi Friends,I am trying to put a search field for the table component.But i am not able to do it. Please help me rgarding this.Please help me out from this problem. Any help would be appreciated. Thanking You in Advance.

BluePrints AJAX .ndr files

268 byte By Schwarzwaldera at 2007-11-26 15:37:13
My development machine with Sun Studio Creator is on a private network and cannot use the Update Center feature.Can someone provide a URL to the .ndr that with the following components:BluePrints AJAX ComponentsBluePrints AJAX Support Beans

hide textfield border

240 byte By gio_moria at 2007-11-26 15:38:48
Hi...I need to put text fields in a table but I don't want his border (I want it to appear like a static text)I remember I saw in some thread how to do this with css but I can no more find itsomeone can help me?

Sunstudio11, Internal Error when I execute a fortran program

645 byte By eulera at 2007-11-26 15:38:53
Hello,I installed sunstudio11 on a amd64 machine with ubuntu 6.06 LTS dapper drake.I get an "Internal Error" message when I execute a fortran program (myprog < input.file).Annotation: Exception occurred in Request Processorjava.lang.NullPointerExceptionat ...

SSE2

511 byte By frenchkoia at 2007-11-26 15:39:06
Hi,I develop a MPI code using SS2 instruction, under gcc 4.0. I would like now run my code under our SUN Cluster AMD64, but when I use mpCC option -xarch=sse2 and I also included (sunmedia_intrin.h) in my .cpp. I get :"Paroi.cpp", line 25: Error: __m128d is not defined."Paroi.cpp", line 43: ...

Creator Team: bug?

4355 byte By nasheiaa at 2007-11-26 15:39:18
Hi,Ocassionally, I get this error:Exception Details: java.lang.IndexOutOfBoundsException Index: 0, Size: 0Possible Source of Error: Class Name: java.util.ArrayList File Name: ArrayList.java Method Name: RangeCheck Line Number: 546 Source not available. Information regarding the location of the ...

Odd difference between VWP and Creator 2

572 byte By CandideECa at 2007-11-26 15:39:21
After moving from creator 2 to VWP i noticed this odd change:TreeNodes that I add to a tree seem to be recreated instead of staying the same. I add a bunch of nodes to a tree, and when I read them later they are new nodes with different addresses. Even when I extend the TreeNode and add a ...

class template in uml

248 byte By lisayuhna at 2007-11-26 15:39:36
Has anyone used the class template in uml diagrams? I am trying to use a class template for writing and reading data. I am having trouble using the template parameters as an input type or return type for operations within the template class.

add/append/delete a row not working with tables ?

335 byte By Suhas4Javaa at 2007-11-26 15:40:34
hi all,I am working on visual web developer in netbeans 5.5 environment..The table component in the tool generates the defaultTableDataProvideradding or appending or deleting a row is throwing an exception saying OPERATION CANNOT BE PERFORMED.Please help me to get over ...

Readonly Textbox in Table

343 byte By Eke_nya at 2007-11-26 15:42:04
Hi all,I have a databound table on a page, and one of its columns is set to Textbox. I just noticed that if I set true the Readonly property of the Textbox, the Text value of the Textbox never changes and the very first record is printed on the page for every record. Is this a bug or ...

Why can't i retrieve image on web page that store on SQL DB?

2069 byte By nwayngea at 2007-11-26 15:43:57
I want to retrieve image on web page that store on sql.I read many forums about that but i can't until now.I have no errors but no image is display.When i retrieve to byte array from sql that i store the image value, the value is change.Pls give me some advice how should i do?I use *Servlet ...

Creating a table from ArrayList (newbie question)

748 byte By Fluxkompensatora at 2007-11-26 15:44:40
Hello all,I've just started using Java Studio Creator 2.What I need to do is to create a dead simple table where column entries are generated by a list. Say:private ArrayList names = new ArrayList();..names.add("Peter");names.add("Maggie");and so on....I've been searching through the forums ...

RequestBean instantiated twice

426 byte By Ingmara at 2007-11-26 15:48:47
I generated a class RequestBean1 that extends RequestBean. Then I added the PhaseListener interface two this class and declared RequestBean1 as <phase-listener> inside the <lifecycle> element in managed-beans.xml. After that RequestBean1 is instantiated during each request but also ...

Table

181 byte By glauber.vicaria at 2007-11-26 15:50:26
Hi.I'm from Brazil, and I need to change some properties in a table.I need change button "Go", with other text.Sorry for my poor english.Thank's

debug Fortran on Sun Studio IDE

513 byte By lello1776a at 2007-11-26 15:50:38
Hi,I am quite new to Sun Studio and I am trying to use it in my daily work.The Fortran 95 compiler runs really nice on Linux. It found some bugs thatIntel 9.1 did not!However when I tried to debug the program I realized that it is not possible toset the breakpoint using the IDE, one has to run ...

debug Fortran in Studio Express on Linux

632 byte By lello1776a at 2007-11-26 15:50:46
Hi,I am quite new to Sun Studio and I am trying to use it in my daily work.The Fortran 95 compiler runs really nice on Linux. It found some bugs thatIntel 9.1 did not!However when I tried to debug the program I realized that it is not possible toset the breakpoint using the IDE, one has to run ...

Problems with styleclass for tab

767 byte By burferda at 2007-11-26 15:53:13
I have a tabset with several tabs.I want to add an image over the tab.There is no 'image' property, so I attempted to use the 'styleclass' property.I added a styleclass to the default stylesheet.css file.When I select the 'styleclass' property for the tab, I see a list of style classes, ...

Menus

102 byte By anikhindia at 2007-11-26 15:54:37
HiI want to use simple menus in creator is it possible insun java studio creator.

Can i access the excel sheet table data from my jsp application.

379 byte By Srinivasan1983a at 2007-11-26 15:55:06
Hi friends, I have a excel sheet where in that 2050 items list is there. So i want to access that data from my jsp application. All the data in that excel sheet must be appear in jsp page as a table. And i want to make search for one of the column, and it must be in updatable mode. Please ...

Page Fragment / javascript problem.. please help..

1015 byte By jasonweisea at 2007-11-26 15:55:35
I am having a great deal of trouble with a page fragment hopefully someone can help.I have a page fragment that I am using as a page header and on this page fragment I have a static text component that I want to have display the current time and date. I have a "clock" javascript that I have ...

Insert / Update / Delete Examples

342 byte By Marcelo_Batalhaa at 2007-11-26 15:58:51
Hi,I磎 new in Java and I磎 trying to follow the example above using Oracle Database, but it磗 not working. I`ve created de design and added the button "add" to insert new records. When I click the button a new line is created on the table component, but I can磘 edit or type anything. Somebody can ...

transform stand alone java application to web application

383 byte By oolea at 2007-11-26 15:59:11
Hello, Just got a basic question. How to deploy a non-web application on creator application server ? Ours is a regular java application (including class files) created with creator and we make it run by invoking a main method.My question is how do I wrap up my code and do I have to package it ...

Hell to recurring PropertyNotFoundException Problem

1239 byte By cokneylonesoftneera at 2007-11-26 15:59:23
Recurring PropertyNotFoundException ProblemEnvironment: Window 2003 ServerNetbean 5.5 with Visual web 5.5Assumption:Not a novice Problem: IDE log says:Caused by: javax.el.ELException: javax.faces.el.EvaluationException: javax.el.ELException: javax.faces.el.PropertyNotFoundException: ...

collect produces segmentation violation

1066 byte By Bernd_Boettgera at 2007-11-26 15:59:28
I am trying to collect performance data for a fortran90 application which is using third-party dynamically linked 32bit objects. I get a segmentation violation on calling one of the third-party subroutines running the application inside collect, which is not reproducable in terms of after which ...

Help with design

422 byte By Fast_Franka at 2007-11-26 15:59:45
Hello,I have three tables.scheduleproceduresprovidersI need to list all procedures in a table and indicate if they have a schedule if they have a schedule, I need to indicate if they have a provider.How would I do this in creator using the table control?does the table fire an event when a row ...

TextArea component

246 byte By pccruzadasa at 2007-11-26 16:00:11
Dear Sirs,I can set the textArea component initial focus on and off when I am building the application. But what I want is set the focus on at runtime. Is there some method to accomplish this goal?Thank you,Manuel Braz

Recovering Model

448 byte By reperioa at 2007-11-26 16:01:05
We are in the process of evaluating Java Studio for UML modeling. It has twice happened that we lost model use cases (i.e., they wouldn't show up in the diagram upon next start). Is there anything else that needs to be done besides hitting the Save button on all diagrams. More importantly, is ...

Hello kl2000

150 byte By scraftera at 2007-11-26 16:01:08
thanks youi have the same problem for insert a date fiel to database, please do you solve this problem? i need solve itthanks you

How to store login details in seperate text file.(Login & Logout Details)

428 byte By Srinivasan1983a at 2007-11-26 16:02:00
Hi friends, I have a login page, so whenever a user login then it must record in a text file about the username and time he logged in. And in the same manner if he logouts it must record the logout time in that text file. So that we can have a look of the users logged in and how much time they ...

ant installation

644 byte By cctana at 2007-11-26 16:03:07
Hi,I am new to Java programming thus I have utilized my resources to learn about it. I was getting along fine until I have bumped in to the import libraries topic. At the ebook that I was reading, I was required to download the codes, which I did and eventually download and install apache ant. ...

Page Fragment and javascript - need help please

1275 byte By jasonweisea at 2007-11-26 16:03:51
Hi all..I have a page fragment (being used as a header) and am trying to get a text field in this page fragment to recieve a value from a javascript (that is embeded in the page fragment).. see the example below..--PageFragment1-<?xml version="1.0" encoding="UTF-8"?><div ...

Extending AbstractPageBean

369 byte By vinjoa at 2007-11-26 16:04:52
Hi, I remember there being a topic on extending AbstractPageBean. I need to create a class which extends AbstractPageBean and then have my page beans extend this new class. It was causing memory leak issues for us in the earlier version of Creator, so we gave up the idea.Is this now possible ...

How do i pass parameters to actionEvent method ?

3488 byte By dElaya at 2007-11-26 16:05:45
How do i pass parameters to actionEvent method ?I hope this message isn't too long but i wanted to give you clearer picture of my problem.thanks for readingI'm creating programatically bunch of Hyperlink Images (buddyIcons) ....Path to image,Text and component's ID are in database table ...

pthread_cond_timedwait() returning ETIMEDOUT too soon?

674 byte By mattwozniskia at 2007-11-26 16:07:10
I have two threads in my program. I would like the thread containing main() to spawn a new thread to perform a complicated task for up to five minutes, but kill it if it takes too long. I've been trying to accomplish this with a pthread_cond_timedwait, but it seems that this function can ...

appendRow

729 byte By Marcelo_Batalhaa at 2007-11-26 16:07:22
Hi,I have a button to add lines in a table, it磗 working, but I would like to set a value to a field after a line is created. I磛e used the setValue property, but nothing happens. Anybody can help me ? Here is the code i磎 using. Both fields don磘 change their values.try {RowKey rk = ...

compiler name f95 conflicts Lahey & NAG

630 byte By NormCa at 2007-11-26 16:08:16
Sun Fortran comrades, I just installed Sun Studio 11 on a 32-bit SuSE 10.0 system. It seemed to install without any problems. I work from the command line and my own makefiles. The name of the Sun compiler, f95, is the same as one of the intermediate programs that compose the Lahey compiler as ...

How to Format a static text

950 byte By marcnikkoa at 2007-11-26 16:08:26
Hi,I'm using java studio creator 2 update 1. To my page, I added a static text. I bind that static text to a session bean field which is a double. When I click a button that field gets updated.I want to format that field so that its precision goes to 3 decimal places. For example, I want to ...

Installing Sun Studio in Custom location

418 byte By curtorkara at 2007-11-26 16:09:23
Hi,I have installed sunstudio 11 on a Solaris 10 system using the batchinstaller programe. The installation was successful under /opt/SUNWspro.I need to move the same to a nfs location. But the same when moved gives an errorCannot find Netbeans 3.5V11release.Is there a way I can specify the ...

sorting columns that aren't bound to a dataprovider

507 byte By apersona at 2007-11-26 16:09:36
Hello,In a table of fields that are mostly bound to a dataprovider, I have one column of labels, bound to an object of my own making. It was not automatically made sortable by studio creator, and my attempts to make it sortable using a SortCriteria object failed. This is because I don't have a ...

array of UI component

1298 byte By java.bossa at 2007-11-26 16:10:23
I am trying to use an array of DropDown components like this jsp code (vwp project)<ui:dropDown binding="#{scheduler.subjectDD[0]}" id="subjectDD1" items="#{scheduler.dropDown1DefaultOptions.options}"/>the java bean containsprivate DropDown subjectDD[] = new DropDown[10];//initialized in ...

Problem creating / using custom java applet

1188 byte By jasonweisea at 2007-11-26 16:11:43
HiI am having trouble in both JSC2 and Netbean5.5 adding a custom java applet to my project. More accurately I can add / create the new java applet file and compile my code perfectly but when I try to use the applet from within a jsp or page fragment the browser throws a classnotfound error.As ...

Standard jstl in studio creator 2

500 byte By fredje_2000a at 2007-11-26 16:12:28
Hi all,I can't get the standard jstl tags get to work...I first added:<jsp:root version="1.2" xmlns:c=" http://java.sun.com/jsp/jstl/core" ...Then I try to print a property of my sessionbean (for testing):><c:out value="#{SessionBean1.helpEnabled}"/>It prints the string literally ...

Scratch files in the 'run directory'

1336 byte By Philippe_MICRESSa at 2007-11-26 16:12:52
Hi!This is probably a set-up problem (in which case I would be very interested to know what I should tweak...), but it seems to me that scratch files appear in the working directory (and would not always be cleaned-up in some not easily reproducible crashes). Is it possible to put them out of ...

Building Boost 1.33.1 on Solaris 5.8 with Sun Studio 11/C++ 5.8

1263 byte By victor1a at 2007-11-26 16:14:31
I'm getting a lot of compile errors such as below. Do I need some patches? >> Assertion:(../lnk/init.cc, line 1032)while processing ./boost/signals/detail/named_slot_map.hpp at line 64.CC-c -DBOOST_SIGNALS_DYN_LINK=1 -DBOOST_SIGNALS_NO_LIB=1 -g -xtarget=generic +d -features=rtti ...

Store Images in DB or on Filesystem

365 byte By kroikiea at 2007-11-26 16:14:45
good day all,i am about to implement an image upload/display feature in my web app.my options are store images in the database or store path to images in the database and store images on the file system.considering that i am using JSC to do my development, which option would you experts out ...

Please help i am stuck o this point for a long time now

1253 byte By Sapana at 2007-11-26 16:17:17
I have posted the same problem several time, sorry for bothering people here but i am really stuck here. If anybody needs more information please let me know.I have my project deployed on Godaddy.com, I uploaded the .war file and it exploded well too. it is deployed ...

connect to sql

102 byte By carod8402a at 2007-11-26 16:18:53
when i connect to sql server, i have a error "Connection refused:connect".Help meregards

Define multiple SessionBean

166 byte By nick091a at 2007-11-26 16:18:54
Hi there.I'm working on a large project, so I wish separated SessioneBean for each main pakage.How can I do?ThanksNicola Grippaldi

DropDown selected

808 byte By JINXYa at 2007-11-26 16:19:10
Hi to all,i've a problem with dropdown component. I've 16 dropdown components and for each i want to set selected. for this purpose i've defined a string array and selected it from design view, for example: #{MerchantStmtInfo.merchMailAddArr} and then change it to ...