Issues with migration from struts 1.1. to 1.2.9

2007-06-30 Thread pavan reddy
Hello Everyone, I have issues with moving from different strtuts version with tiles plugin in tiles-def.xml the doc type seems to raise an xml parse error i tried moving the tiles dtd file to web-inf and pointing it to it but didnt help much, any clues on it thanks in advance Pavan

Re: Issues with migration from struts 1.1. to 1.2.9

2007-06-30 Thread pavan reddy
t;[EMAIL PROTECTED]> To: Struts Users Mailing List Sent: Saturday, 30 June, 2007 9:57:53 AM Subject: Re: Issues with migration from struts 1.1. to 1.2.9 On 6/30/07, pavan reddy <[EMAIL PROTECTED]> wrote: > I have issues with moving from different strtuts version with tiles plugin >

Issues with Request scope

2007-07-08 Thread pavan reddy
I have a situation where i set a form variable in action execute method the scope of action is request and when i try to submit my form i see the variable to be null and it works in session scope >i understand that when first time request comes in the server sends in the >response and page ren

Re: Issues with Request scope

2007-07-08 Thread pavan reddy
:29:13 AM Subject: Re: Issues with Request scope --- pavan reddy <[EMAIL PROTECTED]> wrote: > I have a situation where i set a form variable in > action execute method the scope of action is request > and when i try to submit my form i see the variable > to be null and it works

Re: how do we pass in bean property to html attribute

2007-09-11 Thread pavan reddy
ribute 2007/9/11, pavan reddy <[EMAIL PROTECTED]>: > > attribute=" '' " > > this isn't really working for me ! am i missing something ? You have too many quotes :-) Try to remove some: attribute= '' Antonio Why delete me

Re: how do we pass in bean property to html attribute

2007-09-11 Thread pavan reddy
well i tried it either ways it says bean has no value P - Original Message From: Antonio Petrelli <[EMAIL PROTECTED]> To: Struts Users Mailing List Sent: Tuesday, 11 September, 2007 9:49:29 AM Subject: Re: how do we pass in bean property to html attribute 2007/9/11, pavan

Re: how do we pass in bean property to html attribute

2007-09-11 Thread pavan reddy
eptember, 2007 10:01:30 AM Subject: Re: how do we pass in bean property to html attribute From: pavan reddy <[EMAIL PROTECTED]> >well i tried it either ways it says bean has no value Does the bean have a value? Have you put it in to scope? Have you checked to see if the