Hi, I have a situation where a certain page can be called from any part of the application. But once the user has completed his/her task on this page it must return to the calling page. I don't want to define navigation rules to return to all parts of the application from this page. I have ...
6074 byte By
Madana at 2007-11-27 4:09:47
Hi,I assume if I am connected to net and engage download manager and I get a reply that no updates are available I have all downloads I need.I gather bug 6466674 hotfix fixes code revertion to original state.Last several months I have to frequently take care of code error due to IDE ...
5576 byte By
aircana at 2007-11-27 4:10:48
I need help to make this work. Tomcat works perfect, mysql works perfect jsp pages can work perfect but simple jsp page or war file that needs to connect mysql don't work. What am I doing wrong? I tried to change web.xml, context.xml but still nothing changed. non of the advices on this forum ...
767 byte By
walt_s.a at 2007-11-27 4:11:19
I have Enterprise version 8.1 installed on my machine and I am using it to reverse engineer some Java code. I would like to generate a few graphics in eps format, and I am having serious problems with the size when I export them as svg and translate them to eps. So, I want to turn off some of ...
Hi,How can I configure a c/c++ project, so that the #include directive will be followed by a header file name with a hyperlinlk (so that clicking on it will cause the editor to jump to that header file ? )Mark
static inline const unsigned char *tree_entry_extract(struct tree_desc *desc, const char **pathp, unsigned int *modep){*pathp = desc->entry.path;*modep = canon_mode(desc->entry.mode);return desc->entry.sha1;}const unsigned char *tree_entry_extract(struct tree_desc *, const char **, ...
434 byte By
mraja at 2007-11-27 4:12:40
Hi All,I am new to JSF..I need to retrieve Post parameters from plain HTML pages.Once i receive the post parameter in JSF then i need to validate one of the parameter and redirect user to diffrent pages based on the parameter value.What is the best way doing this scenario..The source of the ...
301 byte By
BillVa at 2007-11-27 4:14:43
I have a text field that receives data from a MySQL database TIME field. In Safari when I input the first character of the time, Safari crashes. The same text field in Firefox works properly.Has anyone else experienced this problem. How was the problem solved?Thanks,Bill ...
sysinfo:jdk 1.6.0_01build 200701170600 (installed from tarball)netbeans-55_mars linux fc5 (knowingly unsuppored)When trying to make ``Welcome'' in the IDE using the existing ``Important/Makefile'' provided, here's the error upon right clicking for the popup menu and then selecting ...
i want to redirect to a to a page in Project using relative path!!!Can any body help me!!!
Hi All,I can't get the Set of rows by checkbox selecting when table has a retrieve argument and the checkbox setting auto-submit, whether setting table's retrieve argument to static variable or not.private static String tabsubstaid;public void prerender() {if (tabsubstaid != null) ...
The findComponent(String name) method is throwing NullPointerException when used in prerender(). Could anyone suggest me any alternative for this?Thank you.
485 byte By
JonSAa at 2007-11-27 4:16:59
Hi Could someone please help me, I have no idea what the problem could be. I have a main page that has a table and a popup page that shows information relevant to the row clicked on the main page. When I run the program on the computer that the server runs on it works perfectly however when I ...
590 byte By
owcz@ra at 2007-11-27 4:17:59
Hi,I'm developing application in JSC and using calendar component. Where can I make a modification to get english name of months on the website under the calendar component ? I was trying to set TimeZone:pgmEffDateF.setTimeZone(TimeZone.getTimeZone("America/Los_Angeles"));but it doesn't ...
Hi,The following error message has started poping up since upgrading to Sun Studio 11:"sstream", line 41: Error: Template declarations cannot have extern "C" linkage.As far as i understand, sstream is a library that comes with Sun Studio so how should I interpret this message? Is it saying that ...
I have a problem with CC from SunStudio 11. It crashes while compiling with the following message CC -I. -c Token.cpp >> Signal 11:while processing Token.cpp at line 5.The OS is solaris 8 and I have installed patch 121017-10Here is the source file/* ANTLR Translator Generator */#include ...
Hi, I am grateful for this community since it has helped me with my project so far, but now im hopelessly stuckIm creating a web-app with one main page and the rest of the pages are shown in the form of content of dialog boxes( Ex: ...
622 byte By
helpmeea at 2007-11-27 4:23:35
Hi to all,i am trying to do text completion... http://developers.sun.com/jscreator/learning/tutorials/2/textcompletion.htmlwith the help of the above link i am doing.. Here is my doubtif i am typing any word means it has to come from my database table...in above link they are using Dictionary ...
hi, all. in studio debugger, how to set a condition, so it can make the code run bw breakpoints 400+ times, until the condition i set becomes true.
1334 byte By
walid.ka at 2007-11-27 4:24:28
Hi,i develop page with visual web pack it contains ObjectListDataProvider, i add java class : public class ZipEntryListDataProvider extends ObjectListDataProvider and this code in session bean private ZipEntryListDataProvider zipEntryListDataProvider = new ZipEntryListDataProvider();public ...
3909 byte By
Sabira at 2007-11-27 4:26:40
I get this error even if I create a blank new Visual Web Project using NB VWP 5.5.1 (Beta) with all the latest patches installed. The project runs on Sun Java System Application Server 9 (bundled one for 5.5.1). I have also installed enterprise pack 5.5.1. According to the TLD, deferred-value ...
** cross posted on SDN JSC Forum and Netbeans J2EE Nabble forum ** I have a page that is bound to a MySQL table rowset or, alternately, a new (append()'ed) row. The row's Primary Key is a MySQL auto-increment Integer (translates to a Long.) After commit()'ing the the new row to the database, ...
2598 byte By
moponta at 2007-11-27 4:29:24
We are using JSC2 which creates a cached row set (com.sun.sql.rowset.CachedRowSetXImpl) to implement a simple query on a legacy Oracle table that contains a CLOB column. When the DataDirect JDBC driver is used in the JSC2 development environment, everything works normally when the application ...
can anybody tell me how to use scriptlets in java studio creator 2?Please...
A beta release of FLASH 3 fully configures and compiles under the studio 11 /x86compiler suite. The code is parallel and uses mpi for the process intercommunication,for which we use Sun's CT7 (Clustertools 7).The code runs fine for one and two cpus, but fails with an error for more cpus. This ...
How can we use calender components in datatable properly.We can show the date using calender components, but the problem is on changing any date using calender the new date is only going to the first row of the table. Can any one tell me how we can solve the problemThanks in ...
Hello.I'm doing a project for an mp3 player. I have to clases GUI and Core. Core hava a constructor Core(GUI * gui). Both classes have a header file with something like://Core.h #ifndef CORECLASS#define CORECLASS...//class delcaration//end ifThe problem is that I can't compile any of them. I ...
475 byte By
Lewana at 2007-11-27 4:36:00
hey!I am a beginner in J2EE and SJSC...and I need help :)Although I have searched the forums I didn't find an answer to this question:Is it possible to debug a class library from Studio Creator?I added both jar file to classpath and the sources catalog to the sources while creating new ...
412 byte By
aceveza at 2007-11-27 4:36:38
I am new to C++ so I believe this is a basic question.I was given the job of compiling a C++ program to be compatible with Sun compiler 5.5 Patch 113817-19 2006/10/13 on Solaris 9 Sparc. Since I did not have the Sun One Studio 8 I compiled the program using G++ 3.4.6. Question: will this ...
OK, after coming across the "std::distance<std::ForwardIterator, std::ForwardIterator> error, I've been leaning towards using stlport.But, as is quite clearly defined in the docs, you can't mix stlport and Cstd.So.... what about JNI? Can I link against libjvm.so from an stlport-compiled ...
317 byte By
Zootlea at 2007-11-27 4:37:21
I have a large number of targets in a make.rules that are listed as the .INIT target. They are mainly code generation from XML, so they have to precede the targets in the regular makefile. As such they appear to always be built in serial mode. Is there a way to get these target to build in ...
i have bounded textbox to data adapter and data is controled by a dropdown list.but when i select some value from dropdown list,only readonly textboxes rereshe but read/write does not refresh its contents.can anybody tell me what's problem?
Hi All,We want some clarification regarding SUN C++ Compiler S/W. We have Sun studio v 11 installation on SUN v280 R server, where SUN C++ compiler shows v 5.8 (Server Output as below)And as per our environment requirement is SUN C++ Compiler S/W version 8 . As in common terms Solaris OS 5.8 is ...
I have confusion about how CC mangling works for C code. Could you please give me a rule about when the mangling will be effect on the funcion?In the following scenario, all three functions have been declared by extern "C" in queue.h, queue and queue2 have the same defination, but the queue2 ...
when i submit a form it does not submit rather page is resetted and shows initial state!!!what's problem here?can anybody tell me?
My JSC projects will not work on Tomcat 5.5.23 because ApplicationBean init() and the SessionBean init() are not firing. The projects work OK on Weblogic 8.1 and the JSC dev server.I have followed the instructions given in ...
How to get the contents of cell of selected row's column of data table?
I'm trying to port an application from g++ to the Sun Studio 11C++ compiler. The app uses the DBTools library which now won't link. I notice that the compiler is shipped with the tools.h++ library so I can link classes such as RWCString etc but when it comes to using the database classes ...
226 byte By
jg1234a at 2007-11-27 4:41:17
Friends have a problem! I have a value selected in a component dropDown. When I am going to the second page, and I go back to the first page, the dropDown loses the selected value. Thank you!
120 byte By
jg1234a at 2007-11-27 4:41:28
When closing the page 2, does form exist of feigning clicking of a button in the page 1? Thank you
373 byte By
Aquinasa at 2007-11-27 4:42:42
I created an application with Sun Studio Enterprise 8.1. I built the Jar file and then moved it and its corresponding 'lib' directory to another box. When I run the application with the 'java -jar' command, I receive the following error:Exception in thread "main" ...
793 byte By
kroikiea at 2007-11-27 4:42:45
good day all,JSC provides wonderful sorting features out of the box for tables and these allow my users to look at a dataset from many different angles without making a new query.however my users are very interested in placings so if they sort by a particular column and focus on a row, they ...
113 byte By
jg1234a at 2007-11-27 4:43:03
How does to show a field blob mysaql in a component table?ThanksI type from Brazil !!!!!!!!!
I've built a java app part of which I want to make available to C/C++ programs as an API. I see two possibilities:1. Rewrite the whole program (about 80 000 lines..... :-(Are there any tools out there to support that?Tools to map java-classes to C/C++ libraries to make that port ...
2084 byte By
s.ba at 2007-11-27 4:44:06
cc: Sun C 5.9 Linux_i386 Build40_1 2007/02/09My machine has 1GB ram, and 2GB swap. One one source file - it goes berserk allocating all the available memory [in this example 1.6Gb - before its killed]Mem:1032340k total, 1019564k used,12776k free,600k buffersSwap: 2096440k total, 1151580k ...
If this is the wrong forum please provide link to correct forum..ThanksTrying to install: sjas_pe-9_0_01_p01-nb-5.5-windowson XP..The installation fails with this message: (why does it say Appserver8 instead of 9? Why won't it install?Thanks.."Installing Appserver8..." "Executing the following ...
Hi Can someone explain to me what is the difference between setText() and setValue() Because it seems to me so far both are doing the same thing. Thanks
Please help me,I have a OutputText and few selectionList and a CommandButton in my page. When I select items and click update CommandButton thenthe selection should append into output text.I just tried writing some action method to the commanButton but the values that I am setting to the output ...
2995 byte By
sunsdna at 2007-11-27 4:46:37
Hi!I've installed Sun Studio 11 on Mandriva 2007.1 Free edition. I would like to play the Temple of the Sun game but the building process fails consistently.I tried to follow the instructions on the following page http://developers.sun.com/sunstudio/learning/temple_faq.html#but still no joy.The ...
440 byte By
jg1234a at 2007-11-27 4:47:13
Hello friends have a possession in VWP I have a component dropDown that this linked in the a field of a table. The case that I have to choose a customer's name and to click in button That button is going to the Page 2 When I close the Page 2, and I go back to the Page 1 the dropDown loses ...