--- tom tom <[EMAIL PROTECTED]> wrote:
> Can some body let me know why following is not
> working
> 
> <s:a href="<s:url
> action="myInfor.studentProfile"/>">
>                      <span id="blue">
>                                Personal Details
>                            </span>
> </s:a>
> 
> can't we have <s:a href like this. but this works
> with
> <a href="<s:url action="myInfor.studentProfile"/>">
>                      <span id="blue">
>                                Personal Details
>                            </span>
>              </a>

<s:url action="myInfor.studentProfile" id="foo"/>
<s:a href="#foo">
  <span id="blue">
    Personal Details
  </span>
</s:a>

It doesn't work because you can't just randomly nest
tags like that.

d.



 
____________________________________________________________________________________
It's here! Your new message!  
Get new email alerts with the free Yahoo! Toolbar.
http://tools.search.yahoo.com/toolbar/features/mail/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to