Re: [OT] was Re: Advice for Struts expert ...

2006-01-08 Thread Jason Lea
less definitive definition - http://uncyclopedia.org/wiki/Trolls -Ted. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Jason Lea

Re: OT: OutOfMemory

2005-11-28 Thread Jason Lea
unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Jason Lea

Re: i18n Issue for Chinese Locale.

2005-11-17 Thread Jason Lea
<% Locale locale=new Locale("zh", "CN"); session.setAttribute("org.apache.struts.action.LOCALE",locale); %> Result is, 亲爱的 -- Jason Lea - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: new website look

2005-10-24 Thread Jason Lea
additional commands, e-mail: [EMAIL PROTECTED] -- Jason Lea

Re: Submit form with and

2005-09-24 Thread Jason Lea
rie Harper wrote: No, *I* confused us both I think... I was talking about the HTML element, not the element... Seems odd they wouldn't be equivalent, but still! L. -- Jason Lea - To unsubscribe, e-mail: [EMAIL PROTECT

Re: a little bit OT: Calendar misbehaviour

2005-09-19 Thread Jason Lea
additional commands, e-mail: [EMAIL PROTECTED] -- Jason Lea

Re: [IMPORTANT] tomcat 5.0.19+ is broken / not useable with struts / your voice needed

2005-09-07 Thread Jason Lea
ds Leon P.S. One more thing, could struts-developers team supply a patch for tomcat 5.0.x and 5.5.x for download on the struts homepage? surrounding calls to attributes hashmap with synchronized(attributes){} as it was done in 4.1.x is sufficen

Re: Upload: strange characters in german filename

2005-09-07 Thread Jason Lea
characters in a normal input-field, everything goes fine. Is this a known error? I found nothing in the web. Is here anyone running Struts / upload running succesful with german filenames? TIA, Bart -- Jason Lea -

Re: Storing images in SQL BLOBs

2005-09-06 Thread Jason Lea
es" assuming of course that "/images" is a url reference? Is there something like $STRUTS_ROOT? Kind regards mc On 7 Sep 2005 at 14:50, Jason Lea wrote: I guess it depends if you are trying to restrict access to these images. To make all images available for anyone, put

Re: Storing images in SQL BLOBs

2005-09-06 Thread Jason Lea
ion, is it hard-coded or do you have an entry in your 'context.xml'? What sort of entry do you use? Kind regards mc -- Jason Lea - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Dealing with nulls

2005-09-06 Thread Jason Lea
n be edited. I'm still working through some errors trying to process my date fields but wondered whether I was actually heading down the right alley? Kind regards mc FOCUS Computing Mob: 0415 24 26 24 [EMAIL PROTECTED] http

Re: Set the file name in html:file

2005-08-22 Thread Jason Lea
e JSP. I'm using html:file taglib. I'm retrieving the file name (to be set) from a bean. What is the syntax for this? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [SATURDAY] *sigh*

2005-08-06 Thread Jason Lea
ECTED] -- Jason Lea - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Using Message Resources with Tiles?

2005-08-05 Thread Jason Lea
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Jason Lea - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: MessageResources file encoding

2005-08-03 Thread Jason Lea
do what I want not what I can. ;-) Best regards, Konrad Billewicz - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Jason Lea --

Re: carriage returns

2005-06-14 Thread Jason Lea
ution? Thanks. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Jason Lea

Re: not catching errors...

2005-05-26 Thread Jason Lea
, I'm not seeing my error page. am I forgetting something? -- Jason Lea

Re: [OT] MessageFormat and curly brackets

2005-05-26 Thread Jason Lea
t; not strictly struts ... but lots of smart guys here :) String str = "how place literal curly brackets in String such that MessageFormat ignores them? thanx for helping riyaz --------

Re: request.getCharacterEncoding always return null ?

2005-05-24 Thread Jason Lea
i xin - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Jason Lea - To unsubscribe, e-mail: [EMAIL PROTECTED] For addit

Re: JSP Buffer Size

2005-05-23 Thread Jason Lea
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additiona

Re: How to set character encoding of the incoming request in Struts 1.2.4

2005-05-19 Thread Jason Lea
the same ? Or one has to subclass the RequestProcessor class to do the same ? Or is there any other way ? Regards, Sourav - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Jason Lea

Re: [OT] Recommendation of Instant Messagging System

2005-05-04 Thread Jason Lea
--- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Jason Lea

Re: [OT] Re: ajax proj

2005-05-02 Thread Jason Lea
n a display tag if that suits you) to display the collection info into the display of the table. Doing something like this within a servlet (Action) wouldn't really be wrong, but just more difficult to maintain and more of pain to code (using StringBuffer and append bla bla). -- Rick -- Jason Lea

Re: [AGAIN, PLZ HELP] Experiences using Struts with Japanese?

2005-04-19 Thread Jason Lea
s Mailing List" Sent: Wednesday, April 20, 2005 10:00 AM Subject: Re: [AGAIN, PLZ HELP] Experiences using Struts with Japanese? Thank you, Jason Lea, I'm very happy when I receive ur feedback! I will read it, and post reply to all you about my problem after I do follow the instructions.

Re: [AGAIN, PLZ HELP] Experiences using Struts with Japanese?

2005-04-19 Thread Jason Lea
mySQL with Struts. thanks for reading! Pham -- Jason Lea - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: General: blankline in jsp question??

2005-03-23 Thread Jason Lea
more information or reference? Eain Jason Lea <[EMAIL PROTECTED]> wrote: I do this sort of thing: %>%>%> So that there are no blank lines for those parts. also for tomcat 5.5 (not sure when it was added) there is an option in the default web.xml between --> [false] --&g

Re: General: blankline in jsp question??

2005-03-23 Thread Jason Lea
have a blank line in my source, I will have a blank line in response too. Is there way to strip off or filter out those blankline. Eain -- Jason Lea -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.308 / Virus Database: 266.8.1 - Release Date: 2005.03.23 --

Re: Place message in jsp from action?

2005-03-23 Thread Jason Lea
nd then tried to pull the error out (just like an form error), but the error never shows? I figured I am missing something, or possibly there is a better way to handle this? Thanks, Scott . -- Jason Lea No virus found in this ou

Re: EL Mystery

2005-03-23 Thread Jason Lea
But that might then look inconsistant.  bah. Jason Lea wrote: The default for bean:write and c:out is to filter the content.  Both can have filtering turned off if you wish. Shame the ${} notation filter by default :( I didn't notice that in the documentation and assumed I cou

Re: EL Mystery

2005-03-23 Thread Jason Lea
bscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Jason Lea No virus found in this out

Re: Hiding pages under WEB-INF

2005-02-23 Thread Jason Lea
erything at that Action. So, something like: ... will call your Action, which presumably retrieves the referenced image and returns it. You can do this for stylesheets, scripts, whatever else you want. -- Jason Lea -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Versi

Re: filter ?

2005-02-11 Thread Jason Lea
unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Jason Lea -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.300 / Virus Database: 265.8.7 - Release Date: 2005.02.10

Re: Handle images path in one place

2005-02-11 Thread Jason Lea
. In those cases I think it would be fine to use the tag. I might have to go back and make sure my apps use now instead of the easier to use ${} expression. Unless there is some way to force escaping on for ${} expressions by default? Doesn't look like it to me :( -- Jason Lea

Re: html-el oddities

2005-02-11 Thread Jason Lea
cribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Jason Lea -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.300 / Virus Database: 265.8.7 - Release Date: 2005.02.10 ---

Re: OT - Evaulating JSP as internal template?

2005-01-25 Thread Jason Lea
Oops, I guess I should add that I was creating email messages during a batch processing operation at 1am, so this was not generated by an action, and there was no request/response object available.  Otherwise the other solution with RequestDispatcher would have worked. Jason Lea wrote: Hi

Re: OT - Evaulating JSP as internal template?

2005-01-25 Thread Jason Lea
put together the JSP's AND how to put together the velocity templates. Thanks, Will - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Jason Lea -- No virus found in this outgoing message. Checke

Re: i18n & Tiles

2005-01-17 Thread Jason Lea
NZ:  Smith, Hi Mate en:  Hi Mr Smith It get's trickier when part of the text should change based on numbers eg 0 files, 1 file, 2 files as {0} file wouldn't work But the above should deal with most of the common uses -- Jason Lea No virus found in this outgoing mes

Re: How to view the actual HTTP generated by a struts action.

2005-01-11 Thread Jason Lea
il: [EMAIL PROTECTED] -- Jason Lea -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.300 / Virus Database: 265.6.10 - Release Date: 2005.01.10 - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: Attributes Initialization

2005-01-06 Thread Jason Lea
;, but there is no difference in behavior. No, that's definitely not going to fix it. Everything needs to go through an action, which you seem to be doing. -- Jason Lea No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.300 / Virus Database: 265.

Re: Dynamically adding an ActionMapping

2004-12-19 Thread Jason Lea
earlier Java versions) -- Jason Lea -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.296 / Virus Database: 265.6.0 - Release Date: 2004-12-17 -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.296 / Virus Database: 265.6.0 - Release

Re: tiles and message internationalization

2004-12-07 Thread Jason Lea
: But what do you put in the xml definition file? The problem is that you can not use in the JSP page and put in the xml file for the value of that title string. It won't work. - Do you Yahoo!? All your favorites on one personal page – Try My Yahoo! -- Jaso

Re: struts to generate html email content

2004-11-25 Thread Jason Lea
akarta.apache.org/commons/jelly/) for this purpose. You can use JSTL/EL so it looks like a JSP page. Look at using Jelly Embedded (http://jakarta.apache.org/commons/jelly/tutorial.html#embeddingjelly) thanks Nathan -- Jason Lea --

Re: AW: problem with unicode

2004-11-15 Thread Jason Lea
-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Jason Lea

Re: Internationalization of characters --UTF8 encoding

2004-10-29 Thread Jason Lea
From: Jason Lea [mailto:[EMAIL PROTECTED] Sent: Friday, October 29, 2004 5:29 PM To: Struts Users Mailing List Subject: Re: Internationalization of characters --UTF8 encoding Shilpa Nalgonda wrote: Hi, I am using Tomcat4.1, Oracle 8i , and XmlRpc to write an application which is supposed to take jap

Re: WebApp Startup

2004-10-29 Thread Jason Lea
. & Companies 6302 Fairview Rd, Suite 201 Charlotte, NC 28210 Phone: (704) 362-9423, Fax: (704) 362-9409, Mobile: (704) 650-1042 Email: [EMAIL PROTECTED] -- Jason Lea - To unsubscribe, e-mail: [EMAIL PROTECTED] For additi

Re: Internationalization of characters --UTF8 encoding

2004-10-29 Thread Jason Lea
her option which would be full of difficulty would be converting the strings into UTF-7 (http://www.free-definition.com/UTF-7.html) before inserting into the database, and then converting from UTF-7 to Unicode when you read from th

Re: Struts Tiles and Internationalization

2004-10-27 Thread Jason Lea
.de/?mc=021193 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Jason Lea - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Serious performance impact with iterator

2004-10-25 Thread Jason Lea
target="_top">  Glenda JoAnn Lemm - To unsu

Re: i18n and  

2004-10-13 Thread Jason Lea
oh and with JSP2.0 you could use the new replace function ${fn:replace(myBean.property," "," ")} -- Jason Lea - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: i18n and  

2004-10-13 Thread Jason Lea
t? And if not, who wants to see the code when it's done? :-) -Joe - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Jason Lea --

Re: Help! Problem with "isTokenValid"

2004-10-11 Thread Jason Lea
Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional command

Re: Checkboxes with display tag

2004-10-11 Thread Jason Lea
u are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message. To reply to our email administrator directly, send an email to [EMAIL PROTECTED] Toys "R" Us, Inc. --

Re: OT: jstl equivalent of logic:present

2004-10-07 Thread Jason Lea
--- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Jason Lea - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Internationalizing a Struts project

2004-10-07 Thread Jason Lea
- Hiran Chaudhuri SAG Systemhaus GmbH Elsenheimer Straße 11 80867 München Phone +49-89-54 74 21 34 Fax +49-89-54 74 21 99 -Original Message- From: Jason Lea [mailto:[EMAIL PROTECTED] Sent: Mittwoch, 6. Oktober 2004 22:01 To: Struts Users Mailing List Subject: Re: Internationalizing a Strut

Re: Internationalizing a Struts project

2004-10-06 Thread Jason Lea
----- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Jason Lea

Re: Can I detect file size without uploading?

2004-09-28 Thread Jason Lea
won't be testing it. If you do test it, can you post back to the mailing list with your experience so others can see he result. -- Jason Lea - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Can I detect file size without uploading?

2004-09-28 Thread Jason Lea
--- Gregory Class <http://gregoryclass.com> Developer Spam Arrest LLC <http://spamarrest.com> ----- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Jason Lea

Re: How to escape {1} that it appears in the text?

2004-09-26 Thread Jason Lea
/1.4.2/docs/api/java/text/MessageFormat.html From that I would guess something like '{'1} should work TIA, Axel - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PR

Re: JSTL problem

2004-09-25 Thread Jason Lea
ionServlet.. HTH Mark On 25 Sep 2004, at 15:27, M. Onur Tokan wrote: - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Jason Lea

Re: using JSP2.0 / JSTL1.1 with Struts

2004-09-22 Thread Jason Lea
ce the Previous 1.0 version? Or is it part of JBoss or Tomcat 5.0? Thanks again, Erez -Original Message----- From: Jason Lea [mailto:[EMAIL PROTECTED] Sent: Thursday, September 16, 2004 11:49 PM To: Struts Users Mailing List Subject: Re: using JSP2.0 / JSTL1.1 with Struts Erez Efrati wrote:

Re: using JSP2.0 / JSTL1.1 with Struts

2004-09-16 Thread Jason Lea
step 3: 3. Read the JSP2.0 spec for the newweb.xml option for controlling JSPs Which allows things like those tag-libs above to be included on every JSP page eg JSP Configuration JSPConfiguration *.jsp true UTF-8 /WEB-INF/jsp/include/prelude.jspf /WEB-INF/jsp/include/coda.jspf Let me know if I missed anything... -- Jason Lea - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: The Tag and Drop Down Menu

2004-09-14 Thread Jason Lea
Yahoo! Mail - Send 10MB messages! http://promotions.yahoo.com/new_mail - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Jason Lea -

Re: Tile Pieces Are Not Aligned

2004-09-10 Thread Jason Lea
___ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Jason Lea

Re: struts-el

2004-09-10 Thread Jason Lea
Woodchuck wrote: --- Craig McClanahan <[EMAIL PROTECTED]> wrote: On Fri, 10 Sep 2004 18:23:46 +1200, Jason Lea <[EMAIL PROTECTED]> wrote: Though, if you are using tomcat 5 (which has JSP2/JSTL1.1) then you don't need struts el, just use the normal struts tags as To

Re: struts-el

2004-09-09 Thread Jason Lea
TL1.1) then you don't need struts el, just use the normal struts tags as Tomcat takes care of the EL expressions. Thanks Claudia - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: How to prevent directory listing?

2004-09-02 Thread Jason Lea
prevent a particular Struts webapp from doing so by setting something in the local web.xml? Thank you. Ivan. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --

Re: SecurityFilter Question?

2004-08-30 Thread Jason Lea
eric try again message should be ok. ----- Original Message - From: "Jason Lea" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Tuesday, August 31, 2004 1:06 PM Subject: Re: SecurityFilter Question? struts Dude wrote: You d

Re: SecurityFilter Question?

2004-08-30 Thread Jason Lea
k with pure Struts approach if possible. Struts is sitll happy to use filters - it was created before filters existed. It really comes down to what you are happy with and what level of container you want your app to work with. Thanks Jason Lea --

Re: FW: cannot compile resource bundle files...illegal character error:

2004-08-30 Thread Jason Lea
se suggest... - - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Jason Lea - To unsubscribe, e-mail: [EMAIL PROTECTED] For additiona

Re: JSTL Tag problem!!

2004-08-30 Thread Jason Lea
--- Just for fun - Just do it - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] ----- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Best regards, Can Zheng - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Jason Lea

Re: SecurityFilter Question?

2004-08-29 Thread Jason Lea
struts Dude wrote: - Original Message - From: "Jason Lea" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Sunday, August 29, 2004 11:04 PM Subject: Re: SecurityFilter Question? As for populating a User bean into a sess

Re: SecurityFilter Question?

2004-08-29 Thread Jason Lea
x27;t have to prefix path attribute of each Action with /user or /admin? Thanks - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Jason Lea -

Re: SecurityFilter Question?

2004-08-28 Thread Jason Lea
redirect to LoginError.do instead and put the ActionError in there. Thanks - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Jason Lea - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Token is re-generated automatically.

2004-08-28 Thread Jason Lea
s the same. As you describe in step 5, a new token is generated. So the token becomes eventually. Actually, it is a another duplicated submission. On Sat, 28 Aug 2004 21:50:18 +1200, Jason Lea <[EMAIL PROTECTED]> wrote: do you call saveToken() anywhere? After the resetToken() perhaps? It

Re: Token is re-generated automatically.

2004-08-28 Thread Jason Lea
parameter="method" input="/AddUserProfile.jsp"> - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Jason Lea - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Tiles - proper way for choosing a tile dynamically

2004-08-27 Thread Jason Lea
m/?page=features/junkmail - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -------

Re: Interesting tiles/redirect interaction problem

2004-08-27 Thread Jason Lea
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Jason Lea - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: ApplicationProperties_es_ES

2004-08-27 Thread Jason Lea
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Jason Lea - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: philosophical question/poll about Struts/JSTL, scriptlets

2004-08-27 Thread Jason Lea
ith Tomcat 5+JSP 2.0 that writing pages with tags and EL has made them much easier to write and understand. With being able to get rid of tags and just use ${var} everywhere makes them much easier to read. -- Jason Lea

Re: Struts + Tomcat 5.0/ JSP 2.0+ JSTL

2004-08-19 Thread Jason Lea
fers actually the html-el:hidden. What am I missing? Do I need another version of JSTL, Struts or what? Thanks in advance, --Erez -- Jason Lea - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: internationalization problem

2004-08-19 Thread Jason Lea
protection around http://mail.yahoo.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Jason Lea

Re: [OT] Date Localization

2004-08-19 Thread Jason Lea
A: "+sdf.format(now)); //time in LA sdf.setTimeZone(tz2); System.out.println("Time in Karachi: "+sdf.format(now)); has the following output: Time in LA: 2004-08-19 03:23 Time in Karachi: 2004-08-19 15:23 Viral_Thakkar wrote: Could you please provide the code snippet of this..?? -Or

Re: [OT] Date Localization

2004-08-19 Thread Jason Lea
Viral - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Jason Lea - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [

Re: System.out.println

2004-08-05 Thread Jason Lea
New and Improved Yahoo! Mail - Send 10MB messages! http://promotions.yahoo.com/new_mail - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Jason Lea

Re: Encoding of ApplicationResources file

2004-08-05 Thread Jason Lea
Department - webmaster ZeNTIVA a.s. U Kabelovny 130, 102 37 Praha 10 Czech Republic tel. +420 267 243 296 _ -- Jason Lea - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: Encoding of ApplicationResources file

2004-08-05 Thread Jason Lea
l. +420 267 243 296 _____ -- Jason Lea - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: struts response character encoding.

2004-07-18 Thread Jason Lea
up adding it to all pages. -- Jason Lea - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: struts response character encoding.

2004-07-17 Thread Jason Lea
problem, I have looked through most email archives I can find without any solution. -- Jason Lea - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: How to read from web.xml?

2004-07-12 Thread Jason Lea
ent. (haven't tried this myself though) -- Jason Lea - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]