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 ...
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 ...
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 ...
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 ...
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. ...
71 byte By
dElaya at 2007-11-26 15:02:49
Where is the component's source code ?thanksdElay
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?
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 ...
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 ...
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, ...
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 ...
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?
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
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 ...
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... ...
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 ...
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 ...
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++ ...
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 ...
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 ...
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 ...
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: ...
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 ...
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.
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 ...
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
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
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 ...
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 ...
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:%] ...
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
I m using Java Studio Enterprise 8.1 n facing problem while creating a new project (not getting the option for SOA).........
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 ...
Is it possible to add a stylesheet to a portlet? Using the "style" property is inconvenient.
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
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 ...
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 ...
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
(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 ...
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 ...
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 ...
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\"" ...
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 ...
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 ...
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 ...
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.
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
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 ...
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 ...
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, ...