• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Action List Builder

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi

I have a Problem with the Action List Builder

At first: I want to realize a Search-Function with Portlets.

That means, that the user can fill out a form. The input data is squares with entries in a db2 database. I get the database information form a Service-Provider-Model and in the Service-Consumer Model I have an Action List which processes the information from the database.
Therefore I must define the Actions in the Action List.

Example:

Search for an ID:
ID is Between .....(ID1) and ..... (ID2)

My attempt for the Action:
For each databaseID {
if (${Arguments/ID1}>= ServiceConsumer.databaseID && ${Arguments/ID2}<= ServiceConsumer.databaseID)
then write databaseID on the outputpage
else do nothing
}

Now I need the right Syntax for programming the Action.

Btw. Is my attempt correct?


Sry for my bad english
Hope my problem is clear defined.

so long

Sava
 
Honk if you love justice! And honk twice for tiny ads!
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic