RE: tag within tag

2005-09-28 Thread Vishal Dalal
Subject: Re: tag within tag I thought rahul wanted to invoke someAction and passing a parameter, id. What will happen if you click ? I still can't figure out how to solve my problem, that is get tag evaluated as the parameter of a javascript call. Like the following: )"> Some tim

Re: tag within tag

2005-09-27 Thread Laurie Harper
Catherine wrote: I thought rahul wanted to invoke someAction and passing a parameter, id. What will happen if you click ? Exactly what you'd expect: the browser with load the resource at /foo. I still can't figure out how to solve my problem, that is get tag evaluated as the parameter of

Re: tag within tag

2005-09-27 Thread Catherine
I thought rahul wanted to invoke someAction and passing a parameter, id. What will happen if you click ? I still can't figure out how to solve my problem, that is get tag evaluated as the parameter of a javascript call. Like the following: )"> Some time I also need to pass a java variable a

Re: tag within tag

2005-09-26 Thread Laurie Harper
Catherine wrote: Try this. It's simpler. It may be simpler, but it doesn't do the same thing... That would result in instead of . L. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PR

Re: tag within tag

2005-09-26 Thread Catherine
Myself have a similar problem to solve. )"> It is no problem for the second tag to get evaluated. But it seems that nothing will get evaluated as the parameter of the JavaScript function. As Larry pointed out earlier, it is illegal to put tag inside another tag. Then how do I pass the value f

RE: tag within tag

2005-09-26 Thread Jane Eisenstein
Oops. I responded to the wrong thread. -Original Message- From: Jane Eisenstein [mailto:[EMAIL PROTECTED] Sent: Monday, September 26, 2005 5:43 PM To: Struts Users Mailing List Subject: RE: tag within tag How does that help me generate a correct form tag? Or are you suggesting I can

RE: tag within tag

2005-09-26 Thread Jane Eisenstein
How does that help me generate a correct form tag? Or are you suggesting I can use this to debug what is wrong? -Original Message- From: Catherine [mailto:[EMAIL PROTECTED] Sent: Monday, September 26, 2005 5:41 PM To: user@struts.apache.org Subject: Re: tag within tag Hi, Try this

Re: tag within tag

2005-09-26 Thread Catherine
Hi, Try this. It's simpler. Catherine - http://Struts_User_List.roomity.com";>roomity.com roomity.com is broadband internet. ~~1127770884754~~ -

Re: tag within tag

2005-09-24 Thread Laurie Harper
JSTL available: thanks for the help see inline comments -Original Message- From: Sławek Tuleja [mailto:[EMAIL PROTECTED] Sent: Saturday, September 24, 2005 1:57 PM To: Struts Users Mailing List Subject: Re: tag within tag rahul wrote: Hi all, Can anyone tell me how to use tag

RE: tag within tag

2005-09-24 Thread rahul
thanks for the help see inline comments > -Original Message- > From: Sławek Tuleja [mailto:[EMAIL PROTECTED] > Sent: Saturday, September 24, 2005 1:57 PM > To: Struts Users Mailing List > Subject: Re: tag within tag > > > rahul wrote: > > >Hi all,

Re: tag within tag

2005-09-24 Thread Sławek Tuleja
rahul wrote: Hi all, Can anyone tell me how to use tag inside I tried it like: but its not working, it is generating the following html http://localhost:8080/someAction.do?id=">My Desc what's the correct way of doing this? --RahulJoshi

tag within tag

2005-09-24 Thread rahul
Hi all, Can anyone tell me how to use tag inside I tried it like: but its not working, it is generating the following html http://localhost:8080/someAction.do?id=">My Desc what's the correct way of doing this? --RahulJoshi