To add a bit. I also try using a dymanic XPath espression but with no
luck:-
<c:stringTokens string="{$action/@expression}" name="currentString"
delimitedBy=" ">
"Stu" <evaandoli@dodo.com.au> wrote in message
news:eufhr0$5d7$1@build.eclipse.org...
> Hi,
>
> I struggling to use the function c:stringTokens as I can't seem to plugin
> a string rather than a fixed string.
>
> The rest is just cut and paste from the reference guide.
>
> I just put in the ="<c:get select=$action/@expression/>"
>
> Any help would be great.
>
> <c:stringTokens string="<c:get select=$action/@expression/>"
> name="currentString" delimitedBy=" ">
>
> value: <c:get select="$currentString/@value"/>
>
> index: <c:get select="$currentString/@index"/>
>
> delimiter: <c:get select="$currentString/@delimiter"/>
>
> first: <c:get select="$currentString/@first"/>
>
> last: <c:get select="$currentString/@last"/>
>
> </c:stringTokens>
>
>
>
"Stu" <evaandoli@dodo.com.au> wrote in message
news:eufltj$7ft$1@build.eclipse.org...
> To add a bit. I also try using a dymanic XPath espression but with no
> luck:-
> <c:stringTokens string="{$action/@expression}" name="currentString"
> delimitedBy=" ">
>
>
>
> "Stu" <evaandoli@dodo.com.au> wrote in message
> news:eufhr0$5d7$1@build.eclipse.org...
>> Hi,
>>
>> I struggling to use the function c:stringTokens as I can't seem to plugin
>> a string rather than a fixed string.
>>
>> The rest is just cut and paste from the reference guide.
>>
>> I just put in the ="<c:get select=$action/@expression/>"
>>
>> Any help would be great.
>>
>> <c:stringTokens string="<c:get select=$action/@expression/>"
>> name="currentString" delimitedBy=" ">
>>
>> value: <c:get select="$currentString/@value"/>
>>
>> index: <c:get select="$currentString/@index"/>
>>
>> delimiter: <c:get select="$currentString/@delimiter"/>
>>
>> first: <c:get select="$currentString/@first"/>
>>
>> last: <c:get select="$currentString/@last"/>
>>
>> </c:stringTokens>
>>
>>
>>
>
>