Re: same bean multiple fields

2010-06-08 Thread Upasana Sharma
the Bean to the JSP. > > Let us know where you are at exactly. > > > On Tue, 2010-06-08 at 13:35 +0530, Upasana Sharma wrote: > > > Thanks for ur reply... by i m using struts 2.0... > > > > 2010/6/8 Paweł Wielgus > > > > > Hi Upasana, > > &

Re: same bean multiple fields

2010-06-08 Thread Upasana Sharma
Thanks for ur reply... by i m using struts 2.0... 2010/6/8 Paweł Wielgus > Hi Upasana, > if You are using struts1 You may look here: > http://struts.apache.org/1.x/struts-taglib/indexedprops.html > > Best greetings, > Paweł Wielgus. > > > 2010/6/8 Upasana Sharma : &g

same bean multiple fields

2010-06-08 Thread Upasana Sharma
case. -- Thanks in advance Upasana Sharma

Re: If theme info could be added to http://struts.apache.org/2.1.8.1/docs/datetimepicker.html

2010-06-02 Thread Upasana Sharma
thanks for the info that was very useful... -- Thanks and Regards Upasana Sharma On Wed, May 12, 2010 at 9:35 PM, Emi Lu wrote: > Hello, > > Can someone have the permission update this document > http://struts.apache.org/2.1.8.1/docs/datetimepicker.html > > By adding: >

Re: load dynamically created files in jsp

2010-05-14 Thread Upasana Sharma
advance On Fri, May 14, 2010 at 11:33 AM, Upasana Sharma wrote: > Hi > > I have a scenario where i create a temporary dynamic image file from the > database and try to show it on my jsp. > The file url shows the image properly, but when in jsp , my browser says > that "F

load dynamically created files in jsp

2010-05-13 Thread Upasana Sharma
ciated with any program" the url i get is like D:\myWorkspace\ui\WebContent\images\JavaTemp2261198016333434327.jpg, that is my struts project folder. How can i make the image accessible to my jsp. -- Thanks and Regards Upasana Sharma

Re: s:checkboxlist help

2010-05-05 Thread Upasana Sharma
order to access to your > .properties file, you have to build your list in your action then give it in > list attribute. > > Regards > > Sébastien > > Le 05/05/2010 10:56, Upasana Sharma a écrit : > > > label="%{getText('com.upasana.type.'+toString())}&q

s:checkboxlist help

2010-05-05 Thread Upasana Sharma
But the key value is not passed to getText() The idea is to just initialize the keys in the checkboxlist and fetch the corresponding display text from .properties file Thanks in advance

Re: s:select help

2010-05-05 Thread Upasana Sharma
i am too trying to do the same thing using checkbox but the key value is not passed to getText() if you come up with some way to achieve this please let us know thanks in advance On Tue, May 4, 2010 at 6:33 PM, RogerV wrote: > > > > Upasana Sharma wrote: > > > &

Re: s:select help

2010-05-04 Thread Upasana Sharma
listValue="%{getText('myCategory.'+toString())}" this way i can change the select display value from .properties file in .properties i have to use myCategory.ELECTRIC= Electric On Tue, May 4, 2010 at 12:24 PM, Upasana Sharma wrote: > I have also seen that there

Re: s:select help

2010-05-03 Thread Upasana Sharma
I have also seen that there is some function called ordinal() in enum. can anyone suggest how can i use it in s:select tag On Tue, May 4, 2010 at 12:01 PM, Upasana Sharma wrote: > Hi I am using s:select and populating it with enum . > > > the enum is like > > public e

s:select help

2010-05-03 Thread Upasana Sharma
EComplaintType 1. I want to know that how can i set the value for select as the numeric equivalent of the enum 2. Also if I want the select option display name to be fetched from some .properties file based on the key value how should i apporach the scenario? Thanks in advance... Upasana Sharma

Re: struts if tag related help

2010-04-28 Thread Upasana Sharma
thanks a lot it worked out... On Wed, Apr 28, 2010 at 7:46 PM, Wes Wannemacher wrote: > > > (assuming that #session.UserList evaluates to some form of java.util.Set) > > -Wes > > On Wed, Apr 28, 2010 at 9:54 AM, Upasana Sharma > wrote: > > Hi > > &g

struts if tag related help

2010-04-28 Thread Upasana Sharma
Hi is something like this possible in struts2 I am aware of tag but is it possibel to achive the same result using tag.. -- Thanks and Regards Upasana Sharma

Re: struts session help

2010-04-27 Thread Upasana Sharma
hi can u give me some example how to do that?? On Tue, Apr 27, 2010 at 2:09 PM, jaya krishna wrote: > HI upasana, > > y dont u store them in the application context variable?? > > Regards, > Jay > > On Tue, Apr 27, 2010 at 2:06 PM, Upasana Sharma > wrote: > &g

struts session help

2010-04-27 Thread Upasana Sharma
renders the same jsp these values are not accessible. there is some issue with session management what i feel... can u suggest how should i approach this problem.. to make the values stay in the session after the first call. -- Thanks and Regards Upasana Sharma

Re: Action result to go nowhere

2010-04-22 Thread Upasana Sharma
on and opens up a pop > up. > > The result to be displayed in the pop up needs to be returned as object > in > > the action method called onclick. that is why i do not my calling page to > > navigate to some other jsp. > > > > If u cud help me out how to

Re: Action result to go nowhere

2010-04-22 Thread Upasana Sharma
scenario that will be great help -- Thanks and Regards Upasana Sharma On Thu, Apr 22, 2010 at 3:35 PM, Miles, Chris < chris.mi...@spsa.pnn.police.uk> wrote: > > > > > > Explain what exactly you are trying to achieve and why and it would help > someone giv

Re: Action result to go nowhere

2010-04-22 Thread Upasana Sharma
In that case how can I invoke the action without changing the url. please help me out. -- Thanks and Regards Upasana Sharma On Thu, Apr 22, 2010 at 3:18 PM, Miles, Chris < chris.mi...@spsa.pnn.police.uk> wrote: > > > > > That is what I would expect to happen. You are

Re: Action result to go nowhere

2010-04-22 Thread Upasana Sharma
*I do not want to go to some result page * *On return INPUT** * *No result defined for action com.upasana.action.ComAction and result input* :) On Thu, Apr 22, 2010 at 3:13 PM, Rahul Mohan wrote: > Try 'return INPUT'. > - rahul > > > > From: > Upasana Sharma &g

Re: Action result to go nowhere

2010-04-22 Thread Upasana Sharma
hi thanks for your response.I tried that But my browser goes to some blank page with that respective action name as the url. It does not stick to the calling page -- Thanks and Regards Upasana Sharma On Thu, Apr 22, 2010 at 2:53 PM, Miles, Chris < chris.mi...@spsa.pnn.police.uk> wrote:

Action result to go nowhere

2010-04-22 Thread Upasana Sharma
Hi I have a link which when clicked invokes some action. I do not want the page to redirect or forward to some other jsp or action. what should i write in struts.xml of that action? -- Thanks and Regards Upasana Sharma

struts action related query

2010-04-20 Thread Upasana Sharma
out how to deal with such scenario... thanks in advance.. Upasana Sharma

Re: [S2] Welcome Page as Action?

2010-04-15 Thread Upasana Sharma
Hi I put these in my project and its working for me. I created a blank file called welcome. In struts.xml WelcomePage.jsp In web.xml welcome Thanks and Regards Upasana Sharma <http://www.mydomain.com/package/DOESNOTEXIST.action>

Re: Struts project structure in eclipse

2010-04-13 Thread Upasana Sharma
Hi Thanks a lot. Its working for me now... Thanks and Regards Upasana Sharma

Struts project structure in eclipse

2010-04-13 Thread Upasana Sharma
to help. What should be the approach to handle it? If I need to maintain a separate web.xml in each folder then how can I put the mapping for the images folders and css. -- Thanks and Regards Upasana Sharma