Blank Page After Button Click

5235 byte By kroikiea at 2007-11-26 15:00:49
good day all,after successfully developing and running my web application in Java Studio Creator. i exported a war file and then used it to deploy the application on Sun Java System Application Server Platform Edition version 8.2.The application works fine until it gets to the most recently ...

Drop Down List in a table - different options for each row

366 byte By shafeeq_eva at 2007-11-26 15:01:08
How can i have a drop down list in a table with different options for each row?My requirement is this.. I want to display, say employee dtails in a table, and one column is employee hobbies, whcih can have multiple values and each employee may have a different list of hobbies. So how can we ...

Derby DB SQL and parameters

726 byte By DamonLaCaillea at 2007-11-26 15:01:18
Hi all. I've gone through the tutorials and am running along okay. I ran into the following error though:======org.apache.jasper.JasperException: java.lang.RuntimeException: org.apache.derby.client.am.SqlException: At least one parameter to the current statement is uninitialized.======I'm ...

all background images are gone after i perform an action from a fragment

421 byte By Legolas.wa at 2007-11-26 15:01:47
HiThank you for reading my post.I have some web pages that contains some page fragments.all fragments has an image background which i set using DIV element style.now that i run the application, after i for example, press login button when page shows again all background images are bone, even ...

Linux Fedora Core 6 : The installer is unable to run in a graphical Mode...

733 byte By mpitubaa at 2007-11-26 15:02:45
When installing the Sun Java studio Creator 2 Update 1 or the earlierversion I get the message that follow. I would like If anybody can help me.Thanks!Message: __ Initializing InstallShield Wizard........ Launching InstallShield Wizard........ .The installer is unable to run in graphical mode. ...

Where is the component's source code ?

71 byte By dElaya at 2007-11-26 15:02:49
Where is the component's source code ?thanksdElay

Stand-alone software

161 byte By pcesarfea at 2007-11-26 15:04:52
Hi!I am a newbie in java development. I'm using Java Studio Creator 2.1.How I can compile and execute a simple stand-alone program with it?

Adding Data to Table component using defaultTableDataProvider

389 byte By Suhas4Javaa at 2007-11-26 15:06:12
I am working with Visual Web Developer on netbeans5.5.I have an issue with tables as most of the tutorials work with database drag and drop which is not possible with ms access database.Hence i need to know of how to insert data into the rows. By using defaultTableDataProvider.....If its ...

urgent :: visual web developer's table component

429 byte By Suhas4Javaa at 2007-11-26 15:06:23
I am working with Visual Web Developer on netbeans5.5.I have an issue with tables as most of the tutorials work with database drag and drop which is not possible with ms access database.Hence i need to know of how to insert data into the rows. By using defaultTableDataProvider.....If its ...

Coredump on load test!!!!

4790 byte By wliangya at 2007-11-26 15:07:09
Hi, All,Only when I do loadtest, a process coredumped, here are detailed informtiaon, please help analyse it, thanks!(dbx) wherecurrent thread: t@8=>[1] __lwp_park(0x4, 0x0, 0x0, 0x0, 0x1, 0x0), at 0xffffffff789c8fa8 [2] cond_sleep_queue(0x1002cc440, 0x1002cc420, 0x0, 0x1, 0x11d7f0, ...

Shortened lifelines are not persistent

757 byte By AlanDavidsona at 2007-11-26 15:07:35
In sequence diagrams, I shorten lifelines in order to split a diagram for exporting. For example, if I delete the last 10 messages, I can shorten the lifelines attached to those messages.Any changes made to the diagram are persistent after saving, except the lengths of lifelines that have ...

how to print?

129 byte By gio_moria at 2007-11-26 15:08:15
Hi all,how can I print a page from my webapp?can I use a "printable version" button?if so, how to set it up?

What is the diff between rowset in session and page?

209 byte By Fast_Franka at 2007-11-26 15:08:36
Hello,Can someone explain why I would want to create a RowSet in SessionBean1 instead of in the Page with the DataProvider?ThanksFrankMessage was edited by: Fast_Frank

Help - how to add my own data to a table

414 byte By Fast_Franka at 2007-11-26 15:09:00
Hello,I looked at the tutorials, but cannot get this to work.I want to load a table (each row) with data I read from other tables.I tried: RowKey rk = objectArrayDataProvider1.appendRow();FieldKey fk = new FieldKey("A");objectArrayDataProvider1.setValue(fk,rk,"HELLO");Can someone point me in ...

Problem using 'selected' attribute of dropDown component

2129 byte By cokneylonesoftneera at 2007-11-26 15:09:10
Valid Assumptions:1. Developer is not a novice 2. Problem has been verified by third party3. Using Netbean 5.5 plus Visual Web Pack 5.5Problem:The 'selected' attribute of the webuijsf:dropDown throws 'Component Error' <webuijsf:dropDown... ...

How do I change virtual form focus?

495 byte By vin_stara at 2007-11-26 15:09:12
I've this issue where hitting 'enter' in a text input field submits different virtual form.Page has two virtual forms. On loading the page, the first virtual form's submit button is focused by default. When user hits 'Enter' in an input text field of the 2nd virtual form, the first ...

help about links

328 byte By @18@a at 2007-11-26 15:11:11
hi, i have a table with two column with hyperlink name editPart1 and editPart2.the links will direct me to another page showing data from my database.how do i disable my editPart2 link if there is no data in the database but enable the link when there is data in my database to show in the next ...

Unexpected: "may not have a type qualifier" error

2138 byte By germancheunga at 2007-11-26 15:11:28
Hi,When I uses a 3rd party auto pointer utility, an unexpected "may not have a type qualifier" error raised. I hacked into the code and able to reproduce the problem with the following program. Any one have workaround or solution for it? Thank you very much.Compiler version: $ CC -VCC: Sun C++ ...

Checkboxes indicating which row is new

336 byte By apersona at 2007-11-26 15:11:29
I have a table with checkboxes in one column. Currently they are not bound to anything. I would like to have it so that every time I append a row, that row's checkbox will be ticked.Does anyone know how to do this?I've tried binding them to all sort sorts of objects without much ...

Problem in working with imported EJBs

466 byte By kaushalya.csea at 2007-11-26 15:12:09
Hi all,I have created a ejb module in studio enterprise and want to import it to creator. EJB module compose with CMP entity beans from MySQL DB and stateess sesssion bean. Then i imported the module and worked with business methods. But they are not working. Can anybody plase tell me how to ...

Dynamic tree

412 byte By enskaa at 2007-11-26 15:12:58
Hi,I have a dynamic tree on the page1 and I need to send 2 parameters to page2.I tried this:ownerNode.setUrl("/faces/cars.jsp?ownerId=" + ownerDataProviderARKM.getValue("OWNER.OWNERID").toString())"&owId=" + ownerDataProviderARKM.getValue("OWNER.OWNERID").toString());I have 2 tables on ...

Operator ambiguity during the Studio 11 C++ compiler

1642 byte By opsia at 2007-11-26 15:13:38
Hi,We are on the verge of upgrading the compiler from WS6 to 11. As such a need to compiler all the existing code which had been compiled successfully by WS6. However, we are facing some problem for the Template <class T> issue:#include <sstream>#include <string>class ABC: ...

C-precompiler's predefined symbols

304 byte By Fridolina at 2007-11-26 15:13:51
For the use with a lint tool I need a complete list with all predefined precompiler variables (such like __STDC__). With a GNU C compiler I can use the option -dM and the compiler generates such a long list. Is there something similar with the Sun Studio11 C Compiler? What can I do ...

help for jdbc connectivity

291 byte By lacina at 2007-11-26 15:13:56
hi As i am new to java studio enterprise,i wish to know to do database connectivity and how to use components from palatte like dbquery and qbreporti have installed netbeans5.0 and studio enterprise server 8.1expecting reply eagarlyregards,Srinivas.

Tree in Page Fragment: Tree Nodes hyperlinks relative to the previous page

3134 byte By c.m.mwungua at 2007-11-26 15:14:57
I know this is a popular discussion, and loads of information exists in the forums. However, i have not been able to get a solution to my problem.Let me state my background. I will make it as simple as possible.I have five pages, startpage.jsp, page1.jsp, page2.jsp, page3.jsp and page4.jsp.When ...

how to insert multiple row in a db

179 byte By gio_moria at 2007-11-26 15:15:46
my webapp reads a db table, if it doesn't find rows it has to add n rows to the db(it obtains n with a row count from another table)helpppppppppppppppppppppp

Creator2U1 compatibility with AppServer 9 /JDK6

214 byte By InfoSysExpertsa at 2007-11-26 15:15:50
Hi has anyone tried deploying JSC2U1 apps to App server 9?any compatibility issues or problems?would the "remote deployment" tool in JSC2U1 work for AppsServer9?thanks!!- P

An XJC compilation error - Could not load class (..) for type cvsversion

2076 byte By Diginsitea at 2007-11-26 15:18:13
I've got a strange compilation error using NetBeans 4.0 (I'd guess the version does not matter here) and Ant 1.6.2. When the following task is executed,<target name="compile_ofx_schema"><antcall target="clean-ofx"/><delete dir="${ofx-jaxb-src.dir}"/><mkdir ...

Visual Web Pack looking for AppServer but set for Tomcat

4301 byte By CandideECa at 2007-11-26 15:18:37
I am having trouble starting a Creator 2 project I imported into the Visual Web Pack. It seems to be trying to use the AppServer which I do not have installed. It is set up to use Tomcat55. I set it up following the import instructions. It is clearly marked Tomcat55 in project.properties. It ...

collect causes segmentation fault when profiling L2 data cache misses on T1

472 byte By John_Ca at 2007-11-26 15:19:04
I am attempting to profile L2 data cache misses on a SUN T1000 server, but collect causes a segmentation fault when I choose to profile L2 data cache misses. Is it possible to profile L2 data misses on the T1 processor?Thanks!-JohnA simple hello world application and the failed profiling:%] ...

not getting the option(test web service)

284 byte By Indu_Garga at 2007-11-26 15:20:09
I m using java studio enterprise 8.1and creating a web service.....n when i create it after that at the time of testing i got no option for testing the web service.......the annotaions are not supported in source 1.4.how do i upgrade it to source 1.5 which supports annotations

service oriented architecture option missing while creating new project

131 byte By Indu_Garga at 2007-11-26 15:20:11
I m using Java Studio Enterprise 8.1 n facing problem while creating a new project (not getting the option for SOA).........

Error java scrip body1_jsObject no search for explorer

444 byte By raulvienea at 2007-11-26 15:20:26
Hi:I have an application that keeps something in section. In it is line: getSessionBean1 () .setIdEmpleado (idEmpleado); In the Firefox it works to me correctly but in Microsoft internet explorer it gives an error me in the line: <body id= " body1 " onload= " return ...

CSS file in portlet

99 byte By Martin777a at 2007-11-26 15:20:57
Is it possible to add a stylesheet to a portlet? Using the "style" property is inconvenient.

Deployment to remote server fails -

160 byte By Grahame-Ca at 2007-11-26 15:21:47
Apologies. I think I posted this to the wrong forum. Have reposted in the Sun Java Studio Enterprise forum.Message was edited by: Grahame-C

libumem complains on redzone violation in std::deque even with latest patch

16133 byte By andersoa at 2007-11-26 15:22:17
HW: e2900 (USIV+ cpus), 5.10 Generic_118833-24I've applied the latest libCstd patch 119963-08SW: CC +w -fast -erroff=hidef -V -PIC -mt -xtarget=ultra3 -xarch=v9a sunBugReportDeque.ccCC: Sun C++ 5.8 Patch 121017-08 2006/12/06cg: Sun Compiler Common 11 Patch 120760-11 2006/10/18The attached code ...

Adding a project to the Editing Area

579 byte By Wooly42a at 2007-11-26 15:23:48
hi.When you create a project, it is automatically added to the Editing Area, which includes a tab at the top of the Editing Area. And once you remove a project from the Editing Area, its tab is also removed. This works for all projects as well as the Welcome "project", which allows you to open ...

Checkbox

293 byte By Jaquelinea at 2007-11-26 15:24:06
Hello,I hope someone can help me... I'm editing a record of my table and I'm using a checkbox to indicate if my record is active or not. But when I edit it I don't know how to make my checkbox appears checked if my field is 1 or appears unchecked if it is 0... ? Thanks

Unable to deploy composite app to remote sever

1312 byte By Grahame-Ca at 2007-11-26 15:25:18
(I am new to JBI application development.)I have a very simple composite application in Netbeans 5.5, which deploys happily to the local server (Sun Java App Server 9), but will not deploy to a similar remote server.Netbeans and the local app server are running on Windows XP. The remote server ...

getAllSelectedRowsCount is not a function

392 byte By discusfisha at 2007-11-26 15:27:18
I must have done something today, but every table component that I have now producing javascript error above. Yesterday everything was ok.Try to look at this: http://forum.java.sun.com/thread.jspa?forumID=881&threadID=5062612but it seems nothing wrong with the web.xml. I can see the ...

Problem with Dropdown in table

708 byte By harisreea at 2007-11-26 15:28:46
hi all,I have a problem with dropdown.I am using a table and a dropdown in side the table.I am also using virtual forms. This table is binded with one cached rowset data provider and the drop down is binded with one Option object.But when running I am getting the following ...

ICE: CC signal 11 during compile of mysql-5.0.27

1546 byte By mdoehra at 2007-11-26 15:28:48
I'm trying to compile a 64bit version of mysql-5.0.27 and I'm getting a segementation fault of the compiler:CC -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/export/home/doehrm/bix64/bixdata3/external/mysql-5.0.2 7\"" -DDATADIR="\"/export/home/doehrm/bix64/bixdata3/external/mysql-5.0.27/var\"" ...

Custom Component - Auto Submit on Change

547 byte By kewiga at 2007-11-26 15:30:41
Hello,I am working on a custom component for Sun Java Studio Creator. I have the component mostly working and ready, except now I need an "Auto Submit on Change" functionality in my component. I want to be able to right-click on the component and select "Auto Submit on Change" from the pop-up ...

background resizing

806 byte By Dtbonea at 2007-11-26 15:30:57
I'm in the process of creating a forum in JSC 2 and I'm having some issues with the background image(s). How can I get a background image to resize with the height of the page.For example. In a forum you never know how long each page will be even if you set the pagination to 10 posts per ...

Escape html

653 byte By Dtbonea at 2007-11-26 15:32:15
In my project, I have certain text fields that have their escape option turned off so that html in it can be interpreted as html. I have the the following in the text field:<img src='C:/emoticons/cool.gif'>This should show a picture from my C:\emoticons folder called cool.gif, it ...

paginationContols

174 byte By Eke_nya at 2007-11-26 15:32:24
Hi all,I'd like to know if there is a way to localize Go button and Page: static text in paginationControls of ui:table.Thanks in advance.

Static Text Component

171 byte By pccruzadasa at 2007-11-26 15:33:26
Dear Sirs,I want to write a lyric in a Static test component, but I want several lines. Is there some carriage return to achieve this goal?Manuel Braz

Hosting on web?

344 byte By Suhas4Javaa at 2007-11-26 15:33:56
Hello, I have developed the working project in the visual web studio on netbeans5.5. I am developing it in windows 2003 server. Can anyone guide me of how to host my project. I am working in a local network. This network is LAN Based and its been used by my company.Hence i want to host in my ...

LogOut_action

635 byte By enskaa at 2007-11-26 15:35:13
Hi,I have logout function on page:public String hyperlinkLogout_action() {// TODO: Replace with your codeFacesContext context = FacesContext.getCurrentInstance();HttpSession session = (HttpSession) context.getExternalContext().getSession(false);session.invalidate();try ...

JDBC form wizard missing?

320 byte By kreecha_pua at 2007-11-26 15:35:17
Hi there,I downloaded Sun Studio Ent 8.1, but i found there is no JDBC form wizard and also in the palette the Bean is empty no component in there. Am i missing something? I follow the tutorial of Netbeans available from the net because i thought they are the same. Am i right? Thank you, ...