Hi all,

I have a drop down select box which is as follows:

<select>
<option value="&#163;100K - &#163;1M">£100K - £ 1M</option>
...
...
</select>


The value selected is stored in Session scope and when I retrieve it, it
appears as A£100k - A£ 1M
On the server running on a Unix machine, it appears as ?£ 100K - ?£ 1M

Does anyone know the reason for this?

Thanks in advance
jose



-----Original Message-----
From: Shahata, Ash [mailto:[EMAIL PROTECTED]]
Sent: 14 October 2002 08:23
To: [EMAIL PROTECTED]
Subject: Jboss + Tomcat


Hi all - I'm starting to do some work with Jboss and EJBs, and I downloaded
the latest version which contains Tomcat integrated, and Im confused about
two things.. first, when I use the run script under Jboss, does this start
Tomcat as well automatically, does both Jboss and Tomcat run under the same
port? Is there a special config file that links both Jboss and tomcat where
I can find these default ports? I checked server.xml under catalina but it
was normal!
Second, I understand that Jboss is just an EJB container and it can not
handle servlets/jsp, does this mean that Jboss will always need a servlet
eng like Tomcat to run jsp?

Thanks

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

==========================================================================To 
unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

Reply via email to