Check this out at http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=98b88caa
It says the solution is that ColdFusion MX 6.0 users should install the free ColdFusion MX 6.1 Upgrade.
btw - some of the time with those wierd java error messages if you paste the second line i.e...
Hi there,
Thank you so much for all your replies but especially to imstillatwork as this was the problem....
<style>
@import url("");
</style>
I was going to include another style sheet but never got round to it. Once I had taken this out the problem was solved. Wierd.
Thanks again cos this...
I know, it is wierd. I thought I was going mad yesterday!
This is the sql
<cfset sqlString = "
INSERT INTO tds_core (SURNAME,
PREFERRED_FORENAME,
PRN2,
curstatus,
disabil,
profile_status
)
VALUES ('#ff_SURNAME#',
'#ff_PREFERRED_FORENAME#',
'#ff_PRN2#'...
Hi there,
I'm using Coldfusion 6 and fusebox 4.1. I get a duplicate entry into the database when using Firefox but not when I use Internet Explorer. It's exactly the same code of course!
Any ideas?
Thanks,
Bruce
Hi there,
I'm using javamail to send an html questionnaire that has text areas for users to write sentences in. But when the spacebar is used to put spaces in between words outlook automatically goes onto the next email in your inbox. It's a keyboard shortcut! Outlook express is ok it's just...
Sorry, fixed this problem. Was being really silly!! Trying to update table but looking for new changed id number in database rather than looking for old id number first then changing it. Oops, one of those days....
Hi there,
I'm trying to update a row of data in a table in an Access database from a Java Application. First it wouldn't work because I had related data in other tables. Changed relationships in database so that it will "cascade update related fields". It now allows me to update data that is not...
Hi there,
I'm trying to update a row of data in a table in an Access database from a Java Application. First it wouldn't work because I had related data in other tables. Changed relationships in database so that it will "cascade update related fields". It now allows me to update data that is not...
Hi there,
I'm trying to send an html questionnaire that has text areas for users to write sentences in. But when the spacebar is used to put spaces in between words outlook automatically goes onto the next email in your inbox. If you go tools>options>other>preview pane and uncheck "single key...
If you're wanting to avoid checking the int to find out what month you've got ie 11 if statements and 1 else or however you want to handle the 12 months you could do something like this....
java.util.Date date = new java.util.Date();
DateFormat df = DateFormat.getDateTimeInstance()...
...id="test" scope="session" class="servletlesson.TestBean" >
<jsp:setProperty name="test" property="*" />
</jsp:useBean>
It seems to do all the work for you. I'm not sure what you mean by using session to share the data, cos I thought I was...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.