-
Notifications
You must be signed in to change notification settings - Fork 206
multiple calls of PHx don't work in 1.2.1 #1263
Comments
I found this code:
which works....but still a bit concerned that multiple instances of PHx on one page fail. |
This doesn't solve the multiple phx call issue you have found but as a workaround you could try using the IF snippet for the second call. Something like this, just fill in the blanks... Or if not empty... |
in different situations needs different call phx, for example it may be
please, give yours full code of using multi phx, PS. example usage |
Here is the code that I'm using that works (without two instances of PHx):
|
try
or (ifnotempty or isnotempty)
|
Seems that one PHx call is fine but if I put more than one in a TPL the second doesn't work. I'd love to use something besides phx to check to see if an TV is empty or not in Evo but I'm not sure anything else exists?
The text was updated successfully, but these errors were encountered: