You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by James Mitchell <jm...@telocity.com> on 2002/10/03 00:05:32 UTC

RE: [OT] Newbie question

The really fun ones are those that have been around since the 1970s.


Example:
There's a particular peice of software (live mfg system running on AS/400)
that I interface with in one of my apps.


Check this out:
50 point if you identify what the table/file is used for.....and 5 points
for each correct field...

Table Name	Field Name	Your Guess?
----------	----------	-----------
FHHDRMST	CHACO
FHHDRMST	CHBAC
FHHDRMST	CHBCCD
FHHDRMST	CHBCOT
FHHDRMST	CHBCTC
FHHDRMST	CHBFAX
FHHDRMST	CHBLCL
FHHDRMST	CHBPHO
FHHDRMST	CHBTCN
FHHDRMST	CHBTYP
FHHDRMST	CHCM01
FHHDRMST	CHCM02
FHHDRMST	CHCM03
FHHDRMST	CHCM04
FHHDRMST	CHCM05
FHHDRMST	CHCM06
FHHDRMST	CHCM07
FHHDRMST	CHCM08
FHHDRMST	CHCM09
FHHDRMST	CHCM10
FHHDRMST	CHCO
FHHDRMST	CHCRTY
FHHDRMST	CHCSPO
FHHDRMST	CHCURR
FHHDRMST	CHCVAT
FHHDRMST	CHDLSP
FHHDRMST	CHDTCC
FHHDRMST	CHDTLA
FHHDRMST	CHERTS
FHHDRMST	CHFCEX
FHHDRMST	CHFOB
FHHDRMST	CHGLCD
FHHDRMST	CHGORD
FHHDRMST	CHNO
FHHDRMST	CHNOAK
FHHDRMST	CHNOIV
FHHDRMST	CHNOSD
FHHDRMST	CHODCT
FHHDRMST	CHODDA
FHHDRMST	CHODMO
FHHDRMST	CHODYR
FHHDRMST	CHONO
FHHDRMST	CHORCT
FHHDRMST	CHORDA
FHHDRMST	CHORMO
FHHDRMST	CHORYR
FHHDRMST	CHPRJ
FHHDRMST	CHREGN
FHHDRMST	CHSAC
FHHDRMST	CHSCCD
FHHDRMST	CHSCOT
FHHDRMST	CHSCTC
FHHDRMST	CHSFAX
FHHDRMST	CHSMTX
FHHDRMST	CHSORT
FHHDRMST	CHSPHO
FHHDRMST	CHSSEQ
FHHDRMST	CHSTAT
FHHDRMST	CHSTCN
FHHDRMST	CHSTS
FHHDRMST	CHTER
FHHDRMST	CHWHAR
FHHDRMST	CMBAD1
FHHDRMST	CMBAD2
FHHDRMST	CMBAD3
FHHDRMST	CMBAD4
FHHDRMST	CMBAD5
FHHDRMST	CMBEML
FHHDRMST	CMBNAM
FHHDRMST	CMBOSP
FHHDRMST	CMBZIP
FHHDRMST	CMDISC
FHHDRMST	CMDSCD
FHHDRMST	CMPRON
FHHDRMST	CMPTIV
FHHDRMST	CMPTSP
FHHDRMST	CMSAD1
FHHDRMST	CMSAD2
FHHDRMST	CMSAD3
FHHDRMST	CMSAD4
FHHDRMST	CMSAD5
FHHDRMST	CMSCOD
FHHDRMST	CMSEML
FHHDRMST	CMSLSM
FHHDRMST	CMSNAM
FHHDRMST	CMSPCN
FHHDRMST	CMSPCT
FHHDRMST	CMSPMT
FHHDRMST	CMSZIP
FHHDRMST	CMTAX1
FHHDRMST	CMTAX2
FHHDRMST	CMTAX3
FHHDRMST	CMTAX4
FHHDRMST	CMTRMS
FHHDRMST	CUSTFC



James Mitchell
Software Engineer\Struts Evangelist
Struts-Atlanta, the "Open Minded Developer Network"
http://www.open-tools.org/struts-atlanta




> -----Original Message-----
> From: Eddie Bush [mailto:ekbush@swbell.net]
> Sent: Wednesday, October 02, 2002 5:37 PM
> To: Struts Users Mailing List
> Subject: Re: Newbie question
>
>
> Nah - that's easy:  Interface Electronic Address
>
> I'd never have figured it out without the hint though.
>
> Taylor, Jason wrote:
>
> >You could also try using randomly generated strings-- that way your code
> >could be *extra* secure since noone else could ever figure out
> your naming
> >conventions!
> >
> >Looks like you're pretty close already ;)
> >
> >-----Original Message-----
> >From: David Graham [mailto:dgraham1980@hotmail.com]
> >Sent: Wednesday, October 02, 2002 1:49 PM
> >To: struts-user@jakarta.apache.org
> >Subject: RE: Newbie question
> >
> >
> >Yeah, we've got our own dumbass conventions here too.  Inconsistent
> >hungarian notation combined with mangled words, for example:
> >
> >IELECADR == email address
> >
> >Dave
> >
>
> --
> Eddie Bush
>
>
>
>
> --
> To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
For additional commands, e-mail:
<ma...@jakarta.apache.org>



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: [OT] Newbie question

Posted by Eddie Bush <ek...@swbell.net>.
No dice - that's ... insane!

James Mitchell wrote:

>The really fun ones are those that have been around since the 1970s.
>
>
>Example:
>There's a particular peice of software (live mfg system running on AS/400)
>that I interface with in one of my apps.
>

-- 
Eddie Bush




--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


A big problem for me in Action Mapping

Posted by Ashish Kulkarni <ku...@yahoo.com>.
Hi,
I have a action mapping as below,
<action path="/pages/sessioninvalid"
type="com.myapp.action.SessionInvalidAction"
scope="request">
<forward name="success" path="/pages/index.jsp"
redirect="false" />
</action>
Then i have jsp called include.jsp in "pages" folder
with following line of code
String user = (String)session.getAttribute("user");
if (user == null)
{
System.out.println("there is no user so  invalid
session");
request.getRequestDispatcher("sessioninvalid.do").forward(request,
response);
}

Then I include this jsp in all my pages to check if
the session is valid or not,
I have some jsp in folder "pages" and some jsp in
subfolder in side pages (say "planning")
now the code in include.jsp works very well in all the
jsp in "pages" folder, 
but it does not work in jsp in subfolders, i get the
following error
2002-10-02 18:06:44,078 INFO  [HttpProcessor[8080][3]]
action.RequestProcessor (RequestProcessor.java:217) -
Processing a 'GET' for path
'/pages/planning/sessioninvalid'
2002-10-02 18:06:44,078 ERROR [HttpProcessor[8080][3]]
action.RequestProcessor (RequestProcessor.java:645) -
Invalid path /pages/planning/sessioninvalid was
requested

so what is wrong if i have to make it work how can i
do it..
thanx in advance






=====
A$HI$H

__________________________________________________
Do you Yahoo!?
New DSL Internet Access from SBC & Yahoo!
http://sbc.yahoo.com

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>