Well, I know these questions are stupid and no one is forced to answer
but I didn't really know how to implement them...
Thanks in advance.
On Aug 6, 7:25 pm, LoneWolf <[EMAIL PROTECTED]> wrote:
> Hi.
> I have a couple of unrelated questions and I decided to group them
> into one thread.
> 1. I'm trying to store some data in the session scope but the RIFE way
> (using a global variable).
> So, I declared a global variable in the XML document.
> How to assign a value to this global variable?
>
> 2. Now the global var has a value, how to display it in the templates?
> I don't think passing a global var between elements is practical.
> I find -some how- hard to grasp this concept as I'm used to use:
> ${sessionScope.visit.email} in JSP
>
> 3. Suppose my application supports three locales.
> How to change the locale (I don't mean a button to be sure :))
> I mean where to store the new locale?
> How to use it?
>
> 4. I have been reading "Paged navigation builder" wiki page.
> Consider this line:
> t.appendBlock("articles", "article");
> How the template look like?
> <!--V 'articles'--><!--/V-->
> <!--B 'article'-->
> <tr valign="top">
> <td><!--V 'title'/--></td>
> <td><!--V 'author'/--></td>
> <td><a href="[!V 'url'/]"><!--V 'description'/--></a></td>
> </tr>
> <!--/B-->
> Right?
> Thanks.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"rife-users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/rife-users?hl=en
-~----------~----~----~----~------~----~------~--~---