Re: Using Tiles with fmt:setBundle

2007-01-17 Thread navin mca
Put it into the layout jsp. [EMAIL PROTECTED] wrote: I'm using Tiles and 2 resource bundles. The problem is that I have to define them for every page I'm creating. Isn't there a way to define a bundle in de template page, and use them in every tile? Tia This message is for the designated

Re: R: UTF-8 encoding bean:message tag problem

2006-10-18 Thread navin mca
if you're workin' whith Eclipse you must be sure to set the utf-8 coding in the editor properties. HIH Ciao, marcello -Messaggio originale- Da: navin mca [mailto:[EMAIL PROTECTED] Inviato: martedì ±7 ottobre 2006 16.06 A: struts user group Oggetto: UTF-8 encoding tag problem Hi Team, My

Want to make a IS0-8859-1 compliant application to UTF-8

2006-10-18 Thread navin mca
Hi Friends, Problem Description : I am working on a web application(3 tier) which is IS0-8859-1 compliant. Want to convert it to UTF-8 for cyrillic language support. Application architecture: Jsp , Strurts , I18N,JSTL. I had performed following steps to make it UTF-8. 1) JSP pg/ html pg :

UTF-8 encoding bean:message tag problem

2006-10-17 Thread navin mca
Hi Team, My current project is supporting charachter encoding IS0-8859 and now we have to support UTF-8. for that I had made following changes 1) in all jsp files [EMAIL PROTECTED] pageEncoding=UTF-8 contentType=text/html; charset=UTF-8% 2) in all html META

Re: get ResourceBundle in ActionForm subclass

2006-05-24 Thread navin mca
Hi, Follow these steps. 1. Define ApllicationResources_locale specific property file. 2. add the message keys to thse different locale specific property file. 3. in Jsp file set the locale based on the reuest parameters. with fmt:setlocale tag or set manually

Re: urgent

2006-05-24 Thread navin mca
Then map the same form bean against the action of the current jsp page in struts config. Abhimanyu Koul [EMAIL PROTECTED] wrote: hi all! I use to display some values of an Action form (in the request). now, i want to set those values(fields) again in the action form so that i can use those

Re: How to set hidden field in struts

2006-05-23 Thread navin mca
Hi Pankaj, U can use following tag html:hidden property= name= / Also I intend to set a hidden field in the next page to be displayed and check it before loading of the new page. If the hidden field is not set, the new page wont be loaded and the user would be redirected to the

RE: Req on html:select

2006-05-23 Thread navin mca
Hi Javascript...the right way one change of the one select combo box call some function which will fill up the othercombo box. U can search on google for such code. regards Novin Miller, Andy [EMAIL PROTECTED] wrote: Javascript... Andy Miller IS Designer Butte

Re: Is tile definations Instance is singleton

2006-05-23 Thread navin mca
example or tutorial. Hope my queries are sensible to you. regards, Novin Antonio Petrelli [EMAIL PROTECTED] wrote: navin mca ha scritto: Hi Antonio, Oh boy your English gave me an headache! I am really sorry for my bad english. Following is my tile definition

Re: Is tile definations Instance is singleton

2006-05-23 Thread navin mca
to implement it first by creating two diffrent definition file to cater this problem with some layout page which will handle the condition. Thanks once gain regards, Novin Antonio Petrelli [EMAIL PROTECTED] wrote: navin mca ha scritto: Hi Antonio , value=/WEB-INF

Is tile definations Instance is singleton

2006-05-22 Thread navin mca
Hi, I my project at run time when modify the tile definition based on some condition. Wht I want to know that when symultaneous request come for that tile (which will be used in rendering the page for that request.) Unexpected results for diff user. for e.g one

Re: Is tile definations Instance is singleton

2006-05-22 Thread navin mca
Petrelli [EMAIL PROTECTED] wrote: navin mca ha scritto: Hi, I my project at run time when modify the tile definition based on some condition. Wht I want to know that when symultaneous request come for that tile (which will be used in rendering the page for that request.) Unexpected