Re: s:url s:a and s:text

2021-06-09 Thread Lukasz Lenart
czw., 10 cze 2021 o 02:07 albert kao  napisał(a):
>
> How to use s:url s:a and s:text together?
> I tried this jsp but it did not work because some s:text did not get
> substituted.
>
> 
> ">
>
>
>
> .properties file
> comp.href=https://www.mycomp.com/client.html#x1
> browser.window.title=Title
> common.test.button=Test
>
>
>
> I tried to modify this jsp but then it did not compile :(.
> Please help.
> Thanks.

It won't work that way, you can use  like this


  


  




And you shouldn't use  if the "action" attribute doesn't point
to an action.


Regards
-- 
Łukasz
+ 48 606 323 122 http://www.lenart.org.pl/

-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org



s:url s:a and s:text

2021-06-09 Thread albert kao
How to use s:url s:a and s:text together?
I tried this jsp but it did not work because some s:text did not get
substituted.


">



.properties file
comp.href=https://www.mycomp.com/client.html#x1
browser.window.title=Title
common.test.button=Test



I tried to modify this jsp but then it did not compile :(.
Please help.
Thanks.