--- Ian Meikle <[EMAIL PROTECTED]> wrote:
> I am following the tutorial "Using tags" where the example uses a URL tag 
> with the "var" attribute.
>         <s:url var="url" action="Welcome">
> 
> However this crashes since the TLD in the struts2-core-2.0.11.1.jar does 
> not define the "var" attribute.
> It is however discribed in the documentation.
> 
> Is this a bug ?
> If so when will it be fixed ?

S2.1.

> What can I use as a workaround ?

In S2.0 use "id".

> I see in some of the example applications "id" is used, and in the 
> documentation it states:
>         id      Deprecated. Use 'var' instead
> 
> Is it safe to use id instead ? What are the differences between the two ?

One's shorter than the other.

Dave


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

Reply via email to