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

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 : <[

Re: R: UTF-8 encoding & tag problem

2006-10-18 Thread navin mca
For Instance 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 &a

UTF-8 encoding & 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

Re: Getting the definition a tile is in (WAS: tiles and forwards)

2006-06-13 Thread navin mca
:-P Ciao Antonio Antonio Petrelli <[EMAIL PROTECTED]> wrote: navin mca ha scritto: > Hi, > > We can get the whole defition at run time and can also get its attributes and > their value. > > Let me know if this help you then i will post the code. > Do you mean tha

Re: Getting the definition a tile is in (WAS: tiles and forwards)

2006-06-13 Thread navin mca
Hi, We can get the whole defition at run time and can also get its attributes and their value. Let me know if this help you then i will post the code. regards, Novin Antonio Petrelli <[EMAIL PROTECTED]> wrote: Sorry again, for a mistake I hijacked TWICE my own thr

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 va

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 wrote: Hi all, i want to use externa

Re: Is tile definations Instance is singleton

2006-05-23 Thread navin mca
y thought 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 , >

Re: Is tile definations Instance is singleton

2006-05-23 Thread navin mca
AIL 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. > > > > > > > > > > > > > > Here

RE: Req on

2006-05-22 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 Col

Re: How to set hidden field in struts

2006-05-22 Thread navin mca
Hi Pankaj, U can use following tag >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 login page. where u can set it

Re: Is tile definations Instance is singleton

2006-05-22 Thread navin mca
for multiple request while storing that map in servletcontext and using two different browser/session. The reference of hashmap of attributes /tile definition remain same. PLs let me know ur commnets on this. regards, Novin Antonio Petrelli <[EMAIL PROTECTED]> wrote: navin mca h

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 userwi