Re: [Keelgroup][ANN] Navigate and dynamic parameters
Gene McCullough <[email protected]>
| Newsgroups | gmane.comp.java.keel.devel |
|---|---|
| Message-ID | <[email protected]> |
Hmmm, I was a little premature on stating this uses Outputs in the
response. It DOES work with request parameters, but NOT with Outputs.
I was assuming, using the Sequence model, that responses got merged and
passed along to the individual models. That is not the case. I'm not
sure how app-workflow handles this.
gene
Gene McCullough wrote:
> I've updated app-navigate to allow configuration of a parameter(s) that
> will be parsed at runtime and have values inserted.
>
> example config:
>
> <menu title="Docket" model="occa.seq.listDocket"
> parameters="&caseMasterId=${caseMasterId}"/>
>
> At runtime, the ${} token will be evaluated to see if there was first a
> request parameter with the token name, and second, an Output in the
> response with the token name.
>
> If anyone sees anything wrong with that, please let me know (by way of
> the list please =0)
>
> Thanks,
> gene
>
> Gene McCullough wrote:
>
>> I use navigate, and have updated to JSTL/css. I used to, with
>> avascript, append a dynamic value based on an output to the end of my
>> model links (kind of ugly, it got appended to all of them, even urls)
>>
>> So I'd like to not break anything, but add the ability to parse the
>> parameters specified in configuration, for something like ${myId},
>> then search request parameters, then outputs for a match.
>>
>> Just want to make sure that some functionality like that is not
>> already there in some for or fashion and I'm just missing it, or if
>> someone has a quick and easy way with JSTL that'd be great too!
>>
>> TIA
>> gene
>> http://keelframework.org/documentation.shtml
>> Keelgroup mailing list
>> [email protected]
>> http://lists.keelframework.com/listinfo.cgi/keelgroup-keelframework.com
>>
> http://keelframework.org/documentation.shtml
> Keelgroup mailing list
> [email protected]
> http://lists.keelframework.com/listinfo.cgi/keelgroup-keelframework.com
>
http://keelframework.org/documentation.shtml
Keelgroup mailing list
[email protected]
http://lists.keelframework.com/listinfo.cgi/keelgroup-keelframework.com