property file outside war file.

2009-04-25 Thread balaji.m.cs
Hi , I need to have my applicationresource.properties outside my war file say it will be resided in some server location which will be reffered frm my application inside jsps and actions. will this be possible? if u know kindly descirbe me -- View this message in context:

Re: error page and tiles.

2008-04-29 Thread balaji.m.cs
finally u got it man.. its wat im sayin.. im using oracle app server 10 g. as production server .locally im using jdevloper with oc4j embedded server Antonio Petrelli-3 wrote: > > 2008/4/29 balaji.m.cs <[EMAIL PROTECTED]>: >> >> when there is an error >>

Re: error page and tiles.

2008-04-29 Thread balaji.m.cs
tringWriter.toString()%> Antonio Petrelli-3 wrote: > > 2008/4/29 balaji.m.cs <[EMAIL PROTECTED]>: >> >> Clearly stating you >> >>My application uses tiles for my view purpose in the normal flow >> if >> every thing goes fine >

Re: error page and tiles.

2008-04-29 Thread balaji.m.cs
into the tiled jsp's if there is an error i want to forward to that error jsp which is not a tilled one.) hope i have explained you thanks & regards Balaji.M Antonio Petrelli-3 wrote: > > 2008/4/29 balaji.m.cs <[EMAIL PROTECTED]>: >> >> error jsp or the ti

Re: error page and tiles.

2008-04-29 Thread balaji.m.cs
error jsp or the tiles jsps...with the layout.? Antonio Petrelli-3 wrote: > > 2008/4/29 balaji.m.cs <[EMAIL PROTECTED]>: >> >> no i don want to show an error page made with tiles definition wat i >> need >> is an error page say an simple jsp s

Re: error page and tiles.

2008-04-29 Thread balaji.m.cs
in web.xml it will redirect to error page but when using tiles its replacing the particular tile say a body or a footer.jsp where the error orrurs with this error page... not the whole page... hope u got now...? Antonio Petrelli-3 wrote: > > 2008/4/29 balaji.m.cs <[EMAIL

Re: error page and tiles.

2008-04-29 Thread balaji.m.cs
i have taken the tld version of struts-tiles which i have taken from struts-blank. Antonio Petrelli-3 wrote: > > 2008/4/29 balaji.m.cs <[EMAIL PROTECTED]>: >>i am using tiles 1.2 with struts 1.3.5 > > What? Why Tiles 1.2 with Struts 1.3.5? > Ti

error page and tiles.

2008-04-28 Thread balaji.m.cs
i want to show an error page with a application error messages 2 the users when there is an technical error... i am using tiles 1.2 with struts 1.3.5 when there is an error in a jsp tile say a body part or a left part the error page is replaced @ that particular til

Re: inheritance...

2008-04-28 Thread balaji.m.cs
ya its not a problem but i am asking can we able to reffer a childform bean object specified in struts config with the baseform reference.. in the time of rendering into a jsp...? Antonio Petrelli-3 wrote: > > 2008/4/27 balaji.m.cs <[EMAIL PROTECTED]>: >> BaseFrom

inheritance...

2008-04-27 Thread balaji.m.cs
i have one doubt.. i need to iterate a indexed bean propery say List can i be able to do with the parent from bean reference...? BaseFrom extends ActionForm { private List myList = null; } ChildForm extends BaseForm now i want to do a iteration of ChildForm in jsp wit

how to set dynamic name for html:radio

2008-04-09 Thread balaji.m.cs
hi... i am using tag lib in struts 1.3.5, I am in a requirement that we need to give the names of the html form components dynamically...(ie) if i say above code goes inside an interation the html outputs as

Re: Tiles in 1.3.9

2008-04-04 Thread balaji.m.cs
i point the issue by myself. the main issue is i have not given the in struts-config.xml. after i give its working... thanks for giving me the best pratices on tiles... if u still find any issues in my code pls say so that i can have a correction Lukasz Lenart wrote: > > Hi, > >> >>

Tiles in 1.3.9

2008-04-03 Thread balaji.m.cs
I need to integrate tiles in struts 1.3.9 i have included the jar files and tlds as needed but im getting the exception... i don know whats the error Apr 4, 2008 10:25:48 AM org.apache.struts.action.ActionServlet initChain INFO: Loading chain catalog from code-source:/C:/Jdeveloper 1014

How to use validator frame work.

2008-04-01 Thread balaji.m.cs
i am using struts for my front end handling of data. now i wish to go for validator framework for handling form validation given by user, I have put the validaton.xml and validaton-rules.xml into web-inf and i hav plugged in the plugin with className and paramnames as the xml files but when my ap